server/apps/user_ldap/l10n/sq.php

8 lines
152 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-05-18 00:03:28 +00:00
"Error" => "Veprim i gabuar",
2013-04-02 22:04:02 +00:00
"Password" => "Kodi",
"Help" => "Ndihmë"
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";