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/vcard_attachments/localization | |
| 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/vcard_attachments/localization')
| -rw-r--r-- | plugins/vcard_attachments/localization/pt_BR.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/vcard_attachments/localization/pt_BR.inc b/plugins/vcard_attachments/localization/pt_BR.inc new file mode 100644 index 000000000..a3a8db7ce --- /dev/null +++ b/plugins/vcard_attachments/localization/pt_BR.inc @@ -0,0 +1,7 @@ +<?php
+
+$labels = array();
+$labels['addvcardmsg'] = 'Adicionar o vCard ao Catálogo de Endereços';
+$labels['vcardsavefailed'] = 'Impossível salvar o vCard';
+
+?>
\ No newline at end of file |
