diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-02 17:39:37 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-02 17:39:37 +0000 |
| commit | ed4471339a3016ba0fc508db9612750218e10103 (patch) | |
| tree | 90c41a9ffbad493c6ca613ffa6e5aa225615f790 /plugins/userinfo/localization | |
| parent | 06aea947f9b2b44b9fe70b65ca2eb154d9d24261 (diff) | |
Imported translations from launchpad
git-svn-id: https://svn.roundcube.net/trunk@5950 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/userinfo/localization')
| -rw-r--r-- | plugins/userinfo/localization/ja_JP.inc | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/plugins/userinfo/localization/ja_JP.inc b/plugins/userinfo/localization/ja_JP.inc index 1fd4eaf51..33e7f1667 100644 --- a/plugins/userinfo/localization/ja_JP.inc +++ b/plugins/userinfo/localization/ja_JP.inc @@ -1,11 +1,22 @@ <?php -// EN-Revision: 3891 +/* + +-----------------------------------------------------------------------+ + | localization/ja_JP/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Takahiro Kambe <Unknown> | + +-----------------------------------------------------------------------+ + @version $Id$ +*/ $labels = array(); $labels['userinfo'] = 'ユーザー情報'; -$labels['created'] = '作成日'; -$labels['lastlogin'] = '最終ログイン'; -$labels['defaultidentity'] = '標準の識別情報'; +$labels['created'] = '作成日時'; +$labels['lastlogin'] = '最後のログイン'; +$labels['defaultidentity'] = '既定の識別情報'; -?>
\ No newline at end of file |
