diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-11 01:57:00 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-11 01:57:00 -0400 |
commit | b6d76e9985105a245daf63f60b47e82df283019d (patch) | |
tree | 7a0de9f65fe1a8403fb81e165fe33d142bf69536 /apps | |
parent | 0cc7d84e1634dcea481fb2738f80a9c4ded037da (diff) | |
download | nextcloud-server-b6d76e9985105a245daf63f60b47e82df283019d.tar.gz nextcloud-server-b6d76e9985105a245daf63f60b47e82df283019d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/km.php | 2 | ||||
-rw-r--r-- | apps/files/l10n/pt_PT.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ast.php | 8 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/tr.php | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/apps/files/l10n/km.php b/apps/files/l10n/km.php index 08b29304c1b..c1f0e649ef1 100644 --- a/apps/files/l10n/km.php +++ b/apps/files/l10n/km.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"File name cannot be empty." => "ឈ្មោះឯកសារមិនអាចនៅទទេបានឡើយ។", +"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ឈ្មោះមិនត្រឹមត្រូវ, មិនអនុញ្ញាត '\\', '/', '<', '>', ':', '\"', '|', '?' និង '*' ទេ។", "Files" => "ឯកសារ", "Share" => "ចែករំលែក", "Error" => "កំហុស", diff --git a/apps/files/l10n/pt_PT.php b/apps/files/l10n/pt_PT.php index dc332ba8f21..2abe7c68536 100644 --- a/apps/files/l10n/pt_PT.php +++ b/apps/files/l10n/pt_PT.php @@ -29,6 +29,7 @@ $TRANSLATIONS = array( "Invalid directory." => "Directório Inválido", "Files" => "Ficheiros", "Unable to upload {filename} as it is a directory or has 0 bytes" => "Incapaz de enviar {filename}, dado que é uma pasta, ou tem 0 bytes", +"Total file size {size1} exceeds upload limit {size2}" => "O tamanho total do ficheiro {size1} excede o limite de carregamento {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" => "Não existe espaço suficiente. Está a enviar {size1} mas apenas existe {size2} disponível", "Upload cancelled." => "Envio cancelado.", "Could not get result from server." => "Não foi possível obter o resultado do servidor.", diff --git a/apps/files_sharing/l10n/ast.php b/apps/files_sharing/l10n/ast.php index 2dd8b0e1f64..fa3704ea6ba 100644 --- a/apps/files_sharing/l10n/ast.php +++ b/apps/files_sharing/l10n/ast.php @@ -4,12 +4,12 @@ $TRANSLATIONS = array( "This share is password-protected" => "Esta compartición tien contraseña protexida", "The password is wrong. Try again." => "La contraseña ye incorreuta. Inténtalo otra vegada.", "Password" => "Contraseña", -"Sorry, this link doesn’t seem to work anymore." => "Sentímoslo, esti enllaz paez que ya nun furrula.", +"Sorry, this link doesn’t seem to work anymore." => "Sentímoslo, esti enllaz paez que yá nun furrula.", "Reasons might be:" => "Les razones pueden ser: ", -"the item was removed" => "esti elementu ta desaniciáu", -"the link expired" => "l'enllaz finó", +"the item was removed" => "desanicióse l'elementu", +"the link expired" => "l'enllaz caducó", "sharing is disabled" => "compartir ta desactiváu", -"For more info, please ask the person who sent this link." => "Para más información, entruga-y a la persona qu'unvió esti enllaz", +"For more info, please ask the person who sent this link." => "Pa más información, entrúga-y a la persona qu'unvió esti enllaz", "Download" => "Baxar", "Download %s" => "Descargar %s", "Direct link" => "Enllaz direutu" diff --git a/apps/files_trashbin/l10n/tr.php b/apps/files_trashbin/l10n/tr.php index ff4227e38c7..ec9dd393b88 100644 --- a/apps/files_trashbin/l10n/tr.php +++ b/apps/files_trashbin/l10n/tr.php @@ -4,11 +4,11 @@ $TRANSLATIONS = array( "Couldn't restore %s" => "%s geri yüklenemedi", "Deleted files" => "Silinmiş dosyalar", "Error" => "Hata", +"Restore" => "Geri yükle", "Deleted Files" => "Silinen Dosyalar", "restored" => "geri yüklendi", "Nothing in here. Your trash bin is empty!" => "Burada hiçbir şey yok. Çöp kutunuz tamamen boş!", "Name" => "İsim", -"Restore" => "Geri yükle", "Deleted" => "Silindi", "Delete" => "Sil" ); |