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.

ja_JP.php 542B

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