Skip to content

Commit 425b424

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

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

l10n/he.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ OC.L10N.register(
44
"Notes" : "הערות",
55
"New note" : "הערה חדשה",
66
"Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב",
7+
"_%n word_::_%n words_" : ["%n מילה","%n מילים"],
78
"Delete note" : "מחיקת הערה"
89
},
910
"nplurals=2; plural=(n != 1);");

l10n/he.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"Notes" : "הערות",
33
"New note" : "הערה חדשה",
44
"Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב",
5+
"_%n word_::_%n words_" : ["%n מילה","%n מילים"],
56
"Delete note" : "מחיקת הערה"
67
},"pluralForm" :"nplurals=2; plural=(n != 1);"
78
}

l10n/he.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"Notes" => "הערות",
44
"New note" => "הערה חדשה",
55
"Note is currently saving. Leaving " => "הערה בשמירה כרגע. עוזב",
6+
"_%n word_::_%n words_" => array("%n מילה","%n מילים"),
67
"Delete note" => "מחיקת הערה"
78
);
89
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";

0 commit comments

Comments
 (0)