You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
309 B

OC.L10N.register(
"files_rightclick",
{
"Unselect" : "ביטול בחירה",
"Share " : "שיתוף",
"Select" : "בחירה",
"Copied !" : "הועתק!"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");