nextcloud/apps/files_versions/l10n/ja_JP.php

6 lines
141 B
PHP
Raw Normal View History

2012-08-16 04:09:15 +04:00
<?php $TRANSLATIONS = array(
2012-09-23 04:04:41 +04:00
"History" => "履歴",
2012-09-21 04:04:56 +04:00
"Files Versioning" => "ファイルのバージョン管理",
"Enable" => "有効化"
2012-08-16 04:09:15 +04:00
);