Blame view
sources/apps/user_ldap/l10n/ta_LK.php
2.37 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Deletion failed" => "நீக்கம் தோல்வியடைந்தது", |
|
31b7f2792
|
4 5 6 7 8 |
"Error" => "வழு",
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
"Save" => "சேமிக்க ",
"Help" => "உதவி",
|
|
03e52840d
|
9 10 |
"Host" => "ஓம்புனர்", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "நீங்கள் SSL சேவையை தவிர உடன்படு வரைமுறையை தவிர்க்க முடியும். பிறகு ldaps:.// உடன் ஆரம்பிக்கவும்", |
|
31b7f2792
|
11 |
"Port" => "துறை ", |
|
03e52840d
|
12 13 |
"User DN" => "பயனாளர் DN", "Password" => "கடவுச்சொல்", |
|
31b7f2792
|
14 15 |
"You can specify Base DN for users and groups in the Advanced tab" => "நீங்கள் பயனாளர்களுக்கும் மேன்மை தத்தலில் உள்ள குழுவிற்கும் தள DN ஐ குறிப்பிடலாம் ", "Back" => "பின்னுக்கு", |
|
6d9380f96
|
16 |
"Advanced" => "உயர்ந்த", |
|
03e52840d
|
17 |
"Turn off SSL certificate validation." => "SSL சான்றிதழின் செல்லுபடியை நிறுத்திவிடவும்", |
|
03e52840d
|
18 19 |
"in seconds. A change empties the cache." => "செக்கன்களில். ஒரு மாற்றம் இடைமாற்றுநினைவகத்தை வெற்றிடமாக்கும்.", "User Display Name Field" => "பயனாளர் காட்சிப்பெயர் புலம்", |
|
03e52840d
|
20 21 |
"Base User Tree" => "தள பயனாளர் மரம்", "Group Display Name Field" => "குழுவின் காட்சி பெயர் புலம் ", |
|
03e52840d
|
22 23 24 |
"Base Group Tree" => "தள குழு மரம்", "Group-Member association" => "குழு உறுப்பினர் சங்கம்", "in bytes" => "bytes களில் ", |
|
31b7f2792
|
25 |
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "பயனாளர் பெயரிற்கு வெற்றிடமாக விடவும் (பொது இருப்பு). இல்லாவிடின் LDAP/AD பண்புக்கூறை குறிப்பிடவும்." |
|
03e52840d
|
26 |
); |
|
31b7f2792
|
27 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |