diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-05 01:57:20 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-05 01:57:20 -0400 |
commit | cb61d8a2265b3d623b676f0cd35f93921961f044 (patch) | |
tree | 8d2e98503630c377285b1e0a67d5237b4f540075 /core/l10n/ast.php | |
parent | 39eeb7def9cad026698d2b6a97bde8a8e1b34d50 (diff) | |
download | nextcloud-server-cb61d8a2265b3d623b676f0cd35f93921961f044.tar.gz nextcloud-server-cb61d8a2265b3d623b676f0cd35f93921961f044.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ast.php')
-rw-r--r-- | core/l10n/ast.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/core/l10n/ast.php b/core/l10n/ast.php index 65ec8192744..483bd4b7f7d 100644 --- a/core/l10n/ast.php +++ b/core/l10n/ast.php @@ -69,6 +69,7 @@ $TRANSLATIONS = array( "Error while changing permissions" => "Fallu mientres camudaben los permisos", "Shared with you and the group {group} by {owner}" => "Compartíu contigo y col grupu {group} por {owner}", "Shared with you by {owner}" => "Compartíu contigo por {owner}", +"Share with user or group …" => "Compartir col usuariu o grupu ...", "Share link" => "Compartir enllaz", "Password protect" => "Protexer con contraseña", "Choose a password for the public link" => "Escueyi una contraseña pal enllaz públicu", @@ -101,6 +102,7 @@ $TRANSLATIONS = array( "Add" => "Amestar", "Edit tags" => "Editar etiquetes", "Please reload the page." => "Por favor, recarga la páxina", +"The update was unsuccessful." => "L'anovamientu nun foi esitosu.", "The update was successful. Redirecting you to ownCloud now." => "L'anovamientu fízose con ésitu. Redirixiendo agora al to ownCloud.", "%s password reset" => "%s restablecer contraseña", "Use the following link to reset your password: {link}" => "Usa'l siguiente enllaz pa restablecer la to contraseña: {link}", @@ -122,6 +124,9 @@ $TRANSLATIONS = array( "Apps" => "Aplicaciones", "Admin" => "Alministrador", "Help" => "Ayuda", +"Error loading tags" => "Fallu cargando les etiquetes", +"Tag already exists" => "Yá esiste la etiqueta", +"Error tagging" => "Fallu etiquetando", "Access forbidden" => "Accesu denegáu", "Cloud not found" => "Ñube non atopada", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hola, ¿qué hai?\n\nnamái déxanos dicite que %s compartió %s contigo.\nVelu: %s\n\n", @@ -137,6 +142,7 @@ $TRANSLATIONS = array( "Password" => "Contraseña", "Data folder" => "Carpeta de datos", "Configure the database" => "Configura la base de datos", +"Only %s is available." => "Namái ta disponible %s", "Database user" => "Usuariu de la base de datos", "Database password" => "Contraseña de la base de datos", "Database name" => "Nome de la base de datos", @@ -154,6 +160,11 @@ $TRANSLATIONS = array( "remember" => "recordar", "Log in" => "Aniciar sesión", "Alternative Logins" => "Anicios de sesión alternativos", -"Thank you for your patience." => "Gracies pola to paciencia." +"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hola, ¿qué hai?,<br><br>namái déxamos dicite que %s compartió <strong>%s</strong> contigo.\n<br><a href=\"%s\">¡Velu!</a><br><br>", +"Thank you for your patience." => "Gracies pola to paciencia.", +"%s will be updated to version %s." => "%s anovaráse a la versión %s.", +"The following apps will be disabled:" => "Deshabilitaránse les siguientes aplicaciones:", +"Start update" => "Aniciar anovamientu", +"This ownCloud instance is currently being updated, which may take a while." => "Esta instancia de OwnCloud ta anguaño anovándose, polo que pue tardar un pocoñín." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |