diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-04-28 01:56:24 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-04-28 01:56:24 -0400 |
commit | 642f57c1d534c4f5b9280495b2f3a77b0b88ac7b (patch) | |
tree | d9e472fdad165b8338f44d3e551b84f508c82c5d /lib/l10n/ast.php | |
parent | e910e6314008113b953e75878d53cc7a8c80327a (diff) | |
download | nextcloud-server-642f57c1d534c4f5b9280495b2f3a77b0b88ac7b.tar.gz nextcloud-server-642f57c1d534c4f5b9280495b2f3a77b0b88ac7b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ast.php')
-rw-r--r-- | lib/l10n/ast.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php index 93a20beb5d4..219317c19b9 100644 --- a/lib/l10n/ast.php +++ b/lib/l10n/ast.php @@ -6,11 +6,13 @@ $TRANSLATIONS = array( "Failed to upgrade \"%s\"." => "Fallu al anovar \"%s\".", "Invalid image" => "Imaxe inválida", "Application is not enabled" => "L'aplicación nun ta habilitada", +"Authentication error" => "Fallu d'autenticación", "Files" => "Ficheros", "Text" => "Testu", "Images" => "Imaxes", "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.", "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"), @@ -21,6 +23,8 @@ $TRANSLATIONS = array( "last month" => "mes caberu", "_%n month ago_::_%n months ago_" => array("","fai %n meses"), "last year" => "añu caberu", -"years ago" => "fai años" +"years ago" => "fai años", +"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" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |