nextcloud/apps/user_ldap/l10n/ast.php

12 lines
325 B
PHP
Raw Normal View History

2014-04-08 09:57:51 +04:00
<?php
$TRANSLATIONS = array(
"Deletion failed" => "Falló'l borráu",
2014-04-10 09:55:39 +04:00
"Error" => "Fallu",
2014-04-08 09:57:51 +04:00
"_%s group found_::_%s groups found_" => array("",""),
2014-04-09 09:56:49 +04:00
"_%s user found_::_%s users found_" => array("",""),
"Save" => "Guardar",
"Password" => "Contraseña",
"Continue" => "Continuar"
2014-04-08 09:57:51 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";