2012-08-16 00:09:15 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Expire all versions" => "すべてのバージョンを削除する",
|
2012-09-23 00:04:41 +00:00
|
|
|
"History" => "履歴",
|
2012-09-04 00:03:21 +00:00
|
|
|
"Versions" => "バージョン",
|
2012-09-21 00:04:56 +00:00
|
|
|
"This will delete all existing backup versions of your files" => "これは、あなたのファイルのすべてのバックアップバージョンを削除します",
|
|
|
|
"Files Versioning" => "ファイルのバージョン管理",
|
|
|
|
"Enable" => "有効化"
|
2012-08-16 00:09:15 +00:00
|
|
|
);
|