Compare commits
13 Commits
METACITY_2
...
METACITY_2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b49c0ec888 | ||
![]() |
1ba71ab9ff | ||
![]() |
82c8ca4588 | ||
![]() |
7d9d9f52cd | ||
![]() |
9cb157caf8 | ||
![]() |
8eb38bb871 | ||
![]() |
2b86f5d870 | ||
![]() |
0a7bbc9b06 | ||
![]() |
16012cb7f2 | ||
![]() |
c9592c587e | ||
![]() |
c48b52456b | ||
![]() |
48fa3d5fcb | ||
![]() |
5b2061b520 |
30
ChangeLog
30
ChangeLog
@@ -1,3 +1,33 @@
|
||||
2005-04-11 Elijah Newren <newren@gmail.com>
|
||||
|
||||
* NEWS: 2.10.1 release
|
||||
|
||||
2005-04-05 Dan Winship <danw@novell.com>
|
||||
|
||||
* src/metacity-dialog.c (warn_about_no_sm_support): Make sure the
|
||||
"Close" button has the focus, not the table. (#172703)
|
||||
|
||||
2005-04-05 Pawan Chitrakar <pawan@nplinux.org>
|
||||
|
||||
* configure.in: Added ne in ALL_LINGUAS
|
||||
|
||||
2005-03-31 Steve Murphy <murf@e-tools.com>
|
||||
|
||||
* configure.in: Added "rw" to ALL_LINGUAS.
|
||||
|
||||
2005-03-17 Lex Hider <Lex.Hider@gmail.com>
|
||||
|
||||
* doc/Makefile.am (EXTRA_DIST): add doc/code-overview.txt and
|
||||
doc/how-to-get-focus-right.txt
|
||||
|
||||
2005-03-10 Adi Attar <aattar@cvs.gnome.org>
|
||||
|
||||
* configure.in: Added "xh" to ALL_LINGUAS.
|
||||
|
||||
2005-03-07 Elijah Newren <newren@gmail.com>
|
||||
|
||||
* configure.in: post-release version bump to 2.10.1
|
||||
|
||||
2005-03-07 Elijah Newren <newren@gmail.com>
|
||||
|
||||
* configure.in:
|
||||
|
18
NEWS
18
NEWS
@@ -1,3 +1,21 @@
|
||||
2.10.1
|
||||
==
|
||||
|
||||
This is a stable release to coincide with the release of Gnome 2.10.0.
|
||||
|
||||
Thanks to Dan Winship and Lex Hider for fixes in this release.
|
||||
|
||||
- Make sure the "Close" button has the focus in the
|
||||
buggy-session-management-applications-warning dialog instead of the
|
||||
table (Dan) [#172703]
|
||||
- add doc/code-overview.txt and doc/how-to-get-focus-right.txt to the
|
||||
distributed files (Lex) [#170519]
|
||||
|
||||
Translations
|
||||
Adam Weinberger (en_CA), Christopher Orr (en_GB), Elnaz Sarbar (fa),
|
||||
Gabor Kelemen (hu), Jyotsna Shrestha (ne), Steve Murphy (rw),
|
||||
Baris Cicek (tr), Canonical Ltd (xh)
|
||||
|
||||
2.10.0
|
||||
==
|
||||
|
||||
|
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
|
||||
|
||||
# Fibonacci sequence for micro version numbering:
|
||||
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
|
||||
AC_INIT([metacity], [2.10.0],
|
||||
AC_INIT([metacity], [2.10.1],
|
||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])
|
||||
|
||||
AC_CONFIG_SRCDIR(src/display.c)
|
||||
@@ -155,7 +155,7 @@ AC_ARG_ENABLE(shape,
|
||||
## try definining HAVE_BACKTRACE
|
||||
AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
|
||||
|
||||
ALL_LINGUAS="am ar az be bg bn bs ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ko lt lv mk ml mn ms nb nl nn no or pa pl pt pt_BR ro ru sl sk sq sr sr@Latn sv ta th tk tr uk vi wa zh_CN zh_TW"
|
||||
ALL_LINGUAS="am ar az be bg bn bs ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ko lt lv mk ml mn ms nb ne nl nn no or pa pl pt pt_BR ro ru rw sl sk sq sr sr@Latn sv ta th tk tr uk vi wa xh zh_CN zh_TW"
|
||||
AM_GLIB_GNU_GETTEXT
|
||||
|
||||
## here we get the flags we'll actually use
|
||||
|
@@ -1,3 +1,4 @@
|
||||
SUBDIRS = man
|
||||
|
||||
EXTRA_DIST=theme-format.txt metacity-theme.dtd dialogs.txt
|
||||
EXTRA_DIST=theme-format.txt metacity-theme.dtd dialogs.txt code-overview.txt \
|
||||
how-to-get-focus-right.txt
|
||||
|
37
po/ChangeLog
37
po/ChangeLog
@@ -1,3 +1,40 @@
|
||||
2005-04-09 Christopher Orr <chris@protactin.co.uk>
|
||||
|
||||
* en_GB.po: Updated British English translation.
|
||||
|
||||
2005-04-06 Roozbeh Pournader <roozbeh@farsiweb.info>
|
||||
|
||||
* fa.po: Updated Persian translation by
|
||||
Elnaz Sarbar <elnaz@farsiweb.info>.
|
||||
|
||||
2005-04-05 Pawan Chitrakar <pawan@nplinux.org>
|
||||
|
||||
* ne.po: Added Nepali Translation.
|
||||
|
||||
2005-04-03 Gabor Kelemen <kelemeng@gnome.hu>
|
||||
|
||||
* hu.po: Hungarian translation updated.
|
||||
|
||||
2005-03-31 Steve Murphy <murf@e-tools.com>
|
||||
|
||||
* rw.po: Added Kinyarwanda translation.
|
||||
|
||||
2005-03-29 Adi Attar <aattar@cvs.gnome.org>
|
||||
|
||||
* xh.po: Updated Xhosa translation.
|
||||
|
||||
2005-03-17 Adam Weinberger <adamw@gnome.org>
|
||||
|
||||
* en_CA.po: Updated Canadian English translation.
|
||||
|
||||
2005-03-12 Baris Cicek <baris@teamforce.name.tr>
|
||||
|
||||
* tr.po: Updated Turkish Translation
|
||||
|
||||
2005-03-10 Adi Attar <aattar@cvs.gnome.org>
|
||||
|
||||
* xh.po: Added Xhosa translation.
|
||||
|
||||
2005-03-07 Vincent van Adrighem <adrighem@gnome.org>
|
||||
|
||||
* nl.po: Translation updated by Reinout van Schouwen.
|
||||
|
@@ -11,7 +11,7 @@ msgstr ""
|
||||
"POT-Creation-Date: 2005-02-06 18:29-0500\n"
|
||||
"PO-Revision-Date: 2005-02-06 18:28-0400\n"
|
||||
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
|
||||
"Language-Team: English/Canada <adamw@FreeBSD.org>\n"
|
||||
"Language-Team: Canadian English <adamw@gnome.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
34
po/en_GB.po
34
po/en_GB.po
@@ -10,8 +10,8 @@ msgstr ""
|
||||
"Project-Id-Version: metacity\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2005-02-07 12:44+0000\n"
|
||||
"PO-Revision-Date: 2005-02-07 12:44+0100\n"
|
||||
"Last-Translator: David Lodge <dave@cirt.net>\n"
|
||||
"PO-Revision-Date: 2005-04-09 15:10+0100\n"
|
||||
"Last-Translator: Christopher Orr <chris@protactin.co.uk>\n"
|
||||
"Language-Team: English/GB <en@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -57,7 +57,7 @@ msgstr "Error reading from dialogue display process: %s\n"
|
||||
#: src/delete.c:344
|
||||
#, c-format
|
||||
msgid "Error launching metacity-dialog to ask about killing an application: %s\n"
|
||||
msgstr "Error launching metacity-dialogue to ask about killing an application: %s\n"
|
||||
msgstr "Error launching metacity-dialog to ask about killing an application: %s\n"
|
||||
|
||||
#: src/delete.c:452
|
||||
#, c-format
|
||||
@@ -95,15 +95,15 @@ msgstr "Window Menu"
|
||||
|
||||
#: src/frames.c:1026
|
||||
msgid "Minimize Window"
|
||||
msgstr "Minimize Window"
|
||||
msgstr "Minimise Window"
|
||||
|
||||
#: src/frames.c:1029
|
||||
msgid "Maximize Window"
|
||||
msgstr "Maximize Window"
|
||||
msgstr "Maximise Window"
|
||||
|
||||
#: src/frames.c:1032
|
||||
msgid "Unmaximize Window"
|
||||
msgstr "Unmaximize Window"
|
||||
msgstr "Unmaximise Window"
|
||||
|
||||
#: src/keybindings.c:994
|
||||
#, c-format
|
||||
@@ -113,7 +113,7 @@ msgstr "Some other program is already using the key %s with modifiers %x as a bi
|
||||
#: src/keybindings.c:2559
|
||||
#, c-format
|
||||
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
|
||||
msgstr "Error launching metacity-dialogue to print an error about a command: %s\n"
|
||||
msgstr "Error launching metacity-dialog to print an error about a command: %s\n"
|
||||
|
||||
#: src/keybindings.c:2664
|
||||
#, c-format
|
||||
@@ -158,15 +158,15 @@ msgstr "Failed to restart: %s\n"
|
||||
|
||||
#: src/menu.c:54
|
||||
msgid "Mi_nimize"
|
||||
msgstr "Mi_nimize"
|
||||
msgstr "Mi_nimise"
|
||||
|
||||
#: src/menu.c:55
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximize"
|
||||
msgstr "Ma_ximise"
|
||||
|
||||
#: src/menu.c:56
|
||||
msgid "Unma_ximize"
|
||||
msgstr "Unma_ximize"
|
||||
msgstr "Unma_ximise"
|
||||
|
||||
#: src/menu.c:57
|
||||
msgid "Roll _Up"
|
||||
@@ -586,7 +586,7 @@ msgstr "Show the panel run application dialogue"
|
||||
|
||||
#: src/metacity.schemas.in.h:63
|
||||
msgid "Some applications break specifications in ways that result in window manager misfeatures. For example, ideally Metacity would place all dialogs in a consistent position with respect to their parent window. This requires ignoring application-specified positions for dialogs. But some versions of Java/Swing mark their popup menus as dialogs, so Metacity has to disable dialog positioning to allow menus to work in broken Java applications. There are several other examples like this. This option puts Metacity in full-on Correct mode, which perhaps gives a moderately nicer UI if you don't need to run any broken apps. Sadly, workarounds must be enabled by default; the real world is an ugly place. Some of the workarounds are workarounds for limitations in the specifications themselves, so sometimes a bug in no-workarounds mode won't be fixable without amending a spec."
|
||||
msgstr "Some applications break specifications in ways that result in window manager misfeatures. For example, ideally Metacity would place all dialogues in a consistent position with respect to their parent window. This requires ignoring application-specified positions for dialogs. But some versions of Java/Swing mark their popup menus as dialogs, so Metacity has to disable dialog positioning to allow menus to work in broken Java applications. There are several other examples like this. This option puts Metacity in full-on Correct mode, which perhaps gives a moderately nicer UI if you don't need to run any broken apps. Sadly, workarounds must be enabled by default; the real world is an ugly place. Some of the workarounds are workarounds for limitations in the specifications themselves, so sometimes a bug in no-workarounds mode won't be fixable without amending a spec."
|
||||
msgstr "Some applications break specifications in ways that result in window manager misfeatures. For example, ideally Metacity would place all dialogues in a consistent position with respect to their parent window. This requires ignoring application-specified positions for dialogues. But some versions of Java/Swing mark their popup menus as dialogues, so Metacity has to disable dialogue positioning to allow menus to work in broken Java applications. There are several other examples like this. This option puts Metacity in full-on Correct mode, which perhaps gives a moderately nicer UI if you don't need to run any broken apps. Sadly, workarounds must be enabled by default; the real world is an ugly place. Some of the workarounds are workarounds for limitations in the specifications themselves, so sometimes a bug in no-workarounds mode won't be fixable without amending a spec."
|
||||
|
||||
#: src/metacity.schemas.in.h:64
|
||||
msgid "Switch to workspace 1"
|
||||
@@ -962,7 +962,7 @@ msgstr "This keybinding resizes a window to fill available vertical space. The f
|
||||
|
||||
#: src/metacity.schemas.in.h:157
|
||||
msgid "This option determines the effects of double-clicking on the title bar. Current valid options are 'toggle_shade', which will shade/unshade the window, and 'toggle_maximize' which will maximize/unmaximize the window."
|
||||
msgstr "This option determines the effects of double-clicking on the title bar. Current valid options are 'toggle_shade', which will shade/unshade the window, and 'toggle_maximize' which will maximize/unmaximize the window."
|
||||
msgstr "This option determines the effects of double-clicking on the title bar. Current valid options are 'toggle_shade', which will shade/unshade the window, and 'toggle_maximize' which will maximise/unmaximise the window."
|
||||
|
||||
#: src/metacity.schemas.in.h:158
|
||||
msgid "Toggle always on top state"
|
||||
@@ -974,7 +974,7 @@ msgstr "Toggle fullscreen mode"
|
||||
|
||||
#: src/metacity.schemas.in.h:160
|
||||
msgid "Toggle maximization state"
|
||||
msgstr "Toggle maximization state"
|
||||
msgstr "Toggle maximisation state"
|
||||
|
||||
#: src/metacity.schemas.in.h:161
|
||||
msgid "Toggle shaded state"
|
||||
@@ -1392,7 +1392,7 @@ msgstr "Border \"%s\" is unknown"
|
||||
#: src/theme-parser.c:2869
|
||||
#, c-format
|
||||
msgid "No \"color\" attribute on element <%s>"
|
||||
msgstr "No \"colour\" attribute on element <%s>"
|
||||
msgstr "No \"color\" attribute on element <%s>"
|
||||
|
||||
#: src/theme-parser.c:1662
|
||||
#, c-format
|
||||
@@ -1639,7 +1639,7 @@ msgstr "\"%s\" is not a valid value for resize attribute"
|
||||
#: src/theme-parser.c:3450
|
||||
#, c-format
|
||||
msgid "Should not have \"resize\" attribute on <%s> element for maximized/shaded states"
|
||||
msgstr "Should not have \"resize\" attribute on <%s> element for maximized/shaded states"
|
||||
msgstr "Should not have \"resize\" attribute on <%s> element for maximised/shaded states"
|
||||
|
||||
#: src/theme-parser.c:3464
|
||||
#, c-format
|
||||
@@ -1992,12 +1992,12 @@ msgstr "Did not understand state \"%s\" in colour specification"
|
||||
#: src/theme.c:1013
|
||||
#, c-format
|
||||
msgid "Did not understand color component \"%s\" in color specification"
|
||||
msgstr "Did not understand colour component \"%s\" in color specification"
|
||||
msgstr "Did not understand colour component \"%s\" in colour specification"
|
||||
|
||||
#: src/theme.c:1043
|
||||
#, c-format
|
||||
msgid "Blend format is \"blend/bg_color/fg_color/alpha\", \"%s\" does not fit the format"
|
||||
msgstr "Blend format is \"blend/bg_colour/fg_color/alpha\", \"%s\" does not fit the format"
|
||||
msgstr "Blend format is \"blend/bg_colour/fg_colour/alpha\", \"%s\" does not fit the format"
|
||||
|
||||
#: src/theme.c:1054
|
||||
#, c-format
|
||||
|
92
po/tr.po
92
po/tr.po
@@ -2,19 +2,20 @@
|
||||
# Copyright (C) 2003 Free Software Foundation.
|
||||
# This file is distributed under the same license as the metacity package.
|
||||
# Sinan İmamoğlu <sinan@myrealbox.com>, 2003.
|
||||
# Baris Cicek <baris@teamforce.name.tr>, 2004.
|
||||
# Baris Cicek <baris@teamforce.name.tr>, 2004, 2005.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: metacity\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2005-01-24 10:50-0700\n"
|
||||
"PO-Revision-Date: 2004-09-03 22:39+0300\n"
|
||||
"POT-Creation-Date: 2005-03-13 03:34+0200\n"
|
||||
"PO-Revision-Date: 2005-03-13 03:34+0200\n"
|
||||
"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
|
||||
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.9.1\n"
|
||||
|
||||
#: src/tools/metacity-message.c:150
|
||||
#, c-format
|
||||
@@ -60,7 +61,7 @@ msgstr ""
|
||||
msgid "Failed to get hostname: %s\n"
|
||||
msgstr "Makine adı alınamadı: %s\n"
|
||||
|
||||
#: src/display.c:312
|
||||
#: src/display.c:316
|
||||
#, c-format
|
||||
msgid "Failed to open X Window System display '%s'\n"
|
||||
msgstr "X Pencere Sistemi '%s' ekranı açılamadı\n"
|
||||
@@ -110,22 +111,21 @@ msgstr ""
|
||||
"%s tuşu %x değiştiricileriyle birlikte başka bir uygulama tarafından tuş "
|
||||
"bağıolarak kullanılıyor\n"
|
||||
|
||||
#: src/keybindings.c:2559
|
||||
#: src/keybindings.c:2561
|
||||
#, c-format
|
||||
msgid "Error launching metacity-dialog to print an error about a command: %s\n"
|
||||
msgstr ""
|
||||
"Bir komutla ilgili hatayı göstermek için metacity-dialog başlatılırken hata: "
|
||||
"%s\n"
|
||||
|
||||
#: src/keybindings.c:2664
|
||||
#: src/keybindings.c:2666
|
||||
#, c-format
|
||||
msgid "No command %d has been defined.\n"
|
||||
msgstr "%d komutu tanımlanmamış.\n"
|
||||
|
||||
#: src/keybindings.c:3494
|
||||
#, fuzzy
|
||||
#: src/keybindings.c:3511
|
||||
msgid "No terminal command has been defined.\n"
|
||||
msgstr "%d komutu tanımlanmamış.\n"
|
||||
msgstr "Hiçbir termina komutu tanımlanmamış.\n"
|
||||
|
||||
#: src/main.c:69
|
||||
msgid ""
|
||||
@@ -206,11 +206,11 @@ msgstr "_Kapat"
|
||||
|
||||
#. separator
|
||||
#: src/menu.c:66
|
||||
msgid "Put on _All Workspaces"
|
||||
msgstr "Tüm Çalışma _Alanlarına Yerleştir"
|
||||
msgid "_Always on Visible Workspace"
|
||||
msgstr "Her _Zaman Görünen Çalışma Alanında"
|
||||
|
||||
#: src/menu.c:67
|
||||
msgid "Only on _This Workspace"
|
||||
msgid "_Only on This Workspace"
|
||||
msgstr "Yalnız _Bu Çalışma Alanında"
|
||||
|
||||
#: src/menu.c:68
|
||||
@@ -229,7 +229,7 @@ msgstr "_Yukarıdaki Çalışma Alanına Taşı"
|
||||
msgid "Move to Workspace _Down"
|
||||
msgstr "_Aşağıdaki Çalışma Alanına Taşı"
|
||||
|
||||
#: src/menu.c:162 src/prefs.c:1942
|
||||
#: src/menu.c:162 src/prefs.c:1996
|
||||
#, c-format
|
||||
msgid "Workspace %d"
|
||||
msgstr "Çalışma Alanı %d"
|
||||
@@ -369,7 +369,7 @@ msgstr ""
|
||||
"Bu pencereler, \"geçerli durumu kaydet\" özelliğini desteklemiyorlar ve bir "
|
||||
"dahaki girişte kendiniz yeniden başlatmalısınız."
|
||||
|
||||
#: src/metacity-dialog.c:323
|
||||
#: src/metacity-dialog.c:325
|
||||
#, c-format
|
||||
msgid ""
|
||||
"There was an error running \"%s\":\n"
|
||||
@@ -509,13 +509,14 @@ msgid ""
|
||||
"\"direct manipulation\", by using wireframes, avoiding animations, or other "
|
||||
"means. This is a significant reduction in usability for many users, but may "
|
||||
"allow legacy applications and terminal servers to function when they would "
|
||||
"otherwise be impractical."
|
||||
"otherwise be impractical. However, the wireframe feature is disabled when "
|
||||
"accessibility is on to avoid weird desktop breakages."
|
||||
msgstr ""
|
||||
"Eğer seçiliyse, metacity tel çerçeveleri kullanarak, canlandırma "
|
||||
"kullanmayarak ve diğer şekillerde, kullanıcıya daha az geri bildirim verip "
|
||||
"daha az \"doğrudan işlem\"e imkan verir. Bu bir çok kullanıcı için "
|
||||
"kullanılabilirlikte belirgin biz azalmaya neden olur, ancak aksi halde "
|
||||
"kullanışsız olacak terminal sunucuları ve diğer eskiuygulamalar için "
|
||||
"kullanışsız olacak terminal sunucuları ve diğer eski uygulamalar için "
|
||||
"işleyebilirlik sağlayabilir."
|
||||
|
||||
#: src/metacity.schemas.in.h:20
|
||||
@@ -706,7 +707,7 @@ msgstr "Tanımlanmış bir komutu çalıştır"
|
||||
|
||||
#: src/metacity.schemas.in.h:60
|
||||
msgid "Run a terminal"
|
||||
msgstr ""
|
||||
msgstr "Bir terminal çalıştır"
|
||||
|
||||
#: src/metacity.schemas.in.h:61
|
||||
msgid "Show the panel menu"
|
||||
@@ -1192,7 +1193,6 @@ msgstr ""
|
||||
"tuş bağı yapılmamış olur."
|
||||
|
||||
#: src/metacity.schemas.in.h:109
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The keybinding used to maximize a window. The format looks like \"<"
|
||||
"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
|
||||
@@ -1693,7 +1693,6 @@ msgstr ""
|
||||
"yapılmamış olur."
|
||||
|
||||
#: src/metacity.schemas.in.h:142
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The keybinding which invokes a terminal. The format looks like \"<"
|
||||
"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
|
||||
@@ -1934,17 +1933,17 @@ msgstr "Pencere odaklama kipi"
|
||||
msgid "Window title font"
|
||||
msgstr "Pencere başlığı yazıtipi"
|
||||
|
||||
#: src/prefs.c:476 src/prefs.c:492 src/prefs.c:508 src/prefs.c:524
|
||||
#: src/prefs.c:540 src/prefs.c:560 src/prefs.c:576 src/prefs.c:592
|
||||
#: src/prefs.c:608 src/prefs.c:624 src/prefs.c:640 src/prefs.c:656
|
||||
#: src/prefs.c:672 src/prefs.c:689 src/prefs.c:705 src/prefs.c:721
|
||||
#: src/prefs.c:737 src/prefs.c:753 src/prefs.c:768 src/prefs.c:783
|
||||
#: src/prefs.c:798
|
||||
#: src/prefs.c:501 src/prefs.c:517 src/prefs.c:533 src/prefs.c:549
|
||||
#: src/prefs.c:565 src/prefs.c:585 src/prefs.c:601 src/prefs.c:617
|
||||
#: src/prefs.c:633 src/prefs.c:649 src/prefs.c:665 src/prefs.c:681
|
||||
#: src/prefs.c:697 src/prefs.c:714 src/prefs.c:730 src/prefs.c:746
|
||||
#: src/prefs.c:762 src/prefs.c:778 src/prefs.c:793 src/prefs.c:808
|
||||
#: src/prefs.c:823 src/prefs.c:839
|
||||
#, c-format
|
||||
msgid "GConf key \"%s\" is set to an invalid type\n"
|
||||
msgstr "\"%s\" GConf anahtarına geçersiz bir tür atanmış\n"
|
||||
|
||||
#: src/prefs.c:843
|
||||
#: src/prefs.c:884
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\"%s\" found in configuration database is not a valid value for mouse button "
|
||||
@@ -1953,17 +1952,17 @@ msgstr ""
|
||||
"Yapılandırma veritabanında bulunan \"%s\", fare düğme düzenleyicisi olarak "
|
||||
"geçerli bir değer değil\n"
|
||||
|
||||
#: src/prefs.c:867 src/prefs.c:1277
|
||||
#: src/prefs.c:908 src/prefs.c:1318
|
||||
#, c-format
|
||||
msgid "GConf key '%s' is set to an invalid value\n"
|
||||
msgstr "'%s' GConf anahtarına geçersiz bir değer atanmış\n"
|
||||
|
||||
#: src/prefs.c:994
|
||||
#: src/prefs.c:1035
|
||||
#, c-format
|
||||
msgid "Could not parse font description \"%s\" from GConf key %s\n"
|
||||
msgstr "\"%s\" yazıtipi tanımlaması %s GConf anahtarından ayrıştırılamadı\n"
|
||||
|
||||
#: src/prefs.c:1179
|
||||
#: src/prefs.c:1220
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%d stored in GConf key %s is not a reasonable number of workspaces, current "
|
||||
@@ -1972,7 +1971,7 @@ msgstr ""
|
||||
"%2$s GConf anahtarında saklı %1$d değeri geçerli bir çalışma alanı sayısı "
|
||||
"değil; şu anki üst sınır: %3$d\n"
|
||||
|
||||
#: src/prefs.c:1239
|
||||
#: src/prefs.c:1280
|
||||
msgid ""
|
||||
"Workarounds for broken applications disabled. Some applications may not "
|
||||
"behave properly.\n"
|
||||
@@ -1980,18 +1979,18 @@ msgstr ""
|
||||
"Hatalı uygulamalara yönelik çözümler devre dışı. Bazı uygulamalar düzgün "
|
||||
"işlemeyebilir.\n"
|
||||
|
||||
#: src/prefs.c:1304
|
||||
#: src/prefs.c:1345
|
||||
#, c-format
|
||||
msgid "%d stored in GConf key %s is out of range 0 to %d\n"
|
||||
msgstr ""
|
||||
"%2$s GConf anahtarında saklı %1$d değeri 0 ile %3$d aralığının dışında\n"
|
||||
|
||||
#: src/prefs.c:1425
|
||||
#: src/prefs.c:1479
|
||||
#, c-format
|
||||
msgid "Error setting number of workspaces to %d: %s\n"
|
||||
msgstr "Çalışma alanı sayısının %d yapılmasında hata: %s\n"
|
||||
|
||||
#: src/prefs.c:1669
|
||||
#: src/prefs.c:1723
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\"%s\" found in configuration database is not a valid value for keybinding "
|
||||
@@ -2000,7 +1999,7 @@ msgstr ""
|
||||
"Yapılandırma veritabanında bulunan \"%s\", \"%s\" tuş bağı olarak geçerli "
|
||||
"bir değer değil\n"
|
||||
|
||||
#: src/prefs.c:2023
|
||||
#: src/prefs.c:2077
|
||||
#, c-format
|
||||
msgid "Error setting name for workspace %d to \"%s\": %s\n"
|
||||
msgstr "%d çalışma alanının adının \"%s\" yapılmasında hata: %s\n"
|
||||
@@ -3140,7 +3139,7 @@ msgid "Application set a bogus _NET_WM_PID %ld\n"
|
||||
msgstr "Uygulama _NET_WM_PID'e geçersiz %ld değerini atadı\n"
|
||||
|
||||
#. first time through
|
||||
#: src/window.c:4829
|
||||
#: src/window.c:5070
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER "
|
||||
@@ -3156,7 +3155,7 @@ msgstr ""
|
||||
#. * MWM but not WM_NORMAL_HINTS are basically broken. We complain
|
||||
#. * about these apps but make them work.
|
||||
#.
|
||||
#: src/window.c:5500
|
||||
#: src/window.c:5741
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Window %s sets an MWM hint indicating it isn't resizable, but sets min size %"
|
||||
@@ -3193,24 +3192,3 @@ msgid ""
|
||||
msgstr ""
|
||||
"0x%2$lx penceresinin %1$s özelliği listedeki öğe %3$d için geçersiz UTF-8 "
|
||||
"içeriyor\n"
|
||||
|
||||
#~ msgid "Select how to give focus to windows"
|
||||
#~ msgstr "Pencerelere nasıl odaklanacağını seçin"
|
||||
|
||||
#~ msgid "Window Focus"
|
||||
#~ msgstr "Pencere Odaklanması"
|
||||
|
||||
#~ msgid "Clic_k to give focus"
|
||||
#~ msgstr "Odaklamak için _tıklayın"
|
||||
|
||||
#~ msgid "Focus behavior:"
|
||||
#~ msgstr "Odaklanma işleyişi:"
|
||||
|
||||
#~ msgid "Window Focus Preferences"
|
||||
#~ msgstr "Pencere Odaklanma Tercihleri"
|
||||
|
||||
#~ msgid "_Point to give focus"
|
||||
#~ msgstr "_Göstererek odakla"
|
||||
|
||||
#~ msgid "_Raise window on focus"
|
||||
#~ msgstr "Odaklanan pencereyi _yükselt"
|
||||
|
@@ -254,11 +254,12 @@ warn_about_no_sm_support (char **lame_apps,
|
||||
GtkWidget *dialog;
|
||||
GtkWidget *list;
|
||||
GtkWidget *sw;
|
||||
GtkWidget *button;
|
||||
|
||||
dialog = gtk_message_dialog_new (NULL,
|
||||
0,
|
||||
GTK_MESSAGE_WARNING,
|
||||
GTK_BUTTONS_CLOSE,
|
||||
GTK_BUTTONS_NONE,
|
||||
_("These windows do not support \"save current setup\" and will have to be restarted manually next time you log in."));
|
||||
|
||||
g_signal_connect (G_OBJECT (dialog),
|
||||
@@ -269,6 +270,7 @@ warn_about_no_sm_support (char **lame_apps,
|
||||
/* Wait 4 minutes then force quit, so we don't wait around all night */
|
||||
g_timeout_add (4 * 60 * 1000, (GSourceFunc) gtk_main_quit, NULL);
|
||||
|
||||
button = gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE);
|
||||
gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_CLOSE);
|
||||
list = create_lame_apps_list (lame_apps);
|
||||
|
||||
@@ -301,6 +303,7 @@ warn_about_no_sm_support (char **lame_apps,
|
||||
gtk_widget_realize (dialog);
|
||||
copy_of_gdk_x11_window_set_user_time (dialog->window, timestamp);
|
||||
|
||||
gtk_widget_grab_focus (button);
|
||||
gtk_widget_show_all (dialog);
|
||||
|
||||
gtk_main ();
|
||||
|
Reference in New Issue
Block a user