diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:14:57 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:14:57 +0200 |
commit | 20825920e3f723c1a2a962beaa72a33e82cd14da (patch) | |
tree | 5eacbfb755f56b6ec2b59be9e7ac1ff3352ff615 /plugins/subscriptions_option/localization/pt_BR.inc | |
parent | 056a8b7174a1ee9f117b956088973c6dd0e8997d (diff) |
Synched translations from launchpad/masterv0.8.0
Diffstat (limited to 'plugins/subscriptions_option/localization/pt_BR.inc')
-rw-r--r-- | plugins/subscriptions_option/localization/pt_BR.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/subscriptions_option/localization/pt_BR.inc b/plugins/subscriptions_option/localization/pt_BR.inc new file mode 100644 index 000000000..b7480db6a --- /dev/null +++ b/plugins/subscriptions_option/localization/pt_BR.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/pt_BR/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Victor Benincasa <vbenincasa@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Usar função de inscrição em pastas IMAP'; + |