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/archive | |
| 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/archive')
| -rw-r--r-- | plugins/archive/localization/pt_BR.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/archive/localization/pt_BR.inc b/plugins/archive/localization/pt_BR.inc new file mode 100644 index 000000000..224f53caa --- /dev/null +++ b/plugins/archive/localization/pt_BR.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['buttontitle'] = 'Arquivar esta mensagem'; +$labels['archived'] = 'Arquivada com sucesso'; +$labels['archivefolder'] = 'Arquivo'; + +?> |
