Skip to content

Commit aa8dc1a

Browse files
author
Jenkins for ownCloud
committed
[tx-robot] updated from transifex
1 parent f6a7173 commit aa8dc1a

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

l10n/he.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
OC.L10N.register(
2+
"notes",
3+
{
4+
"Notes" : "הערות",
5+
"New note" : "הערה חדשה",
6+
"Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב",
7+
"Delete note" : "מחיקת הערה"
8+
},
9+
"nplurals=2; plural=(n != 1);");

l10n/he.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ "translations": {
2+
"Notes" : "הערות",
3+
"New note" : "הערה חדשה",
4+
"Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב",
5+
"Delete note" : "מחיקת הערה"
6+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
7+
}

l10n/he.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?php
22
$TRANSLATIONS = array(
3-
"Notes" => "הערות"
3+
"Notes" => "הערות",
4+
"New note" => "הערה חדשה",
5+
"Note is currently saving. Leaving " => "הערה בשמירה כרגע. עוזב",
6+
"Delete note" => "מחיקת הערה"
47
);
58
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";

0 commit comments

Comments
 (0)