mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
34 lines
2.7 KiB
PHP
34 lines
2.7 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"No categories selected for deletion." => "நீக்குவதற்கு எந்தப் பிரிவும் தெரிவுசெய்யப்படவில்லை.",
|
|
"There is no error, the file uploaded with success" => "இங்கு வழு இல்லை, கோப்பு வெற்றிகரமாக பதிவேற்றப்பட்டது",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "பதிவேற்றப்பட்ட கோப்பானது php.ini இலுள்ள upload_max_filesize directive ஐ விட கூடியது",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "பதிவேற்றப்பட்ட கோப்பானது HTML படிவத்தில் குறிப்பிடப்பட்டுள்ள MAX_FILE_SIZE directive ஐ விட கூடியது",
|
|
"The uploaded file was only partially uploaded" => "பதிவேற்றப்பட்ட கோப்பானது பகுதியாக மட்டுமே பதிவேற்றப்பட்டுள்ளது",
|
|
"No file was uploaded" => "எந்த கோப்பும் பதிவேற்றப்படவில்லை",
|
|
"Missing a temporary folder" => "ஒரு தற்காலிகமான கோப்புறையை காணவில்லை",
|
|
"Contacts" => "தொடர்புகள்",
|
|
"Error" => "வழு",
|
|
"Upload too large" => "பதிவேற்றல் மிகப்பெரியது",
|
|
"Unable to upload your file as it is a directory or has 0 bytes" => "அடைவு அல்லது 0 bytes ஐ கொண்டுள்ளதால் உங்களுடைய கோப்பை பதிவேற்ற முடியவில்லை",
|
|
"Upload Error" => "பதிவேற்றல் வழு",
|
|
"Pending" => "நிலுவையிலுள்ள",
|
|
"Download" => "பதிவிறக்குக",
|
|
"Edit" => "தொகுக்க",
|
|
"Delete" => "அழிக்க",
|
|
"Cancel" => "இரத்து செய்க",
|
|
"Work" => "வேலை",
|
|
"Other" => "மற்றவை",
|
|
"Text" => "உரை",
|
|
"Import" => "இறக்குமதி",
|
|
"Settings" => "அமைப்புகள்",
|
|
"Close" => "மூடுக",
|
|
"Birthday" => "பிறந்த நாள்",
|
|
"Email" => "மின்னஞ்சல்",
|
|
"more info" => "மேலதிக தகவல்",
|
|
"Primary address (Kontact et al)" => "முதன்மை முகவரி (Kontact et al)",
|
|
"iOS/OS X" => "iOS/OS X",
|
|
"Share" => "பகிர்வு",
|
|
"Name" => "பெயர்",
|
|
"Save" => "சேமிக்க"
|
|
);
|