diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-12 01:55:44 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-12 01:55:44 -0400 |
commit | f4e8de3cbbf426e7b22d5100085626b2e4fefc29 (patch) | |
tree | 6922b75d226df03e85d9016935ca24a65aec2998 /apps/files/l10n | |
parent | 2054837d017390604e9ac64ce6e7feedbea53a1c (diff) | |
download | nextcloud-server-f4e8de3cbbf426e7b22d5100085626b2e4fefc29.tar.gz nextcloud-server-f4e8de3cbbf426e7b22d5100085626b2e4fefc29.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/ast.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/km.php | 20 |
2 files changed, 20 insertions, 1 deletions
diff --git a/apps/files/l10n/ast.php b/apps/files/l10n/ast.php index a2568ae7631..7dfeaf8cde7 100644 --- a/apps/files/l10n/ast.php +++ b/apps/files/l10n/ast.php @@ -22,6 +22,7 @@ $TRANSLATIONS = array( "Save" => "Guardar", "New folder" => "Nueva carpeta", "Folder" => "Carpeta", +"Deleted files" => "Ficheros desaniciaos", "Cancel upload" => "Encaboxar xuba", "Download" => "Descargar", "Delete" => "Desaniciar" diff --git a/apps/files/l10n/km.php b/apps/files/l10n/km.php index c1f0e649ef1..d6394241e12 100644 --- a/apps/files/l10n/km.php +++ b/apps/files/l10n/km.php @@ -3,17 +3,35 @@ $TRANSLATIONS = array( "File name cannot be empty." => "ឈ្មោះឯកសារមិនអាចនៅទទេបានឡើយ។", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ឈ្មោះមិនត្រឹមត្រូវ, មិនអនុញ្ញាត '\\', '/', '<', '>', ':', '\"', '|', '?' និង '*' ទេ។", "Files" => "ឯកសារ", +"Upload cancelled." => "បានបោះបង់ការផ្ទុកឡើង។", +"{new_name} already exists" => "មានឈ្មោះ {new_name} រួចហើយ", "Share" => "ចែករំលែក", +"Delete permanently" => "លុបជាអចិន្ត្រៃយ៍", +"Rename" => "ប្ដូរឈ្មោះ", +"Your download is being prepared. This might take some time if the files are big." => "ការទាញយករបស់អ្នកកំពុងត្រូវបានរៀបចំហើយ។ នេះអាចចំណាយពេលមួយសំទុះ ប្រសិនបើឯកសារធំ។", +"Pending" => "កំពុងរង់ចាំ", "Error" => "កំហុស", "Name" => "ឈ្មោះ", "Size" => "ទំហំ", +"Modified" => "បានកែប្រែ", "_%n folder_::_%n folders_" => array(""), "_%n file_::_%n files_" => array(""), "_Uploading %n file_::_Uploading %n files_" => array(""), +"Maximum upload size" => "ទំហំផ្ទុកឡើងជាអតិបរមា", +"Enable ZIP-download" => "បើកការទាញយកជា ZIP", +"0 is unlimited" => "0 គឺមិនកំណត់", +"Maximum input size for ZIP files" => "ទំហំចូលជាអតិបរមាសម្រាប់ឯកសារ ZIP", "Save" => "រក្សាទុក", +"New" => "ថ្មី", +"Text file" => "ឯកសារអក្សរ", "New folder" => "ថតថ្មី", "Folder" => "ថត", +"From link" => "ពីតំណ", +"Deleted files" => "បានលុបឯកសារ", +"Cancel upload" => "បោះបង់ការផ្ទុកឡើង", +"Nothing in here. Upload something!" => "គ្មានអ្វីនៅទីនេះទេ។ ផ្ទុកឡើងអ្វីមួយ!", "Download" => "ទាញយក", -"Delete" => "លុប" +"Delete" => "លុប", +"Upload too large" => "ផ្ទុកឡើងធំពេក" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |