mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 17:13:49 +00:00
* Um teste por hora * asd * Edited and Added PT-BR language. Minor and major fixes to pt-br translate. 2 fixes to mistyped english words. * Create AgregarDeveloper.md * Deleted wrong file placement Deleted wrong file placement
16 lines
698 B
PHP
16 lines
698 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Backup";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Sauvegarde";
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Kopie zapasowe";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Backup";
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Backup";
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Резервна копія";
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Sicherung";
|
|
$apps[$x]['menu'][0]['uuid'] = "7e174c3c-e494-4bb0-a52a-4ea55209ffeb";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/app/backup/index.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
?>
|