diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-24 01:55:34 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-24 01:55:34 -0400 |
commit | 2afdd1bf1ad9a6bc619fd212dc91d3b8af40f2b3 (patch) | |
tree | 389bac89b4db9c2bf44e7fad3c64eedcdf471d4a /lib/l10n/ast.php | |
parent | 864cd2455c548c3e710421e33ecf04ed9c44b949 (diff) | |
download | nextcloud-server-2afdd1bf1ad9a6bc619fd212dc91d3b8af40f2b3.tar.gz nextcloud-server-2afdd1bf1ad9a6bc619fd212dc91d3b8af40f2b3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ast.php')
-rw-r--r-- | lib/l10n/ast.php | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php index 4eaf734931f..c6aa43e9b59 100644 --- a/lib/l10n/ast.php +++ b/lib/l10n/ast.php @@ -1,19 +1,33 @@ <?php $TRANSLATIONS = array( +"App \"%s\" can't be installed because it is not compatible with this version of ownCloud." => "Nun pue instalase l'aplicación \"%s\" porque nun ye compatible con esta versión d'ownCloud.", "Help" => "Ayuda", "Personal" => "Personal", "Settings" => "Axustes", "Users" => "Usuarios", "Failed to upgrade \"%s\"." => "Fallu al anovar \"%s\".", +"Unknown filetype" => "Triba de ficheru desconocida", "Invalid image" => "Imaxe inválida", +"web services under your control" => "servicios web baxo'l to control", +"Files need to be downloaded one by one." => "Los ficheros necesiten descargase ún a ún", +"App does not provide an info.xml file" => "L'aplicación nun apurre un ficheru info.xml", +"App can't be installed because it is not compatible with this version of ownCloud" => "Nun pue instalase l'aplicación porque nun ye compatible con esta versión d'ownCloud.", +"Can't create app folder. Please fix permissions. %s" => "Nun pue crease la carpeta de l'aplicación. Por favor, igua los permisos. %s", "Application is not enabled" => "L'aplicación nun ta habilitada", "Authentication error" => "Fallu d'autenticación", +"Unknown user" => "Usuariu desconocíu", "Files" => "Ficheros", "Text" => "Testu", "Images" => "Imaxes", +"MySQL/MariaDB user '%s'@'%%' already exists" => "Yá esiste l'usuariu de MySQL/MariaDB '%s'@'%%'", +"Oracle connection could not be established" => "Nun pudo afitase la conexón d'Oracle", "Set an admin username." => "Afitar nome d'usuariu p'almin", "Set an admin password." => "Afitar contraseña p'almin", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "El sirvidor web entá nun ta configurado pa permitir la sincronización de ficheros yá que la interface WebDAV paez nun tar funcionando.", +"%s shared »%s« with you" => "%s compartió »%s« contigo", +"Share type %s is not valid for %s" => "La triba de compartición %s nun ye válida pa %s", +"Sharing backend %s not found" => "Nun s'alcontró'l botón de compartición %s", +"Sharing backend for %s not found" => "Nun s'alcontró'l botón de partición pa %s", "Could not find category \"%s\"" => "Nun pudo alcontrase la estaya \"%s.\"", "seconds ago" => "fai segundos", "_%n minute ago_::_%n minutes ago_" => array("","fai %n minutos"), @@ -25,7 +39,9 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("","fai %n meses"), "last year" => "añu caberu", "years ago" => "fai años", +"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Namái tan permitíos los siguientes caráuteres nun nome d'usuariu: \"a-z\", \"A-Z\", \"0-9\", y \"_.@-\"", "A valid username must be provided" => "Tien d'apurrise un nome d'usuariu válidu", -"A valid password must be provided" => "Tien d'apurrise una contraseña válida" +"A valid password must be provided" => "Tien d'apurrise una contraseña válida", +"The username is already being used" => "El nome d'usuariu yá ta usándose" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |