diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-22 09:15:36 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-22 09:15:36 +0000 |
| commit | 3e168e73520ee3e5d408743a5c908789ce082244 (patch) | |
| tree | 083a7d4020f1c7796336dd2694056af39b977ecf /roundcubemail/plugins/help/localization | |
| parent | 11e773a035417cd40a4a03ff6c9286d2d1561099 (diff) | |
- Help plugin
- support 'dummy' task (for plugins)
git-svn-id: https://svn.roundcube.net/trunk@2783 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/help/localization')
| -rw-r--r-- | roundcubemail/plugins/help/localization/en_UK.inc | 8 | ||||
| -rw-r--r-- | roundcubemail/plugins/help/localization/en_US.inc | 8 | ||||
| -rw-r--r-- | roundcubemail/plugins/help/localization/pl_PL.inc | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/roundcubemail/plugins/help/localization/en_UK.inc b/roundcubemail/plugins/help/localization/en_UK.inc new file mode 100644 index 000000000..cfc3980a4 --- /dev/null +++ b/roundcubemail/plugins/help/localization/en_UK.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['help'] = 'Help'; +$labels['about'] = 'About'; +$labels['license'] = 'Licence'; + +?> diff --git a/roundcubemail/plugins/help/localization/en_US.inc b/roundcubemail/plugins/help/localization/en_US.inc new file mode 100644 index 000000000..8c2d1517c --- /dev/null +++ b/roundcubemail/plugins/help/localization/en_US.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['help'] = 'Help'; +$labels['about'] = 'About'; +$labels['license'] = 'License'; + +?> diff --git a/roundcubemail/plugins/help/localization/pl_PL.inc b/roundcubemail/plugins/help/localization/pl_PL.inc new file mode 100644 index 000000000..087bc0726 --- /dev/null +++ b/roundcubemail/plugins/help/localization/pl_PL.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['help'] = 'Pomoc'; +$labels['about'] = 'O programie'; +$labels['license'] = 'Licencja'; + +?> |
