2022-09-19 08:40:27 +00:00
|
|
|
OC.L10N.register(
|
|
|
|
"memories",
|
|
|
|
{
|
|
|
|
"Favorites" : "Omiljene",
|
|
|
|
"Videos" : "Video",
|
2022-10-07 03:11:53 +00:00
|
|
|
"Tags" : "Oznake",
|
2022-09-19 08:40:27 +00:00
|
|
|
"Settings" : "Поставке",
|
2022-10-08 03:11:25 +00:00
|
|
|
"Back" : "Nazad",
|
2022-10-09 03:27:08 +00:00
|
|
|
"Update" : "Ažuriraj",
|
2022-09-19 08:40:27 +00:00
|
|
|
"Cancel" : "Otkaži",
|
|
|
|
"Delete" : "Obriši",
|
|
|
|
"Download" : "Preuzmi",
|
|
|
|
"Favorite" : "Omiljene"
|
|
|
|
},
|
|
|
|
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|