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/files | |
parent | 0cc7d84e1634dcea481fb2738f80a9c4ded037da (diff) | |
download | nextcloud-server-b6d76e9985105a245daf63f60b47e82df283019d.tar.gz nextcloud-server-b6d76e9985105a245daf63f60b47e82df283019d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/km.php | 2 | ||||
-rw-r--r-- | apps/files/l10n/pt_PT.php | 1 |
2 files changed, 3 insertions, 0 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.", |