summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/ja_JP.php
blob: 8846d58e4993b763ac8340190366d131e0c8a625 (plain)
1
2
3
4
5
6
7
8
<?php $TRANSLATIONS = array(
"Could not revert: %s" => "元に戻せませんでした: %s",
"Versions" => "バージョン",
"Failed to revert {file} to revision {timestamp}." => "{file} を {timestamp} のリヴィジョンに戻すことができません。",
"More versions..." => "もっと他のバージョン...",
"No other versions available" => "利用可能な他のバージョンはありません",
"Restore" => "復元"
);