Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4c04ca76e9f98f51374c994ab0414d6fd2ca143 (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;";