cloud_bbb/l10n/sr.js

16 lines
538 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(
"bbb",
{
"Save" : "Сачувај",
"Display name" : "Име за приказ",
"Name" : "Име",
"Welcome" : "Добро дошли",
"Room name" : "Име собе",
"Create" : "Направи",
"Delete" : "Избриши",
"Error" : "Грешка",
"Server error" : "Грешка на серверу",
"Settings saved" : "Поставке сачуване"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");