nextcloud/apps/contacts/l10n/sr.php

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