1<?php
2
3	//application details
4		$apps[$x]['name'] = "Adminer";
5		$apps[$x]['uuid'] = "214b9f02-547b-d49d-f4e9-02987d9581c5";
6		$apps[$x]['category'] = "System";
7		$apps[$x]['subcategory'] = "";
8		$apps[$x]['version'] = "3.2.2";
9		$apps[$x]['license'] = "http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0";
10		$apps[$x]['url'] = "http://www.adminer.org/";
11		$apps[$x]['description']['en-us'] = "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle.";
12		$apps[$x]['description']['ar-eg'] = "";
13		$apps[$x]['description']['de-at'] = "Adminer (ehemals phpMinAdmin) ist ein umfassendes Werkzeug für die Datenbankverwaltung welches in PHP geschrieben wurde. Es ist für MySQL, PostgreSQL, SQLite, MS SQL und Oracle verfügbar.";
14		$apps[$x]['description']['de-ch'] = "";
15		$apps[$x]['description']['de-de'] = "Adminer (ehemals phpMinAdmin) ist ein umfassendes Werkzeug für die Datenbankverwaltung welches in PHP geschrieben wurde. Es ist für MySQL, PostgreSQL, SQLite, MS SQL und Oracle verfügbar.";
16		$apps[$x]['description']['es-cl'] = "Adminer (anteriormente phpMinAdmin) es una herramienta completa para la gestión de bases de datos escrita en PHP. Adminer está disponible para MySQL, PostgreSQL, SQLite, MS SQL y Oracle)";
17		$apps[$x]['description']['es-mx'] = "";
18		$apps[$x]['description']['fr-ca'] = "";
19		$apps[$x]['description']['fr-fr'] = "Adminer (précédemment phpMinAdmin) est un outil gestion de base de données complet écrite en php. Adminer est disponible pour MySQL, PostgreSQL, SQLite, MS SQL et Oracle.";
20		$apps[$x]['description']['he-il'] = "";
21		$apps[$x]['description']['it-it'] = "";
22		$apps[$x]['description']['nl-nl'] = "";
23		$apps[$x]['description']['pl-pl'] = "";
24		$apps[$x]['description']['pt-br'] = "";
25		$apps[$x]['description']['pt-pt'] = "Adminer (anteriormente phpMinAdmin) é uma ferramenta completa para gestão de bases de dados escrita em PHP. O Adminer está disponível para MySQL, PostgreSQL, SQLite, MS SQL e Oracle.";
26		$apps[$x]['description']['ro-ro'] = "";
27		$apps[$x]['description']['ru-ru'] = "Adminer (в прошлом phpMinAdmin) это полнофункциональный инструмент управления базами данных, написанный на PHP. Adminer доступен для for MySQL, PostgreSQL, SQLite, MS SQL и Oracle.";
28		$apps[$x]['description']['sv-se'] = "";
29		$apps[$x]['description']['uk-ua'] = "";
30
31	//permission details
32		$apps[$x]['permissions'][0]['name'] = "adminer";
33		$apps[$x]['permissions'][0]['menu']['uuid'] = "1f59d07b-b4f7-4f9e-bde9-312cf491d66e";
34		$apps[$x]['permissions'][0]['groups'][] = "superadmin";
35
36	//default settings
37		$y=0;
38		$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "e34b276a-1b64-4d11-9470-ae3ea977c47e";
39		$apps[$x]['default_settings'][$y]['default_setting_category'] = "adminer";
40		$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "auto_login";
41		$apps[$x]['default_settings'][$y]['default_setting_name'] = "boolean";
42		$apps[$x]['default_settings'][$y]['default_setting_value'] = "true";
43		$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
44		$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set whether to auto-login to Adminer, or require a username and password.";
45
46?>