summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authoryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-06 19:10:43 +0000
committeryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-06 19:10:43 +0000
commit2c861c81b9b5f5cbba1c417f26d99e8a140c6e52 (patch)
tree1f8c6dbf559c3a82a625087f1531e8aa6285f109 /plugins
parent86d5d6f243010c7f9248468f524ee808914d90a2 (diff)
translations update
git-svn-id: https://svn.roundcube.net/trunk@3876 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/archive/localization/ja_JP.inc8
-rw-r--r--plugins/help/localization/ja_JP.inc8
-rw-r--r--plugins/password/localization/ja_JP.inc21
-rw-r--r--plugins/userinfo/localization/ja_JP.inc9
-rw-r--r--plugins/vcard_attachments/localization/ja_JP.inc7
5 files changed, 53 insertions, 0 deletions
diff --git a/plugins/archive/localization/ja_JP.inc b/plugins/archive/localization/ja_JP.inc
new file mode 100644
index 000000000..5093b6815
--- /dev/null
+++ b/plugins/archive/localization/ja_JP.inc
@@ -0,0 +1,8 @@
+<?php
+
+$labels = array();
+$labels['buttontitle'] = 'このメッセージのアーカイブ';
+$labels['archived'] = 'アーカイブに成功しました。';
+$labels['archivefolder'] = 'アーカイブ';
+
+?>
diff --git a/plugins/help/localization/ja_JP.inc b/plugins/help/localization/ja_JP.inc
new file mode 100644
index 000000000..5aca558d0
--- /dev/null
+++ b/plugins/help/localization/ja_JP.inc
@@ -0,0 +1,8 @@
+<?php
+
+$labels = array();
+$labels['help'] = 'ヘルプ';
+$labels['about'] = '紹介';
+$labels['license'] = 'ライセンス';
+
+?>
diff --git a/plugins/password/localization/ja_JP.inc b/plugins/password/localization/ja_JP.inc
new file mode 100644
index 000000000..92f510bd3
--- /dev/null
+++ b/plugins/password/localization/ja_JP.inc
@@ -0,0 +1,21 @@
+<?php
+
+$labels = array();
+$labels['changepasswd'] = 'パスワードの変更';
+$labels['curpasswd'] = '現在のパスワード:';
+$labels['newpasswd'] = '新しいパスワード:';
+$labels['confpasswd'] = '新しいパスワード (確認):';
+
+$messages = array();
+$messages['nopassword'] = '新しいパスワードを入力してください。';
+$messages['nocurpassword'] = '現在のパスワードを入力してください。';
+$messages['passwordincorrect'] = '現在のパスワードが間違っています。';
+$messages['passwordinconsistency'] = 'パスワードが一致しません。もう一度やり直してください。';
+$messages['crypterror'] = 'パスワードを保存できませんでした。暗号化関数がみあたりません。';
+$messages['connecterror'] = '新しいパスワードを保存できませんでした。接続エラーです。';
+$messages['internalerror'] = '新しいパスワードを保存できませんでした。';
+$messages['passwordshort'] = 'パスワードは少なくとも $length 文字の長さが必要です。';
+$messages['passwordweak'] = 'パスワードは少なくとも数字を 1 文字と記号が 1 文字含んでなければなりません。';
+$messages['passwordforbidden'] = 'パスワードに禁止された文字が含まれています。';
+
+?>
diff --git a/plugins/userinfo/localization/ja_JP.inc b/plugins/userinfo/localization/ja_JP.inc
new file mode 100644
index 000000000..e546894b6
--- /dev/null
+++ b/plugins/userinfo/localization/ja_JP.inc
@@ -0,0 +1,9 @@
+<?php
+
+$labels = array();
+$labels['userinfo'] = 'ユーザー情報';
+$labels['created'] = '作成日';
+$labels['lastlogin'] = '最終ログイン';
+$labels['defaultidentity'] = '標準の識別情報';
+
+?> \ No newline at end of file
diff --git a/plugins/vcard_attachments/localization/ja_JP.inc b/plugins/vcard_attachments/localization/ja_JP.inc
new file mode 100644
index 000000000..cc7948e07
--- /dev/null
+++ b/plugins/vcard_attachments/localization/ja_JP.inc
@@ -0,0 +1,7 @@
+<?php
+
+$labels = array();
+$labels['addvardmsg'] = 'アドレス帳に vCard を追加する';
+$labels['vcardsavefailed'] = 'vCard を保存できませんでした。';
+
+?> \ No newline at end of file