diff options
Diffstat (limited to 'webmail/plugins/google_contacts/localization/pt_BR.inc')
| -rw-r--r-- | webmail/plugins/google_contacts/localization/pt_BR.inc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/webmail/plugins/google_contacts/localization/pt_BR.inc b/webmail/plugins/google_contacts/localization/pt_BR.inc new file mode 100644 index 0000000..d7cb9bd --- /dev/null +++ b/webmail/plugins/google_contacts/localization/pt_BR.inc @@ -0,0 +1,25 @@ +<?php + +/* ++-----------------------------------------------------------------------+ +| language/pt_BR/labels.inc | +| | +| Language file of the RoundCube Webmail client | +| Copyright (C) 2008-2009, RoundQube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: trturino | ++-----------------------------------------------------------------------+ + +*/ + +$labels = array(); +$labels['googlecontacts'] = 'Contatos Google'; +$labels['usegoogleabook'] = 'Usar catálogo de endereços do Google'; +$labels['googleuser'] = 'Conta Google'; +$labels['googlepass'] = 'Senha Google'; +$labels['googlepassisset'] = 'Senha está preenchida'; +$labels['googlepassisnotset'] = 'Senha não está preenchida'; + +?>
\ No newline at end of file |
