18 lines
699 B
JavaScript
18 lines
699 B
JavaScript
OC.L10N.register(
|
|
"files_sharing",
|
|
{
|
|
"Cancel" : "ביטול",
|
|
"Shared by" : "שותף על־ידי",
|
|
"Sharing" : "שיתוף",
|
|
"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);");
|