ja_JP.php 510 B

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