server/apps/user_ldap/l10n/oc.php
2013-08-09 08:06:31 -04:00

8 lines
185 B
PHP

<?php
$TRANSLATIONS = array(
"Deletion failed" => "Fracàs d'escafatge",
"Error" => "Error",
"Password" => "Senhal",
"Help" => "Ajuda"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";