summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ta_LK.php
blob: 35253900b19a6496b5e50bd30e6666fc531a5035 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Error" => "வழு",
"Name" => "பெயர்",
"1 folder" => "1 கோப்புறை",
"{count} folders" => "{எண்ணிக்கை} கோப்புறைகள்",
"1 file" => "1 கோப்பு",
"{count} files" => "{எண்ணிக்கை} கோப்புகள்",
"Delete" => "நீக்குக"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";