diff options
| author | netbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-02 08:08:45 +0000 |
|---|---|---|
| committer | netbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-02 08:08:45 +0000 |
| commit | 73038ecd015b48e2ae64a0a0ce9f89045741ccf1 (patch) | |
| tree | 11ccb5e75e2921e8616cac0eba1281339cb9c375 /plugins/help | |
| parent | dd36e935aed5c5ea46c664d428af73e0ef57e2e4 (diff) | |
- Some pt_BR translations for plugins
git-svn-id: https://svn.roundcube.net/trunk@4717 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/help')
| -rw-r--r-- | plugins/help/localization/pt_BR.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/help/localization/pt_BR.inc b/plugins/help/localization/pt_BR.inc new file mode 100644 index 000000000..f557ad267 --- /dev/null +++ b/plugins/help/localization/pt_BR.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['help'] = 'Ajuda'; +$labels['about'] = 'Sobre'; +$labels['license'] = 'Licença'; + +?> |
