sr.php
2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?php $TRANSLATIONS = array(
"Error (de)activating addressbook." => "Greška u (de)aktiviranju adresara",
"No categories selected for deletion." => "Ни једна категорија није означена за брисање.",
"Information about vCard is incorrect. Please reload the page." => "Подаци о вКарти су неисправни. Поново учитајте страницу.",
"Error loading image." => "Greška pri učitavanju slika",
"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 која је наведена у ХТМЛ форми",
"The uploaded file was only partially uploaded" => "Послати фајл је само делимично отпремљен!",
"No file was uploaded" => "Ниједан фајл није послат",
"Missing a temporary folder" => "Недостаје привремена фасцикла",
"Contacts" => "Контакти",
"Error" => "Грешка",
"Unable to upload your file as it is a directory or has 0 bytes" => "Не могу да отпремим датотеку као фасциклу или она има 0 бајтова",
"Upload Error" => "Грешка при отпремању",
"Upload too large" => "Датотека је превелика",
"Pending" => "На чекању",
"Download" => "Преузимање",
"Edit" => "Уреди",
"Delete" => "Обриши",
"Cancel" => "Откажи",
"Work" => "Посао",
"Home" => "Кућа",
"Other" => "Друго",
"Mobile" => "Мобилни",
"Text" => "Текст",
"Voice" => "Глас",
"Fax" => "Факс",
"Video" => "Видео",
"Pager" => "Пејџер",
"Contact" => "Контакт",
"Settings" => "Подешавања",
"Import" => "Увези",
"OK" => "У реду",
"Groups" => "Групе",
"Close" => "Затвори",
"Delete current photo" => "Izbriši trenutnu fotografiju",
"Edit current photo" => "Izmeni trenutnu fotografiju",
"Upload new photo" => "Učitaj novu fotografiju",
"Select photo from ownCloud" => "Izaberi fotografiju sa ownCloud",
"Title" => "Наслов",
"Organization" => "Организација",
"Birthday" => "Рођендан",
"Add" => "Додај",
"Phone" => "Телефон",
"Email" => "Е-маил",
"Address" => "Адреса",
"Delete contact" => "Обриши контакт",
"Preferred" => "Пожељан",
"City" => "Град",
"Country" => "Земља",
"Share" => "Дељење",
"Export" => "Извези",
"more info" => "више информација",
"iOS/OS X" => "iOS/OS X",
"Addressbooks" => "Адресар",
"New Address Book" => "Нови адресар",
"Name" => "Име",
"Save" => "Сними"
);