diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ta_LK.php')
-rw-r--r-- | apps/files_trashbin/l10n/ta_LK.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/ta_LK.php b/apps/files_trashbin/l10n/ta_LK.php index 2badaa85467..35253900b19 100644 --- a/apps/files_trashbin/l10n/ta_LK.php +++ b/apps/files_trashbin/l10n/ta_LK.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "வழு", "Name" => "பெயர்", "1 folder" => "1 கோப்புறை", @@ -7,3 +8,4 @@ "{count} files" => "{எண்ணிக்கை} கோப்புகள்", "Delete" => "நீக்குக" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |