[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2016-01-09 01:21:26 -05:00
Родитель f6a71732cf
Коммит aa8dc1aca8
3 изменённых файлов: 20 добавлений и 1 удалений

9
l10n/he.js Normal file
Просмотреть файл

@ -0,0 +1,9 @@
OC.L10N.register(
"notes",
{
"Notes" : "הערות",
"New note" : "הערה חדשה",
"Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב",
"Delete note" : "מחיקת הערה"
},
"nplurals=2; plural=(n != 1);");

7
l10n/he.json Normal file
Просмотреть файл

@ -0,0 +1,7 @@
{ "translations": {
"Notes" : "הערות",
"New note" : "הערה חדשה",
"Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב",
"Delete note" : "מחיקת הערה"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

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

@ -1,5 +1,8 @@
<?php
$TRANSLATIONS = array(
"Notes" => "הערות"
"Notes" => "הערות",
"New note" => "הערה חדשה",
"Note is currently saving. Leaving " => "הערה בשמירה כרגע. עוזב",
"Delete note" => "מחיקת הערה"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";