diff --git a/ChangeLog b/ChangeLog index 7561ce148b..1a13b2af34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Feb 24 19:12:07 2004 Owen Taylor + + * === Released 2.3.4 === + + * configure.in: Bump version to 2.3.4, fix broken + gtk_binary_age value by copying the GLib logic + to automatically set it to the right values. + Wed Feb 25 00:13:24 2004 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 7561ce148b..1a13b2af34 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +Tue Feb 24 19:12:07 2004 Owen Taylor + + * === Released 2.3.4 === + + * configure.in: Bump version to 2.3.4, fix broken + gtk_binary_age value by copying the GLib logic + to automatically set it to the right values. + Wed Feb 25 00:13:24 2004 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 7561ce148b..1a13b2af34 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +Tue Feb 24 19:12:07 2004 Owen Taylor + + * === Released 2.3.4 === + + * configure.in: Bump version to 2.3.4, fix broken + gtk_binary_age value by copying the GLib logic + to automatically set it to the right values. + Wed Feb 25 00:13:24 2004 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 7561ce148b..1a13b2af34 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +Tue Feb 24 19:12:07 2004 Owen Taylor + + * === Released 2.3.4 === + + * configure.in: Bump version to 2.3.4, fix broken + gtk_binary_age value by copying the GLib logic + to automatically set it to the right values. + Wed Feb 25 00:13:24 2004 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 7561ce148b..1a13b2af34 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +Tue Feb 24 19:12:07 2004 Owen Taylor + + * === Released 2.3.4 === + + * configure.in: Bump version to 2.3.4, fix broken + gtk_binary_age value by copying the GLib logic + to automatically set it to the right values. + Wed Feb 25 00:13:24 2004 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_menu_row_changed): diff --git a/INSTALL b/INSTALL index 1cabca85c2..1dd49e46c8 100644 --- a/INSTALL +++ b/INSTALL @@ -22,8 +22,8 @@ GTK+ requires the following packages: Simple install procedure ======================== - % gzip -cd gtk+-2.3.3.tar.gz | tar xvf - # unpack the sources - % cd gtk+-2.3.3 # change to the toplevel directory + % gzip -cd gtk+-2.3.4.tar.gz | tar xvf - # unpack the sources + % cd gtk+-2.3.4 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] diff --git a/NEWS b/NEWS index 77f6db1bd5..b3643ed27c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ +Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.4 +================================================= +* Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor] +* Add some extra GtkExpander docs [Federico Mena Quintero] +* Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger] +* Updated translation (ga) + Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3 ================================================= -* GtkFileChooser [Federico]: +* GtkFileChooser [Federico Mena Quintero]: - Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen] - Correctly handle typed-in filenames in save mode, folder mode, and multiple-selection mode in all combinations. diff --git a/README b/README index c89d562dee..7de1f531e9 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GTK+ version 2.3.3. GTK+ is a multi-platform toolkit for +This is GTK+ version 2.3.4. GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. diff --git a/configure.in b/configure.in index 3278b48b09..393f606c52 100644 --- a/configure.in +++ b/configure.in @@ -12,11 +12,12 @@ AC_PREREQ(2.54) m4_define([gtk_major_version], [2]) m4_define([gtk_minor_version], [3]) -m4_define([gtk_micro_version], [3]) +m4_define([gtk_micro_version], [4]) m4_define([gtk_version], [gtk_major_version.gtk_minor_version.gtk_micro_version]) m4_define([gtk_interface_age], [0]) -m4_define([gtk_binary_age], [302]) +m4_define([gtk_binary_age], + [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) # This is the X.Y used in -lgtk-FOO-X.Y m4_define([gtk_api_version], [2.0]) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 978af660b1..f86c7c6f3a 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 24 19:06:20 2004 Owen Taylor + + * === Released 2.3.4 === + 2004-02-24 Federico Mena Quintero * gtk/tmpl/gtkexpander.sgml: Added a section about usage when you diff --git a/po-properties/af.po b/po-properties/af.po index 7e663fc239..d1c42c020c 100644 --- a/po-properties/af.po +++ b/po-properties/af.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-05 20:27+0200\n" "Last-Translator: Stefan Lubbersen \n" "Language-Team: Afrikaans\n" @@ -1274,51 +1274,51 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/am.po b/po-properties/am.po index dfb62a12b9..9209c78a8c 100644 --- a/po-properties/am.po +++ b/po-properties/am.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-01-14 11:02+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" @@ -1292,52 +1292,52 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "ስፋት" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/ar.po b/po-properties/ar.po index 502a14b1b1..4ca7287650 100644 --- a/po-properties/ar.po +++ b/po-properties/ar.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-09 22:20+0100\n" "Last-Translator: Arafat Medini \n" "Language-Team: Arabic \n" @@ -1306,51 +1306,51 @@ msgstr "القيمة في القائمة" msgid "Whether entered values must already be present in the list" msgstr "فيما إذا وجب على القيم المدخلة أن تكون موجودةً في القائمة" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "العنصر النشط" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "العنصر النشط حاليا" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/az.po b/po-properties/az.po index 1dcbec8740..bae94c4465 100644 --- a/po-properties/az.po +++ b/po-properties/az.po @@ -36,7 +36,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD.az\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-05 18:28+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" @@ -1341,57 +1341,57 @@ msgstr "Siyahıdakı qiymət" msgid "Whether entered values must already be present in the list" msgstr "Girilən qiymətin hazırda da siyahıda olması lazımdırsa" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "ComboBox modeli" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Ağac görünüşü modeli" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "En" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Sətir aralığı" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Sütünlar arası boşluq" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Fəal" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "Hazırda seçili olan GdkFont" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "ComboBox görünüşü" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/be.po b/po-properties/be.po index 22219cedf1..b836db5abb 100644 --- a/po-properties/be.po +++ b/po-properties/be.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-03-31 07:40+0300\n" "Last-Translator: Ales Nyakhaychyk \n" "Language-Team: Belarusian \n" @@ -1352,57 +1352,57 @@ msgstr "Значэньне ў сьпісе" msgid "Whether entered values must already be present in the list" msgstr "Ці павінны ўвадзімыя значэньні ўжо быць у сьпісе." -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Разнавід для адлюстраваньня дрэва" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Шырыня" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Водступ між радкоў" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Водступ між слупкоў" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Актыўны" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "GdkFont, што вылучаны ў бягучы момант." -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/bg.po b/po-properties/bg.po index 82e4ce87b6..2b35e01f07 100644 --- a/po-properties/bg.po +++ b/po-properties/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-06-19 00:40+0200\n" "Last-Translator: Borislav Aleksandrov \n" "Language-Team: Bulgarian \n" @@ -1362,57 +1362,57 @@ msgstr "Стойност в списък" msgid "Whether entered values must already be present in the list" msgstr "Дали въведените стойности трябва да са вече налични в списъка" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Режим на дървовиден преглед" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Ширина" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Интервал между редове" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Разсояние между колони" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Активен" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "GdkFont който текущо е избран" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/bn.po b/po-properties/bn.po index f3fb443b17..758cfb475a 100644 --- a/po-properties/bn.po +++ b/po-properties/bn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.gtk-2-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-06-4 16:30+0600\n" "Last-Translator: Progga \n" "Language-Team: Bangla \n" @@ -1338,57 +1338,57 @@ msgstr "মানটি তালিকায় আছে" msgid "Whether entered values must already be present in the list" msgstr "যেসব মান লেখা হবে সেগুলো সর্বদা তালিকায় থাকতে হবে কিনা" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "শাখা-প্রশাখার ন্যায় দৃশ্যের মডেল" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "প্রস্থ" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "প্রতি সারি স্পেস-এর সংখ্যা" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "প্রতি কলামে স্পেস-এর সংখ্যা" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "সক্রিয়" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "বর্তমানে চিহ্ণিত করা জিডিকে-ফন্ট" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/br.po b/po-properties/br.po index 74292f8070..97050158e3 100644 --- a/po-properties/br.po +++ b/po-properties/br.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-15 16:03+0100\n" "Last-Translator: Thierry Vignaud \n" "Language-Team: br \n" @@ -1269,51 +1269,51 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/ca.po b/po-properties/ca.po index 39901424c2..a842c502fc 100644 --- a/po-properties/ca.po +++ b/po-properties/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-11-13 15:21+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -1353,57 +1353,57 @@ msgstr "Valor a la llista" msgid "Whether entered values must already be present in the list" msgstr "Com els valors introduïts poden ésser presents a la llista" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "El model per la vista d'arbre" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Amplada" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Espaiat de files" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Espaiat de columnes" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Actiu" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "El GdkFont actualment està seleccionat" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/cs.po b/po-properties/cs.po index 1c6d37f45f..dba6fc72a4 100644 --- a/po-properties/cs.po +++ b/po-properties/cs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-22 17:05+0100\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" @@ -1310,51 +1310,51 @@ msgstr "Hodnota v seznamu" msgid "Whether entered values must already be present in the list" msgstr "Jestli musí být zadaná hodnota již přítomna v seznamu" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Model ComboBoxu" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Model pro kombinované pole" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Šířka zalamování" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Šířka zalamování pro rozložení položek v mřížce" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Sloupec rozsahu řádků" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Sloupec TreeModel obsahující hodnoty rozsahu řádků" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Sloupec rozsahu sloupců" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Sloupec TreeModel obsahující hodnoty rozsahu sloupců" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Aktivní položka" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Položka, která je právě aktivní" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Vzhled ComboBoxu" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Vzhled ComboBoxu, kde TRUE znamená ve stylu Windows." diff --git a/po-properties/cy.po b/po-properties/cy.po index cd0559d9fb..1891f531ce 100644 --- a/po-properties/cy.po +++ b/po-properties/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-08 07:25+0000\n" "Last-Translator: Dafydd Harries \n" "Language-Team: Cymraeg \n" @@ -1331,51 +1331,51 @@ msgstr "Gwerth yn y rhestr" msgid "Whether entered values must already be present in the list" msgstr "Oes rhaid i werth y maes fod yn y rhestr yn barod" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Model ComboBox" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Y model ar gyfer y blwch combo" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Lled amlapio" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Lled amlapio ar gyfer gosod eitemau mewn grid" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Colofn rhychwant rhes" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Colofn TreeModel yn cynnwys y gwerthoedd rhychwant rhes" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Colofn rhychwant colofn" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Colodn TreeModel yn cynnwyd y gwerthoedd rhychwant colofn" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Eitem gweithredol" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Yr eitem sydd yn weithredol yn gyfredol" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Ymddangosiad ComboBox" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Ymddangosiad ComboBOX, lle mae gwir yn golygu tebyg i Windows." diff --git a/po-properties/da.po b/po-properties/da.po index 671c079db1..82d35bbb37 100644 --- a/po-properties/da.po +++ b/po-properties/da.po @@ -30,7 +30,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-12-15 16:57+0100\n" "Last-Translator: Ole Laursen \n" "Language-Team: Danish \n" @@ -1382,57 +1382,57 @@ msgstr "Værdi i liste" msgid "Whether entered values must already be present in the list" msgstr "Om indtastede værdier altid skal være til stede i listen" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Modellen for trævisningen" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Bredde" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Rækkemellemrum" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Kolonnemellemrum" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Aktiv" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "Den GdkFont som er valgt i øjeblikket" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/de.po b/po-properties/de.po index 273e6b4eb0..bb69302437 100644 --- a/po-properties/de.po +++ b/po-properties/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: GTK+ 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-11 18:35+0100\n" "Last-Translator: Christian Neumair \n" "Language-Team: German \n" @@ -1353,53 +1353,53 @@ msgstr "Wert in Liste" msgid "Whether entered values must already be present in the list" msgstr "Müssen eingetragene Werte bereits in der Liste vorhanden sein?" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "ComboBox-Modell" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Das Modell für das Kombinationsfeld" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Umbruchbreite" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Umbruchbreite zum Anordnen der Objekte in einem Gitter" # CHECK -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Spalte zur Zeilenüberbrückung" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "TreeModel-Spalte, die die Zeilenüberbrückungswerte enthält" # CHECK -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Spalte zur Spaltenüberbrückung" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "TreeModel-Spalte, die die Spaltenüberbrückungswerte enthält" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Aktives Objekt" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Das momentan aktive Objekt" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "ComboBox-Erscheinungsbild" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "ComboBox-Erscheinungsbild, wobei WAHR Windows-artig bezeichnet." diff --git a/po-properties/el.po b/po-properties/el.po index 29685c73be..d48080409d 100644 --- a/po-properties/el.po +++ b/po-properties/el.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-23 14:29+0200\n" "Last-Translator: Kostas Papadimas \n" "Language-Team: Greek \n" @@ -1357,51 +1357,51 @@ msgstr "Τιμή στη λίστα" msgid "Whether entered values must already be present in the list" msgstr "Αν οι εισηγμένες τιμές θα πρέπει να είναι ήδη παρούσες στη λίστα" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Μοντέλο ComboBox" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Το μοντέλο για combo box" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Πλάτος αναδίπλωσης" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Πλάτος αναδίπλωσης για την διάταξη των αντικειμένων σε πλέγμα" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Διάστημα γραμμής στήλης" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Στήλη δενδροειδούς μοντέλου που περιέχει τις τιμές διαστήματος γραμμής" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Διάστημα στηλών στήλης" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Στήλη δενδροειδούς μοντέλου που περιέχει τις τιμές διαστήματος στήλης" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Ενεργό αντικείμενο" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Το αντικείμενο που είναι αυτή τη στιγμή ενεργό" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Εμφάνιση ComboBox" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Εμφάνιση ComboBox, όπου TRUE σημαίνει στυλ Windows" diff --git a/po-properties/en_CA.po b/po-properties/en_CA.po index 4d355ba832..99e37dd5d1 100644 --- a/po-properties/en_CA.po +++ b/po-properties/en_CA.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-23 18:28-0500\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" @@ -1309,51 +1309,51 @@ msgstr "Value in list" msgid "Whether entered values must already be present in the list" msgstr "Whether entered values must already be present in the list" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "ComboBox model" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "The model for the combo box" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Wrap width" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Wrap width for layouting the items in a grid" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Row span column" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "TreeModel column containing the row span values" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Column span column" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "TreeModel column containing the column span values" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Active item" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "The item which is currently active" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "ComboBox appareance" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "ComboBox appearance, where TRUE means Windows-style." diff --git a/po-properties/en_GB.po b/po-properties/en_GB.po index de8fdf78a1..ed2bf8ceb7 100644 --- a/po-properties/en_GB.po +++ b/po-properties/en_GB.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-11-18 17:33+0000\n" "Last-Translator: Abigail Brady \n" "Language-Team: \n" @@ -1269,51 +1269,51 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/es.po b/po-properties/es.po index d71a1f0764..6c887306f3 100644 --- a/po-properties/es.po +++ b/po-properties/es.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-21 19:43+0100\n" "Last-Translator: Francisco Javier F. Serrador \n" "Language-Team: Spanish \n" @@ -1345,51 +1345,51 @@ msgstr "Valor en la lista" msgid "Whether entered values must already be present in the list" msgstr "Indica si los valores ingresados ya deben estar presentes en la lista" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Modelo de CajaCombo" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "El modelo para la caja combo" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Ajustar anchura" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Ajusta la anchura para distribuir los elementos en una rejilla" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Expandir filas a columnas" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Columna TreeModel que contiene los valores de expansión de la fila" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Columna expande columna" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Columna TreeModel que contiene los valores de expansión de columna" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Elemento activo" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "El elemento que esta activo actualmente" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Apariencia de ComboBox" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Apariencia de la ComboBox, cuando sea TRUE significa Estilo-Ventana." diff --git a/po-properties/et.po b/po-properties/et.po index 337ef667fa..a166ab2105 100644 --- a/po-properties/et.po +++ b/po-properties/et.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-02 23:50+0200\n" "Last-Translator: Tõivo Leedjärv \n" "Language-Team: Estonian \n" @@ -1286,51 +1286,51 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Aktiivne element" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Element, mis on hetkel aktiivne" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/eu.po b/po-properties/eu.po index 647efd317d..13721610f0 100644 --- a/po-properties/eu.po +++ b/po-properties/eu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 1999-07-05 19:17+0200\n" "Last-Translator: Joseba Bidaurrazaga van Dierdonck \n" "Language-Team: euskare \n" @@ -1308,54 +1308,54 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Zabalera: " -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Tartea:" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "(ezindua)" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/fa.po b/po-properties/fa.po index 5d402c6bf5..92f80a0eb9 100644 --- a/po-properties/fa.po +++ b/po-properties/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-03 17:49+0330\n" "Last-Translator: Roozbeh Pournader \n" "Language-Team: Persian \n" @@ -1300,51 +1300,51 @@ msgstr "مقدار در فهرست" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "مورد فعال" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "موردی که هم‌اکنون فعال است" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/fi.po b/po-properties/fi.po index 97739e35ee..ed9e244cf1 100644 --- a/po-properties/fi.po +++ b/po-properties/fi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-04-13 23:29-0200\n" "Last-Translator: Pauli Virtanen \n" "Language-Team: Finnish \n" @@ -1344,57 +1344,57 @@ msgstr "Arvo listassa" msgid "Whether entered values must already be present in the list" msgstr "Täytyykö syötettyjen arvojen olla jo luettelossa" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Puunäkymän malli" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Leveys" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Rivivälit" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Sarakeväli" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Aktiivinen" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "Nyt valittu GdkFont" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/fr.po b/po-properties/fr.po index aef5dbe187..7fab7d7f0c 100644 --- a/po-properties/fr.po +++ b/po-properties/fr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+_properties 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-24 19:01+0100\n" "Last-Translator: Christophe Merlet (RedFox) \n" "Language-Team: GNOME French Team \n" @@ -1333,53 +1333,53 @@ msgid "Whether entered values must already be present in the list" msgstr "" "Indique si les valeurs entrées doivent déjà être présentes dans la liste" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Modèle de ComboBox" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Le modèle pour la boîte combo" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Largeur de la coupure" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Largeur de la coupure pour l'agencement des éléments dans une grille" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Espacement des colonnes" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Espacement des colonnes" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Élément actif" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "L'élément qui est actuellement actif" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Apparence de la ComboBox" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/ga.po b/po-properties/ga.po index 692e86f66e..6b1512aceb 100644 --- a/po-properties/ga.po +++ b/po-properties/ga.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-14 07:18+0000\n" "Last-Translator: Alastair McKinstry \n" @@ -1270,51 +1270,51 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/gl.po b/po-properties/gl.po index 67a2228d6d..8a39fd8a00 100644 --- a/po-properties/gl.po +++ b/po-properties/gl.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2000-08-10 23:10+0200\n" "Last-Translator: Jesus Bravo Alvarez \n" "Language-Team: Galician \n" @@ -1319,54 +1319,54 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Ancho:" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Espacio:" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "(desactivado)" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/he.po b/po-properties/he.po index 5629c95a82..d56841ab50 100644 --- a/po-properties/he.po +++ b/po-properties/he.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-12-07 10:05+0200\n" "Last-Translator: Gil 'Dolfin' Osher \n" "Language-Team: Hebrew \n" @@ -1335,56 +1335,56 @@ msgstr "ערך ברשימה" msgid "Whether entered values must already be present in the list" msgstr "האם הערכים המוכנסים חייבים להיות כבר ברשימה" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "רוחב" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "מרווח בין שורות" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "מרווח בין עמודות" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "פעיל" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "האינדקס של העמוד הנוכחי" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/hi.po b/po-properties/hi.po index f1c651f7b2..a4e5050412 100644 --- a/po-properties/hi.po +++ b/po-properties/hi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gk.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-08-07 17:12+0530\n" "Last-Translator: G Karunakar \n" "Language-Team: Gnome Hindi Team \n" "Language-Team: Croatian \n" @@ -1334,51 +1334,51 @@ msgstr "Vrijednost sa spiska" msgid "Whether entered values must already be present in the list" msgstr "Mogu li upisane vrijednosti već biti nazočne na popisu" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Model padajućeg popisa" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Model za padajuću popis" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Omotaj širinu" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Širina omatanj za prelom pri raspoređivanju stavki u mreži" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Razmak između reda i kolone" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Model stupca stabla koji sadrži vrijednosti obuhvaćanja redaka" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Stupac obuhvaća stupac" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Model stupca stabla koji sadrži vrijednosti obuhvaćanja stupaca" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Aktivna stavka" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Stavka koja je trenutno aktivna" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Izgled padajućeg popisa" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Izgled padajućeg popisa, ako je postavljeno označava Windows stil." diff --git a/po-properties/hu.po b/po-properties/hu.po index 88c396d42c..e7d9caf63b 100644 --- a/po-properties/hu.po +++ b/po-properties/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-12-07 16:19+0100\n" "Last-Translator: Andras Timar \n" "Language-Team: Hungarian \n" @@ -1299,53 +1299,53 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Szélesség" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Aktív" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/ia.po b/po-properties/ia.po index 02704818a5..8bd966dcec 100644 --- a/po-properties/ia.po +++ b/po-properties/ia.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2000-10-27 02:02+0100\n" "Last-Translator: Robert Brady \n" "Language-Team: Interlingua\n" @@ -1294,52 +1294,52 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "(deactive)" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/id.po b/po-properties/id.po index b2c2c64cb1..16e765bba5 100644 --- a/po-properties/id.po +++ b/po-properties/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-06-28 20:55+0700\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" @@ -1339,57 +1339,57 @@ msgstr "Nilai dalam daftar" msgid "Whether entered values must already be present in the list" msgstr "Menentukan apakah nilai yang dimasukan selalu ada pada daftar" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Model TreeView" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Lebar" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Jarak antar baris" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Jarak antar kolom" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Aktif" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "GdkFont yang sedang dipilih" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/it.po b/po-properties/it.po index 5eadbef899..84ee2040f7 100644 --- a/po-properties/it.po +++ b/po-properties/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-10 22:57+0100\n" "Last-Translator: Alessio Dessi \n" "Language-Team: Italian \n" @@ -1340,52 +1340,52 @@ msgstr "Valore nella lista" msgid "Whether entered values must already be present in the list" msgstr "Indica se il valore inserito dev'essere già presente nella lista" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Modello ComboBox" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Il modello per il ComboBox" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Adatta larghezza" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" "Adatta la larghezza per la visualizzazione degli elementi su una griglia" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Spaziatura riga-colonna" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Colonna di TreeModel contenente i valori di spaziatura della riga" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Spaziatura colonna-colonna" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Colonna di TreeModel contenente i valori di spaziatura della colonna" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Elemento attivo" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "L'elemento attivo in questo momento" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Aspetto del ComboBox" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Aspetto del ComboBox, TRUE indica stile-Windows." diff --git a/po-properties/ja.po b/po-properties/ja.po index 7c4d6ee132..c55e374220 100644 --- a/po-properties/ja.po +++ b/po-properties/ja.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-25 22:27+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" @@ -1315,51 +1315,51 @@ msgstr "リストの値" msgid "Whether entered values must already be present in the list" msgstr "入力した値がリストの中に既に存在しているかどうか" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "ComboBox モデル" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "コンボ・ボックスに使用するモデル" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "折り返し幅" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "グリッドに項目をレイアウトするための折り返し幅" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "行間隔を持つ列" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "行の間隔の値を保持している TreeModel の列" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "列間隔を持つ列" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "列の間隔の値を保持している TreeModel の列" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "有効な項目" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "現在アクティブな項目" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "ComboBox の外観" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "ComboBox の外観を指定します (TRUE: Windows スタイル)" diff --git a/po-properties/ko.po b/po-properties/ko.po index 1b52dc84a5..f9a3718562 100644 --- a/po-properties/ko.po +++ b/po-properties/ko.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properrties 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-24 23:35+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" @@ -1295,51 +1295,51 @@ msgstr "목록에 있는 값" msgid "Whether entered values must already be present in the list" msgstr "입력된 값이 목록에 이미 있는 값이어야 하는 지 여부" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "콤보 상자 모델" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "콤보 상자를 위한 모델" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "줄바꿈 너비" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "각 항목을 격자에 배치할 때 줄바꿈 너비" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "행 범위 열" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "행 범위 값이 들어 있는 트리모델 열" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "열 범위 열" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "열 범위 값이 들어 있는 트리모델 열" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "활성 항목" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "현재 활성화된 항목" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "콤보 상자 모양" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "콤보 상자 모양, 참이면 Windows 스타일입니다." diff --git a/po-properties/li.po b/po-properties/li.po index b81d4c5988..ed4ee2abca 100644 --- a/po-properties/li.po +++ b/po-properties/li.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-05-28 17:57+0000\n" "Last-Translator: Mathieu van Woerkom \n" "Language-Team: Limburgish \n" @@ -1356,57 +1356,57 @@ msgstr "Waerd in lies" msgid "Whether entered values must already be present in the list" msgstr "Of ingegaeve waerdes ummer in de lies dao mote zeen" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "'t model van de TreeView" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Breide" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Riej-spasiëring" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Kelóm-spasiëring" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Aktief" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "'t GdkFont det noe is geselekteerd." -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/lt.po b/po-properties/lt.po index c39aea739b..512aeb02dc 100644 --- a/po-properties/lt.po +++ b/po-properties/lt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-12-29 20:21+0200\n" "Last-Translator: Tomas Kuliavas \n" "Language-Team: Lithuanian \n" @@ -1334,51 +1334,51 @@ msgstr "Reikšmė sąraše" msgid "Whether entered values must already be present in the list" msgstr "Ar įvestos reikšmės būtinai turi būti sąraše" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "ComboBox modelis" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Combo box modelis" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Eilučių laužymo plotis" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Laužymo plotis išdėstant elementus tinklelyje" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Eilučių suliejimo laukas" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "TreeModel stulpelis, saugantis eilučių ištempimo reikšmes" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Stulpelių suliejimo laukas" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "TreeModel stulpelis, saugantis stulpelių ištempimo reikšmes" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Aktyvus elementas" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Šiuo metu aktyvus elementas" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "ComboBox išvaizda" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "ComboBox išvaizda. Teigiama reikšmė reiškia Windows stilių." diff --git a/po-properties/lv.po b/po-properties/lv.po index a82a056255..af4f8c63a2 100644 --- a/po-properties/lv.po +++ b/po-properties/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-12-19 16:10+0200\n" "Last-Translator: Artis Trops \n" "Language-Team: Latvian \n" @@ -1345,57 +1345,57 @@ msgstr "Vērtība sarakstā" msgid "Whether entered values must already be present in the list" msgstr "Vai ievadītajai vērtībai jau jābūt pašreizējaja sarakstā" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Koka skata modelis" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Platums" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Rindu atstarpe" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Kolonnu atstarpe" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Aktīvs" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "GdkFont, kas šobrīd ir izvēlēts" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/mi.po b/po-properties/mi.po index 57ca5bc1ee..82c8727813 100644 --- a/po-properties/mi.po +++ b/po-properties/mi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-06 21:52+1300\n" "Last-Translator: John C Barstow \n" "Language-Team: Maori \n" @@ -1289,51 +1289,51 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/mk.po b/po-properties/mk.po index f71322f3ae..2920ce1fb7 100644 --- a/po-properties/mk.po +++ b/po-properties/mk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-12-15 23:20+0100\n" "Last-Translator: Ivan Stojmirov \n" "Language-Team: Macedonian \n" @@ -1279,53 +1279,53 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Ширина" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Активен" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/ml.po b/po-properties/ml.po index 6127ac0386..b9185eae83 100644 --- a/po-properties/ml.po +++ b/po-properties/ml.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version:gtk+.gtk-2-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-07-05 10:29+0530\n" "Last-Translator: FSF-India \n" "Language-Team: Malayalam \n" @@ -1334,57 +1334,57 @@ msgstr "പട്ടികയിലെ മൂല്യം " msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "വൃക്ഷകാഴ്ചയുടെ മാതൃക" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "വീതി" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "വരി വിടവ്" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "നിര വിടവ്" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "സജീവം" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "ഇപ്പോള് തെരഞ്ഞെടുത്ത Gdkഅക്ഷരരൂപം" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/mn.po b/po-properties/mn.po index a00f86edb6..88c1887937 100644 --- a/po-properties/mn.po +++ b/po-properties/mn.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-20 21:07+0100\n" "Last-Translator: Sanlig Badral \n" "Language-Team: Mongolian \n" @@ -1496,56 +1496,56 @@ msgstr "Жагсаалт дахь утга" msgid "Whether entered values must already be present in the list" msgstr "Оруулсан утгыг жагсаалтанд гаргасан байх эсэх" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Комбобокс загвар" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Комбобоксын загвар" # gtk/gtklayout.c:633 gtk/gtktreeviewcolumn.c:190 -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Өргөн таслах" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Торонд объект байрлуулахад өргөн таслах" # gtk/gtktable.c:174 -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Мөр дарах багана" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Мөр хоорондын зайн утга агуулах TreeModel-багана" # gtk/gtktable.c:183 -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Багана дарах багана" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Багана хоорондын зайн утга агуулах TreeModel-багана" # gtk/gtkcheckmenuitem.c:115 gtk/gtktogglebutton.c:130 -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Идэвхжүүлэх" # gtk/gtkfontsel.c:210 -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Идэвхитэй байгаа элемент" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Комбобокс харагдац" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Хаана виндовс хэлбэр ҮНЭН байна тэнд комбобокс харагдац" diff --git a/po-properties/ms.po b/po-properties/ms.po index 71a606a615..7590d363a8 100644 --- a/po-properties/ms.po +++ b/po-properties/ms.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Gtk+ 1.3.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-20 00:57+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" @@ -1309,51 +1309,51 @@ msgstr "Nilai pada senarai" msgid "Whether entered values must already be present in the list" msgstr "Samada nilai dimasukkan mesti tersedia ada pada senarai" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "modem ComboBbox" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Model pagi kekotak kombo" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Lebar Balutan" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Lebar balutan untuk menyusun item pada gird" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Kolum span baris" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Kolum TreeModel mengandungi nilan span baris" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Kolum span kolum" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Kolum TreeModel mengandungi nilai span kolum" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Item aktif" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Item yang yang kini aktif" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Penampilan ComboBox" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Penampilan COmboBox, dimana TRUE bermaksud gaya-Windows." diff --git a/po-properties/ne.po b/po-properties/ne.po index cf34d30740..f69f32d099 100644 --- a/po-properties/ne.po +++ b/po-properties/ne.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 1999-02-07 17:37+0100\n" "Last-Translator: Pawan Chitrakar \n" "Language-Team: \n" @@ -1288,51 +1288,51 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/nl.po b/po-properties/nl.po index c9255792bc..07e2281c83 100644 --- a/po-properties/nl.po +++ b/po-properties/nl.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-19 23:13+0100\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" @@ -1343,54 +1343,54 @@ msgstr "Waarde in lijst" msgid "Whether entered values must already be present in the list" msgstr "Of ingegeven waardes altijd in de lijst aanwezig moeten zijn" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "ComboBox model" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Het model voor de combo-box" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Breedte laten doorlopen" # grid: netwerk, rooster, raster # layouting: indeling -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Breedte laten doorlopen om de items in te delen op een rooster" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "'Row span' kolom" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "TreeModel-kolom die de 'row span' waarden bevat" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "'Column span' kolom" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "TreeModel-kolom die de 'colomn span' waarden bevat" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Actieve item" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Het item dat momenteel actief is" # voorkomen -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "ComboBox uiterlijk" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "ComboBox uiterlijk, indien WAAR wordt Windows-stijl gebruikt." diff --git a/po-properties/nn.po b/po-properties/nn.po index c5849f8a4c..ff7db7a491 100644 --- a/po-properties/nn.po +++ b/po-properties/nn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-03 23:53+0100\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -1342,51 +1342,51 @@ msgstr "Verdi i lista" msgid "Whether entered values must already be present in the list" msgstr "Om verdiar som vert skrivne inn alt må vera i lista" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Kombinasjonsboks-modell" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Modellen for kombinasjonsboksen" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Brytingsbreidde" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Brytingsbreidde når elementa vert plasserte i eit rutenett" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Vald oppføring" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Oppføringa som er valt no" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Utsjånad på kombinasjonsboks" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Utsjånad på kombinasjonsboks. Dersom sann, ver slik som på Windows." diff --git a/po-properties/no.po b/po-properties/no.po index 1854c2614f..b2b943b346 100644 --- a/po-properties/no.po +++ b/po-properties/no.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-22 11:51+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian (bokmål) \n" @@ -1313,51 +1313,51 @@ msgstr "Verdi i listen" msgid "Whether entered values must already be present in the list" msgstr "Verdier som spesifiseres må allerede være i listen" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Modell for ComboBox" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Modell for komboboksen" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Bredde for bryting" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Brytningsbredde for utplassering av oppføringer i et rutenett" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Kolonne for radutbredelse" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "TreeModel-kolonne som inneholder verdier for radutbredelse" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Kolonne for kolonneutbredelse" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "TreeModel-kolonne som inneholder verdier for kolonneutbredelse" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Aktiv oppføring" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Oppføringen som er aktiv" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Utseende for ComboBox" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Utseende for ComboBox. TRUE betyr Windows-stil." diff --git a/po-properties/pl.po b/po-properties/pl.po index 461de3cf64..e496118199 100644 --- a/po-properties/pl.po +++ b/po-properties/pl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-11-14 17:38+0100\n" "Last-Translator: Gnome PL Team \n" "Language-Team: Polish \n" @@ -1346,51 +1346,51 @@ msgstr "Wartość na liście" msgid "Whether entered values must already be present in the list" msgstr "Określa, czy wprowadzane wartości muszą już znajdować się na liście" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Model skrzynki typu combo" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Model dla skrzynki typu combo" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Szerokość zawijania" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Szerokość zawijania przy wyrównywaniu elementów do siatki" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Kolumna odstępów wierszowych" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Kolumna drzewiasta zawierająca wartości odstępów wierszowych" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Kolumna odstępów kolumnowych" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Kolumna drzewiasta zawierająca wartości odstępów kolumnowych" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Aktywny element" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Aktualnie aktywny element" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Wygląd skrzynki typu combo" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Wygląd skrzynki typu combo, gdzie wartość PRAWDA oznacza styl Windows." diff --git a/po-properties/pt.po b/po-properties/pt.po index ac9d269ebb..13fc9f2f81 100644 --- a/po-properties/pt.po +++ b/po-properties/pt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-18 23:00+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" @@ -1320,51 +1320,51 @@ msgstr "Valor na lista" msgid "Whether entered values must already be present in the list" msgstr "Se valores inseridos têm ou não de já existir na lista" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Modelo de ComboBox" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "O modelo para a caixa de selecção única" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Largura de quebra" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Largura de quebra para dispôr os itens numa grelha" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Coluna de abrangência de linha" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Coluna de TreeModel que contém os valores de abrangência de linha" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Coluna de abrangência de coluna" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Coluna de TreeModel que contém os valores de abrangência de coluna" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Item activo" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "O item actualmente activo" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Aparência da ComboBox" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" "Aparência da caixa de selecção única, onde VERDADEIRO significa estilo-" diff --git a/po-properties/pt_BR.po b/po-properties/pt_BR.po index 43e5355e28..06f241a404 100644 --- a/po-properties/pt_BR.po +++ b/po-properties/pt_BR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-09 21:57-0200\n" "Last-Translator: Gustavo Noronha Silva \n" "Language-Team: Brazilian Portuguese \n" @@ -1330,51 +1330,51 @@ msgstr "Valor na lista" msgid "Whether entered values must already be present in the list" msgstr "Se valores inseridos têm ou não de já existir na lista" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Modelo de ComboBox" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "O modelo para a caixa combo" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Largura da quebra" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Quebrar largura para fazer o layout de itens em uma grade" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Coluna de alcance de linha" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Coluna TreeModel contendo os valores de alcance da linha" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Coluna de alcance de coluna" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Coluna TreeModel contendo os valores de alcance da coluna" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Item ativo" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "O item que está atualmente ativo" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Aparência da ComboBox" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Aparência da ComboBox, se VERDADEIRO significa estilo-Windows." diff --git a/po-properties/ro.po b/po-properties/ro.po index 6c334906cd..93ec1145fc 100644 --- a/po-properties/ro.po +++ b/po-properties/ro.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-09-05 12:59+0300\n" "Last-Translator: Mişu Moldovan \n" "Language-Team: Română \n" @@ -1360,57 +1360,57 @@ msgid "Whether entered values must already be present in the list" msgstr "" "Specifică dacă valorile introduse trebuie să fie prezente deja în listă" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Model pentru afişarea „tree“" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Lăţime" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Spaţiere linii" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Spaţiere coloane" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Activ" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "GdkFont selectat curent." -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/ru.po b/po-properties/ru.po index 24f9700ed3..dfafb562e3 100644 --- a/po-properties/ru.po +++ b/po-properties/ru.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-21 09:51+0300\n" "Last-Translator: Dmitry G. Mastrukov \n" "Language-Team: Russian \n" @@ -1352,57 +1352,57 @@ msgstr "Значение из списка" msgid "Whether entered values must already be present in the list" msgstr "Должны ли вводимые значения уже присутствовать в списке" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Модель для просмотра в виде дерева" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Ширина" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Интервал строк" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Интервал столбцов" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Активный" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "GdkFont, выбранный на текущий момент" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/sk.po b/po-properties/sk.po index 8093b9694d..a7a6419818 100644 --- a/po-properties/sk.po +++ b/po-properties/sk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-12-18 14:15+0100\n" "Last-Translator: Stanislav Visnovsky \n" "Language-Team: Slovak \n" @@ -1347,57 +1347,57 @@ msgstr "Hodnota v zozname" msgid "Whether entered values must already be present in the list" msgstr "Či musí byť zadaná hodnota už v zozname" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Model pre stromový pohľad" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Šírka" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Rozstup riadkov" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Rozstup stĺpcov" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Aktívne" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "GdkFont, ktoré je aktuálne vybrané" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/sl.po b/po-properties/sl.po index 3e2098ac44..ae1515e20b 100644 --- a/po-properties/sl.po +++ b/po-properties/sl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GTK+ 1.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-02-26 00:23+0100\n" "Last-Translator: Andraž Tori \n" "Language-Team: slovenian \n" @@ -1346,57 +1346,57 @@ msgstr "Vrednost v seznamu" msgid "Whether entered values must already be present in the list" msgstr "Ali morajo biti vnešene vrednosti že prisotne v seznamu" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Način za drevesni pogled" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Širina" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Prostor med vrsticami" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Prostor med stolpci" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Aktiven" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "GdkFont (GdkPisava), ki je trenutno izbrana" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/sq.po b/po-properties/sq.po index 6e3b37f9ee..7070e408cf 100644 --- a/po-properties/sq.po +++ b/po-properties/sq.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk20.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-22 11:20+0100\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" @@ -1327,53 +1327,53 @@ msgstr "Vlerë në listë" msgid "Whether entered values must already be present in the list" msgstr "Nëse vlerat e dhëna duhet tashmë të jenë të pranishme në listë" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Modeli i ComboBox" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Modeli për combo box" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Gjerësia e hapit" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Gjerësia e hapit për pasqyrimin e elementëve në një rrjetë" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Hapësira e kollonave" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" "Kollona e modelit të degëzimit që përmban vlerat e hapësirave të rreshtave" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Kollona e hapësirës së kollonës" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" "Kollona e modelit të degëzimit që përmban vlerat e hapësirave të kollonave" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Elementi aktiv" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Elementi aktualisht aktiv" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Paraqitja ComboBox" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Paraqitja ComboBox, nëse TRUE do të thotë stil-Windows." diff --git a/po-properties/sr.po b/po-properties/sr.po index 117ce25582..db9bd5a72b 100644 --- a/po-properties/sr.po +++ b/po-properties/sr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-22 08:55+0100\n" "Last-Translator: Александар Урошевић \n" "Language-Team: Serbian (sr) \n" @@ -1321,51 +1321,51 @@ msgstr "Вредност са списка" msgid "Whether entered values must already be present in the list" msgstr "Да ли унете вредности морају већ бити присутне на списку" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Модел падајуће листе" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Модел за падајућу листу" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Ширина за прелом" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Ширина за прелом при распоређивању ставки у мрежи" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Ред обухвата колону" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Модел колоне стабла који садржи вредности обухватања редова" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Колона обухвата колону" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Модел колоне стабла који садржи вредности обухватања колона" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Активна ставка" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Ставка која је тренутно активна" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Изглед падајуће листе" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Изглед падајуће листе, ако је постављено означава Windows стил." diff --git a/po-properties/sr@Latn.po b/po-properties/sr@Latn.po index 410b0aac0b..8e7856754b 100644 --- a/po-properties/sr@Latn.po +++ b/po-properties/sr@Latn.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-22 08:55+0100\n" "Last-Translator: Aleksandar Urošević \n" "Language-Team: Serbian (sr) \n" @@ -1322,51 +1322,51 @@ msgstr "Vrednost sa spiska" msgid "Whether entered values must already be present in the list" msgstr "Da li unete vrednosti moraju već biti prisutne na spisku" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Model padajuće liste" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Model za padajuću listu" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Širina za prelom" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Širina za prelom pri raspoređivanju stavki u mreži" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Red obuhvata kolonu" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "Model kolone stabla koji sadrži vrednosti obuhvatanja redova" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Kolona obuhvata kolonu" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "Model kolone stabla koji sadrži vrednosti obuhvatanja kolona" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Aktivna stavka" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Stavka koja je trenutno aktivna" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Izgled padajuće liste" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "Izgled padajuće liste, ako je postavljeno označava Windows stil." diff --git a/po-properties/sv.po b/po-properties/sv.po index cd029958de..168a37b684 100644 --- a/po-properties/sv.po +++ b/po-properties/sv.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-22 14:16+0100\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -1324,51 +1324,51 @@ msgstr "Värde i lista" msgid "Whether entered values must already be present in the list" msgstr "Huruvida angivna värden redan måste finnas i listan" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "ComboBox-modell" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Modellen för comboboxen" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "Radbrytningsbredd" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "Radbrytningsbredd för utläggning av objekten i ett rutnät" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "Radspannskolumn" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "TreeModel-kolumn som innehåller radspannsvärden" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "Kolumnspannskolumn" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "TreeModel-kolumn som innehåller kolumnspannsvärden" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Aktivt objekt" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Det objekt som är aktivt för tillfället" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "ComboBox-utseende" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "ComboBox-utseende, där SANT betyder av Windows-typ." diff --git a/po-properties/ta.po b/po-properties/ta.po index 34a914a2d7..516a55f1b3 100644 --- a/po-properties/ta.po +++ b/po-properties/ta.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tamil Gtk 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-21 18:21-0600\n" "Last-Translator: Dinesh Nadarajah \n" "Language-Team: Tamil \n" @@ -1334,57 +1334,57 @@ msgstr "பட்டியலில் உள்ள மதிப்பு" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "மரக்-காட்சியின் படிமம்" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "அகளம்" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "வரிசை இடைவெளி" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "பத்தி இடைவெளி" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Active" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "தற்போது தெரிவு செய்யப்பட்டுல்ல GdkFont" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/th.po b/po-properties/th.po index 3b2caafd9d..800ed3c136 100644 --- a/po-properties/th.po +++ b/po-properties/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-16 21:19-0600\n" "Last-Translator: Paisa Seeluangsawat \n" "Language-Team: Thai \n" @@ -1275,51 +1275,51 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/tr.po b/po-properties/tr.po index ef4d96c4ee..091917330a 100644 --- a/po-properties/tr.po +++ b/po-properties/tr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-04 21:34+0000\n" "Last-Translator: Arman Aksoy (Armish) \n" "Language-Team: Turkish \n" @@ -1564,59 +1564,59 @@ msgstr "Listedeki değer" msgid "Whether entered values must already be present in the list" msgstr "Girilen değerin daima listede bulunmaklılığı" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "Çoklu kutu modeli" # gtk/gtktreeview.c:458 -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "Çoklu kutucuğun modeli" # gtk/gtklayout.c:435 gtk/gtktreeviewcolumn.c:188 gtk/gtkwidget.c:424 -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" # gtk/gtktable.c:174 -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Satır boşluğu" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" # gtk/gtktable.c:183 -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Sütun boşluğu" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" # gtk/gtkcheckmenuitem.c:114 gtk/gtktogglebutton.c:144 -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Etkin öğe" # gtk/gtkfontsel.c:193 -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "Halen etkin olan öğe" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "Çoklu kutu görünümü" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/uk.po b/po-properties/uk.po index 9761ed36b8..5ef7347383 100644 --- a/po-properties/uk.po +++ b/po-properties/uk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-03-10 11:01--500\n" "Last-Translator: Yuriy Syrota \n" "Language-Team: Ukrainian \n" @@ -1348,57 +1348,57 @@ msgstr "Значення в списку" msgid "Whether entered values must already be present in the list" msgstr "Чи введені дані мають бути присутніми в списку" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Модель для перегляду у вигляді дерева" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Ширина" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Міжрядковий проміжок" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Міжстовпчиковий проміжок" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Активний" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "Поточний вибраний об'єкт GdkFont" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/uz.po b/po-properties/uz.po index 05306debc7..02cb8d7825 100644 --- a/po-properties/uz.po +++ b/po-properties/uz.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk20\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-09-06 00:29+0200\n" "Last-Translator: Mashrab Kuvatov \n" "Language-Team: Uzbek \n" @@ -1273,51 +1273,51 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/uz@Latn.po b/po-properties/uz@Latn.po index 05306debc7..02cb8d7825 100644 --- a/po-properties/uz@Latn.po +++ b/po-properties/uz@Latn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk20\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-09-06 00:29+0200\n" "Last-Translator: Mashrab Kuvatov \n" "Language-Team: Uzbek \n" @@ -1273,51 +1273,51 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/vi.po b/po-properties/vi.po index 2a56985a84..69f3743e8f 100644 --- a/po-properties/vi.po +++ b/po-properties/vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Gtk+ VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-01-08 20:42+0700\n" "Last-Translator: pclouds \n" "Language-Team: GnomeVN\n" @@ -1336,57 +1336,57 @@ msgstr "Giá trị có sẵn" msgid "Whether entered values must already be present in the list" msgstr "Cho phép nhập giá trị đã có trong danh sách hay không" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "Mô hình của TreeView" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "Chiều rộng" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "Khoảng trống hàng" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "Khoảng trống cột" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "Hoạt động" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "GdkFont hiện được chọn" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/wa.po b/po-properties/wa.po index 871e6cf32c..27d9178d52 100644 --- a/po-properties/wa.po +++ b/po-properties/wa.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk20 1.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-19 03:24+0100\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -1287,51 +1287,51 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 msgid "Wrap width" msgstr "" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 msgid "Active item" msgstr "Cayet do moumint" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/yi.po b/po-properties/yi.po index 8222cabac9..5a1de441f5 100644 --- a/po-properties/yi.po +++ b/po-properties/yi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-02-11\n" "Last-Translator: Raphael Finkel \n" "Language-Team: None <>\n" @@ -1342,57 +1342,57 @@ msgstr "באַטרעף אין דער רשימה" msgid "Whether entered values must already be present in the list" msgstr "צי באַטרעפֿן װאָס מען שרײַבן אַרײַן מוזן זײַן שױן בנימצא אין דער רשימה" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "דער מאָדעל פֿאַר דעם בױם־געשטאַלט" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "ברײט" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "שורה אָפּרוקונג" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "זײַל אָפּרוקונג" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "אַקטיװ" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "די איצטיקע־סעלעקטירטע Gdk שריפֿט" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/zh_CN.po b/po-properties/zh_CN.po index 1352fe7ad4..a6d7fd750a 100644 --- a/po-properties/zh_CN.po +++ b/po-properties/zh_CN.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-08-17 09:01+0800\n" "Last-Translator: Funda Wang \n" "Language-Team: zh_CN \n" @@ -1328,57 +1328,57 @@ msgstr "限于列表中存在值" msgid "Whether entered values must already be present in the list" msgstr "输入的内容是否必须已存在于列表中" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 #, fuzzy msgid "The model for the combo box" msgstr "树形视图的模型" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "宽度" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "行距" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "列距" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "激活" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "当前选中的 GdkFont" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po-properties/zh_TW.po b/po-properties/zh_TW.po index 81ad829d0c..a99bc80db3 100644 --- a/po-properties/zh_TW.po +++ b/po-properties/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:26-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-05-07 17:36+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (traditional) \n" @@ -1328,56 +1328,56 @@ msgstr "變數值在清單內" msgid "Whether entered values must already be present in the list" msgstr "輸入的值是否必須在清單中出現" -#: gtk/gtkcombobox.c:349 +#: gtk/gtkcombobox.c:400 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:350 +#: gtk/gtkcombobox.c:401 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:357 +#: gtk/gtkcombobox.c:408 #, fuzzy msgid "Wrap width" msgstr "寬度" -#: gtk/gtkcombobox.c:358 +#: gtk/gtkcombobox.c:409 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:367 +#: gtk/gtkcombobox.c:418 #, fuzzy msgid "Row span column" msgstr "行距" -#: gtk/gtkcombobox.c:368 +#: gtk/gtkcombobox.c:419 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:377 +#: gtk/gtkcombobox.c:428 #, fuzzy msgid "Column span column" msgstr "列距" -#: gtk/gtkcombobox.c:378 +#: gtk/gtkcombobox.c:429 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:387 +#: gtk/gtkcombobox.c:438 #, fuzzy msgid "Active item" msgstr "可啟用" -#: gtk/gtkcombobox.c:388 +#: gtk/gtkcombobox.c:439 #, fuzzy msgid "The item which is currently active" msgstr "目前選定的 GdkFont" -#: gtk/gtkcombobox.c:396 +#: gtk/gtkcombobox.c:447 msgid "ComboBox appareance" msgstr "" -#: gtk/gtkcombobox.c:397 +#: gtk/gtkcombobox.c:448 msgid "ComboBox appearance, where TRUE means Windows-style." msgstr "" diff --git a/po/ChangeLog b/po/ChangeLog index 03f179a601..9e4796d321 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 24 19:12:07 2004 Owen Taylor + + * === Released 2.3.4 === + 2004-02-24 Alastair McKinstry * ga.po: Updated Irish translations. diff --git a/po/af.po b/po/af.po index 78c6642db6..b6f43d8040 100644 --- a/po/af.po +++ b/po/af.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-05 20:27+0200\n" "Last-Translator: Stefan Lubbersen \n" "Language-Team: Afrikaans\n" diff --git a/po/am.po b/po/am.po index 2f74a6ae15..518f527c24 100644 --- a/po/am.po +++ b/po/am.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-01-14 11:02+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" diff --git a/po/ar.po b/po/ar.po index fd97c4932c..a2b9c9500d 100644 --- a/po/ar.po +++ b/po/ar.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-04 16:54+0100\n" "Last-Translator: Arafat Medini \n" "Language-Team: Arabic \n" diff --git a/po/az.po b/po/az.po index d739af50d7..77c808ffee 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.az\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-22 19:55+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" diff --git a/po/be.po b/po/be.po index 7b64b60979..bfc627c8e8 100644 --- a/po/be.po +++ b/po/be.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-03-31 07:40+0300\n" "Last-Translator: Ales Nyakhaychyk \n" "Language-Team: Belarusian \n" diff --git a/po/bg.po b/po/bg.po index b884bec295..c402d6d2af 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-06-19 00:40+0200\n" "Last-Translator: Borislav Aleksandrov \n" "Language-Team: Bulgarian \n" diff --git a/po/bn.po b/po/bn.po index d50dcdb4b8..57bf7a533a 100644 --- a/po/bn.po +++ b/po/bn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.gtk-2-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-06-4 16:30+0600\n" "Last-Translator: Progga \n" "Language-Team: Bangla \n" diff --git a/po/br.po b/po/br.po index 081418d0f5..dad02372d3 100644 --- a/po/br.po +++ b/po/br.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-15 16:03+0100\n" "Last-Translator: Thierry Vignaud \n" "Language-Team: br \n" diff --git a/po/ca.po b/po/ca.po index 178275c18f..03f47ad71a 100644 --- a/po/ca.po +++ b/po/ca.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-11-13 15:21+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" diff --git a/po/cs.po b/po/cs.po index 18b3a5a3aa..f81fa7e1b1 100644 --- a/po/cs.po +++ b/po/cs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-24 13:14+0100\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" diff --git a/po/cy.po b/po/cy.po index 89e01e3306..db170d9418 100644 --- a/po/cy.po +++ b/po/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-08 07:25+0000\n" "Last-Translator: Dafydd Harries \n" "Language-Team: Cymraeg \n" diff --git a/po/da.po b/po/da.po index 70639b2175..fc63dcfc4d 100644 --- a/po/da.po +++ b/po/da.po @@ -30,7 +30,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-18 00:08+0100\n" "Last-Translator: Ole Laursen \n" "Language-Team: Danish \n" diff --git a/po/de.po b/po/de.po index 985da8d549..401aaf9f55 100644 --- a/po/de.po +++ b/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: GTK+ 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-11 18:30+0100\n" "Last-Translator: Christian Neumair \n" "Language-Team: German \n" diff --git a/po/el.po b/po/el.po index 3c132cdabf..016bef121d 100644 --- a/po/el.po +++ b/po/el.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-24 20:17+0200\n" "Last-Translator: Kostas Papadimas \n" "Language-Team: Greek \n" diff --git a/po/en_CA.po b/po/en_CA.po index 7ebafe2054..63d6fd21cd 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-24 09:30-0500\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" diff --git a/po/en_GB.po b/po/en_GB.po index e8284a8307..785445d106 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-11-18 17:33+0000\n" "Last-Translator: Abigail Brady \n" "Language-Team: \n" diff --git a/po/es.po b/po/es.po index c6bd32478d..c743ad618b 100644 --- a/po/es.po +++ b/po/es.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-08 22:54+0100\n" "Last-Translator: Francisco Javier F. Serrador \n" "Language-Team: Spanish \n" diff --git a/po/et.po b/po/et.po index 13af3964b9..f05305c7e2 100644 --- a/po/et.po +++ b/po/et.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-02 23:50+0200\n" "Last-Translator: Tõivo Leedjärv \n" "Language-Team: Estonian \n" diff --git a/po/eu.po b/po/eu.po index edf6f346d0..3f9d0aa489 100644 --- a/po/eu.po +++ b/po/eu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 1999-07-05 19:17+0200\n" "Last-Translator: Joseba Bidaurrazaga van Dierdonck \n" "Language-Team: euskare \n" diff --git a/po/fa.po b/po/fa.po index c3ce57a2ca..149b00c98f 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-03 17:49+0330\n" "Last-Translator: Roozbeh Pournader \n" "Language-Team: Persian \n" diff --git a/po/fi.po b/po/fi.po index f71104403b..f65d2fc93a 100644 --- a/po/fi.po +++ b/po/fi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-07 18:19+0200\n" "Last-Translator: Pauli Virtanen \n" "Language-Team: Finnish \n" diff --git a/po/fr.po b/po/fr.po index ad377db21d..2cd8e59d24 100644 --- a/po/fr.po +++ b/po/fr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-24 18:46+0100\n" "Last-Translator: Christophe Merlet (RedFox) \n" "Language-Team: GNOME French Team \n" diff --git a/po/ga.po b/po/ga.po index d779bd3d70..09f848d527 100644 --- a/po/ga.po +++ b/po/ga.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-02 08:18+0000\n" "Last-Translator: Alastair McKinstry \n" @@ -1855,20 +1855,20 @@ msgstr "" msgid "Could not get information for file '%s': %s" msgstr "" -msgid "Add" -msgstr "Suimigh" +#~ msgid "Add" +#~ msgstr "Suimigh" -msgid "Remove" -msgstr "Scríos" +#~ msgid "Remove" +#~ msgstr "Scríos" -msgid "Up" -msgstr "Suas" +#~ msgid "Up" +#~ msgstr "Suas" -msgid "_Filename:" -msgstr "_Ainm Comhad:" +#~ msgid "_Filename:" +#~ msgstr "_Ainm Comhad:" -msgid "Current folder: %s" -msgstr "Fillteán reatha: %s" +#~ msgid "Current folder: %s" +#~ msgstr "Fillteán reatha: %s" -msgid "Zoom _100%" -msgstr "Súmáil _100%" +#~ msgid "Zoom _100%" +#~ msgstr "Súmáil _100%" diff --git a/po/gl.po b/po/gl.po index ecff58dd23..8b7d5e8d0d 100644 --- a/po/gl.po +++ b/po/gl.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2000-08-10 23:10+0200\n" "Last-Translator: Jesus Bravo Alvarez \n" "Language-Team: Galician \n" diff --git a/po/he.po b/po/he.po index 5470515027..86e94a28a3 100644 --- a/po/he.po +++ b/po/he.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-12-07 10:05+0200\n" "Last-Translator: Gil 'Dolfin' Osher \n" "Language-Team: Hebrew \n" diff --git a/po/hi.po b/po/hi.po index b5cbea0756..e47ddf20c4 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gk.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-08-07 17:12+0530\n" "Last-Translator: G Karunakar \n" "Language-Team: Gnome Hindi Team \n" diff --git a/po/hu.po b/po/hu.po index 3169a8f08d..79ac0a7872 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-12-07 16:19+0100\n" "Last-Translator: Andras Timar \n" "Language-Team: Hungarian \n" diff --git a/po/ia.po b/po/ia.po index ba4c084f1e..6035de24b3 100644 --- a/po/ia.po +++ b/po/ia.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2000-10-27 02:02+0100\n" "Last-Translator: Robert Brady \n" "Language-Team: Interlingua\n" diff --git a/po/id.po b/po/id.po index 5aa6120e63..855c545e14 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-06-28 20:55+0700\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" diff --git a/po/it.po b/po/it.po index d0d00490df..491ee9051a 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-19 20:21+0100\n" "Last-Translator: Alessio Dessì \n" "Language-Team: Italian \n" diff --git a/po/ja.po b/po/ja.po index ff1c59d808..e679f5228c 100644 --- a/po/ja.po +++ b/po/ja.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-25 23:44+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" diff --git a/po/ko.po b/po/ko.po index f231181745..51283c0f52 100644 --- a/po/ko.po +++ b/po/ko.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-24 23:20+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Gnome Korea \n" diff --git a/po/li.po b/po/li.po index a4bbc80dde..0a05ab9bab 100644 --- a/po/li.po +++ b/po/li.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-05-28 17:57+0000\n" "Last-Translator: Mathieu van Woerkom \n" "Language-Team: Limburgish \n" diff --git a/po/lt.po b/po/lt.po index e302c2c687..4867c119e5 100644 --- a/po/lt.po +++ b/po/lt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-12-29 20:21+0200\n" "Last-Translator: Tomas Kuliavas \n" "Language-Team: Lithuanian \n" diff --git a/po/lv.po b/po/lv.po index 5fdc6fa4b4..0c0a003e6b 100644 --- a/po/lv.po +++ b/po/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-12-19 16:10+0200\n" "Last-Translator: Artis Trops \n" "Language-Team: Latvian \n" diff --git a/po/mi.po b/po/mi.po index 25c30f0afb..2bda83b892 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-27 07:36+1300\n" "Last-Translator: John C Barstow \n" "Language-Team: GNOME Māori Team\n" diff --git a/po/mk.po b/po/mk.po index 9db3536d3c..c5827f076f 100644 --- a/po/mk.po +++ b/po/mk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-12-15 23:20+0100\n" "Last-Translator: Ivan Stojmirov \n" "Language-Team: Macedonian \n" diff --git a/po/ml.po b/po/ml.po index 5670576b71..9db015dc1d 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version:gtk+.gtk-2-2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-07-05 10:29+0530\n" "Last-Translator: FSF-India \n" "Language-Team: Malayalam \n" diff --git a/po/mn.po b/po/mn.po index 97f1ff7b56..565214bfaa 100644 --- a/po/mn.po +++ b/po/mn.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: mn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-17 21:25+0100\n" "Last-Translator: Sanlig Badral \n" "Language-Team: Mongolian \n" diff --git a/po/ms.po b/po/ms.po index 78370762af..87dfb15771 100644 --- a/po/ms.po +++ b/po/ms.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Gtk+ 1.3.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-19 19:20+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" diff --git a/po/ne.po b/po/ne.po index 5f6a158a72..23834dda44 100644 --- a/po/ne.po +++ b/po/ne.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 1999-02-07 17:37+0100\n" "Last-Translator: Pawan Chitrakar \n" "Language-Team: \n" diff --git a/po/nl.po b/po/nl.po index 297c2326fa..23a6c26312 100644 --- a/po/nl.po +++ b/po/nl.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-09 13:27+0100\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" diff --git a/po/nn.po b/po/nn.po index 9b45284982..ec15efc4e9 100644 --- a/po/nn.po +++ b/po/nn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-03 23:53+0100\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" diff --git a/po/no.po b/po/no.po index 1af9e4800d..6e0ee544c4 100644 --- a/po/no.po +++ b/po/no.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-24 09:29+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian (bokmål) \n" diff --git a/po/pl.po b/po/pl.po index c0a2607fef..8e007e0d7b 100644 --- a/po/pl.po +++ b/po/pl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-11-18 11:32+0100\n" "Last-Translator: Gnome PL Team \n" "Language-Team: Polish \n" diff --git a/po/pt.po b/po/pt.po index 43d920e58b..565520d64a 100644 --- a/po/pt.po +++ b/po/pt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-18 23:00+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" diff --git a/po/pt_BR.po b/po/pt_BR.po index fa8074af5b..3d0899c089 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-12-25 02:44-0200\n" "Last-Translator: Gustavo Noronha Silva \n" "Language-Team: Brazilian Portuguese \n" diff --git a/po/ro.po b/po/ro.po index fca3eb01ad..d5d4546a8f 100644 --- a/po/ro.po +++ b/po/ro.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.2.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-09-05 12:59+0300\n" "Last-Translator: Mişu Moldovan \n" "Language-Team: Română \n" diff --git a/po/ru.po b/po/ru.po index bc7ee885d8..7170ddda56 100644 --- a/po/ru.po +++ b/po/ru.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-13 08:17+0300\n" "Last-Translator: Dmitry G. Mastrukov \n" "Language-Team: Russian \n" diff --git a/po/sk.po b/po/sk.po index c949a1cb75..859a14e21b 100644 --- a/po/sk.po +++ b/po/sk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-12-18 14:15+0100\n" "Last-Translator: Stanislav Visnovsky \n" "Language-Team: Slovak \n" diff --git a/po/sl.po b/po/sl.po index a00a73a581..fb90ef8b28 100644 --- a/po/sl.po +++ b/po/sl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GTK+ 1.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2002-02-26 00:23+0100\n" "Last-Translator: Andraž Tori \n" "Language-Team: slovenian \n" diff --git a/po/sq.po b/po/sq.po index 3492bc9288..dc1ebb1e86 100644 --- a/po/sq.po +++ b/po/sq.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-24 12:20+0100\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" diff --git a/po/sr.po b/po/sr.po index 0f228d9825..cc4e6dc547 100644 --- a/po/sr.po +++ b/po/sr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-19 10:58+0100\n" "Last-Translator: Данило Шеган \n" "Language-Team: Serbian (sr) \n" diff --git a/po/sr@Latn.po b/po/sr@Latn.po index 1537281c0a..9e31082c89 100644 --- a/po/sr@Latn.po +++ b/po/sr@Latn.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-19 10:58+0100\n" "Last-Translator: Danilo Šegan \n" "Language-Team: Serbian (sr) \n" diff --git a/po/sv.po b/po/sv.po index b0a914640b..671fabf67b 100644 --- a/po/sv.po +++ b/po/sv.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-24 12:54+0100\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" diff --git a/po/ta.po b/po/ta.po index 3465a3128b..d09d7dadef 100644 --- a/po/ta.po +++ b/po/ta.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Tamil Gtk 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-21 18:51-0600\n" "Last-Translator: Dinesh Nadarajah \n" "Language-Team: Tamil \n" diff --git a/po/th.po b/po/th.po index 004fd5feb5..bcca40b033 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-02-16 10:15-0600\n" "Last-Translator: Paisa Seeluangsawat \n" "Language-Team: Thai \n" diff --git a/po/tr.po b/po/tr.po index b2dc69de99..b9cb55249b 100644 --- a/po/tr.po +++ b/po/tr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-04 21:34+0000\n" "Last-Translator: Arman Aksoy (Armish) \n" "Language-Team: Turkish \n" diff --git a/po/uk.po b/po/uk.po index 3efd398e4f..3e2be2557d 100644 --- a/po/uk.po +++ b/po/uk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-03-10 11:01--500\n" "Last-Translator: Yuriy Syrota \n" "Language-Team: Ukrainian \n" diff --git a/po/uz.po b/po/uz.po index 148589032c..b0250c25a2 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk20\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-09-06 00:29+0200\n" "Last-Translator: Mashrab Kuvatov \n" "Language-Team: Uzbek \n" diff --git a/po/uz@Latn.po b/po/uz@Latn.po index 148589032c..b0250c25a2 100644 --- a/po/uz@Latn.po +++ b/po/uz@Latn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk20\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-09-06 00:29+0200\n" "Last-Translator: Mashrab Kuvatov \n" "Language-Team: Uzbek \n" diff --git a/po/vi.po b/po/vi.po index f44fa1fa2e..2fb7b325d1 100644 --- a/po/vi.po +++ b/po/vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Gtk+ VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-01-08 20:42+0700\n" "Last-Translator: pclouds \n" "Language-Team: GnomeVN\n" diff --git a/po/wa.po b/po/wa.po index fa3e1a40de..c0887d791c 100644 --- a/po/wa.po +++ b/po/wa.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk20 1.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2004-01-19 03:27+0100\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" diff --git a/po/yi.po b/po/yi.po index 4d3cab12f9..111c940812 100644 --- a/po/yi.po +++ b/po/yi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-02-11\n" "Last-Translator: Raphael Finkel \n" "Language-Team: None <>\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index cc9a947af4..1d765667c0 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-08-17 09:01+0800\n" "Last-Translator: Funda Wang \n" "Language-Team: zh_CN \n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 4a76247781..dcabab5828 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-02-24 16:25-0500\n" +"POT-Creation-Date: 2004-02-24 19:38-0500\n" "PO-Revision-Date: 2003-05-07 17:36+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (traditional) \n"