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