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/archive | |
| 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/archive')
| -rw-r--r-- | plugins/archive/localization/ja_JP.inc | 19 | ||||
| -rw-r--r-- | plugins/archive/localization/pl_PL.inc | 15 |
2 files changed, 29 insertions, 5 deletions
diff --git a/plugins/archive/localization/ja_JP.inc b/plugins/archive/localization/ja_JP.inc index 31fa15267..647f70f9f 100644 --- a/plugins/archive/localization/ja_JP.inc +++ b/plugins/archive/localization/ja_JP.inc @@ -1,10 +1,21 @@ <?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['buttontitle'] = 'このメッセージのアーカイブ'; -$labels['archived'] = 'アーカイブに成功しました。'; +$labels['buttontitle'] = 'このメッセージをアーカイブ'; +$labels['archived'] = 'アーカイブしました。'; $labels['archivefolder'] = 'アーカイブ'; -?> diff --git a/plugins/archive/localization/pl_PL.inc b/plugins/archive/localization/pl_PL.inc index 2ecc77991..c0d58d311 100644 --- a/plugins/archive/localization/pl_PL.inc +++ b/plugins/archive/localization/pl_PL.inc @@ -1,8 +1,21 @@ <?php +/* + +-----------------------------------------------------------------------+ + | localization/pl_PL/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas <Unknown> | + +-----------------------------------------------------------------------+ + @version $Id$ +*/ + $labels = array(); $labels['buttontitle'] = 'Przenieś do archiwum'; $labels['archived'] = 'Pomyślnie zarchiwizowano'; $labels['archivefolder'] = 'Archiwum'; -?> |
