annotate plugins/contextmenu/localization/pt_BR.inc @ 24:4869fae20b88
do better at flag deletion, unthreaded dates sort working, preparing for threaded
| author |
Charlie Root |
| date |
Wed, 17 Jan 2018 17:40:51 -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();
|