diff --git a/README-LABINVENT.md b/README-LABINVENT.md index b90600b..98c4b5b 100755 --- a/README-LABINVENT.md +++ b/README-LABINVENT.md @@ -51,21 +51,11 @@ Logiciel testé et validé sur les configurations suivantes : VERSION ACTUELLE Date: 15/06/2016 -Version: 2.4.4.0 +Version: 2.4.4.1 -!!! Modif BD !!! - -Fiche matériel + attribut "from" email + bouton "nouveau matériel" sur home + script données dates + ajout emails configurations + limite host_ldap (aucune) - -Demande (en terminé) : https://projects.irap.omp.eu/issues/3822 - https://projects.irap.omp.eu/issues/3824 - https://projects.irap.omp.eu/issues/3823 - https://projects.irap.omp.eu/issues/3829 - https://projects.irap.omp.eu/issues/3830 - https://projects.irap.omp.eu/issues/3821 +Demande (en terminé) : Mode install --> français - -Version majeure en cours (2.5): https://projects.irap.omp.eu/versions/99 +Version majeure en cours (2.4): https://projects.irap.omp.eu/versions/107 ROADMAP: https://projects.irap.omp.eu/projects/labinvent/roadmap diff --git a/src/Template/Layout/default.ctp b/src/Template/Layout/default.ctp index f627ab1..6599771 100755 --- a/src/Template/Layout/default.ctp +++ b/src/Template/Layout/default.ctp @@ -94,7 +94,7 @@ $cakeDescription = 'Labinvent 2.0'; - VERSION 2.4.4.0 (15/06/2016) + VERSION 2.4.4.1 (15/06/2016) diff --git a/src/Template/Pages/home_install.ctp b/src/Template/Pages/home_install.ctp index 3a78a91..594d21a 100755 --- a/src/Template/Pages/home_install.ctp +++ b/src/Template/Pages/home_install.ctp @@ -34,94 +34,94 @@ $this->layout = false;
Html->image('http://cakephp.org/img/cake-logo.png') ?> -

Configuring your Labinvent

+

Configurer votre Labinvent

- Form->postLink("Stop Install mode", ['controller' => 'configurations', 'action'=>'installOff'], ['confirm' => __('Êtes-vous sur ?')]); ?> + Form->postLink("Stopper le mode installation", ['controller' => 'configurations', 'action'=>'installOff'], ['confirm' => __('Êtes-vous sur ?')]); ?>
-

URL rewriting is not properly configured on your server.

+

L'URL rewriting n'est pas configurer correctement sur votre serveur.

- 1) Help me configure it + 1) Aide pour le configurer

- 2) I don't / can't use URL rewriting + 2) Je ne veut/peut pas utilisé l'URL rewriting

-

Environment

+

Environnement

=')): ?> -

Your version of PHP is 5.5.9 or higher.

+

Votre version de PHP est la 5.5.9 ou plus.

-

Your version of PHP is too low. You need PHP 5.5.9 or higher to use CakePHP.

+

Votre version de PHP est trop ancienne. Vous avez besoin de la version 5.5.9 ou plus pour utiliser Labinvent.

-

Your version of PHP has the mbstring extension loaded.

+

L'extension mbstring de PHP a été correctement chargé.

-

Your version of PHP does NOT have the mbstring extension loaded.

; +

L'extension mbstring de PHP n'a pas été chargé.

; -

Your version of PHP has the openssl extension loaded.

+

L'extension openssl de PHP a été correctement chargé.

-

Your version of PHP has the mcrypt extension loaded.

+

L'extension mcrypt de PHP a été correctement chargé.

-

Your version of PHP does NOT have the openssl or mcrypt extension loaded.

+

L'extension openssl ou mcrypt de PHP n'a pas été chargé.

-

Your version of PHP has the intl extension loaded.

+

L'extension intl de PHP a été correctement chargé.

-

Your version of PHP does NOT have the intl extension loaded.

+

L'extension intl de PHP n'a pas été chargé.

-

Your version of PHP has the gd extension loaded.

+

L'extension gd de PHP a été correctement chargé.

-

Your version of PHP does NOT have the gd extension loaded.

+

L'extension gd de PHP n'a pas été chargé.

-

Your version of PHP has the zlib extension loaded.

+

L'extension zlib de PHP a été correctement chargé.

-

Your version of PHP does NOT have the zlib extension loaded.

+

L'extension zlib de PHP n'a pas été chargé.

-

Your version of PHP has the xml extension loaded.

+

L'extension xml de PHP a été correctement chargé.

-

Your version of PHP does NOT have the xml extension loaded.

+

L'extension xml de PHP n'a pas été chargé.


-

Filesystem

+

Fichiers systèmes

-

Your tmp directory is writable.

+

Votre répertoire tmp est accessible en écriture.

-

Your tmp directory is NOT writable.

+

Votre répertoire tmp n'est pas accessible en écriture.

-

Your logs directory is writable.

+

Votre répertoire logs est accessible en écriture.

-

Your logs directory is NOT writable.

+

Votre répertoire logs n'est pas accessible en écriture.

-

The Engine is being used for core caching. To change the config edit config/app.php

+

Le Engine est utilisé pour la mise en cache de la base de données. Pour modifier la config modifier config/app.php.

-

Your cache is NOT working. Please check the settings in config/app.php

+

Votre cache ne fonctionne pas. S'il vous plaît vérifier les paramètres dans config/app.php.


-

Database

+

Base de données

layout = false; } ?> -

CakePHP is able to connect to the database.

+

Labinvent est correctement connecté à la base de données.

-

CakePHP is NOT able to connect to the database.

+

Labinvent n'est pas connecté à la base de données.


-

Application Configuration

- Html->link('Edit the general configuration', ['controller' => 'configurations', 'action' => 'edit', 1]); ?> +

Configuration de l'application

+ Html->link('Editer la configuration générale', ['controller' => 'configurations', 'action' => 'edit', 1]); ?>

-

Others informations

- Html->link('See information on the system', ['controller'=>'pages', 'action'=>'infos']); ?> +

Autres informations

+ Html->link('Voir les informations du système', ['controller'=>'pages', 'action'=>'infos']); ?>
-- libgit2 0.21.2