diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-06 01:54:33 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-06 01:54:33 -0400 |
commit | 33492b44482a0e5d6e12579779f7f4617544748b (patch) | |
tree | 5aab8da776e1dca6049c615e236bb8f865bef6ba /apps | |
parent | a6fb8c16e63bd0544d721fc02fe487bbeb3d9c9c (diff) | |
download | nextcloud-server-33492b44482a0e5d6e12579779f7f4617544748b.tar.gz nextcloud-server-33492b44482a0e5d6e12579779f7f4617544748b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/ast.php | 2 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ast.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/ast.php b/apps/files/l10n/ast.php index d1b66f84dab..d266a57cb45 100644 --- a/apps/files/l10n/ast.php +++ b/apps/files/l10n/ast.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Storage not available" => "Almacenamientu non disponible", +"Storage invalid" => "Almacenamientu inválidu", "Unknown error" => "Fallu desconocíu", "Could not move %s - File with this name already exists" => "Nun pudo movese %s - Yá existe un ficheru con esi nome.", "Could not move %s" => "Nun pudo movese %s", diff --git a/apps/files_sharing/l10n/ast.php b/apps/files_sharing/l10n/ast.php index 190f2f3df40..f42f6524af5 100644 --- a/apps/files_sharing/l10n/ast.php +++ b/apps/files_sharing/l10n/ast.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You haven't shared any files yet." => "Entá nun compartiesti dengún ficheru.", "You haven't shared any files by link yet." => "Entá nun compartiesti nengún ficheru por enllaz.", "Add {name} from {owner}@{remote}" => "Amestar {name} de {owner}@{remote}", +"Add Share" => "Amestar compartición", "Password" => "Contraseña", "No ownCloud installation found at {remote}" => "Nun s'alcontró denguna instalación d'ownCloud en {remote}", "Invalid ownCloud url" => "Url ownCloud inválida", @@ -24,6 +25,7 @@ $TRANSLATIONS = array( "the link expired" => "l'enllaz caducó", "sharing is disabled" => "la compartición ta deshabilitada", "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", +"Add to your ownCloud" => "Amestar al to ownCloud", "Download" => "Baxar", "Download %s" => "Descargar %s", "Direct link" => "Enllaz direutu", |