forms/l10n/sr.js
2020-04-30 03:19:48 +00:00

30 lines
2.1 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}“",
"Group" : "Група",
"Description" : "Опис",
"Settings" : "Поставке",
"Set expiration date" : "Постави датум истека",
"Sharing" : "Дељење",
"Share link" : "Веза дељења",
"Name of user or group" : "Име корисника или групе",
"Expiration date" : "Датум истека",
"Submit" : "Пошаљи",
"Form Expired" : "Упитник је истекао"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");