1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
OwncloudContactsOfficial/l10n/sr.php

41 lines
1.4 KiB
PHP
Raw Normal View History

2012-01-11 01:06:59 +01:00
<?php $TRANSLATIONS = array(
2012-05-09 12:41:01 +02:00
"Information about vCard is incorrect. Please reload the page." => "Подаци о вКарти су неисправни. Поново учитајте страницу.",
2012-01-16 17:34:42 +01:00
"Contacts" => "Контакти",
2012-01-11 01:06:59 +01:00
"This is not your addressbook." => "Ово није ваш адресар.",
"Contact could not be found." => "Контакт се не може наћи.",
"Address" => "Адреса",
"Telephone" => "Телефон",
"Email" => "Е-маил",
"Organization" => "Организација",
"Work" => "Посао",
"Home" => "Кућа",
"Mobile" => "Мобилни",
"Text" => "Текст",
"Voice" => "Глас",
"Fax" => "Факс",
"Video" => "Видео",
"Pager" => "Пејџер",
2012-07-31 22:57:24 +02:00
"Birthday" => "Рођендан",
2012-08-03 02:04:12 +02:00
"Contact" => "Контакт",
2012-01-11 01:06:59 +01:00
"Add Contact" => "Додај контакт",
2012-01-16 17:34:42 +01:00
"Addressbooks" => "Адресар",
2012-05-09 12:41:01 +02:00
"Delete" => "Обриши",
"Preferred" => "Пожељан",
"Phone" => "Телефон",
2012-07-31 22:57:24 +02:00
"Download contact" => "Преузми контакт",
"Delete contact" => "Обриши контакт",
2012-01-16 17:34:42 +01:00
"Type" => "Тип",
2012-01-11 01:06:59 +01:00
"PO Box" => "Поштански број",
"Extended" => "Прошири",
"City" => "Град",
"Region" => "Регија",
"Zipcode" => "Зип код",
"Country" => "Земља",
2012-05-09 12:41:01 +02:00
"Addressbook" => "Адресар",
2012-08-02 02:06:16 +02:00
"Download" => "Преузимање",
"Edit" => "Уреди",
2012-08-03 02:04:12 +02:00
"New Address Book" => "Нови адресар",
"Save" => "Сними",
"Cancel" => "Откажи"
2012-01-11 01:06:59 +01:00
);