From 0204bd1cef9ba557e9115617a9bace926d019d37 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 18 Nov 2000 01:49:50 +0000 Subject: [PATCH] Nov 17 20:14:20 2000 Owen Taylor * Released 1.3.2 * NEWS: Updates for 1.3.2 --- docs/faq/Makefile.am | 2 +- docs/reference/ChangeLog | 5 +++++ docs/reference/gdk-pixbuf/Makefile.am | 1 + docs/reference/gdk-pixbuf/gdk-pixbuf.types | 3 --- docs/reference/gtk/Makefile.am | 4 +++- docs/tutorial/Makefile.am | 9 ++++++++- gdk-pixbuf/ChangeLog | 6 ++++-- gdk/Makefile.am | 10 +++++----- gdk/nanox/Makefile.am | 1 + gdk/win32/Makefile.am | 7 +++++++ po/ca.po | 12 +++++++----- po/cs.po | 12 +++++++----- po/da.po | 12 +++++++----- po/de.po | 12 +++++++----- po/el.po | 12 +++++++----- po/en@IPA.po | 12 +++++++----- po/en_GB.po | 12 +++++++----- po/es.po | 12 +++++++----- po/et.po | 12 +++++++----- po/eu.po | 12 +++++++----- po/fa.po | 12 +++++++----- po/fi.po | 12 +++++++----- po/fr.po | 12 +++++++----- po/ga.po | 12 +++++++----- po/gl.po | 12 +++++++----- po/he.po | 12 +++++++----- po/hr.po | 12 +++++++----- po/hu.po | 12 +++++++----- po/ia.po | 12 +++++++----- po/it.po | 12 +++++++----- po/ja.po | 12 +++++++----- po/ko.po | 12 +++++++----- po/lt.po | 12 +++++++----- po/nl.po | 12 +++++++----- po/no.po | 12 +++++++----- po/pl.po | 12 +++++++----- po/pt.po | 12 +++++++----- po/pt_BR.po | 12 +++++++----- po/ro.po | 12 +++++++----- po/ru.po | 12 +++++++----- po/sk.po | 12 +++++++----- po/sl.po | 12 +++++++----- po/sp.po | 12 +++++++----- po/sr.po | 12 +++++++----- po/sv.po | 12 +++++++----- po/tr.po | 12 +++++++----- po/uk.po | 12 +++++++----- po/wa.po | 12 +++++++----- po/zh_CN.po | 12 +++++++----- po/zh_TW.po | 12 +++++++----- 50 files changed, 315 insertions(+), 213 deletions(-) diff --git a/docs/faq/Makefile.am b/docs/faq/Makefile.am index 07f89d5957..977b6f8201 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 dbc7fe8201..2ef7647ec0 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 17 17:31:30 2000 Owen Taylor + + * gtk/Makefile.am (content_files): Add a couple + of files. + Mon Nov 13 16:58:43 2000 Owen Taylor * {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 1a071fb8c7..9ac1083f77 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 b583e41377..6c87dc45c2 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf.types +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf.types @@ -1,7 +1,4 @@ -#include #include #include -#include 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 47012ad9ae..f723d7f738 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 100e03f0ad..e6c90624a9 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 6fa4e85dd2..750c1a04c4 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -242,8 +242,10 @@ Tue Nov 14 11:51:26 2000 Owen Taylor 2000-07-27 Elliot Lee - * 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 diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 391abdd219..5aec9804d9 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 ca9eacadfd..c97dc39e4c 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 bd2b86ece0..a71e6095a7 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 32286e0064..38ecd8cf4e 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 \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 ab86568028..7f9fb87863 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 \n" "Language-Team: Czech \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 c347f64b48..f1b59edeb7 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 \n" "Language-Team: Danish \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 " 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 548e7a8e3c..aa4ea437c9 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 >\n" "Language-Team: German \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 0cde0940f1..443dcf6404 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 \n" "Language-Team: Greek \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 6e7b947f47..fccab84b83 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 \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 153eb95869..9227b808db 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 \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 0ebafa552d..c05db873a6 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 \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 6c8ad2d1ce..f6fa6c4910 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 \n" "Language-Team: euskare \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 eb1296be8e..d972889e85 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 \n" "Language-Team: Persian \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 aa88b1bf4e..9c4cd0b05c 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 \n" "Language-Team: Finnish \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 35a27e83c9..fe3696089c 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) \n" "Language-Team: GNOME French Team \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 bccd6ab78d..519bdd5bcf 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 \n" "Language-Team: Gaeilge \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 25596d15a2..320687d599 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 \n" "Language-Team: Galician \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 0bc0755b59..6b58ca910e 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 \n" "Language-Team: LANGUAGE \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 524dcb7ede..69cfe1cb05 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 \n" "Language-Team: Croatian \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 81ae232bb5..e1680b741d 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 \n" "Language-Team: Hungarian \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 1709a686f1..f4518f55dd 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 \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 814f3d521d..be676ec52d 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 \n" "Language-Team: Italiano \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 974c986161..dffcebce6d 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 \n" "Language-Team: Japanese \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 d0a6e1f908..600502a7e5 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 \n" "Language-Team: Korean \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 c913a6ec52..6356fe5d72 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 \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 e5bde7af3e..6e61853e0c 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 \n" "Language-Team: dutch \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 ffc61c1752..77c348ce0d 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 \n" "Language-Team: Norwegian \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 51d7f88219..859d73b7cf 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 \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 d5c61a63e5..39046dc773 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 \n" "Language-Team: Portuguese \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 bab8970219..4b7fde27e3 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 \n" "Language-Team: Brazilian Portuguese \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 23e03512c1..e31a4b19fa 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 \n" "Language-Team: Romanian \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 8fc55eaf6a..4dae196f0a 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 \n" "Language-Team: Russian \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 fd08ca3e92..4b3056ffdf 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 \n" "Language-Team: Slovak \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 c1b9549281..d61a60cbf8 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č \n" "Language-Team: slovenian \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 d9364c79a6..9d2af8a9fd 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 \n" "Language-Team: Serbian(Latin) \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 9a0002b59c..ecbb940406 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_\n" "Language-Team: Serbian(Latin) \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 0e0ed78d46..c658af23d8 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 \n" "Language-Team: Swedish \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 2271be9ebc..a33ed7e800 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 \n" "Language-Team: Turkish \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 f60b1a9574..8c9c0f974d 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 \n" "Language-Team: Ukrainian \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 8c5723e34d..6f4aeafb84 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 \n" "Language-Team: walon \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 953b8a9538..56f0ebf07d 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 \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 094a10c88d..a36212e8ff 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 \n" "Language-Team: Chinese \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\""