forms/l10n/sr.js
2020-05-08 03:16:31 +00:00

32 lines
2.2 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"forms",
{
"Forms" : "Упитници",
"A forms app, similar to Google Forms." : "Апликација упитника, слична као Google Forms.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Апликација упитника, слична као Google Forms са могућношћу ограничавања приступа (члановима, одређеним групама, јавно).",
"New form" : "Нови упитник",
"Loading forms …" : "Учитавам упитнике…",
"Create new form" : "Направи нови упитник",
"An error occurred while loading the forms list" : "Догодила се грешка приликом учитавања списка упитника",
"Unable to create a new form" : "Не могу да направим нови упитник",
"Clone form" : "Клонирај упитник",
"Delete form" : "Обриши упитник",
"Form link copied" : "Веза ка упитнику копирана",
"Cannot copy, please copy the link manually" : "Не могу да копирам, копирајте везу ручно",
"Are you sure you want to delete the form “{title}”?" : "Да ли сте сигурни да желите да избришете упитник „{title}“? ",
"Error while deleting form “{title}”" : "Грешка приликом брисања упитника „{title}“",
"No recommendations. Start typing." : "Нема препорука. Започните куцање.",
"Searching …" : "Тражим…",
"No elements found." : "Нема нађених елемената.",
"Group" : "Група",
"Description" : "Опис",
"Options" : "Опције",
"Settings" : "Поставке",
"Set expiration date" : "Постави датум истека",
"Expiration date" : "Датум истека",
"Sharing" : "Дељење",
"Share link" : "Веза дељења",
"Submit" : "Пошаљи"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");