blob: 06562c4d967469ea066ef332041ed0cbfd94506d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
OC.L10N.register(
"files_sharing",
{
"Cancel" : "ביטול",
"Share" : "שיתוף",
"Shared by" : "שותף על־ידי",
"Password" : "סיסמא",
"Name" : "שם",
"Download" : "הורדה"
},
"nplurals=2; plural=(n != 1);");
|