changed version number to 1.2.5-pre1, interface age 0, binary age 5. we
Fri Sep 3 03:06:30 1999 Tim Janik <timj@gtk.org> * configure.in: changed version number to 1.2.5-pre1, interface age 0, binary age 5. we still require Glib-1.2.4 though. * gtk/Makefile.am: fixed up things for -jx, x > 1. * NEWS: updates for 1.2.5.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
Fri Sep 3 03:06:30 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: changed version number to 1.2.5-pre1,
|
||||
interface age 0, binary age 5. we still require Glib-1.2.4 though.
|
||||
|
||||
* gtk/Makefile.am: fixed up things for -jx, x > 1.
|
||||
|
||||
* NEWS: updates for 1.2.5.
|
||||
|
||||
Sun Sep 5 08:48:51 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
Fri Sep 3 03:06:30 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: changed version number to 1.2.5-pre1,
|
||||
interface age 0, binary age 5. we still require Glib-1.2.4 though.
|
||||
|
||||
* gtk/Makefile.am: fixed up things for -jx, x > 1.
|
||||
|
||||
* NEWS: updates for 1.2.5.
|
||||
|
||||
Sun Sep 5 08:48:51 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
Fri Sep 3 03:06:30 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: changed version number to 1.2.5-pre1,
|
||||
interface age 0, binary age 5. we still require Glib-1.2.4 though.
|
||||
|
||||
* gtk/Makefile.am: fixed up things for -jx, x > 1.
|
||||
|
||||
* NEWS: updates for 1.2.5.
|
||||
|
||||
Sun Sep 5 08:48:51 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
Fri Sep 3 03:06:30 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: changed version number to 1.2.5-pre1,
|
||||
interface age 0, binary age 5. we still require Glib-1.2.4 though.
|
||||
|
||||
* gtk/Makefile.am: fixed up things for -jx, x > 1.
|
||||
|
||||
* NEWS: updates for 1.2.5.
|
||||
|
||||
Sun Sep 5 08:48:51 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
Fri Sep 3 03:06:30 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: changed version number to 1.2.5-pre1,
|
||||
interface age 0, binary age 5. we still require Glib-1.2.4 though.
|
||||
|
||||
* gtk/Makefile.am: fixed up things for -jx, x > 1.
|
||||
|
||||
* NEWS: updates for 1.2.5.
|
||||
|
||||
Sun Sep 5 08:48:51 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
Fri Sep 3 03:06:30 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: changed version number to 1.2.5-pre1,
|
||||
interface age 0, binary age 5. we still require Glib-1.2.4 though.
|
||||
|
||||
* gtk/Makefile.am: fixed up things for -jx, x > 1.
|
||||
|
||||
* NEWS: updates for 1.2.5.
|
||||
|
||||
Sun Sep 5 08:48:51 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
Fri Sep 3 03:06:30 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: changed version number to 1.2.5-pre1,
|
||||
interface age 0, binary age 5. we still require Glib-1.2.4 though.
|
||||
|
||||
* gtk/Makefile.am: fixed up things for -jx, x > 1.
|
||||
|
||||
* NEWS: updates for 1.2.5.
|
||||
|
||||
Sun Sep 5 08:48:51 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
|
||||
|
||||
6
INSTALL
6
INSTALL
@@ -7,8 +7,8 @@ you got this package.
|
||||
Simple install procedure
|
||||
========================
|
||||
|
||||
% gzip -cd gtk+-1.2.4.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-1.2.4 # change to the toplevel directory
|
||||
% gzip -cd gtk+-1.2.5-pre1.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-1.2.5-pre1 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build GTK
|
||||
[ Become root if necessary ]
|
||||
@@ -118,7 +118,7 @@ You can compile GTK+ against a copy of GLIB that you have not
|
||||
yet installed. To do this, give the --with-glib=DIR options
|
||||
to ./configure. For instance:
|
||||
|
||||
./configure --with-glib=../glib-1.2.4
|
||||
./configure --with-glib=../glib-1.2.5-pre1
|
||||
|
||||
This, however, will not work if you built GLIB with different
|
||||
source and build directories.
|
||||
|
||||
28
NEWS
28
NEWS
@@ -1,3 +1,31 @@
|
||||
Overview of Changes in GTK+ 1.2.5:
|
||||
|
||||
* new configure.in option --disable-rebuilds to completely disable
|
||||
rebuilds of autogenerated sources.
|
||||
* check for 5.002 now, to avoid failing autogeneration build rules due
|
||||
to old perl versions.
|
||||
* fonts (and fontsets) are cached now.
|
||||
* more autogeneration make rules and dependancy fixups, we should be
|
||||
save with autogeneration up to make -j12 now ;)
|
||||
* new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the
|
||||
GtkWindow on every size change.
|
||||
* major rework of window manager hints handling code, fixed a bunch of
|
||||
races with the new resizing code.
|
||||
* the new wm hints and resizing code is absolutely perfect and bug free now,
|
||||
it only lacks testing ;)
|
||||
* fixed up various rc style memory prolems.
|
||||
* gtk_widget_modify_style() now properly changes the style of realized widgets
|
||||
and references the style passed into it. if people worked around this bug,
|
||||
this will introduce a slight memory leak in their code.
|
||||
The code should typically look like:
|
||||
GtkRcStyle *rc_style = gtk_rc_style_new ();
|
||||
[...]
|
||||
gtk_widget_modify_style (widget, rc_style);
|
||||
gtk_rc_style_unref (rc_style);
|
||||
* FAQ updates.
|
||||
* FileSelection i18n patches, RadioButton fixups.
|
||||
* miscellaneous other bugs fixed.
|
||||
|
||||
Overview of Changes in GTK+ 1.2.4:
|
||||
|
||||
* DnD improvements (drags can be canceled with Esc now).
|
||||
|
||||
8
README
8
README
@@ -1,7 +1,7 @@
|
||||
General Information
|
||||
===================
|
||||
|
||||
This is GTK+ version 1.2.4. GTK+, which stands for the Gimp ToolKit,
|
||||
This is GTK+ version 1.2.5-pre1. GTK+, which stands for the Gimp ToolKit,
|
||||
is a library for creating graphical user interfaces for the X Window
|
||||
System. It is designed to be small, efficient, and flexible. GTK+ is
|
||||
written in C with a very object-oriented approach.
|
||||
@@ -37,9 +37,9 @@ version number. This should be separated by a blank
|
||||
line from the actual headers.
|
||||
|
||||
Package: gtk+
|
||||
Version: 1.2.4
|
||||
Version: 1.2.5-pre1
|
||||
|
||||
[ Please substitute 1.2.4 with the version of GTK+ that
|
||||
[ Please substitute 1.2.5-pre1 with the version of GTK+ that
|
||||
you have installed ]
|
||||
|
||||
Then describe the bug. Include:
|
||||
@@ -82,7 +82,7 @@ From: yourname@your.address.org
|
||||
Subject: handlebox test in testgtk is misnamed.
|
||||
|
||||
Package: gtk+
|
||||
Version: 1.2.4
|
||||
Version: 1.2.5-pre1
|
||||
|
||||
When I run gtk/testgtk, the button "handle box"
|
||||
is misnamed. There are multiple handle boxes in
|
||||
|
||||
10
configure.in
10
configure.in
@@ -29,10 +29,10 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
||||
#
|
||||
GTK_MAJOR_VERSION=1
|
||||
GTK_MINOR_VERSION=2
|
||||
GTK_MICRO_VERSION=4
|
||||
GTK_INTERFACE_AGE=2
|
||||
GTK_BINARY_AGE=4
|
||||
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
|
||||
GTK_MICRO_VERSION=5
|
||||
GTK_INTERFACE_AGE=0
|
||||
GTK_BINARY_AGE=5
|
||||
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION-pre1
|
||||
dnl
|
||||
AC_DIVERT_POP()dnl
|
||||
|
||||
@@ -159,7 +159,7 @@ AC_CHECK_PROG(INDENT, indent, indent)
|
||||
REBUILD=\#
|
||||
if test "x$enable_rebuilds" = "xyes" && \
|
||||
test -n "$PERL" && \
|
||||
$PERL -e 'exit !($] >= 5.002)' > /dev/null && \
|
||||
$PERL -e 'exit !($] >= 5.002)' > /dev/null 2>&1 && \
|
||||
test -n "$AWK" ; then
|
||||
REBUILD=
|
||||
fi
|
||||
|
||||
@@ -320,45 +320,44 @@ EXTRA_DIST += $(gtk_built_sources) $(gtk_built_public_sources) $(gtk_extra_sourc
|
||||
#
|
||||
# rules to generate built sources
|
||||
#
|
||||
# setup autogeneration dependancies
|
||||
gen_sources = xgen-gdef xgen-gtbh xgen-gtbvc xgen-gtbic xgen-gtbec xgen-gmh xgen-gmc
|
||||
CLEANFILES += $(gen_sources)
|
||||
COPYING: $(gtk_built_public_sources) $(gtk_built_sources)
|
||||
$(OBJECTS): COPYING # this is our oldest-source-stamp
|
||||
gtk.defs: @REBUILD@ # stamp-gtk.defs
|
||||
-test -e "$(srcdir)/$@" || touch $(srcdir)/gtk.defs
|
||||
stamp-gtk.defs: @REBUILD@ makeenums.pl gtk-boxed.defs $(gtk_public_h_sources) $(gdk_headers)
|
||||
# initial creation of the real stamp-* files
|
||||
gtk.defs gtkmarshal.h gtktypebuiltins.h: # never add deps here
|
||||
-test -e "$(srcdir)/$@" || touch $(srcdir)/$@
|
||||
# normal autogeneration rules
|
||||
stamp-gtk.defs: @REBUILD@ makeenums.pl gtk.defs gtk-boxed.defs $(gtk_public_h_sources) $(gdk_headers)
|
||||
cd $(srcdir) \
|
||||
&& $(PERL) makeenums.pl defs $(gtk_public_h_sources) $(gdk_headers) > xgen-gdef \
|
||||
&& cat gtk-boxed.defs >> xgen-gdef \
|
||||
&& (cmp -s xgen-gdef gtk.defs || cp xgen-gdef gtk.defs) \
|
||||
&& rm -f xgen-gdef \
|
||||
&& echo timestamp > $@
|
||||
gtkmarshal.h: @REBUILD@ # stamp-gtkmarshal.h
|
||||
-test -e "$(srcdir)/$@" || touch $(srcdir)/gtkmarshal.h
|
||||
stamp-gtkmarshal.h: @REBUILD@ gtkmarshal.h
|
||||
gtkmarshal.c stamp-gtkmarshal.h: @REBUILD@ genmarshal.pl gtkmarshal.list
|
||||
gtkmarshal.c: stamp-gtkmarshal.h
|
||||
gtkmarshal.c stamp-gtkmarshal.h: @REBUILD@ genmarshal.pl gtkmarshal.list gtkmarshal.h
|
||||
cd $(srcdir) \
|
||||
&& $(PERL) genmarshal.pl gtkmarshal.list xgen-gmh xgen-gmc \
|
||||
&& (test -z "$(INDENT)" || $(INDENT) xgen-gmh) \
|
||||
&& (test -z "$(INDENT)" || $(INDENT) xgen-gmc) \
|
||||
&& cp xgen-gmc gtkmarshal.c \
|
||||
&& (cmp -s xgen-gmh gtkmarshal.h || cp xgen-gmh gtkmarshal.h) \
|
||||
&& rm -f xgen-gmh xgen-gmc \
|
||||
&& rm -f xgen-gmh xgen-gmc xgen-gmh~ xgen-gmc~ \
|
||||
&& echo timestamp > stamp-gtkmarshal.h
|
||||
gtktypebuiltins.h: @REBUILD@ # stamp-gtktypebuiltins.h
|
||||
-test -e "$(srcdir)/$@" || touch $(srcdir)/gtktypebuiltins.h
|
||||
stamp-gtktypebuiltins.h: @REBUILD@ maketypes.awk gtk.defs gtktypebuiltins.h
|
||||
stamp-gtktypebuiltins.h: @REBUILD@ maketypes.awk stamp-gtk.defs gtktypebuiltins.h
|
||||
cd $(srcdir) \
|
||||
&& $(AWK) -f maketypes.awk gtk.defs macros > xgen-gtbh \
|
||||
&& (cmp -s xgen-gtbh gtktypebuiltins.h || cp xgen-gtbh gtktypebuiltins.h) \
|
||||
&& rm -f xgen-gtbh \
|
||||
&& echo timestamp > $@
|
||||
gtktypebuiltins_vars.c: @REBUILD@ maketypes.awk gtk.defs
|
||||
gtktypebuiltins_vars.c: @REBUILD@ maketypes.awk stamp-gtk.defs
|
||||
cd $(srcdir) \
|
||||
&& $(AWK) -f maketypes.awk gtk.defs variables > xgen-gtbvc \
|
||||
&& cp xgen-gtbvc $@ \
|
||||
&& rm -f xgen-gtbvc
|
||||
gtktypebuiltins_ids.c: @REBUILD@ maketypes.awk gtk.defs
|
||||
gtktypebuiltins_ids.c: @REBUILD@ maketypes.awk stamp-gtk.defs
|
||||
cd $(srcdir) \
|
||||
&& $(AWK) -f maketypes.awk gtk.defs entries > xgen-gtbic \
|
||||
&& cp xgen-gtbic $@ \
|
||||
|
||||
6
po/ca.po
6
po/ca.po
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-04-07 22:31+02:00\n"
|
||||
"Last-Translator: Ivan Vilata i Balaguer <al011097@alumail.uji.es>\n"
|
||||
"Language-Team: linux-ca@chanae.alphanet.ch\n"
|
||||
@@ -442,12 +442,12 @@ msgstr "esborrar"
|
||||
msgid "Page %u"
|
||||
msgstr "Pàgina %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, 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»"
|
||||
|
||||
6
po/cs.po
6
po/cs.po
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.2.3\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-05-25 00:02+02:00\n"
|
||||
"Last-Translator: Stanislav Brabec <utx@k332.feld.cvut.cz>\n"
|
||||
"Language-Team: Czech <cs@li.org>\n"
|
||||
@@ -447,12 +447,12 @@ msgstr "smazat"
|
||||
msgid "Page %u"
|
||||
msgstr "Strana %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Obrázek \"%s\" nebyl nalezen v pixmap_path."
|
||||
|
||||
6
po/da.po
6
po/da.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.2.3\n"
|
||||
"POT-Creation-Date: 1999-09-01 14:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-08-20 02:45+0100\n"
|
||||
"Last-Translator: Birger Langkjer <birger.langkjer@image.dk>\n"
|
||||
"Language-Team: Danish <dltp@lists.wiktor.dk>\n"
|
||||
@@ -446,12 +446,12 @@ msgstr "ryd"
|
||||
msgid "Page %u"
|
||||
msgstr "Side %u"
|
||||
|
||||
#: gtk/gtkrc.c:1570
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1573
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Kunne ikke finde billedfil i pixmap_path: \"%s\""
|
||||
|
||||
6
po/de.po
6
po/de.po
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.9\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-08-24 17:38+02:00\n"
|
||||
"Last-Translator: Karsten Weiss <karsten@addx.au.s.shuttle.de>\n"
|
||||
"Language-Team: German <de@li.org>\n"
|
||||
@@ -447,12 +447,12 @@ msgstr "gel
|
||||
msgid "Page %u"
|
||||
msgstr "Seite %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Kann Bilddatei in Pixmap-Pfad: \"%s\" nicht finden"
|
||||
|
||||
6
po/es.po
6
po/es.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.3.0\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-02-07 17:37+0100\n"
|
||||
"Last-Translator: Pablo Saratxaga <srtxg@chanae.alphanet.ch>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -449,13 +449,13 @@ msgstr "limpiar"
|
||||
msgid "Page %u"
|
||||
msgstr "Página %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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 %s"
|
||||
|
||||
#: gtk/gtkrc.c:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Imposible de encontrar un archivo imagen en pixmap_path: \"%s\""
|
||||
|
||||
6
po/eu.po
6
po/eu.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ VERSION\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\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"
|
||||
@@ -446,12 +446,12 @@ msgstr "garbitu"
|
||||
msgid "Page %u"
|
||||
msgstr "Orria %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Imaginaren fitxategia ezin aurkitu pixmap_path-en: \"%s\""
|
||||
|
||||
6
po/fi.po
6
po/fi.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.9\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-08-13 14:15+0100\n"
|
||||
"Last-Translator: Mikko Rauhala <lukka@iki.fi>\n"
|
||||
"Language-Team: Finnish <fi@li.org>\n"
|
||||
@@ -450,13 +450,13 @@ msgid "Page %u"
|
||||
msgstr "Sivu %u"
|
||||
|
||||
# , c-format
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Kuvatiedostoa ei löytynyt pixmap_path:sta: \"%s\""
|
||||
|
||||
6
po/fr.po
6
po/fr.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ VERSION\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1998-12-18 20:32+0100\n"
|
||||
"Last-Translator: Vincent Renardias <vincent@debian.org>\n"
|
||||
"Language-Team: Vincent Renardias <vincent@debian.org>\n"
|
||||
@@ -448,13 +448,13 @@ msgstr "effacer"
|
||||
msgid "Page %u"
|
||||
msgstr "Page %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
|
||||
msgstr ""
|
||||
"Impossible de localiser le fichier image dans pixmap_path: \"%s\" ligne %d"
|
||||
|
||||
#: gtk/gtkrc.c:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Impossible de localiser le fichier image dans pixmap_path: \"%s\""
|
||||
|
||||
6
po/ga.po
6
po/ga.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.2.3\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-08-23 21:28+0600\n"
|
||||
"Last-Translator: Sean V. Kelley <s_oceallaigh@yahoo.com>\n"
|
||||
"Language-Team: Gaeilge <ga@li.org>\n"
|
||||
@@ -448,13 +448,13 @@ msgstr "b
|
||||
msgid "Page %u"
|
||||
msgstr "Leathanach %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Ní rabhthas ábalta íomhá comhaid a aimsiú in pixmap_path: \"%s\""
|
||||
|
||||
6
po/hr.po
6
po/hr.po
@@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.2.0\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-02-28 02:00+0100\n"
|
||||
"Last-Translator: Tomislav Vujec <tvujec@carnet.hr>\n"
|
||||
"Language-Team: hr <LL@li.org>\n"
|
||||
@@ -447,12 +447,12 @@ msgstr "obri
|
||||
msgid "Page %u"
|
||||
msgstr "Stranica %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Ne mogu pronaæi slikovnu datoteku u pixmap_path: \"%s\""
|
||||
|
||||
6
po/hu.po
6
po/hu.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.2\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1998-12-18 12:15+0100\n"
|
||||
"Last-Translator: Shooby Ban <bansz@szif.hu>\n"
|
||||
"Language-Team: Hungarian <hu@li.org>\n"
|
||||
@@ -446,12 +446,12 @@ msgstr "t
|
||||
msgid "Page %u"
|
||||
msgstr "%u. lap"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Nem találom a pixmap_path (%s) útvonalon a képet"
|
||||
|
||||
6
po/it.po
6
po/it.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.12\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1998-12-18 12:15+0100\n"
|
||||
"Last-Translator: Tristan Tarrant <ttarrant@etnoteam.it>\n"
|
||||
"Language-Team: German <it@li.org>\n"
|
||||
@@ -450,14 +450,14 @@ msgstr "cancella"
|
||||
msgid "Page %u"
|
||||
msgstr "Pagina %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
6
po/ja.po
6
po/ja.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.2.3\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1998-07-15 03:12+0900\n"
|
||||
"Last-Translator: 白崎 泰弘 <yasuhiro@awa.tohoku.ac.jp>\n"
|
||||
"Language-Team: Japanese <ja@li.org>\n"
|
||||
@@ -446,12 +446,12 @@ msgstr "
|
||||
msgid "Page %u"
|
||||
msgstr "ページ %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
|
||||
msgstr "画像ファイルが見付かりません piamap_path: \"%s\" %d 行目"
|
||||
|
||||
#: gtk/gtkrc.c:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "画像ファイルが見付かりません pixmap_path: \"%s\""
|
||||
|
||||
6
po/ko.po
6
po/ko.po
@@ -4,7 +4,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.2.2\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-04-24 23:03+0900\n"
|
||||
"Last-Translator: Changwoo Ryu <cwryu@adam.kaist.ac.kr>\n"
|
||||
"Language-Team: Korean <ko@li.org>\n"
|
||||
@@ -445,12 +445,12 @@ msgstr "
|
||||
msgid "Page %u"
|
||||
msgstr "페이지 %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
|
||||
msgstr "그림 파일을 pixmap_path에서 찾을 수 없음: \"%s\" %d번째 줄"
|
||||
|
||||
#: gtk/gtkrc.c:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "그림 파일을 pixmap_path에서 찾을 수 없음: \"%s\""
|
||||
|
||||
6
po/nl.po
6
po/nl.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.2.3\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-01-31 23:04+0100\n"
|
||||
"Last-Translator: Paul Siegmann <pauls@euronet.nl>\n"
|
||||
"Language-Team: dutch <nl@li.org>\n"
|
||||
@@ -448,12 +448,12 @@ msgstr "wissen"
|
||||
msgid "Page %u"
|
||||
msgstr "Pagina %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Kan plaatjes bestand in pixmap_path: \"s\" niet vinden"
|
||||
|
||||
6
po/no.po
6
po/no.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.16\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1998-03-27 00:09+0100\n"
|
||||
"Last-Translator: Kjartan Maraas <kmaraas@online.no>\n"
|
||||
"Language-Team: Norwegian <no@li.org>\n"
|
||||
@@ -446,12 +446,12 @@ msgstr "t
|
||||
msgid "Page %u"
|
||||
msgstr "Side %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Kunne ikke finne bildefil i pixmap_path: \"%s\""
|
||||
|
||||
2
po/pl.po
2
po/pl.po
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+\n"
|
||||
"POT-Creation-Date: 1999-09-03 04:48+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-07-23 14:45+CET\n"
|
||||
"Last-Translator: GNOME PL Team\n"
|
||||
"Language-Team: Polish <gnomepl@pandora.info.bielsko.pl>\n"
|
||||
|
||||
6
po/pt.po
6
po/pt.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.12\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\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"
|
||||
@@ -446,12 +446,12 @@ msgstr "limpar"
|
||||
msgid "Page %u"
|
||||
msgstr "Página %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Não encontrei ficheiro de imagem na pixmap_path: \"%s\""
|
||||
|
||||
6
po/ru.po
6
po/ru.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.3.0\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-01-21 21:51 EST\n"
|
||||
"Last-Translator: Sergey Panov <sipan@mit.edu>\n"
|
||||
"Language-Team: Russian <ru@li.org>\n"
|
||||
@@ -446,12 +446,12 @@ msgstr "
|
||||
msgid "Page %u"
|
||||
msgstr "óÔÒÁÎÉÃÁ %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
|
||||
msgstr "æÁÊÌ Ó ÉÚÏÂÒÁÖÅÎÉÅÍ ÎÅ ÎÁÊÄÅÎ × pixmap_path: \"%s\", ÓÔÒÏËÁ %d"
|
||||
|
||||
#: gtk/gtkrc.c:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "æÁÊÌ Ó ÉÚÏÂÒÁÖÅÎÉÅÍ ÎÅ ÎÁÊÄÅÎ × pixmap_path: \"%s\""
|
||||
|
||||
6
po/sk.po
6
po/sk.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+-1.2.2\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\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"
|
||||
@@ -446,12 +446,12 @@ msgstr "zmaza
|
||||
msgid "Page %u"
|
||||
msgstr "Stránka %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Obrázok nebol nájdený v pixmap_path: \"%s\""
|
||||
|
||||
6
po/sl.po
6
po/sl.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GTK+ 1.2.0\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-03-06 10:00+0100\n"
|
||||
"Last-Translator: Miha Tom¹iè <miha.tomsic@guest.arnes.si>\n"
|
||||
"Language-Team: slovenian <sl@li.org>\n"
|
||||
@@ -447,12 +447,12 @@ msgstr "izprazni"
|
||||
msgid "Page %u"
|
||||
msgstr "%u stran"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Ne najdem datoteke s sliko v poti pixmap_path: \"%s\""
|
||||
|
||||
6
po/sv.po
6
po/sv.po
@@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.2.3\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-01-12 22:50+0100\n"
|
||||
"Last-Translator: Tomas Ögren <stric@ing.umu.se>\n"
|
||||
"Language-Team: Swedish <sv@li.org>\n"
|
||||
@@ -446,12 +446,12 @@ msgstr "rensa"
|
||||
msgid "Page %u"
|
||||
msgstr "Sida %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
|
||||
msgstr "Kunde ej hitta bild i 'pixmap_path': \"%s\" rad %d"
|
||||
|
||||
#: gtk/gtkrc.c:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "Kunde ej hitta bild i 'pixmap_path': \"%s\""
|
||||
|
||||
6
po/wa.po
6
po/wa.po
@@ -10,7 +10,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.3.0\n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\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"
|
||||
@@ -452,13 +452,13 @@ msgstr "nety
|
||||
msgid "Page %u"
|
||||
msgstr "Pådje %u"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, 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:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, 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\""
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 1.1.7 \n"
|
||||
"POT-Creation-Date: 1999-08-30 19:25+0200\n"
|
||||
"POT-Creation-Date: 1999-09-03 05:20+0200\n"
|
||||
"PO-Revision-Date: 1999-01-31 19:33+0800\n"
|
||||
"Last-Translator: 辛立仁 <hsin@med.cgu.edu.tw>\n"
|
||||
"Language-Team: Chinese <zh@li.org>\n"
|
||||
@@ -445,12 +445,12 @@ msgstr "
|
||||
msgid "Page %u"
|
||||
msgstr "第 %u 頁"
|
||||
|
||||
#: gtk/gtkrc.c:1531
|
||||
#: gtk/gtkrc.c:1627
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\" line %d"
|
||||
msgstr "無法由 pixmap_path 找到圖檔: \"%s\" 第 %d 行"
|
||||
|
||||
#: gtk/gtkrc.c:1534
|
||||
#: gtk/gtkrc.c:1630
|
||||
#, c-format
|
||||
msgid "Unable to locate image file in pixmap_path: \"%s\""
|
||||
msgstr "無法由 pixmap_path 找到圖檔: \"%s\""
|
||||
|
||||
Reference in New Issue
Block a user