memories/l10n/sr.js

29 lines
918 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

OC.L10N.register(
"memories",
{
"Timeline" : "Временска оса",
"Folders" : "Фасцикле",
"Favorites" : "Омиљене",
"Videos" : "Видео снимци",
"People" : "Људи",
"Archive" : "Архива",
"Tags" : "Ознаке",
"Settings" : "Поставке",
"Year" : "Година",
"Month" : "Месец",
"Day" : "Дан",
"Time" : "Време",
"Hour" : "Сат",
"Minute" : "Минут",
"Delete" : "Избриши",
"Name" : "Име",
"Update" : "Ажурирај",
"Cancel" : "Поништи",
"Back" : "Назад",
"Download" : "Преузми",
"Favorite" : "Омиљени",
"Unarchive" : "Врати из архиве",
"View in folder" : "Види у фасцикли"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");