ta_LK.php
2.68 KB
<?php
$TRANSLATIONS = array(
"The php-json module is needed by the many applications for inter communications" => "நிறைய செயலிகளில் உள்ளக தொடர்பை ஏற்படுத்துவதற்கு php-json கூறு தேவைப்படுகிறது",
"The php-curl module is needed to fetch the page title when adding a bookmark" => "பக்க அடையாளங்களை சேர்க்கும் போது பக்கத்தின் தலைப்பை கொணர்வதற்கு php-curl கூறு தேவைப்படுகிறது",
"The php-gd module is needed to create thumbnails of your images" => "உங்களுடைய படத்தின் thumbnails ஐ உருவாக்குவதற்கு php-gd கூறு தேவைப்படுகிறது ",
"The php-ldap module is needed connect to your ldap server" => "உங்களுடைய ldap சேவையகத்தை இணைப்பதற்கு php-ldap கூறு தேவைப்படுகிறது ",
"The php-zip module is needed download multiple files at once" => "பன் கோப்புகளை ஒரே தடவையில் தரையிறக்குவதற்கு php-zip கூறு தேவைப்படுகிறது",
"The php-mb_multibyte module is needed to manage correctly the encoding." => "குறியீட்டாக்கத்தை சரியாக நிர்வகிக்க php-mb_multibyte கூறு தேவைப்படுகிறது.",
"The php-ctype module is needed validate data." => "தரவை செல்லுபடியாக்குவதற்கு php-ctype கூறு தேவைப்படுகிறது.",
"The php-xml module is needed to share files with webdav." => " webdav இடையில் கோப்புக்களை பகிர்வதற்கு php-xml கூறு தேவைப்படுகிறது",
"The php-pdo module is needed to store owncloud data into a database." => "தரவுத்தளத்தில் owncloud தரவுகளை சேமிப்பதற்கு php-pdo கூறு தேவைப்படுகிறது.",
"The iconv module is needed to convert data into the correct charset." => "தரவுகளை சரியான charset இற்கு மாற்றுவதற்கு iconv கூறு தேவைப்படுகிறது.",
"Dependencies status" => "சார்பு நிலை",
"Used by :" => "பயன்படுத்தப்பட்டது :"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";