diff options
Diffstat (limited to 'apps/files_trashbin/l10n/te.php')
-rw-r--r-- | apps/files_trashbin/l10n/te.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/te.php b/apps/files_trashbin/l10n/te.php index 9b36ac4272e..f89a9fda5f7 100644 --- a/apps/files_trashbin/l10n/te.php +++ b/apps/files_trashbin/l10n/te.php @@ -1,6 +1,8 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Error" => "పొరపాటు", "Delete permanently" => "శాశ్వతంగా తొలగించు", "Name" => "పేరు", "Delete" => "తొలగించు" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |