diff options
Diffstat (limited to 'lib/l10n/ast.php')
-rw-r--r-- | lib/l10n/ast.php | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php new file mode 100644 index 00000000000..219317c19b9 --- /dev/null +++ b/lib/l10n/ast.php @@ -0,0 +1,30 @@ +<?php +$TRANSLATIONS = array( +"Personal" => "Personal", +"Settings" => "Axustes", +"Users" => "Usuarios", +"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"), +"_%n hour ago_::_%n hours ago_" => array("","fai %n hores"), +"today" => "güei", +"yesterday" => "ayeri", +"_%n day go_::_%n days ago_" => array("","fai %n díes"), +"last month" => "mes caberu", +"_%n month ago_::_%n months ago_" => array("","fai %n meses"), +"last year" => "añu caberu", +"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);"; |