You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pa.php 492B

1234567891011121314
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Files" => "ਫਾਇਲਾਂ",
  4. "Share" => "ਸਾਂਝਾ ਕਰੋ",
  5. "Rename" => "ਨਾਂ ਬਦਲੋ",
  6. "Error" => "ਗਲਤੀ",
  7. "_%n folder_::_%n folders_" => array("",""),
  8. "_%n file_::_%n files_" => array("",""),
  9. "_Uploading %n file_::_Uploading %n files_" => array("",""),
  10. "Cancel upload" => "ਅੱਪਲੋਡ ਰੱਦ ਕਰੋ",
  11. "Download" => "ਡਾਊਨਲੋਡ",
  12. "Delete" => "ਹਟਾਓ"
  13. );
  14. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";