123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- $y=0;
- $apps[$x]['menu'][$y]['title']['en-us'] = "Upgrade";
- $apps[$x]['menu'][$y]['title']['en-gb'] = "Upgrade";
- $apps[$x]['menu'][$y]['title']['ar-eg'] = "أعلى";
- $apps[$x]['menu'][$y]['title']['de-at'] = "Aktualisierung";
- $apps[$x]['menu'][$y]['title']['de-de'] = "Aktualisierung";
- $apps[$x]['menu'][$y]['title']['es-cl'] = "Actualizar";
- $apps[$x]['menu'][$y]['title']['es-mx'] = "Actualización";
- $apps[$x]['menu'][$y]['title']['fr-ca'] = "Mise à niveau";
- $apps[$x]['menu'][$y]['title']['fr-fr'] = "Mise à jour";
- $apps[$x]['menu'][$y]['title']['he-il'] = "שדרוג";
- $apps[$x]['menu'][$y]['title']['it-it'] = "Aggiorna";
- $apps[$x]['menu'][$y]['title']['ka-ge'] = "განახლება";
- $apps[$x]['menu'][$y]['title']['nl-nl'] = "Upgrade";
- $apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktualizacja";
- $apps[$x]['menu'][$y]['title']['pt-br'] = "Atualização";
- $apps[$x]['menu'][$y]['title']['pt-pt'] = "Actualizar BD";
- $apps[$x]['menu'][$y]['title']['ro-ro'] = "Actualizare";
- $apps[$x]['menu'][$y]['title']['ru-ru'] = "Обновление";
- $apps[$x]['menu'][$y]['title']['sv-se'] = "Uppgardera";
- $apps[$x]['menu'][$y]['title']['uk-ua'] = "Оновлення";
- $apps[$x]['menu'][$y]['title']['zh-cn'] = "升级";
- $apps[$x]['menu'][$y]['title']['ja-jp'] = "アップグレード";
- $apps[$x]['menu'][$y]['title']['ko-kr'] = "업그레이드";
- $apps[$x]['menu'][$y]['uuid'] = "8c826e92-be3c-0944-669a-24e5b915d562";
- $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
- $apps[$x]['menu'][$y]['category'] = "internal";
- $apps[$x]['menu'][$y]['icon'] = "";
- $apps[$x]['menu'][$y]['path'] = "/core/upgrade/index.php";
- $apps[$x]['menu'][$y]['order'] = "";
- $apps[$x]['menu'][$y]['groups'][] = "superadmin";
- $y++;
- ?>
|