Blame view

sources/apps/files_trashbin/l10n/ja_JP.php 766 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php $TRANSLATIONS = array(
  "Couldn't delete %s permanently" => "%s を完全に削除出来ませんでした",
  "Couldn't restore %s" => "%s を復元出来ませんでした",
  "perform restore operation" => "復元操作を実行する",
  "delete file permanently" => "ファイルを完全に削除する",
  "Delete permanently" => "完全に削除する",
  "Name" => "名前",
  "Deleted" => "削除済み",
  "1 folder" => "1 フォルダ",
  "{count} folders" => "{count} フォルダ",
  "1 file" => "1 ファイル",
  "{count} files" => "{count} ファイル",
  "Nothing in here. Your trash bin is empty!" => "ここには何もありません。ゴミ箱は空です!",
  "Restore" => "復元",
  "Delete" => "削除",
  "Deleted Files" => "削除されたファイル"
  );