nextcloud/apps/user_ldap/l10n/oc.php

9 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);";