Blame view

sources/apps/files_versions/l10n/ja.php 480 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
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;";