annotate plugins/contextmenu/localization/pt_BR.inc @ 17:3bd5fe8166b8
switch to using vurl as well for better display, and it gets saved
author |
Charlie Root |
date |
Sat, 13 Jan 2018 17:06:41 -0500 |
parents |
1e000243b222 |
children |
|
rev |
line source |
0
|
1 <?php
|
|
2 /* Author: Claudio Ferreira Filho */
|
|
3
|
|
4 $labels = array();
|
|
5 $labels['collapseall'] = 'Recolher todas as pastas';
|
|
6 $labels['expandall'] = 'Expandir todas as pastas';
|
|
7 $labels['assigngroup'] = 'Atribuir contatos selecionados ao grupo...';
|
|
8
|
|
9 $messages = array();
|