annotate plugins/contextmenu/localization/pt_BR.inc @ 58:082a19037887
default tip
More cleaning up php8 Warnings/deprecations
| author |
Charlie Root |
| date |
Wed, 15 Oct 2025 14:06:01 -0400 |
| 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();
|