[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2016-01-11 01:30:59 -05:00
Родитель aa8dc1aca8
Коммит 425b42445c
3 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,7 @@ OC.L10N.register(
"Notes" : "הערות",
"New note" : "הערה חדשה",
"Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב",
"_%n word_::_%n words_" : ["%n מילה","%n מילים"],
"Delete note" : "מחיקת הערה"
},
"nplurals=2; plural=(n != 1);");

Просмотреть файл

@ -2,6 +2,7 @@
"Notes" : "הערות",
"New note" : "הערה חדשה",
"Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב",
"_%n word_::_%n words_" : ["%n מילה","%n מילים"],
"Delete note" : "מחיקת הערה"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

Просмотреть файл

@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"Notes" => "הערות",
"New note" => "הערה חדשה",
"Note is currently saving. Leaving " => "הערה בשמירה כרגע. עוזב",
"_%n word_::_%n words_" => array("%n מילה","%n מילים"),
"Delete note" => "מחיקת הערה"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";