server/apps/user_ldap/l10n/si_LK.php

17 lines
954 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-02-01 23:08:15 +00:00
"Deletion failed" => "මකාදැමීම අසාර්ථකයි",
2013-05-18 00:03:28 +00:00
"Success" => "සාර්ථකයි",
"Error" => "දෝෂයක්",
2013-10-27 06:32:11 +00:00
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
2013-11-11 10:47:59 +00:00
"Save" => "සුරකින්න",
2013-10-27 06:32:11 +00:00
"Help" => "උදව්",
2012-10-23 00:06:03 +00:00
"Host" => "සත්කාරකය",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL අවශ්‍යය වන විට පමණක් හැර, අන් අවස්ථාවන්හිදී ප්‍රොටොකෝලය අත් හැරිය හැක. භාවිතා කරන විට ldaps:// ලෙස ආරම්භ කරන්න",
2012-10-26 22:02:05 +00:00
"Port" => "තොට",
2013-10-27 06:32:11 +00:00
"Password" => "මුර පදය",
"User Login Filter" => "පරිශීලක පිවිසුම් පෙරහන"
2012-10-23 00:06:03 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";