summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2000-11-18 01:49:50 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-11-18 01:49:50 +0000
commit0204bd1cef9ba557e9115617a9bace926d019d37 (patch)
tree0573fb9226b593be7be2345cbc0b04dcb117a246
parentf12db85a245dc1d5e3f4eb19ac46bb212e93ea32 (diff)
downloadgdk-pixbuf-0204bd1cef9ba557e9115617a9bace926d019d37.tar.gz
Nov 17 20:14:20 2000 Owen Taylor <otaylor@redhat.com>GTK_1_3_2
* Released 1.3.2 * NEWS: Updates for 1.3.2
-rw-r--r--docs/faq/Makefile.am2
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/gdk-pixbuf/Makefile.am1
-rw-r--r--docs/reference/gdk-pixbuf/gdk-pixbuf.types3
-rw-r--r--docs/reference/gtk/Makefile.am4
-rw-r--r--docs/tutorial/Makefile.am9
-rw-r--r--gdk-pixbuf/ChangeLog6
-rw-r--r--gdk/Makefile.am10
-rw-r--r--gdk/nanox/Makefile.am1
-rw-r--r--gdk/win32/Makefile.am7
-rw-r--r--po/ca.po12
-rw-r--r--po/cs.po12
-rw-r--r--po/da.po12
-rw-r--r--po/de.po12
-rw-r--r--po/el.po12
-rw-r--r--po/en@IPA.po12
-rw-r--r--po/en_GB.po12
-rw-r--r--po/es.po12
-rw-r--r--po/et.po12
-rw-r--r--po/eu.po12
-rw-r--r--po/fa.po12
-rw-r--r--po/fi.po12
-rw-r--r--po/fr.po12
-rw-r--r--po/ga.po12
-rw-r--r--po/gl.po12
-rw-r--r--po/he.po12
-rw-r--r--po/hr.po12
-rw-r--r--po/hu.po12
-rw-r--r--po/ia.po12
-rw-r--r--po/it.po12
-rw-r--r--po/ja.po12
-rw-r--r--po/ko.po12
-rw-r--r--po/lt.po12
-rw-r--r--po/nl.po12
-rw-r--r--po/no.po12
-rw-r--r--po/pl.po12
-rw-r--r--po/pt.po12
-rw-r--r--po/pt_BR.po12
-rw-r--r--po/ro.po12
-rw-r--r--po/ru.po12
-rw-r--r--po/sk.po12
-rw-r--r--po/sl.po12
-rw-r--r--po/sp.po12
-rw-r--r--po/sr.po12
-rw-r--r--po/sv.po12
-rw-r--r--po/tr.po12
-rw-r--r--po/uk.po12
-rw-r--r--po/wa.po12
-rw-r--r--po/zh_CN.po12
-rw-r--r--po/zh_TW.po12
50 files changed, 315 insertions, 213 deletions
diff --git a/docs/faq/Makefile.am b/docs/faq/Makefile.am
index 07f89d595..977b6f820 100644
--- a/docs/faq/Makefile.am
+++ b/docs/faq/Makefile.am
@@ -25,7 +25,7 @@ faq: htmldir textdir
sgml2txt gtkfaq.sgml; \
mv gtkfaq.txt text/)
-EXTRA_DIST += gtkfaq.sgml
+EXTRA_DIST += gtkfaq.sgml gtk-faq.sgml
if HAVE_SGML2HTML
dist-hook: faq
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index dbc7fe820..2ef7647ec 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 17 17:31:30 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/Makefile.am (content_files): Add a couple
+ of files.
+
Mon Nov 13 16:58:43 2000 Owen Taylor <otaylor@redhat.com>
* {gtk,gdk,gdk-pixbuf}/Makefile.am: cd to srcdir before
diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am
index 1a071fb8c..9ac1083f7 100644
--- a/docs/reference/gdk-pixbuf/Makefile.am
+++ b/docs/reference/gdk-pixbuf/Makefile.am
@@ -54,6 +54,7 @@ content_files = \
TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
EXTRA_DIST = \
+ $(DOC_MODULE).types \
$(DOC_MAIN_SGML_FILE) \
$(content_files) \
$(DOC_MODULE)-sections.txt \
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.types b/docs/reference/gdk-pixbuf/gdk-pixbuf.types
index b583e4137..6c87dc45c 100644
--- a/docs/reference/gdk-pixbuf/gdk-pixbuf.types
+++ b/docs/reference/gdk-pixbuf/gdk-pixbuf.types
@@ -1,7 +1,4 @@
-#include <gnome.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk-pixbuf/gdk-pixbuf-loader.h>
-#include <gdk-pixbuf/gnome-canvas-pixbuf.h>
gdk_pixbuf_loader_get_type
-gnome_canvas_pixbuf_get_type
diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am
index 47012ad9a..f723d7f73 100644
--- a/docs/reference/gtk/Makefile.am
+++ b/docs/reference/gtk/Makefile.am
@@ -68,7 +68,8 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
content_files = \
objects_grouped.sgml \
- text_widget.sgml
+ text_widget.sgml \
+ tree_widget.sgml
####################################
# Everything below here is generic #
@@ -77,6 +78,7 @@ content_files = \
TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
EXTRA_DIST = \
+ $(DOC_MODULE).types \
$(DOC_MAIN_SGML_FILE) \
$(content_files) \
$(DOC_MODULE)-sections.txt \
diff --git a/docs/tutorial/Makefile.am b/docs/tutorial/Makefile.am
index 100e03f0a..e6c90624a 100644
--- a/docs/tutorial/Makefile.am
+++ b/docs/tutorial/Makefile.am
@@ -129,9 +129,16 @@ EXTRA_DIST += \
gtk_tut_it.sgml \
gtk_tut_fr.sgml \
gtk_tut_packbox1.gif \
+ gtk_tut_packbox1.eps \
+ gtk_tut_packbox1.jpg \
gtk_tut_packbox2.gif \
+ gtk_tut_packbox2.eps \
+ gtk_tut_packbox2.jpg \
gtk_tut_table.gif \
- package_tutorial.sh
+ gtk_tut_table.eps \
+ gtk_tut_table.jpg \
+ package_tutorial.sh \
+ package-db-tutorial.sh
if HAVE_SGML2HTML
dist-hook: tutorial tutorial_it tutorial_fr
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 6fa4e85dd..750c1a04c 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -242,8 +242,10 @@ Tue Nov 14 11:51:26 2000 Owen Taylor <otaylor@redhat.com>
2000-07-27 Elliot Lee <sopwith@redhat.com>
- * gdk-pixbuf-io.h, gdk-pixbuf-io.c: Add gdk_pixbuf_get_named_module() function to facilitate above change
- * io-wbmp.c, pixbufloader_wbmp.defs, gdk-pixbuf-io.c, Makefile: Implement loader for WBMP format.
+ * gdk-pixbuf-io.h, gdk-pixbuf-io.c: Add
+ gdk_pixbuf_get_named_module() function to facilitate above change
+ * io-wbmp.c, pixbufloader_wbmp.defs, gdk-pixbuf-io.c, Makefile:
+ Implement loader for WBMP format.
* io-bmp.c: Don't malloc a temporary buffer - use stack instead.
2000-07-23 Tor Lillqvist <tml@iki.fi>
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 391abdd21..5aec9804d 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -3,11 +3,11 @@
SUBDIRS=$(gdktarget)
DIST_SUBDIRS=linux-fb nanox win32 x11
-EXTRA_DIST = \
- gdkconfig.h.win32 \
- gdk.def \
- makefile.mingw \
- makefile.mingw.in \
+EXTRA_DIST = \
+ gdkconfig.h.win32 \
+ gdk.def \
+ makefile.mingw \
+ makefile.mingw.in \
makefile.msc
common_includes = @STRIP_BEGIN@ \
diff --git a/gdk/nanox/Makefile.am b/gdk/nanox/Makefile.am
index ca9eacadf..c97dc39e4 100644
--- a/gdk/nanox/Makefile.am
+++ b/gdk/nanox/Makefile.am
@@ -36,6 +36,7 @@ libgdk_nanox_la_SOURCES = \
gdkim-nanox.c \
gdkimage-nanox.c \
gdkinput.c \
+ gdkinputprivate.h \
gdkmain-nanox.c \
gdkpixmap-nanox.c \
gdkproperty-nanox.c \
diff --git a/gdk/win32/Makefile.am b/gdk/win32/Makefile.am
index bd2b86ece..a71e6095a 100644
--- a/gdk/win32/Makefile.am
+++ b/gdk/win32/Makefile.am
@@ -8,15 +8,21 @@ EXTRA_DIST = \
gdkcursor-win32.c \
gdkdnd-win32.c \
gdkdrawable-win32.c \
+ gdkdrawable-win32.h \
gdkevents-win32.c \
gdkfont-win32.c \
gdkgc-win32.c \
+ gdkgeometry-win32.c \
gdkglobals-win32.c \
gdkim-win32.c \
gdkimage-win32.c \
+ gdkinput.c \
gdkinput-win32.c \
+ gdkinput-win32.h \
gdkmain-win32.c \
+ gdkpango-win32.c \
gdkpixmap-win32.c \
+ gdkpixmap-win32.h \
gdkprivate-win32.h \
gdkproperty-win32.c \
gdkregion-win32.c \
@@ -25,4 +31,5 @@ EXTRA_DIST = \
gdkwin32.h \
gdkwin32id.c \
gdkwindow-win32.c \
+ gdkwindow-win32.h \
surrogate-dimm.h
diff --git a/po/ca.po b/po/ca.po
index 32286e006..38ecd8cf4 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-11-18 21:11+01:00\n"
"Last-Translator: Softcatala <linux@softcatala.org>\n"
"Language-Team: linux-ca@chanae.alphanet.ch\n"
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "esborrar"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -333,12 +335,12 @@ msgstr ""
msgid "Page %u"
msgstr "Pàgina %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "No s'ha trobat un fitxer d'imatge al pixmap_path: «%s», línia %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "No s'ha trobat un fitxer d'imatge al pixmap_path: «%s»"
diff --git a/po/cs.po b/po/cs.po
index ab8656802..7f9fb8786 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-10-04 14:50+02:00\n"
"Last-Translator: Stanislav Brabec <utx@k332.feld.cvut.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -275,9 +275,11 @@ msgid "clear"
msgstr "smazat"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -334,12 +336,12 @@ msgstr ""
msgid "Page %u"
msgstr "Strana %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Obrázek \"%s\" (řádek %d) nebyl nalezen v pixmap_path."
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Obrázek \"%s\" nebyl nalezen v pixmap_path."
diff --git a/po/da.po b/po/da.po
index c347f64b4..f1b59edeb 100644
--- a/po/da.po
+++ b/po/da.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-11-03 17:14+01:00\n"
"Last-Translator: Birger Langkjer <birger.langkjer@image.dk>\n"
"Language-Team: Danish <sslug-locale@sslug.dk>\n"
@@ -273,9 +273,11 @@ msgid "clear"
msgstr "ryd"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr "default:LTR"
@@ -329,12 +331,12 @@ msgstr "bn"
msgid "Page %u"
msgstr "Side %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Kunne ikke finde billedfil i pixmap_path: \"%s\" linje %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Kunne ikke finde billedfil i pixmap_path: \"%s\""
diff --git a/po/de.po b/po/de.po
index 548e7a8e3..aa4ea437c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.9\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-07-12 23:25+02:00\n"
"Last-Translator: Benedikt Roth <Benedikt.Roth@gmx.net>>\n"
"Language-Team: German <de@li.org>\n"
@@ -273,9 +273,11 @@ msgid "clear"
msgstr "gelöscht"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -332,12 +334,12 @@ msgstr ""
msgid "Page %u"
msgstr "Seite %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Kann Bilddatei in Pixmap-Pfad: \"%s\" nicht finden. Zeile %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Kann Bilddatei in Pixmap-Pfad: \"%s\" nicht finden"
diff --git a/po/el.po b/po/el.po
index 0cde0940f..443dcf640 100644
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.6\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-10-22 22:43-0000\n"
"Last-Translator: Spiros Papadimitriou <spapadim+@cs.cmu.edu>\n"
"Language-Team: Greek <nls@tux.hellug.gr>\n"
@@ -325,9 +325,11 @@ msgid "clear"
msgstr "καθαρισμός"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -390,7 +392,7 @@ msgid "Page %u"
msgstr "Σελίδα %u"
#
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
@@ -398,7 +400,7 @@ msgstr ""
"\"%s\" line %d"
#
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr ""
diff --git a/po/en@IPA.po b/po/en@IPA.po
index 6e7b947f4..fccab84b8 100644
--- a/po/en@IPA.po
+++ b/po/en@IPA.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.1\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-07-31 23:18+0100\n"
"Last-Translator: Robert Brady <rwb197@zepler.org>\n"
"Language-Team: \n"
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "kliə"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr "default:LTR"
@@ -332,13 +334,13 @@ msgstr "əupən"
msgid "Page %u"
msgstr "peɪdʒ %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"ʌneɪbəl tə ləʊkeɪt ɪmɪdʒ faɪl ɪn pixmap_path: \"%s\" laɪn %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "ʌneɪbəl tu ləʊkeɪt ɪmɪdʒ faɪl ɪn pixmap_path: \"%s\""
diff --git a/po/en_GB.po b/po/en_GB.po
index 153eb9586..9227b808d 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-10-27 01:02+0100\n"
"Last-Translator: Robert Brady <rwb197@zepler.orgk\n"
"Language-Team: \n"
@@ -272,9 +272,11 @@ msgid "clear"
msgstr ""
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -328,12 +330,12 @@ msgstr ""
msgid "Page %u"
msgstr ""
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr ""
diff --git a/po/es.po b/po/es.po
index 08ac47337..f9fd9eeba 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-02-07 17:37+0100\n"
"Last-Translator: Pablo Saratxaga <srtxg@chanae.alphanet.ch>\n"
"Language-Team: \n"
@@ -276,9 +276,11 @@ msgid "clear"
msgstr "limpiar"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -335,13 +337,13 @@ msgstr ""
msgid "Page %u"
msgstr "Página %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Imposible de encontrar un archivo imagen en pixmap_path: \"%s\" línea %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Imposible de encontrar un archivo imagen en pixmap_path: \"%s\""
diff --git a/po/et.po b/po/et.po
index 0ebafa552..c05db873a 100644
--- a/po/et.po
+++ b/po/et.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.6\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-09-26 23:40+0300\n"
"Last-Translator: Lauris Kaplinski <lauris@ariman.ee>\n"
"Language-Team: Estonian\n"
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "kustuta"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -333,12 +335,12 @@ msgstr ""
msgid "Page %u"
msgstr "Lehekülg %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Ei leia pildifaili otsingurajalt 'pixmap_path': \"%s\" rida %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Ei leia pildifaili otsingurajalt 'pixmap_path': \"%s\""
diff --git a/po/eu.po b/po/eu.po
index 6c8ad2d1c..f6fa6c491 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ VERSION\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-07-05 19:17+0200\n"
"Last-Translator: Joseba Bidaurrazaga van Dierdonck <gcpbivaj@lg.ehu.es>\n"
"Language-Team: euskare <linux-eu@chanae.alphanet.ch>\n"
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "garbitu"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -333,12 +335,12 @@ msgstr ""
msgid "Page %u"
msgstr "Orria %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Imaginaren fitxategia ezin aurkitu pixmap_path-en: \"%s\",%d lerroa"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Imaginaren fitxategia ezin aurkitu pixmap_path-en: \"%s\""
diff --git a/po/fa.po b/po/fa.po
index eb1296be8..d972889e8 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.1\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-10-13 15:00+0330\n"
"Last-Translator: Roozbeh Pournader <roozbeh@sina.sharif.ac.ir>\n"
"Language-Team: Persian <fa@li.org>\n"
@@ -275,9 +275,11 @@ msgid "clear"
msgstr "پاک شود"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr "default:RTL"
@@ -334,14 +336,14 @@ msgstr ""
msgid "Page %u"
msgstr "صفحه‌ی %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"پرونده‌ی تصویری در pixmap_path مقابل یافت نشد: "
"\"%s\" سطر %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index aa88b1bf4..9c4cd0b05 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.9\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-11-06 21:43+02:00\n"
"Last-Translator: Pauli Virtanen <pauli.virtanen@saunalahti.fi>\n"
"Language-Team: Finnish <fi@li.org>\n"
@@ -277,9 +277,11 @@ msgid "clear"
msgstr "tyhjennä"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr "default:LTR"
@@ -335,13 +337,13 @@ msgid "Page %u"
msgstr "Sivu %u"
# , c-format
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Kuvatiedostoa ei löytynyt pixmap_path:sta: \"%s\" rivi %d"
# , c-format
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Kuvatiedostoa ei löytynyt pixmap_path:sta: \"%s\""
diff --git a/po/fr.po b/po/fr.po
index 35a27e83c..fe3696089 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.1\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-10-10 14:59+0200\n"
"Last-Translator: Christophe Merlet (RedFox) <christophe@merlet.net>\n"
"Language-Team: GNOME French Team <gnomefr@gnomefr.traduc.org>\n"
@@ -273,9 +273,11 @@ msgid "clear"
msgstr "effacer"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -332,14 +334,14 @@ msgstr ""
msgid "Page %u"
msgstr "Page %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Incapable de localiser le fichier image dans le chemin des pixmaps : \"%s\" "
"ligne %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr ""
diff --git a/po/ga.po b/po/ga.po
index bccd6ab78..519bdd5bc 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-09-08 21:18+0000\n"
"Last-Translator: Seán Ó Ceallaigh <soc@users.sourceforge.net>\n"
"Language-Team: Gaeilge <gaeilge-gnulinux@lists.sourceforge.net>\n"
@@ -272,9 +272,11 @@ msgid "clear"
msgstr "bánaigh"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -330,14 +332,14 @@ msgstr ""
msgid "Page %u"
msgstr "Leathanach %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Ní rabhthas ábalta íomhá comhaid a aimsiú in pixmap_path: \"%s\" líne "
"%d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Ní rabhthas ábalta íomhá comhaid a aimsiú in pixmap_path: \"%s\""
diff --git a/po/gl.po b/po/gl.po
index 25596d15a..320687d59 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -12,7 +12,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.1\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-08-10 23:10+0200\n"
"Last-Translator: Jesus Bravo Alvarez <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -280,9 +280,11 @@ msgid "clear"
msgstr "limpar"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -339,13 +341,13 @@ msgstr ""
msgid "Page %u"
msgstr "Páxina %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Foi imposible atopa-lo ficheiro de imaxe no pixmap_path: \"%s\" liña %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Foi imposible atopa-lo ficheiro de imaxe no pixmap_path: \"%s\""
diff --git a/po/he.po b/po/he.po
index 0bc0755b5..6b58ca910 100644
--- a/po/he.po
+++ b/po/he.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-07-26 HO:MI+ZONE\n"
"Last-Translator: Tzafrir Cohen <tzafrir@technion.ac.il>\n"
"Language-Team: LANGUAGE <he@li.org>\n"
@@ -275,9 +275,11 @@ msgid "clear"
msgstr ""
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr "default:RTL"
@@ -333,14 +335,14 @@ msgstr ""
msgid "Page %u"
msgstr "דף %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"לא מצליח לאתר את קובץ התמונה ב-pixmap_path: \"%s\" "
"שורה %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr ""
diff --git a/po/hr.po b/po/hr.po
index 524dcb7ed..69cfe1cb0 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: Tue Jan 11 2000 16:35:38+0200\n"
"Last-Translator: Vladimir Vuksan <vuksan@veus.hr>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -278,9 +278,11 @@ msgid "clear"
msgstr "obriši"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -337,12 +339,12 @@ msgstr ""
msgid "Page %u"
msgstr "Stranica %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Ne mogu pronaći slikovnu datoteku u pixmap_path: \"%s\" line %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Ne mogu pronaći slikovnu datoteku u pixmap_path: \"%s\""
diff --git a/po/hu.po b/po/hu.po
index 81ae232bb..e1680b741 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ VERSION\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-11-07 06:28+0100\n"
"Last-Translator: Szabolcs BAN <shooby@gnome.hu>\n"
"Language-Team: Hungarian <hu@li.org>\n"
@@ -273,9 +273,11 @@ msgid "clear"
msgstr "törlés"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr "default:LTR"
@@ -329,12 +331,12 @@ msgstr "Megnyitás"
msgid "Page %u"
msgstr "%u. lap"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Nem találom a képet a pixmap_path (%s) útvonalon (%d. sor)"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Nem találom a pixmap_path (%s) útvonalon a képet"
diff --git a/po/ia.po b/po/ia.po
index 1709a686f..f4518f55d 100644
--- a/po/ia.po
+++ b/po/ia.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-10-27 02:02+0100\n"
"Last-Translator: Robert Brady <rwb197@zepler.org>\n"
"Language-Team: Interlingua\n"
@@ -276,9 +276,11 @@ msgid "clear"
msgstr "depurar"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr "default:LTR"
@@ -332,13 +334,13 @@ msgstr "Aperir"
msgid "Page %u"
msgstr "Pagina %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Incapabile de localisar le image archivo in pixmap_path: \"%s\" linea %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Incapabile de localisar le image archivo in pixmap_path: \"%s\""
diff --git a/po/it.po b/po/it.po
index 814f3d521..be676ec52 100644
--- a/po/it.po
+++ b/po/it.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.7\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-10-24 16:02+02:00\n"
"Last-Translator: Christopher R. Gabriel <cgabriel@pluto.linux.it>\n"
"Language-Team: Italiano <it@li.org>\n"
@@ -272,9 +272,11 @@ msgid "clear"
msgstr "cancella"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr "default:LTR"
@@ -330,14 +332,14 @@ msgstr ""
msgid "Page %u"
msgstr "Pagina %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Impossibile trovare il file di immagine nella cartella immagini: \"%s\". "
"Linea %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 974c98616..dffcebce6 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.2.8\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-10-06 11:42+0900\n"
"Last-Translator: Yukihiro Nakai <nakai@gnome.gr.jp>\n"
"Language-Team: Japanese <ja@li.org>\n"
@@ -273,9 +273,11 @@ msgid "clear"
msgstr "クリア"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -331,13 +333,13 @@ msgstr ""
msgid "Page %u"
msgstr "ページ %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"画像ファイルが見付かりません piamap_path: \"%s\" %d 行目"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "画像ファイルが見付かりません pixmap_path: \"%s\""
diff --git a/po/ko.po b/po/ko.po
index d0a6e1f90..600502a7e 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.15\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-04-24 22:53+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@adam.kaist.ac.kr>\n"
"Language-Team: Korean <ko@li.org>\n"
@@ -273,9 +273,11 @@ msgid "clear"
msgstr "지움"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -332,13 +334,13 @@ msgstr ""
msgid "Page %u"
msgstr "%u쪽"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"그림 파일을 pixmap_path에서 찾을 수 없음: \"%s\" %d번째 줄"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "그림 파일을 pixmap_path에서 찾을 수 없음: \"%s\""
diff --git a/po/lt.po b/po/lt.po
index c913a6ec5..6356fe5d7 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-03-16 03:44+0200\n"
"Last-Translator: Gediminas Paulauskas <menesis@delfi.lt>\n"
"Language-Team: Lithuanian\n"
@@ -275,9 +275,11 @@ msgid "clear"
msgstr "išvalyti"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -334,12 +336,12 @@ msgstr ""
msgid "Page %u"
msgstr "%u puslapis"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Negaliu rasti paveikslėlio bylos kelyje: „%s“ eilutė %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Negaliu rasti paveikslėlio bylos kelyje: „%s“"
diff --git a/po/nl.po b/po/nl.po
index e5bde7af3..6e61853e0 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-07-12 23:04+0200\n"
"Last-Translator: Dennis Smit <synap@area101.penguin.nl>\n"
"Language-Team: dutch <nl@li.org>\n"
@@ -272,9 +272,11 @@ msgid "clear"
msgstr "wissen"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -331,12 +333,12 @@ msgstr ""
msgid "Page %u"
msgstr "Pagina %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Kan plaatjes bestand in pixmap_path: \"%s\" regel %d niet vinden"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Kan plaatjes bestand in pixmap_path: \"s\" niet vinden"
diff --git a/po/no.po b/po/no.po
index ffc61c175..77c348ce0 100644
--- a/po/no.po
+++ b/po/no.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-07-13 13:47+02:00\n"
"Last-Translator: Kjartan Maraas <kmaraas@online.no>\n"
"Language-Team: Norwegian <no@li.org>\n"
@@ -272,9 +272,11 @@ msgid "clear"
msgstr "tøm"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -330,12 +332,12 @@ msgstr ""
msgid "Page %u"
msgstr "Side %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Kunne ikke finne bildefilen i pixmap_patg: \"%s\" linje %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Kunne ikke finne bildefil i pixmap_path: \"%s\""
diff --git a/po/pl.po b/po/pl.po
index 51d7f8821..859d73b7c 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-10-29 23:44+0100\n"
"Last-Translator: GNOME PL Team\n"
"Language-Team: Polish <translators@gnome.pl>\n"
@@ -270,9 +270,11 @@ msgid "clear"
msgstr "wyczyść"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr "default:LTR"
@@ -328,12 +330,12 @@ msgstr ""
msgid "Page %u"
msgstr "Strona %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Nie można odnaleźć pliku z obrazem na ścieżce: \"%s\" wiersz %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Nie można odnaleźć pliku z obrazem na ścieżce: \"%s\""
diff --git a/po/pt.po b/po/pt.po
index d5c61a63e..39046dc77 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.12\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-02-17 01:20+00:00\n"
"Last-Translator: Nuno Ferreira <nmrf@rnl.ist.utl.pt>\n"
"Language-Team: Portuguese <pt@li.org>\n"
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "limpar"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -333,12 +335,12 @@ msgstr ""
msgid "Page %u"
msgstr "Página %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Não encontrei ficheiro de imagem na pixmap_path: \"%s\" linha %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Não encontrei ficheiro de imagem na pixmap_path: \"%s\""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index bab897021..4b7fde27e 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.12\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-09-29 17:40-03:00\n"
"Last-Translator: Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "limpar"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -333,12 +335,12 @@ msgstr ""
msgid "Page %u"
msgstr "Página %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Não encontrei arquivo de imagem no pixmap_path: \"%s\" linha %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Não encontrei arquivo de imagem no pixmap_path: \"%s\""
diff --git a/po/ro.po b/po/ro.po
index 23e03512c..e31a4b19f 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-04-05 19:30+030\n"
"Last-Translator: Dan Damian <dand@dnttm.ro>\n"
"Language-Team: Romanian <ro@li.org>\n"
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "şterge"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -333,12 +335,12 @@ msgstr ""
msgid "Page %u"
msgstr "Pagina %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Nu pot localiza fişierul imagine în pixmap_path: \"%s\" line %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Nu pot localiza fişierul imagine în pixmap_path: \"%s\""
diff --git a/po/ru.po b/po/ru.po
index 8fc55eaf6..4dae196f0 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-10-31 00:22+03:00\n"
"Last-Translator: Valek Filippov <frob@df.ru>\n"
"Language-Team: Russian <ru@li.org>\n"
@@ -271,9 +271,11 @@ msgid "clear"
msgstr "очистить"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr "default:LTR"
@@ -327,14 +329,14 @@ msgstr "Открыть"
msgid "Page %u"
msgstr "Страница %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Файл с изображением не найден в pixmap_path: "
"\"%s\", строка %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr ""
diff --git a/po/sk.po b/po/sk.po
index fd08ca3e9..4b3056ffd 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-04-19 16:30+0100\n"
"Last-Translator: Stefan Ondrejicka <ondrej@idata.sk>\n"
"Language-Team: Slovak <sk@li.org>\n"
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "zmazať"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -333,12 +335,12 @@ msgstr ""
msgid "Page %u"
msgstr "Stránka %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Obrázok nebol nájdený v pixmap_path: \"%s\" riadok %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Obrázok nebol nájdený v pixmap_path: \"%s\""
diff --git a/po/sl.po b/po/sl.po
index c1b954928..d61a60cbf 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GTK+ 1.2.8\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-06-21 19:45+0200\n"
"Last-Translator: Miha Tomšič <miha.tomsic@guest.arnes.si>\n"
"Language-Team: slovenian <sl@li.org>\n"
@@ -326,9 +326,11 @@ msgid "clear"
msgstr "izprazni"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -391,13 +393,13 @@ msgid "Page %u"
msgstr "%u. stran"
# gtk/gtkrc.c:1702
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Ne najdem datoteke s sliko v poti pixmap_path: \"%s\" vrstica %d"
# gtk/gtkrc.c:1705
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Ne najdem datoteke s sliko v poti pixmap_path: \"%s\""
diff --git a/po/sp.po b/po/sp.po
index d9364c79a..9d2af8a9f 100644
--- a/po/sp.po
+++ b/po/sp.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.1\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-07-29 19:35+0100\n"
"Last-Translator: Tomislav Jankovic <tomaja@net.yu>\n"
"Language-Team: Serbian(Latin) <tomaja@net.yu>\n"
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "чисто"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -333,14 +335,14 @@ msgstr ""
msgid "Page %u"
msgstr "Странa %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Не могу да лоцирам слику са путaњом: \"%s\" "
"линиjа %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr ""
diff --git a/po/sr.po b/po/sr.po
index 9a0002b59..ecbb94040 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.1\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-07-29 19:35+0100\n"
"Last-Translator: Tomislav Jankovic_<tomaja@net.yu>\n"
"Language-Team: Serbian(Latin) <tomaja@net.yu>\n"
@@ -274,9 +274,11 @@ msgid "clear"
msgstr "čisto"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -333,12 +335,12 @@ msgstr ""
msgid "Page %u"
msgstr "Strana %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Ne mogu da lociram sliku sa putanjom: \"%s\" linija %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Ne mogu da lociram sliku sa putanjom: \"%s\""
diff --git a/po/sv.po b/po/sv.po
index 0e0ed78d4..c658af23d 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-10-19 14:57+0200\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -273,9 +273,11 @@ msgid "clear"
msgstr "töm"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -331,12 +333,12 @@ msgstr ""
msgid "Page %u"
msgstr "Sida %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "Kunde inte hitta bildfil i pixmap_path: \"%s\" rad %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Kunde inte hitta bildfil i pixmap_path: \"%s\""
diff --git a/po/tr.po b/po/tr.po
index 2271be9eb..a33ed7e80 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.1\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-10-13 17:30+0200\n"
"Last-Translator: Fatih Demir <kabalak@gmx.net>\n"
"Language-Team: Turkish <tr@li.org>\n"
@@ -272,9 +272,11 @@ msgid "clear"
msgstr "temiz"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -330,12 +332,12 @@ msgstr ""
msgid "Page %u"
msgstr "%u'nci sayfa"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "\"%s\" resimini pixmap_path'da bulunamadı . Satır %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "\"%s\" resimini pixmap_path'da bulunamadı"
diff --git a/po/uk.po b/po/uk.po
index f60b1a957..8c9c0f974 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-09-30 21:51 EST\n"
"Last-Translator: Yuri Syrota <yuri@renome.rovno.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@@ -272,9 +272,11 @@ msgid "clear"
msgstr "очистити"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -330,14 +332,14 @@ msgstr ""
msgid "Page %u"
msgstr "Сторінка %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Файл із зображенням не знайдено в pixmap_path: "
"\"%s\", рядок %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr ""
diff --git a/po/wa.po b/po/wa.po
index 8c5723e34..6f4aeafb8 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -11,7 +11,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.0\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-02-07 17:37+0100\n"
"Last-Translator: Pablo Saratxaga <srtxg@chanae.alphanet.ch>\n"
"Language-Team: walon <linux-wa@chanae.alphanet.ch>\n"
@@ -280,9 +280,11 @@ msgid "clear"
msgstr "netyî"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -339,13 +341,13 @@ msgstr ""
msgid "Page %u"
msgstr "Pådje %u"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr ""
"Dji n' pout nén trover on fitchî imådje è pixmap_path: \"%s\" al roye %d"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "Dji n' pout nén trover on fitchî imådje è pixmap_path: \"%s\""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 953b8a953..56f0ebf07 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.1.7 \n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 1999-01-31 19:33+0800\n"
"Last-Translator: Dillion Chen <dillon.chen@turbolinux.com.cn>\n"
"Language-Team: TLDN\n"
@@ -270,9 +270,11 @@ msgid "clear"
msgstr "清除"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -329,12 +331,12 @@ msgstr ""
msgid "Page %u"
msgstr "第 %u 页"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "无法由 pixmap_path 找到图档: \"%s\" 第 %d 行"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "无法由 pixmap_path 找到图档: \"%s\""
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 094a10c88..a36212e8f 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2\n"
-"POT-Creation-Date: 2000-11-13 17:00-0500\n"
+"POT-Creation-Date: 2000-11-16 16:11-0500\n"
"PO-Revision-Date: 2000-10-24 11:29+0800\n"
"Last-Translator: Chih-Wei Huang <cwhuang@linux.org.tw>\n"
"Language-Team: Chinese <zh@li.org>\n"
@@ -272,9 +272,11 @@ msgid "clear"
msgstr "清除"
#. Translate to default:RTL if you want your widgets
-#. * to be RTL, otherwise translate to default:LTR
+#. * to be RTL, otherwise translate to default:LTR.
+#. * Do *not* translate it to "predefinito:LTR", if it
+#. * it isn't default:LTR or default:RTL it will not work
#.
-#: gtk/gtkmain.c:417
+#: gtk/gtkmain.c:424
msgid "default:LTR"
msgstr ""
@@ -330,12 +332,12 @@ msgstr ""
msgid "Page %u"
msgstr "第 %u 頁"
-#: gtk/gtkrc.c:2042
+#: gtk/gtkrc.c:2046
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
msgstr "無法由 pixmap_path 找到圖檔: \"%s\" 第 %d 行"
-#: gtk/gtkrc.c:2045
+#: gtk/gtkrc.c:2049
#, c-format
msgid "Unable to locate image file in pixmap_path: \"%s\""
msgstr "無法由 pixmap_path 找到圖檔: \"%s\""