1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
/***
German.lproj/Localizable.strings
updated by make_strings 2007-02-17 10:47:10 +0000
add comments above this one
***/
/*** Strings from ArticleTextViewPlugin.m ***/
/* File: ArticleTextViewPlugin.m:69 */
/* Comment: Shown in the article view headline */
"%d articles selected" = "%d ausgewhlte Artikel";
/* File: ArticleTextViewPlugin.m:62 */
/* Comment: Shown in the article view headline */
"No articles selected." = "Kein Artikel ausgewhlt";
/* File: ArticleTextViewPlugin.m:73 */
/* Comment: Shown in the article view text area */
"\nPlease select only one article."
= "\nEs kann nur ein Artikel auf einmal dargestellt werden.";
|