diff options
Diffstat (limited to 'apps/files_external/l10n/si_LK.php')
-rw-r--r-- | apps/files_external/l10n/si_LK.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_external/l10n/si_LK.php b/apps/files_external/l10n/si_LK.php index cc9cb9b9ce5..cad928accef 100644 --- a/apps/files_external/l10n/si_LK.php +++ b/apps/files_external/l10n/si_LK.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Access granted" => "පිවිසීමට හැක", "Error configuring Dropbox storage" => "Dropbox ගබඩාව වින්යාස කිරීමේ දෝශයක් ඇත", "Grant access" => "පිවිසුම ලබාදෙන්න", @@ -19,3 +20,4 @@ "SSL root certificates" => "SSL මූල සහතිකයන්", "Import Root Certificate" => "මූල සහතිකය ආයාත කරන්න" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |