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
341 B

OC.L10N.register(
"files_rightclick",
{
"Unselect" : "Nuimti žymėjimą",
"Share " : "Bendrinti",
"Select" : "Žymėti",
"Copied !" : "Nukopijuota!"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");