diff options
Diffstat (limited to 'apps/files_trashbin/l10n/pa.php')
-rw-r--r-- | apps/files_trashbin/l10n/pa.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/pa.php b/apps/files_trashbin/l10n/pa.php new file mode 100644 index 00000000000..e53707fd707 --- /dev/null +++ b/apps/files_trashbin/l10n/pa.php @@ -0,0 +1,8 @@ +<?php +$TRANSLATIONS = array( +"Error" => "ਗਲਤੀ", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), +"Delete" => "ਹਟਾਓ" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |