1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-10 02:11:09 +02:00
nextcloud/apps/user_ldap/l10n/es_CL.php
2014-03-11 01:59:39 -04:00

9 linhas
230 B
PHP

<?php
$TRANSLATIONS = array(
"Error" => "Error",
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
"Password" => "Clave"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";