diff options
| author | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-01 10:13:15 +0000 |
|---|---|---|
| committer | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-01 10:13:15 +0000 |
| commit | c7c70862295c9ce95e7920ac58866234f3196f06 (patch) | |
| tree | 0a385439b68cb06d321acac5c3e153f4f1961ae9 /plugins/help/localization | |
| parent | a51420908555026339ec490fae346dfca4d9eb28 (diff) | |
3 new plugin translations + update
git-svn-id: https://svn.roundcube.net/trunk@3851 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/help/localization')
| -rw-r--r-- | plugins/help/localization/ru_RU.inc | 23 | ||||
| -rw-r--r-- | plugins/help/localization/zh_TW.inc | 8 |
2 files changed, 31 insertions, 0 deletions
diff --git a/plugins/help/localization/ru_RU.inc b/plugins/help/localization/ru_RU.inc new file mode 100644 index 000000000..d6be3d4fb --- /dev/null +++ b/plugins/help/localization/ru_RU.inc @@ -0,0 +1,23 @@ +<?php + +/* + ++-----------------------------------------------------------------------+ +| plugins/help/localization/ru_RU.inc | +| | +| Language file of the RoundCube help plugin | +| Copyright (C) 2005-2010, RoundCube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: Sergey Dukachev <iam@dukess.ru> | ++-----------------------------------------------------------------------+ + +*/ + +$labels = array(); +$labels['help'] = 'Помощь'; +$labels['about'] = 'О программе'; +$labels['license'] = 'Лицензия'; + +?> diff --git a/plugins/help/localization/zh_TW.inc b/plugins/help/localization/zh_TW.inc new file mode 100644 index 000000000..603283761 --- /dev/null +++ b/plugins/help/localization/zh_TW.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['help'] = '說明'; +$labels['about'] = '關於'; +$labels['license'] = '許可證'; + +?> |
