blob: 82184a46295859ec7f580179d1666fcb8defc0f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
OC.L10N.register(
"files_sharing",
{
"Cancel" : "ביטול",
"Share" : "שיתוף",
"Shared by" : "שותף על־ידי",
"A file or folder has been <strong>shared</strong>" : "קובץ או תיקייה <strong>שותפו<strong/>",
"You shared %1$s with %2$s" : "שיתפת %1$s עם %2$s",
"You shared %1$s with group %2$s" : "שיתפת %1$s עם קבוצת %2$s",
"%2$s shared %1$s with you" : "%2$s שיתפו %1$s אתך",
"You shared %1$s via link" : "שיתפת %1$s על בסיס קישור",
"Shares" : "שיתופים",
"Password" : "סיסמא",
"Name" : "שם",
"Download" : "הורדה"
},
"nplurals=2; plural=(n != 1);");
|