diff options
Diffstat (limited to 'settings/l10n/ta_LK.php')
-rw-r--r-- | settings/l10n/ta_LK.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/ta_LK.php b/settings/l10n/ta_LK.php index 4dfad2aa2b4..0dc206c7993 100644 --- a/settings/l10n/ta_LK.php +++ b/settings/l10n/ta_LK.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Unable to load list from App Store" => "செயலி சேமிப்பிலிருந்து பட்டியலை ஏற்றமுடியாதுள்ளது", "Authentication error" => "அத்தாட்சிப்படுத்தலில் வழு", "Group already exists" => "குழு ஏற்கனவே உள்ளது", @@ -47,3 +48,4 @@ "Other" => "மற்றவை", "Username" => "பயனாளர் பெயர்" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |