diff options
Diffstat (limited to 'apps/files/l10n/ta_LK.php')
-rw-r--r-- | apps/files/l10n/ta_LK.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/files/l10n/ta_LK.php b/apps/files/l10n/ta_LK.php new file mode 100644 index 00000000000..17a76fe1594 --- /dev/null +++ b/apps/files/l10n/ta_LK.php @@ -0,0 +1,19 @@ +<?php $TRANSLATIONS = array( +"Files" => "கோப்புகள்", +"Delete" => "அழிக்க", +"Rename" => "பெயர்மாற்றம்", +"1 file uploading" => "1 கோப்பு பதிவேற்றப்படுகிறது", +"Name" => "பெயர்", +"Size" => "அளவு", +"Modified" => "மாற்றப்பட்டது", +"seconds ago" => "செக்கன்களுக்கு முன்", +"today" => "இன்று", +"Maximum upload size" => "பதிவேற்றக்கூடிய ஆகக்கூடிய அளவு ", +"New" => "புதிய", +"Text file" => "கோப்பு உரை", +"Folder" => "கோப்புறை", +"Upload" => "பதிவேற்றுக", +"Nothing in here. Upload something!" => "இங்கு ஒன்றும் இல்லை. ஏதாவது பதிவேற்றுக!", +"Share" => "பகிர்வு", +"Download" => "பதிவிறக்குக" +); |