1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/sr.php
2013-11-11 02:54:25 -05:00

55 lines
2.5 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" => "Контакти",
"Save" => "Сачувај",
"Uploading..." => "Отпремам…",
"Cancel" => "Откажи",
"OK" => "У реду",
"Add" => "Додај",
"Import" => "Увези",
"Close" => "Затвори",
"Error" => "Грешка",
"Download" => "Преузми",
"Edit" => "Уреди",
"Delete" => "Обриши",
"Information about vCard is incorrect. Please reload the page." => "Подаци о вКарти су неисправни. Поново учитајте страницу.",
"No file was uploaded. Unknown error" => "Ниједна датотека није отпремљена услед непознате грешке",
"There is no error, the file uploaded with success" => "Није дошло до грешке. Датотека је успешно отпремљена.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Послати фајл превазилази директиву upload_max_filesize из ",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Отпремљена датотека прелази смерницу MAX_FILE_SIZE која је наведена у HTML обрасцу",
"The uploaded file was only partially uploaded" => "Датотека је делимично отпремљена",
"No file was uploaded" => "Датотека није отпремљена",
"Missing a temporary folder" => "Недостаје привремена фасцикла",
"Failed to write to disk" => "Не могу да пишем на диск",
"Not enough storage available" => "Нема довољно простора",
"Contact" => "Контакт",
"Other" => "Друго",
"Work" => "Посао",
"Home" => "Кућа",
"Mobile" => "Мобилни",
"Text" => "Текст",
"Voice" => "Глас",
"Fax" => "Факс",
"Video" => "Видео",
"Pager" => "Пејџер",
"Groups" => "Групе",
"Name" => "Име",
"Title" => "Наслов",
"Organization" => "Организација",
"Birthday" => "Рођендан",
"Phone" => "Телефон",
"Email" => "Е-пошта",
"Address" => "Адреса",
"Delete contact" => "Обриши контакт",
"Preferred" => "Пожељан",
"City" => "Град",
"Country" => "Земља",
"Active" => "Активан",
"Share" => "Дели",
"Export" => "Извези",
"more info" => "више информација",
"iOS/OS X" => "iOS/OS X",
"Addressbooks" => "Адресар",
"New Address Book" => "Нови адресар",
"Description" => "Опис"
);