2012-06-04 16:58:40 +02:00
< ? php
//application details
$apps [ $x ][ 'name' ] = " Adminer " ;
$apps [ $x ][ 'uuid' ] = '214b9f02-547b-d49d-f4e9-02987d9581c5' ;
$apps [ $x ][ 'category' ] = 'System' ;
$apps [ $x ][ 'subcategory' ] = '' ;
$apps [ $x ][ 'version' ] = '3.2.2' ;
$apps [ $x ][ 'license' ] = 'http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0' ;
$apps [ $x ][ 'url' ] = 'http://www.adminer.org/' ;
2012-10-11 03:28:18 +02:00
$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.' ;
2012-10-11 02:07:03 +02:00
$apps [ $x ][ 'description' ][ 'es-mx' ] = '' ;
$apps [ $x ][ 'description' ][ 'de' ] = '' ;
$apps [ $x ][ 'description' ][ 'de-ch' ] = '' ;
$apps [ $x ][ 'description' ][ 'de-at' ] = '' ;
2013-09-13 23:04:53 +02:00
$apps [ $x ][ 'description' ][ '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.' ;
2012-10-11 02:07:03 +02:00
$apps [ $x ][ 'description' ][ 'fr-ca' ] = '' ;
$apps [ $x ][ 'description' ][ 'fr-ch' ] = '' ;
2013-09-13 23:04:53 +02:00
$apps [ $x ][ 'description' ][ 'pt-pt' ] = 'Adminer (anteriormente phpMinAdmin) é uma completa ferramenta de gestão de banco de dados escrito em PHP. Adminer está disponà vel para MySQL, PostgreSQL, SQLite, MS SQL e Oracle.' ;
2012-10-11 02:07:03 +02:00
$apps [ $x ][ 'description' ][ 'pt-br' ] = '' ;
2012-10-11 03:28:18 +02:00
2012-06-04 16:58:40 +02:00
//menu details
2012-10-11 03:28:18 +02:00
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'en-us' ] = 'Adminer' ;
2012-10-11 02:07:03 +02:00
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'es-mx' ] = '' ;
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'de' ] = '' ;
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'de-ch' ] = '' ;
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'de-at' ] = '' ;
2013-09-13 23:04:53 +02:00
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'fr' ] = 'Admin BDD' ;
2012-10-11 02:07:03 +02:00
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'fr-ca' ] = '' ;
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'fr-ch' ] = '' ;
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'pt-pt' ] = 'Administrador' ;
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'pt-br' ] = '' ;
2012-06-04 16:58:40 +02:00
$apps [ $x ][ 'menu' ][ 0 ][ 'uuid' ] = '1f59d07b-b4f7-4f9e-bde9-312cf491d66e' ;
$apps [ $x ][ 'menu' ][ 0 ][ 'parent_uuid' ] = '594d99c5-6128-9c88-ca35-4b33392cec0f' ;
$apps [ $x ][ 'menu' ][ 0 ][ 'category' ] = 'external' ;
$apps [ $x ][ 'menu' ][ 0 ][ 'path' ] = '<!--{project_path}-->/app/adminer/index.php' ;
$apps [ $x ][ 'menu' ][ 0 ][ 'groups' ][] = 'superadmin' ;
//permission details
$apps [ $x ][ 'permissions' ][ 0 ][ 'name' ] = 'adminer' ;
$apps [ $x ][ 'permissions' ][ 0 ][ 'groups' ][] = 'superadmin' ;
?>