nextcloud/apps/contacts/l10n/sr.php

53 lines
1.9 KiB
PHP
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.

<?php $TRANSLATIONS = array(
"Contacts" => "Контакти",
"This is not your addressbook." => "Ово није ваш адресар.",
"Contact could not be found." => "Контакт се не може наћи.",
"Information about vCard is incorrect. Please reload the page." => "Подаци о вКарти су неисправни. Поново учитајте страницу.",
"Address" => "Адреса",
"Telephone" => "Телефон",
"Email" => "Е-маил",
"Organization" => "Организација",
"Work" => "Посао",
"Home" => "Кућа",
"Mobile" => "Мобилни",
"Text" => "Текст",
"Voice" => "Глас",
"Fax" => "Факс",
"Video" => "Видео",
"Pager" => "Пејџер",
"Contact" => "Контакт",
"This is not your contact." => "Ово није ваш контакт.",
"Add Contact" => "Додај контакт",
"Addressbooks" => "Адресар",
"Addressbook" => "Адресар",
"Name" => "Име",
"Type" => "Тип",
"PO Box" => "Поштански број",
"Extended" => "Прошири",
"Street" => "Улица",
"City" => "Град",
"Region" => "Регија",
"Zipcode" => "Зип код",
"Country" => "Земља",
"Create Contact" => "Направи контакт",
"Choose active Address Books" => "Изаберите активне адресаре",
"New Address Book" => "Нови адресар",
"Download" => "Преузимање",
"Edit" => "Уреди",
"Delete" => "Обриши",
"Download contact" => "Преузми контакт",
"Delete contact" => "Обриши контакт",
"Add" => "Додај",
"New Addressbook" => "Нови адресар",
"Edit Addressbook" => "Уреди адресар",
"Displayname" => "Приказано име",
"Active" => "Активан",
"Save" => "Сними",
"Submit" => "Пошаљи",
"Cancel" => "Откажи",
"Birthday" => "Рођендан",
"Preferred" => "Пожељан",
"Phone" => "Телефон",
"Update" => "Ажурирај"
);