Inital commit
This commit is contained in:
34
web/!install!/I18n/en_US.php
Normal file
34
web/!install!/I18n/en_US.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Administrator login :' => 'Administrator login :',
|
||||
'Administrator password :' => 'Administrator password :',
|
||||
'Administrator password verification :' => 'Administrator password verification :',
|
||||
'Checking permissions' => 'Checking permissions',
|
||||
'Choose your database' => 'Choose your database',
|
||||
'Company name :' => 'Company name :',
|
||||
'Contact email :' => 'Contact email :',
|
||||
'Continue' => 'Continue',
|
||||
'Create an other database' => 'Create an other database',
|
||||
'Database connection' => 'Database connection',
|
||||
'Database selection' => 'Database selection',
|
||||
'Don\'t forget to delete the web/install directory.' => 'Don\'t forget to delete the web/install directory.',
|
||||
'General information' => 'General information',
|
||||
'Go to back office' => 'Go to back office',
|
||||
'Host :' => 'Host :',
|
||||
'or' => 'or',
|
||||
'Password :' => 'Password :',
|
||||
'Port :' => 'Port :',
|
||||
'Select below the one you want to use.' => 'Select below the one you want to use.',
|
||||
'Thanks' => 'Thanks',
|
||||
'Thanks, you have installed Thelia' => 'Thanks, you have installed Thelia',
|
||||
'Thelia installation wizard' => 'Thelia installation wizard',
|
||||
'The SQL server contains multiple databases.' => 'The SQL server contains multiple databases.',
|
||||
'Username :' => 'Username :',
|
||||
'Version undefined' => 'Version undefined',
|
||||
'website url :' => 'website url :',
|
||||
'Welcome' => 'Welcome',
|
||||
'Welcome in the Thelia installation wizard.' => 'Welcome in the Thelia installation wizard.',
|
||||
'We will guide you throughout this process to install any application on your system.' => 'We will guide you throughout this process to install any application on your system.',
|
||||
'Wrong connection information' => 'Wrong connection information'
|
||||
);
|
||||
35
web/!install!/I18n/fr_FR.php
Normal file
35
web/!install!/I18n/fr_FR.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Administrator login :' => 'Identifiant administrateur :',
|
||||
'Administrator password :' => 'Mot de passe administrateur :',
|
||||
'Administrator password verification :' => 'Vérification mot de passe administrateur :',
|
||||
'Checking permissions' => 'Permissions',
|
||||
'Choose your database' => 'Choissisez la base de donnée',
|
||||
'Company name :' => 'Nom de la société :',
|
||||
'Contact email :' => 'Email de contact :',
|
||||
'Continue' => 'Continuez',
|
||||
'Create an other database' => 'Créez une nouvelle base de donnée',
|
||||
'Database connection' => 'Base de donnée',
|
||||
'Database selection' => 'Sélectionnez la base de donnée',
|
||||
'Don\'t forget to delete the web/install directory.' => 'N\'oubliez d\'enlever le répertoire web/install.',
|
||||
'General information' => 'Information générale',
|
||||
'Go to back office' => 'Allez dans l\'interface d\'administration',
|
||||
'Host :' => 'Hôte :',
|
||||
'or' => 'ou',
|
||||
'Password :' => 'Mot de passe :',
|
||||
'Port :' => 'Port :',
|
||||
'Select below the one you want to use.' => 'Sélectionnez ci-dessous celle que vous souhaitez utiliser.',
|
||||
'Thanks' => 'Merci',
|
||||
'Thanks, you have installed Thelia' => 'Merci, d\'avoir installé Thélia',
|
||||
'Thelia installation wizard' => 'Gestionnaire d\'installation de Thélia',
|
||||
'The SQL server contains multiple databases.' => 'Le serveur SQL contient plusieurs databases.',
|
||||
'Username :' => 'Utilisateur :',
|
||||
'Version undefined' => 'Version non définie',
|
||||
'website url :' => 'Url du site :',
|
||||
'Welcome' => 'Bienvenue',
|
||||
'Welcome in the Thelia installation wizard.' => 'Bienvenue dans le gestionnaire d\'installation de Thélia.',
|
||||
'We will guide you throughout this process to install any application on your system.' => 'Nous allons vous guidez pour installer Thélia sur votre système.',
|
||||
'Wrong connection information' => 'Mauvaise information de connexion',
|
||||
'Administrator preferred locale :' => 'Langue par défaut de l\'adminisrateur'
|
||||
);
|
||||
Reference in New Issue
Block a user