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/vcard_attachments | |
| 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/vcard_attachments')
| -rw-r--r-- | plugins/vcard_attachments/localization/ja_JP.inc | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/plugins/vcard_attachments/localization/ja_JP.inc b/plugins/vcard_attachments/localization/ja_JP.inc index 0b4d0d91d..00467a885 100644 --- a/plugins/vcard_attachments/localization/ja_JP.inc +++ b/plugins/vcard_attachments/localization/ja_JP.inc @@ -1,9 +1,20 @@ <?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['addvardmsg'] = 'アドレス帳に vCard を追加する'; -$labels['vcardsavefailed'] = 'vCard を保存できませんでした。'; +$labels['addvcardmsg'] = 'vCardをアドレス帳に追加'; +$labels['vcardsavefailed'] = 'vCardを保存できませんでした。'; -?>
\ No newline at end of file |
