mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:40:57 +00:00
Fix German translation file to use Unicode escapes.
This commit is contained in:
parent
efff658f82
commit
0d94a0bd91
1 changed files with 3 additions and 3 deletions
|
@ -139,7 +139,7 @@ add comments above this one
|
|||
/* File: ../Source/NSDocument.m:943 */
|
||||
/* Comment: Error description */
|
||||
"Not a writable type or no URL given."
|
||||
= "Kein schreibbarer Typ oder keine URL übergeben.";
|
||||
= "Kein schreibbarer Typ oder keine URL \U00F6bergeben.";
|
||||
/* File: ../Source/NSDocument.m:1037 */
|
||||
/* Comment: Error description */
|
||||
"Could not write file wrapper."
|
||||
|
@ -148,7 +148,7 @@ add comments above this one
|
|||
|
||||
/*** Strings from ../Source/NSPathControl.m ***/
|
||||
/* File: ../Source/NSPathControl.m:389 */
|
||||
"Choose..." = "Auswählen...";
|
||||
"Choose..." = "Ausw\U00E4hlen...";
|
||||
|
||||
|
||||
/*** Strings from ../Source/NSSearchFieldCell.m ***/
|
||||
|
@ -157,7 +157,7 @@ add comments above this one
|
|||
/* File: ../Source/NSSearchFieldCell.m:563 */
|
||||
"Recent search item" = "Letzter Suchwert";
|
||||
/* File: ../Source/NSSearchFieldCell.m:570 */
|
||||
"Clear recent searches" = "Letzte Suchwerte löschen";
|
||||
"Clear recent searches" = "Letzte Suchwerte l\U00F6schen";
|
||||
/* File: ../Source/NSSearchFieldCell.m:578 */
|
||||
"No recent searches" = "Keine letzten Suchwerte";
|
||||
|
||||
|
|
Loading…
Reference in a new issue