summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/ja_JP.php
blob: ec2601aafbd301f1d750242487f95be8ff5c7269 (plain)
1
2
3
4
5
6
7
8
9
10
<?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" => "復元"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";