mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Add German translation for ColorPickers's StandardPicker.strings
This commit is contained in:
parent
b713d0c023
commit
b0b5e51a1e
2 changed files with 43 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-08-02 Alex Myczko <alex@aiei.ch>
|
||||
|
||||
* ColorPickers/German.lproj: Added translation.
|
||||
|
||||
2017-07-31 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/AppKit/NSPasteboardItem.h
|
||||
|
|
39
ColorPickers/German.lproj/StandardPicker.strings
Normal file
39
ColorPickers/German.lproj/StandardPicker.strings
Normal file
|
@ -0,0 +1,39 @@
|
|||
/*** Unmatched/untranslated keys ***/
|
||||
|
||||
/* File: GSCMYKColorPicker.m:47 */
|
||||
/* Flag: untranslated */
|
||||
"Cyan" = "Cyan";
|
||||
|
||||
/* File: GSCMYKColorPicker.m:48 */
|
||||
/* Flag: untranslated */
|
||||
"Magenta" = "Magenta";
|
||||
|
||||
|
||||
/*** Strings from GSCMYKColorPicker.m ***/
|
||||
/* File: GSCMYKColorPicker.m:50 */
|
||||
"Black" = "Schwarz";
|
||||
/* File: GSCMYKColorPicker.m:49 */
|
||||
"Yellow" = "Gelb";
|
||||
|
||||
|
||||
/*** Strings from GSGrayColorPicker.m ***/
|
||||
/* File: GSGrayColorPicker.m:50 */
|
||||
"White" = "Weiss";
|
||||
|
||||
|
||||
/*** Strings from GSHSBColorPicker.m ***/
|
||||
/* File: GSHSBColorPicker.m:49 */
|
||||
"Brightness" = "Helligkeit";
|
||||
/* File: GSHSBColorPicker.m:47 */
|
||||
"Hue" = "Farbton";
|
||||
/* File: GSHSBColorPicker.m:48 */
|
||||
"Saturation" = "Sättigung";
|
||||
|
||||
|
||||
/*** Strings from GSRGBColorPicker.m ***/
|
||||
/* File: GSRGBColorPicker.m:50 */
|
||||
"Blue" = "Blau";
|
||||
/* File: GSRGBColorPicker.m:49 */
|
||||
"Green" = "Grün";
|
||||
/* File: GSRGBColorPicker.m:48 */
|
||||
"Red" = "Rot";
|
Loading…
Reference in a new issue