mirror of https://github.com/GNOME/gimp.git
applied patch from Ben Gertzfield which fixes a misuse of "it's", changing
2000-10-14 Sven Neumann <sven@gimp.org> * app/user_install.c: applied patch from Ben Gertzfield which fixes a misuse of "it's", changing it to "its".
This commit is contained in:
parent
307496d6b6
commit
6fd73ed6e7
|
@ -1,3 +1,8 @@
|
|||
2000-10-14 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/user_install.c: applied patch from Ben Gertzfield which fixes
|
||||
a misuse of "it's", changing it to "its".
|
||||
|
||||
2000-10-14 Daniel Egger <egger@suse.de>
|
||||
|
||||
* README.i18n: Added a few words about "Tip of the Day" translations
|
||||
|
|
|
@ -1090,7 +1090,7 @@ user_install_tuning (void)
|
|||
/* tile cache size */
|
||||
add_label (GTK_BOX (tuning_page),
|
||||
_("GIMP uses a limited amount of memory to store image data, the so-called\n"
|
||||
"\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n"
|
||||
"\"Tile Cache\". You should adjust its size to fit into memory. Consider\n"
|
||||
"the amount of memory used by other running processes."));
|
||||
|
||||
hbox = gtk_hbox_new (FALSE, 8);
|
||||
|
|
|
@ -1090,7 +1090,7 @@ user_install_tuning (void)
|
|||
/* tile cache size */
|
||||
add_label (GTK_BOX (tuning_page),
|
||||
_("GIMP uses a limited amount of memory to store image data, the so-called\n"
|
||||
"\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n"
|
||||
"\"Tile Cache\". You should adjust its size to fit into memory. Consider\n"
|
||||
"the amount of memory used by other running processes."));
|
||||
|
||||
hbox = gtk_hbox_new (FALSE, 8);
|
||||
|
|
|
@ -1090,7 +1090,7 @@ user_install_tuning (void)
|
|||
/* tile cache size */
|
||||
add_label (GTK_BOX (tuning_page),
|
||||
_("GIMP uses a limited amount of memory to store image data, the so-called\n"
|
||||
"\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n"
|
||||
"\"Tile Cache\". You should adjust its size to fit into memory. Consider\n"
|
||||
"the amount of memory used by other running processes."));
|
||||
|
||||
hbox = gtk_hbox_new (FALSE, 8);
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2000-10-14 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* de.po: updated german translation
|
||||
|
||||
2000-10-14 Austin Donnelly <austin@gimp.org>
|
||||
|
||||
* nl.po: changed translation of File/Revert to "Haal terug"
|
||||
|
|
8
po/de.po
8
po/de.po
|
@ -6,9 +6,9 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GIMP 1.1.25\n"
|
||||
"POT-Creation-Date: 2000-10-04 16:01-0700\n"
|
||||
"PO-Revision-Date: 2000-10-02 13:03+0200\n"
|
||||
"Project-Id-Version: GIMP 1.1.27\n"
|
||||
"POT-Creation-Date: 2000-10-14 20:20+0200\n"
|
||||
"PO-Revision-Date: 2000-10-14 20:22+02:00\n"
|
||||
"Last-Translator: Christian Meyer <cm@ggtt.de>\n"
|
||||
"Language-Team: German <de@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -6327,7 +6327,7 @@ msgstr "Installation fehlgeschlagen. Wenden Sie sich an den Systemverwalter."
|
|||
#: app/user_install.c:1092
|
||||
msgid ""
|
||||
"GIMP uses a limited amount of memory to store image data, the so-called\n"
|
||||
"\"Tile Cache\". You should adjust it's size to fit into memory. Consider\n"
|
||||
"\"Tile Cache\". You should adjust its size to fit into memory. Consider\n"
|
||||
"the amount of memory used by other running processes."
|
||||
msgstr ""
|
||||
"GIMP benutzt für Bilddaten eine begrenzte Menge Arbeitsspeicher, den\n"
|
||||
|
|
Loading…
Reference in New Issue