Blame view

sources/apps/files/l10n/ta_LK.php 4.03 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "செல்லுபடியற்ற பெயர்,'\\', '/', '<', '>', ':', '\"', '|', '?' மற்றும் '*' ஆகியன அனுமதிக்கப்படமாட்டாது.",
03e52840d   Kload   Init
4
5
6
7
8
9
10
11
  "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" => "கோப்புகள்",
31b7f2792   Kload   Upgrade to ownclo...
12
13
14
  "Upload cancelled." => "பதிவேற்றல் இரத்து செய்யப்பட்டுள்ளது",
  "File upload is in progress. Leaving the page now will cancel the upload." => "கோப்பு பதிவேற்றம் செயல்பாட்டில் உள்ளது. இந்தப் பக்கத்திலிருந்து வெறியேறுவதானது பதிவேற்றலை இரத்து செய்யும்.",
  "{new_name} already exists" => "{new_name} ஏற்கனவே உள்ளது",
03e52840d   Kload   Init
15
  "Share" => "பகிர்வு",
6d9380f96   Cédric Dupont   Update sources OC...
16
  "Delete" => "நீக்குக",
03e52840d   Kload   Init
17
18
  "Rename" => "பெயர்மாற்றம்",
  "Pending" => "நிலுவையிலுள்ள",
31b7f2792   Kload   Upgrade to ownclo...
19
  "Error" => "வழு",
03e52840d   Kload   Init
20
21
22
  "Name" => "பெயர்",
  "Size" => "அளவு",
  "Modified" => "மாற்றப்பட்டது",
6d9380f96   Cédric Dupont   Update sources OC...
23
24
25
  "_%n folder_::_%n folders_" => array("",""),
  "_%n file_::_%n files_" => array("",""),
  "_Uploading %n file_::_Uploading %n files_" => array("",""),
03e52840d   Kload   Init
26
27
28
  "File handling" => "கோப்பு கையாளுதல்",
  "Maximum upload size" => "பதிவேற்றக்கூடிய ஆகக்கூடிய அளவு ",
  "max. possible: " => "ஆகக் கூடியது:",
31b7f2792   Kload   Upgrade to ownclo...
29
  "Save" => "சேமிக்க ",
03e52840d   Kload   Init
30
31
32
33
  "New" => "புதிய",
  "Text file" => "கோப்பு உரை",
  "Folder" => "கோப்புறை",
  "From link" => "இணைப்பிலிருந்து",
03e52840d   Kload   Init
34
35
  "Nothing in here. Upload something!" => "இங்கு ஒன்றும் இல்லை. ஏதாவது பதிவேற்றுக!",
  "Download" => "பதிவிறக்குக",
03e52840d   Kload   Init
36
37
  "Upload too large" => "பதிவேற்றல் மிகப்பெரியது",
  "The files you are trying to upload exceed the maximum size for file uploads on this server." => "நீங்கள் பதிவேற்ற முயற்சிக்கும் கோப்புகளானது இந்த சேவையகத்தில் கோப்பு பதிவேற்றக்கூடிய ஆகக்கூடிய அளவிலும் கூடியது.",
6d9380f96   Cédric Dupont   Update sources OC...
38
  "Files are being scanned, please wait." => "கோப்புகள் வருடப்படுகின்றன, தயவுசெய்து காத்திருங்கள்."
03e52840d   Kload   Init
39
  );
31b7f2792   Kload   Upgrade to ownclo...
40
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";