1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-13 01:26:19 +02:00
Files
php-monstra/plugins/box/filesmanager/languages/ja.lang.php
2014-01-22 10:59:38 +09:00

20 lines
673 B
PHP

<?php
return array(
'filesmanager' => array(
'Files' => 'ファイル',
'Files manager' => 'ファイルの管理',
'Name' => '名前',
'Actions' => '操作',
'Delete' => '削除',
'Upload' => 'アップロード',
'directory' => 'ディレクトリ',
'Delete directory: :dir' => 'ディレクトリの削除: :dir',
'Delete file: :file' => 'ファイルの削除 :file',
'Extension' => '拡張子',
'Size' => 'サイズ',
'Select file' => 'ファイルの選択',
'Change' => '変更',
)
);