mirror of https://github.com/GNOME/gimp.git
moved out of the "Modify" placeholder. Using placeholders from Script-Fu
2004-10-12 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/selection-round.scm: moved out of the "Modify" placeholder. Using placeholders from Script-Fu breaks i18n. We will need to change menu registration for scripts but this will have to wait..
This commit is contained in:
parent
8e15676423
commit
6076ecb234
|
@ -1,3 +1,10 @@
|
|||
2004-10-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/scripts/selection-round.scm: moved out of the
|
||||
"Modify" placeholder. Using placeholders from Script-Fu breaks
|
||||
i18n. We will need to change menu registration for scripts but
|
||||
this will have to wait..
|
||||
|
||||
2004-10-12 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/*/*.c: all plug-ins except script-fu: removed the
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
|
||||
|
||||
(script-fu-register "script-fu-selection-rounded-rectangle"
|
||||
_"<Image>/Select/Modify/Rounded R_ectangle..."
|
||||
_"<Image>/Select/Rounded R_ectangle..."
|
||||
"Converts the current selection, to a rectangular selection with rounded edges. The radius is a percentage of half the selection width or height, whichever is smaller. Select 'Concave' if you want the round edges will to be indented. Round Edges works by subtracting and adding circles to the selection. "
|
||||
"Alan Horkan, Sven Neumann" ; authors
|
||||
"Sven Neumann" ; copyright
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: GIMP 2.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-10-12 17:47+0200\n"
|
||||
"PO-Revision-Date: 2004-10-12 17:50+0200\n"
|
||||
"POT-Creation-Date: 2004-10-12 23:47+0200\n"
|
||||
"PO-Revision-Date: 2004-10-12 23:48+0200\n"
|
||||
"Last-Translator: Sven Neumann <sven@gimp.org>\n"
|
||||
"Language-Team: German <gnome-de@gnome.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -1970,8 +1970,8 @@ msgid "Pattern name"
|
|||
msgstr "Mustername"
|
||||
|
||||
#: plug-ins/script-fu/scripts/selection-round.scm.h:1
|
||||
msgid "<Image>/Select/Modify/Rounded R_ectangle..."
|
||||
msgstr "<Image>/Auswahl/_Abgerundetes Rechteck..."
|
||||
msgid "<Image>/Select/Rounded R_ectangle..."
|
||||
msgstr "<Image>/Auswahl/A_bgerundetes Rechteck..."
|
||||
|
||||
#: plug-ins/script-fu/scripts/selection-round.scm.h:2
|
||||
msgid "Concave"
|
||||
|
|
Loading…
Reference in New Issue