diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-27 07:27:22 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-27 07:27:22 -0400 |
commit | 8df8211225a4252649b652da603ead5d2b9a9a84 (patch) | |
tree | c19158f3eb68a5aed58951e4e40f57ea86c45012 /apps/files/l10n/sr.php | |
parent | 300cb22d24a12b6114716176ceac752056bec017 (diff) | |
download | nextcloud-server-8df8211225a4252649b652da603ead5d2b9a9a84.tar.gz nextcloud-server-8df8211225a4252649b652da603ead5d2b9a9a84.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/sr.php')
-rw-r--r-- | apps/files/l10n/sr.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/sr.php b/apps/files/l10n/sr.php index 453a5c15c42..38dc6988da7 100644 --- a/apps/files/l10n/sr.php +++ b/apps/files/l10n/sr.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Не могу да преместим %s – датотека с овим именом већ постоји", "Could not move %s" => "Не могу да преместим %s", +"File name cannot be empty." => "Име датотеке не може бити празно.", "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 у датотеци php.ini:", @@ -27,7 +28,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("","",""), "_Uploading %n file_::_Uploading %n files_" => array("","",""), "'.' is an invalid file name." => "Датотека „.“ је неисправног имена.", -"File name cannot be empty." => "Име датотеке не може бити празно.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Неисправан назив. Следећи знакови нису дозвољени: \\, /, <, >, :, \", |, ? и *.", "Your storage is full, files can not be updated or synced anymore!" => "Ваше складиште је пуно. Датотеке више не могу бити ажуриране ни синхронизоване.", "Your storage is almost full ({usedSpacePercent}%)" => "Ваше складиште је скоро па пуно ({usedSpacePercent}%)", |