12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?php
- /*
- * FusionPBX
- * Version: MPL 1.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is FusionPBX
- *
- * The Initial Developer of the Original Code is
- * Mark J Crane <[email protected]>
- * Portions created by the Initial Developer are Copyright (C) 2008-2024
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- * Mark J Crane <[email protected]>
- * Tim Fry <[email protected]>
- */
- $y=0;
- $apps[$x]['menu'][$y]['title']['en-us'] = "Maintenance";
- $apps[$x]['menu'][$y]['title']['en-gb'] = "Maintenance";
- $apps[$x]['menu'][$y]['title']['ar-eg'] = "صيانة";
- $apps[$x]['menu'][$y]['title']['de-at'] = "Wartung";
- $apps[$x]['menu'][$y]['title']['de-ch'] = "Wartung";
- $apps[$x]['menu'][$y]['title']['de-de'] = "Wartung";
- $apps[$x]['menu'][$y]['title']['el-gr'] = "Συντήρηση";
- $apps[$x]['menu'][$y]['title']['es-cl'] = "Mantenimiento";
- $apps[$x]['menu'][$y]['title']['es-mx'] = "Mantenimiento";
- $apps[$x]['menu'][$y]['title']['fr-ca'] = "Entretien";
- $apps[$x]['menu'][$y]['title']['fr-fr'] = "Entretien";
- $apps[$x]['menu'][$y]['title']['he-il'] = "תחזוקה";
- $apps[$x]['menu'][$y]['title']['it-it'] = "Manutenzione";
- $apps[$x]['menu'][$y]['title']['nl-nl'] = "Onderhoud";
- $apps[$x]['menu'][$y]['title']['pl-pl'] = "Konserwacja";
- $apps[$x]['menu'][$y]['title']['pt-br'] = "Manutenção";
- $apps[$x]['menu'][$y]['title']['pt-pt'] = "Manutenção";
- $apps[$x]['menu'][$y]['title']['ro-ro'] = "întreținere";
- $apps[$x]['menu'][$y]['title']['ru-ru'] = "Обслуживание";
- $apps[$x]['menu'][$y]['title']['sv-se'] = "Underhåll";
- $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'] = "14f45122-cf96-4519-8eee-43a8a47d8734";
- $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
- $apps[$x]['menu'][$y]['category'] = "internal";
- $apps[$x]['menu'][$y]['icon'] = "";
- $apps[$x]['menu'][$y]['path'] = "/app/maintenance/maintenance.php";
- $apps[$x]['menu'][$y]['order'] = "";
- $apps[$x]['menu'][$y]['groups'][] = "superadmin";
- $y++;
|