41 lines
4.0 KiB
PHP
41 lines
4.0 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "செல்லுபடியற்ற பெயர்,'\\', '/', '<', '>', ':', '\"', '|', '?' மற்றும் '*' ஆகியன அனுமதிக்கப்படமாட்டாது.",
|
|
"No file was uploaded. Unknown error" => "ஒரு கோப்பும் பதிவேற்றப்படவில்லை. அறியப்படாத வழு",
|
|
"There is no error, the file uploaded with success" => "இங்கு வழு இல்லை, கோப்பு வெற்றிகரமாக பதிவேற்றப்பட்டது",
|
|
"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" => "ஒரு தற்காலிகமான கோப்புறையை காணவில்லை",
|
|
"Failed to write to disk" => "வட்டில் எழுத முடியவில்லை",
|
|
"Files" => "கோப்புகள்",
|
|
"Upload cancelled." => "பதிவேற்றல் இரத்து செய்யப்பட்டுள்ளது",
|
|
"File upload is in progress. Leaving the page now will cancel the upload." => "கோப்பு பதிவேற்றம் செயல்பாட்டில் உள்ளது. இந்தப் பக்கத்திலிருந்து வெறியேறுவதானது பதிவேற்றலை இரத்து செய்யும்.",
|
|
"{new_name} already exists" => "{new_name} ஏற்கனவே உள்ளது",
|
|
"Share" => "பகிர்வு",
|
|
"Delete" => "நீக்குக",
|
|
"Rename" => "பெயர்மாற்றம்",
|
|
"Pending" => "நிலுவையிலுள்ள",
|
|
"Error" => "வழு",
|
|
"Name" => "பெயர்",
|
|
"Size" => "அளவு",
|
|
"Modified" => "மாற்றப்பட்டது",
|
|
"_%n folder_::_%n folders_" => array("",""),
|
|
"_%n file_::_%n files_" => array("",""),
|
|
"_Uploading %n file_::_Uploading %n files_" => array("",""),
|
|
"File handling" => "கோப்பு கையாளுதல்",
|
|
"Maximum upload size" => "பதிவேற்றக்கூடிய ஆகக்கூடிய அளவு ",
|
|
"max. possible: " => "ஆகக் கூடியது:",
|
|
"Save" => "சேமிக்க ",
|
|
"New" => "புதிய",
|
|
"Text file" => "கோப்பு உரை",
|
|
"Folder" => "கோப்புறை",
|
|
"From link" => "இணைப்பிலிருந்து",
|
|
"Nothing in here. Upload something!" => "இங்கு ஒன்றும் இல்லை. ஏதாவது பதிவேற்றுக!",
|
|
"Download" => "பதிவிறக்குக",
|
|
"Upload too large" => "பதிவேற்றல் மிகப்பெரியது",
|
|
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "நீங்கள் பதிவேற்ற முயற்சிக்கும் கோப்புகளானது இந்த சேவையகத்தில் கோப்பு பதிவேற்றக்கூடிய ஆகக்கூடிய அளவிலும் கூடியது.",
|
|
"Files are being scanned, please wait." => "கோப்புகள் வருடப்படுகின்றன, தயவுசெய்து காத்திருங்கள்."
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|