aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/ja_JP.php
blob: 8d20a554d1c2038bb3eba0601beef283309b54b8 (plain)
1
2
3
4
5
6
7
8
9
10
<?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" => "パスが指定されていません",
"Revert a file to a previous version by clicking on its revert button" => "もとに戻すボタンをクリックすると、ファイルを過去のバージョンに戻します"
);