Blame view

sources/apps/files_versions/l10n/ja_JP.php 727 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
  <?php $TRANSLATIONS = array(
  "Could not revert: %s" => "元に戻せませんでした: %s",
  "success" => "成功",
  "File %s was reverted to version %s" => "ファイル %s をバージョン %s に戻しました",
  "failure" => "失敗",
  "File %s could not be reverted to version %s" => "ファイル %s をバージョン %s に戻せませんでした",
  "No old versions available" => "利用可能な古いバージョンはありません",
  "No path specified" => "パスが指定されていません",
  "Versions" => "バージョン",
  "Revert a file to a previous version by clicking on its revert button" => "もとに戻すボタンをクリックすると、ファイルを過去のバージョンに戻します"
  );