Blame view

sources/apps/files/l10n/sr.php 4.15 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
  <?php
  $TRANSLATIONS = array(
  "Could not move %s - File with this name already exists" => "Не могу да преместим %s – датотека с овим именом већ постоји",
  "Could not move %s" => "Не могу да преместим %s",
  "File name cannot be empty." => "Име датотеке не може бити празно.",
6d9380f96   Cédric Dupont   Update sources OC...
6
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неисправан назив. Следећи знакови нису дозвољени: \\, /, <, >, :, \", |, ? и *.",
31b7f2792   Kload   Upgrade to ownclo...
7
  "No file was uploaded. Unknown error" => "Ниједна датотека није отпремљена услед непознате грешке",
03e52840d   Kload   Init
8
9
10
11
12
13
14
  "There is no error, the file uploaded with success" => "Није дошло до грешке. Датотека је успешно отпремљена.",
  "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Отпремљена датотека прелази смерницу upload_max_filesize у датотеци php.ini:",
  "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" => "Не могу да пишем на диск",
31b7f2792   Kload   Upgrade to ownclo...
15
16
  "Not enough storage available" => "Нема довољно простора",
  "Invalid directory." => "неисправна фасцикла.",
03e52840d   Kload   Init
17
  "Files" => "Датотеке",
31b7f2792   Kload   Upgrade to ownclo...
18
19
20
  "Upload cancelled." => "Отпремање је прекинуто.",
  "File upload is in progress. Leaving the page now will cancel the upload." => "Отпремање датотеке је у току. Ако сада напустите страницу, прекинућете отпремање.",
  "{new_name} already exists" => "{new_name} већ постоји",
03e52840d   Kload   Init
21
22
  "Share" => "Дели",
  "Delete permanently" => "Обриши за стално",
6d9380f96   Cédric Dupont   Update sources OC...
23
  "Delete" => "Обриши",
03e52840d   Kload   Init
24
  "Rename" => "Преименуј",
6d9380f96   Cédric Dupont   Update sources OC...
25
  "Your download is being prepared. This might take some time if the files are big." => "Припремам преузимање. Ово може да потраје ако су датотеке велике.",
03e52840d   Kload   Init
26
  "Pending" => "На чекању",
6d9380f96   Cédric Dupont   Update sources OC...
27
28
29
30
  "Error" => "Грешка",
  "Name" => "Име",
  "Size" => "Величина",
  "Modified" => "Измењено",
31b7f2792   Kload   Upgrade to ownclo...
31
32
33
  "_%n folder_::_%n folders_" => array("","",""),
  "_%n file_::_%n files_" => array("","",""),
  "_Uploading %n file_::_Uploading %n files_" => array("","",""),
31b7f2792   Kload   Upgrade to ownclo...
34
35
  "Your storage is full, files can not be updated or synced anymore!" => "Ваше складиште је пуно. Датотеке више не могу бити ажуриране ни синхронизоване.",
  "Your storage is almost full ({usedSpacePercent}%)" => "Ваше складиште је скоро па пуно ({usedSpacePercent}%)",
03e52840d   Kload   Init
36
37
38
  "File handling" => "Управљање датотекама",
  "Maximum upload size" => "Највећа величина датотеке",
  "max. possible: " => "највећа величина:",
03e52840d   Kload   Init
39
  "Save" => "Сачувај",
6d9380f96   Cédric Dupont   Update sources OC...
40
  "WebDAV" => "WebDAV",
03e52840d   Kload   Init
41
42
43
44
  "New" => "Нова",
  "Text file" => "текстуална датотека",
  "Folder" => "фасцикла",
  "From link" => "Са везе",
03e52840d   Kload   Init
45
46
  "Nothing in here. Upload something!" => "Овде нема ничег. Отпремите нешто!",
  "Download" => "Преузми",
03e52840d   Kload   Init
47
48
  "Upload too large" => "Датотека је превелика",
  "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Датотеке које желите да отпремите прелазе ограничење у величини.",
6d9380f96   Cédric Dupont   Update sources OC...
49
  "Files are being scanned, please wait." => "Скенирам датотеке…"
03e52840d   Kload   Init
50
  );
31b7f2792   Kload   Upgrade to ownclo...
51
  $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";