diff options
author | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
commit | f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8 (patch) | |
tree | 458648cea405bcc2bd63c5840674689fe186e4be /files/l10n/sr.php | |
parent | d23c9362d8ccb9b7e3a14bb0aea5daef25fee65c (diff) | |
download | nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.tar.gz nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.zip |
update translations
Diffstat (limited to 'files/l10n/sr.php')
-rw-r--r-- | files/l10n/sr.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/files/l10n/sr.php b/files/l10n/sr.php index 445387ffa2f..9c5dbae2a23 100644 --- a/files/l10n/sr.php +++ b/files/l10n/sr.php @@ -1,8 +1,13 @@ <?php $TRANSLATIONS = array( +"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" => "Недостаје привремена фасцикла", "Files" => "Фајлови", "Maximum upload size" => "Максимална величина пошиљке", "Upload" => "Пошаљи", -"New Folder" => "Нова фасцикла", "Nothing in here. Upload something!" => "Овде нема ничег. Пошаљите нешто!", "Name" => "Име", "Download" => "Преузми", |