~pvigo/+junk/owncloud-14.04

« back to all changes in this revision

Viewing changes to usr/share/owncloud/apps/admin_dependencies_chk/l10n/ta_LK.php

  • Committer: Pablo Vigo
  • Date: 2014-12-15 13:36:46 UTC
  • Revision ID: pvigo@xtec.cat-20141215133646-7d6it90e1dbsijc2
2

Show diffs side-by-side

added added

removed removed

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