2012-06-04 16:58:40 +02:00
< ? php
//application details
$apps [ $x ][ 'name' ] = " Adminer " ;
2013-10-01 13:35:07 +02:00
$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/ " ;
$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. " ;
$apps [ $x ][ 'description' ][ 'es-mx' ] = " " ;
$apps [ $x ][ 'description' ][ 'de-de' ] = " " ;
$apps [ $x ][ 'description' ][ 'de-ch' ] = " " ;
$apps [ $x ][ 'description' ][ 'de-at' ] = " " ;
$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. " ;
$apps [ $x ][ 'description' ][ 'fr-ca' ] = " " ;
$apps [ $x ][ 'description' ][ 'fr-ch' ] = " " ;
$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. " ;
$apps [ $x ][ 'description' ][ 'pt-br' ] = " " ;
2012-10-11 03:28:18 +02:00
2012-06-04 16:58:40 +02:00
//menu details
2013-10-01 13:35:07 +02:00
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'en-us' ] = " Adminer " ;
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'es-mx' ] = " " ;
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'de-de' ] = " " ;
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'de-ch' ] = " " ;
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'de-at' ] = " " ;
$apps [ $x ][ 'menu' ][ 0 ][ 'title' ][ 'fr-fr' ] = " Admin BDD " ;
$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' ] = " " ;
$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 " ;
2012-06-04 16:58:40 +02:00
//permission details
2013-10-01 13:35:07 +02:00
$apps [ $x ][ 'permissions' ][ 0 ][ 'name' ] = " adminer " ;
$apps [ $x ][ 'permissions' ][ 0 ][ 'menu' ][ 'uuid' ] = " 1f59d07b-b4f7-4f9e-bde9-312cf491d66e " ;
$apps [ $x ][ 'permissions' ][ 0 ][ 'groups' ][] = " superadmin " ;
2012-06-04 16:58:40 +02:00
2013-09-17 18:48:23 +02:00
?>