diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ur_PK.php')
-rw-r--r-- | apps/files_trashbin/l10n/ur_PK.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/ur_PK.php b/apps/files_trashbin/l10n/ur_PK.php index e13a623fecc..f6c6a3da3c8 100644 --- a/apps/files_trashbin/l10n/ur_PK.php +++ b/apps/files_trashbin/l10n/ur_PK.php @@ -1,3 +1,7 @@ -<?php $TRANSLATIONS = array( -"Error" => "ایرر" +<?php +$TRANSLATIONS = array( +"Error" => "ایرر", +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("","") ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |