mirror of https://github.com/GNOME/gimp.git
use the same label as in the new combo_box widgets.
2004-04-21 Sven Neumann <sven@gimp.org> * libgimp/gimpmenu.c (gimp_menu_add_none): use the same label as in the new combo_box widgets. * libgimpwidgets/gimpintcombobox.[ch] * libgimpwidgets/gimpintstore.[ch]: use LibGIMP copyright headers.
This commit is contained in:
parent
c15dc68d2a
commit
8abf38f7d9
|
@ -1,3 +1,11 @@
|
|||
2004-04-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/gimpmenu.c (gimp_menu_add_none): use the same label as
|
||||
in the new combo_box widgets.
|
||||
|
||||
* libgimpwidgets/gimpintcombobox.[ch]
|
||||
* libgimpwidgets/gimpintstore.[ch]: use LibGIMP copyright headers.
|
||||
|
||||
2004-04-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/gimpdrawablecombobox.c
|
||||
|
|
|
@ -404,7 +404,7 @@ gimp_menu_add_none (GtkWidget *menu)
|
|||
{
|
||||
GtkWidget *menuitem;
|
||||
|
||||
menuitem = gtk_menu_item_new_with_label (_("None"));
|
||||
menuitem = gtk_menu_item_new_with_label (_("(None)"));
|
||||
gtk_widget_set_sensitive (menuitem, FALSE);
|
||||
gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem);
|
||||
gtk_widget_show (menuitem);
|
||||
|
|
|
@ -1,22 +1,23 @@
|
|||
/* The GIMP -- an image manipulation program
|
||||
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
||||
/* LIBGIMP - The GIMP Library
|
||||
* Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
|
||||
*
|
||||
* gimpintcombobox.c
|
||||
* Copyright (C) 2004 Sven Neumann <sven@gimp.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -1,22 +1,23 @@
|
|||
/* The GIMP -- an image manipulation program
|
||||
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
||||
/* LIBGIMP - The GIMP Library
|
||||
* Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
|
||||
*
|
||||
* gimpintcombobox.h
|
||||
* Copyright (C) 2004 Sven Neumann <sven@gimp.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_INT_COMBO_BOX_H__
|
||||
|
|
|
@ -1,22 +1,23 @@
|
|||
/* The GIMP -- an image manipulation program
|
||||
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
||||
/* LIBGIMP - The GIMP Library
|
||||
* Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
|
||||
*
|
||||
* gimpintstore.c
|
||||
* Copyright (C) 2004 Sven Neumann <sven@gimp.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -1,22 +1,23 @@
|
|||
/* The GIMP -- an image manipulation program
|
||||
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
||||
/* LIBGIMP - The GIMP Library
|
||||
* Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
|
||||
*
|
||||
* gimpintstore.h
|
||||
* gimpintstore.c
|
||||
* Copyright (C) 2004 Sven Neumann <sven@gimp.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_INT_STORE_H__
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2004-04-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* POTFILES.in: added new files.
|
||||
* de.po: updated.
|
||||
|
||||
2004-04-15 Guntupalli Karunakar <karunakar@freedomink.org>
|
||||
|
||||
* pa.po: Added Punjabi translation by
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
# marked to allow runtime translation of messages
|
||||
|
||||
libgimp/gimpbrushmenu.c
|
||||
libgimp/gimpdrawablecombobox.c
|
||||
libgimp/gimpexport.c
|
||||
libgimp/gimpfontmenu.c
|
||||
libgimp/gimpgradientmenu.c
|
||||
libgimp/gimpimagecombobox.c
|
||||
libgimp/gimpmenu.c
|
||||
libgimp/gimppatternmenu.c
|
||||
libgimp/gimpunitcache.c
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GIMP 1.3.27\n"
|
||||
"Project-Id-Version: GIMP 2.1.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-20 23:20+0100\n"
|
||||
"PO-Revision-Date: 2004-03-12 16:28+0100\n"
|
||||
"POT-Creation-Date: 2004-04-21 14:11+0200\n"
|
||||
"PO-Revision-Date: 2004-04-21 14:10+0200\n"
|
||||
"Last-Translator: Sven Neumann <sven@gimp.org>\n"
|
||||
"Language-Team: German <gnome-de@gnome.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -26,6 +26,11 @@ msgstr "Pinselauswahl"
|
|||
msgid "_Browse..."
|
||||
msgstr "_Durchsuchen..."
|
||||
|
||||
#: libgimp/gimpdrawablecombobox.c:283 libgimp/gimpimagecombobox.c:147
|
||||
#: libgimp/gimpmenu.c:407
|
||||
msgid "(None)"
|
||||
msgstr "(Keine)"
|
||||
|
||||
#: libgimp/gimpexport.c:215 libgimp/gimpexport.c:251
|
||||
#, c-format
|
||||
msgid "%s can't handle layers"
|
||||
|
@ -193,10 +198,6 @@ msgstr "Schriftenauswahl"
|
|||
msgid "Gradient Selection"
|
||||
msgstr "Gradientenauswahl"
|
||||
|
||||
#: libgimp/gimpmenu.c:407
|
||||
msgid "None"
|
||||
msgstr "Keine"
|
||||
|
||||
#: libgimp/gimppatternmenu.c:115
|
||||
msgid "Pattern Selection"
|
||||
msgstr "Musterauswahl"
|
||||
|
@ -350,7 +351,7 @@ msgid "Hue"
|
|||
msgstr "Farbton"
|
||||
|
||||
#: libgimpwidgets/gimpcolorscales.c:175 libgimpwidgets/gimpcolorselect.c:358
|
||||
#: modules/cdisplay_proof.c:323
|
||||
#: modules/cdisplay_proof.c:318
|
||||
msgid "Saturation"
|
||||
msgstr "Sättigung"
|
||||
|
||||
|
@ -390,23 +391,23 @@ msgstr "Aktuell:"
|
|||
msgid "Old:"
|
||||
msgstr "Vorher:"
|
||||
|
||||
#: libgimpwidgets/gimpfileentry.c:350
|
||||
#: libgimpwidgets/gimpfileentry.c:351
|
||||
msgid "Select Folder"
|
||||
msgstr "Verzeichnis auswählen"
|
||||
|
||||
#: libgimpwidgets/gimpfileentry.c:364
|
||||
#: libgimpwidgets/gimpfileentry.c:353
|
||||
msgid "Select File"
|
||||
msgstr "Datei auswählen"
|
||||
|
||||
#: libgimpwidgets/gimpmemsizeentry.c:234
|
||||
#: libgimpwidgets/gimpmemsizeentry.c:232
|
||||
msgid "KiloBytes"
|
||||
msgstr "KiloByte"
|
||||
|
||||
#: libgimpwidgets/gimpmemsizeentry.c:235
|
||||
#: libgimpwidgets/gimpmemsizeentry.c:233
|
||||
msgid "MegaBytes"
|
||||
msgstr "MegaByte"
|
||||
|
||||
#: libgimpwidgets/gimpmemsizeentry.c:236
|
||||
#: libgimpwidgets/gimpmemsizeentry.c:234
|
||||
msgid "GigaBytes"
|
||||
msgstr "GigaByte"
|
||||
|
||||
|
@ -506,7 +507,7 @@ msgstr "Einheit"
|
|||
msgid "Factor"
|
||||
msgstr "Faktor"
|
||||
|
||||
#: libgimpwidgets/gimpwidgets.c:1291
|
||||
#: libgimpwidgets/gimpwidgets.c:808
|
||||
msgid ""
|
||||
"Use this value for random number generator seed - this allows you to repeat "
|
||||
"a given \"random\" operation"
|
||||
|
@ -514,15 +515,15 @@ msgstr ""
|
|||
"Benutze diesen Wert für den Zufallsgenerator - dies ermgöglicht es "
|
||||
"\"zufällige\" Funktionen zu wiederholen"
|
||||
|
||||
#: libgimpwidgets/gimpwidgets.c:1295
|
||||
#: libgimpwidgets/gimpwidgets.c:812
|
||||
msgid "_New Seed"
|
||||
msgstr "_Neu Würfeln"
|
||||
|
||||
#: libgimpwidgets/gimpwidgets.c:1308
|
||||
#: libgimpwidgets/gimpwidgets.c:825
|
||||
msgid "Seed random number generator with a generated random number"
|
||||
msgstr "Initialisiere den Zufallsgenerator mit einer Zufallszahl"
|
||||
|
||||
#: libgimpwidgets/gimpwidgets.c:1312
|
||||
#: libgimpwidgets/gimpwidgets.c:829
|
||||
msgid "_Randomize"
|
||||
msgstr "_Zufällig"
|
||||
|
||||
|
@ -539,15 +540,15 @@ msgstr "Farbenblindheit"
|
|||
msgid "Color _Deficiency Type:"
|
||||
msgstr "Art der _Sehschwäche:"
|
||||
|
||||
#: modules/cdisplay_colorblind.c:473
|
||||
#: modules/cdisplay_colorblind.c:469
|
||||
msgid "Protanopia (insensitivity to red)"
|
||||
msgstr "Protanopia (Rotschwäche)"
|
||||
|
||||
#: modules/cdisplay_colorblind.c:476
|
||||
#: modules/cdisplay_colorblind.c:471
|
||||
msgid "Deuteranopia (insensitivity to green)"
|
||||
msgstr "Deuteranopia (Grünschwäche)"
|
||||
|
||||
#: modules/cdisplay_colorblind.c:479
|
||||
#: modules/cdisplay_colorblind.c:473
|
||||
msgid "Tritanopia (insensitivity to blue)"
|
||||
msgstr "Tritanopia (Blauschwäche)"
|
||||
|
||||
|
@ -583,15 +584,15 @@ msgstr "Farb Andruck Filter mittels ICC Farbprofilen"
|
|||
msgid "Color Proof"
|
||||
msgstr "Farb Andruck"
|
||||
|
||||
#: modules/cdisplay_proof.c:319
|
||||
#: modules/cdisplay_proof.c:314
|
||||
msgid "Perceptual"
|
||||
msgstr "Wahrnehmung"
|
||||
|
||||
#: modules/cdisplay_proof.c:321
|
||||
#: modules/cdisplay_proof.c:316
|
||||
msgid "Relative Colorimetric"
|
||||
msgstr "Kolorimetrisch (relativ)"
|
||||
|
||||
#: modules/cdisplay_proof.c:325
|
||||
#: modules/cdisplay_proof.c:320
|
||||
msgid "Absolute Colorimetric"
|
||||
msgstr "Kolorimetrisch (absolut)"
|
||||
|
||||
|
@ -674,12 +675,3 @@ msgstr "Wasserfarbe"
|
|||
#: modules/colorsel_water.c:251
|
||||
msgid "Pressure"
|
||||
msgstr "Druck"
|
||||
|
||||
#~ msgid "Preview"
|
||||
#~ msgstr "Vorschau"
|
||||
|
||||
#~ msgid "Parameter Settings"
|
||||
#~ msgstr "Parameter Einstellungen"
|
||||
|
||||
#~ msgid "None (normal vision)"
|
||||
#~ msgstr "Keine (Normale Sicht)"
|
||||
|
|
Loading…
Reference in New Issue