annotate plugins/contextmenu/localization/pt_BR.inc @ 49:91f005a4f7e9
Slowly cleaning up more php8 Warnings/deprecations
| author |
Charlie Root |
| date |
Mon, 06 Oct 2025 12:19:59 -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();
|