[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-11-26 01:21:27 -05:00
parent 0023ba8b10
commit 5ace4c5334
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ OC.L10N.register(
"Notes" : "Notizen",
"New note" : "Neue Notiz",
"Note is currently saving. Leaving " : "Notizen werden gerade gespeichert.. Verlasse Notiz",
"_%n word_::_%n words_" : ["%n Wort","%n Wörter"],
"Delete note" : "Notiz löschen"
},
"nplurals=2; plural=(n != 1);");

View File

@ -2,6 +2,7 @@
"Notes" : "Notizen",
"New note" : "Neue Notiz",
"Note is currently saving. Leaving " : "Notizen werden gerade gespeichert.. Verlasse Notiz",
"_%n word_::_%n words_" : ["%n Wort","%n Wörter"],
"Delete note" : "Notiz löschen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"Notes" => "Notizen",
"New note" => "Neue Notiz",
"Note is currently saving. Leaving " => "Notizen werden gerade gespeichert.. Verlasse Notiz",
"_%n word_::_%n words_" => array("%n Wort","%n Wörter"),
"Delete note" => "Notiz löschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";