nextcloud/apps/user_ldap/l10n/ta_LK.php

28 lines
2.5 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-02 03:08:15 +04:00
"Deletion failed" => "நீக்கம் தோல்வியடைந்தது",
2013-05-18 04:03:28 +04:00
"Error" => "வழு",
2013-10-27 10:32:11 +04:00
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
2013-11-11 14:47:59 +04:00
"Save" => "சேமிக்க ",
2013-10-27 10:32:11 +04:00
"Help" => "உதவி",
2012-11-21 03:02:33 +04:00
"Host" => "ஓம்புனர்",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "நீங்கள் SSL சேவையை தவிர உடன்படு வரைமுறையை தவிர்க்க முடியும். பிறகு ldaps:.// உடன் ஆரம்பிக்கவும்",
2013-10-27 10:32:11 +04:00
"Port" => "துறை ",
2012-11-21 03:02:33 +04:00
"User DN" => "பயனாளர் DN",
"Password" => "கடவுச்சொல்",
2013-10-27 10:32:11 +04:00
"You can specify Base DN for users and groups in the Advanced tab" => "நீங்கள் பயனாளர்களுக்கும் மேன்மை தத்தலில் உள்ள குழுவிற்கும் தள DN ஐ குறிப்பிடலாம் ",
"Back" => "பின்னுக்கு",
2012-11-21 03:02:33 +04:00
"Case insensitve LDAP server (Windows)" => "உணர்ச்சியான LDAP சேவையகம் (சாளரங்கள்)",
"Turn off SSL certificate validation." => "SSL சான்றிதழின் செல்லுபடியை நிறுத்திவிடவும்",
2013-02-03 03:06:15 +04:00
"in seconds. A change empties the cache." => "செக்கன்களில். ஒரு மாற்றம் இடைமாற்றுநினைவகத்தை வெற்றிடமாக்கும்.",
2012-11-21 03:02:33 +04:00
"User Display Name Field" => "பயனாளர் காட்சிப்பெயர் புலம்",
2013-02-03 03:06:15 +04:00
"Base User Tree" => "தள பயனாளர் மரம்",
2012-11-21 03:02:33 +04:00
"Group Display Name Field" => "குழுவின் காட்சி பெயர் புலம் ",
2013-02-03 03:06:15 +04:00
"Base Group Tree" => "தள குழு மரம்",
"Group-Member association" => "குழு உறுப்பினர் சங்கம்",
2012-11-21 03:02:33 +04:00
"in bytes" => "bytes களில் ",
2013-10-27 10:32:11 +04:00
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "பயனாளர் பெயரிற்கு வெற்றிடமாக விடவும் (பொது இருப்பு). இல்லாவிடின் LDAP/AD பண்புக்கூறை குறிப்பிடவும்."
2012-11-21 03:02:33 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";