nextcloud/apps/user_ldap/l10n/ast.php

11 lines
305 B
PHP
Raw Normal View History

2014-04-08 09:57:51 +04:00
<?php
$TRANSLATIONS = array(
"Deletion failed" => "Falló'l borráu",
"_%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);";