diff options
author | 이명진 <aranet100@gmail.com> | 2013-04-22 21:50:17 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-04-22 21:50:35 +0200 |
commit | 87945c0e9622dca02b441749b7ed54cc67801475 (patch) | |
tree | 855d5d336d7e55a818ed56197a66b7af33945a6e | |
parent | 5f6a84c5e12312db9b5bebf876989faf4aa8eb7a (diff) | |
download | rpg-87945c0e9622dca02b441749b7ed54cc67801475.tar.gz rpg-87945c0e9622dca02b441749b7ed54cc67801475.tar.bz2 |
Japanese language update
-rw-r--r-- | inc/lang/ja/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/authad/lang/ja/settings.php | 5 | ||||
-rw-r--r-- | lib/plugins/authldap/lang/ja/settings.php | 5 | ||||
-rw-r--r-- | lib/plugins/authmysql/lang/ja/settings.php | 5 | ||||
-rw-r--r-- | lib/plugins/authpgsql/lang/ja/settings.php | 5 |
5 files changed, 21 insertions, 1 deletions
diff --git a/inc/lang/ja/lang.php b/inc/lang/ja/lang.php index 7997889e4..d8d0864ae 100644 --- a/inc/lang/ja/lang.php +++ b/inc/lang/ja/lang.php @@ -310,7 +310,7 @@ $lang['media_files'] = '%s 内のファイル'; $lang['media_upload'] = '%s にアップロード'; $lang['media_search'] = '%s 内で検索'; $lang['media_view'] = '%s'; -$lang['media_viewold'] = '%s at %s'; +$lang['media_viewold'] = '%s(%sである)'; $lang['media_edit'] = '%s を編集'; $lang['media_history'] = '%s の履歴'; $lang['media_meta_edited'] = 'メタデータが編集されました'; diff --git a/lib/plugins/authad/lang/ja/settings.php b/lib/plugins/authad/lang/ja/settings.php new file mode 100644 index 000000000..576f0eeb5 --- /dev/null +++ b/lib/plugins/authad/lang/ja/settings.php @@ -0,0 +1,5 @@ +<?php +/** + * Japanese language file + * + */ diff --git a/lib/plugins/authldap/lang/ja/settings.php b/lib/plugins/authldap/lang/ja/settings.php new file mode 100644 index 000000000..576f0eeb5 --- /dev/null +++ b/lib/plugins/authldap/lang/ja/settings.php @@ -0,0 +1,5 @@ +<?php +/** + * Japanese language file + * + */ diff --git a/lib/plugins/authmysql/lang/ja/settings.php b/lib/plugins/authmysql/lang/ja/settings.php new file mode 100644 index 000000000..576f0eeb5 --- /dev/null +++ b/lib/plugins/authmysql/lang/ja/settings.php @@ -0,0 +1,5 @@ +<?php +/** + * Japanese language file + * + */ diff --git a/lib/plugins/authpgsql/lang/ja/settings.php b/lib/plugins/authpgsql/lang/ja/settings.php new file mode 100644 index 000000000..576f0eeb5 --- /dev/null +++ b/lib/plugins/authpgsql/lang/ja/settings.php @@ -0,0 +1,5 @@ +<?php +/** + * Japanese language file + * + */ |