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/is.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/is.php')
-rw-r--r-- | apps/files/l10n/is.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/is.php b/apps/files/l10n/is.php index 339fa204d38..9aae5390db9 100644 --- a/apps/files/l10n/is.php +++ b/apps/files/l10n/is.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Gat ekki fært %s - Skrá með þessu nafni er þegar til", "Could not move %s" => "Gat ekki fært %s", +"File name cannot be empty." => "Nafn skráar má ekki vera tómt", "No file was uploaded. Unknown error" => "Engin skrá var send inn. Óþekkt villa.", "There is no error, the file uploaded with success" => "Engin villa, innsending heppnaðist", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Innsend skrá er stærri en upload_max stillingin í php.ini:", @@ -25,7 +26,6 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "'.' is an invalid file name." => "'.' er ekki leyfilegt nafn.", -"File name cannot be empty." => "Nafn skráar má ekki vera tómt", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ógilt nafn, táknin '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' eru ekki leyfð.", "Error" => "Villa", "Name" => "Nafn", |