ja.php 510 B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "%s を完全に削除できませんでした",
  4. "Couldn't restore %s" => "%s を復元できませんでした",
  5. "Deleted files" => "ゴミ箱",
  6. "Restore" => "復元",
  7. "Error" => "エラー",
  8. "restored" => "復元済",
  9. "Nothing in here. Your trash bin is empty!" => "ここには何もありません。ゴミ箱は空です!",
  10. "Name" => "名前",
  11. "Deleted" => "削除日時",
  12. "Delete" => "削除"
  13. );
  14. $PLURAL_FORMS = "nplurals=1; plural=0;";