Pour pouvoir importer des images sur le serveur et consulter le wiki sans publicité, vous devez vous connecter.

GwBBCode/Contribution

Guild Wars Wiki en français
Aller à la navigation Aller à la recherche

Loader[modifier | modifier le wikicode]

FR[modifier | modifier le wikicode]

// $Id$

/**
 * @file
 * Langage file (french).
 * This file contains translated strings.
 */


$gw_localisation = array(
 'LOADER_TITLE'             => 'gwBBCode Net Install',
 'LOADER_BLOCK'             => 'Par mesure de sécurité, ce fichier ne peut être lancé dans son répertoire d\'origine !',
 'LOADER_SUMMARY'           => 'Cet outil permet de récupérer la dernière version du gwBBCode et la décompresse dans votre espace web.',
 'LOADER_SUMMARY2'          => 'Vous serez redirigé ensuite vers la page d\'installation du gwBBCode.',
 'LOADER_SELECT_VERSION'    => 'Vous pouvez sélectionner une version différente pour l\'installation.',
 'LOADER_SELECT_VERSION2'   => 'Laissez le choix par défaut pour installer la dernière version stable.',
 'LOADER_FIELD_VERSION'     => 'Version',
 'LOADER_CURRENT_VERSION'   => 'Version stable',
 'LOADER_SVN_VERSION'       => 'Version en développement (%s)',
 'LOADER_VERSION_BUTTON'    => 'Utiliser cette version',
 'LOADER_CANT_WRITE'        => 'Les droits d\'accès en écriture sont nécessaires.',
 'LOADER_CANT_WRITE2'       => 'Le programme n\'a pas le droit d\'écrire dans le dossier courant : ceci est indispensable.',
 'LOADER_CANT_WRITE_CHMOD'  => 'Essayez de changer les permissions pour autoriser l\'accès en écriture, puis recommencez.',
 'LOADER_RETURN'            => 'Retour',
 'LOADER_PHP_VERSION'       => 'La version PHP de votre hébergeur est PHP %s, mais PHP 5 est requis.',
 'LOADER_TRY_PHP5'          => 'Ce programme l\'a modifié en créant ou en modifiant le fichier ".htaccess".',
 'LOADER_FILES_DESTINATION' => 'Destination :',
 'LOADER_CANT_PHP5'         => 'Ce programme n\'a pas pu modifier votre version de PHP.',
 'LOADER_CANT_PHP51'        => 'Vous devriez contacter votre hébergeur afin de savoir comment configurer PHP 5, puis essayez de relancer ce programme.',
 'LOADER_ALREADY_EXIST'     => 'Apparemment, une installation antérieur du gwBBCode est déjà présente ici.',
 'LOADER_ALREADY_EXIST_TIP' => 'Vous devez la renommer ou la supprimer avant d\'aller plus loin...',
 'LOADER_CANT_FIND_FILES'   => 'Les fichiers nécessaires sont manquants.',
 'LOADER_INVALID_ARCHIVE'   => 'Archive invalide.',
 'LOADER_UNZIP_PROBLEM'     => 'Les fichiers n\'ont pas été extraits correctement.',
 'LOADER_SUCCESS'           => 'Félicitation !',
 'LOADER_SUCCESS_SUMMARY'   => 'Tout s\'est déroulé correctement. Vous êtes maintenant prêt à lancer la procédure d\'installation.',
 'LOADER_INSTALL_BUTTON'    => 'Installer le gwBBCode',
 'LOADER_CANT_GRAB_FILES'   => 'Une erreur est survenue lors de la récupération des fichiers.',
);

EN[modifier | modifier le wikicode]

// $Id$

/**
 * @file
 * Langage file (english).
 * This file contains translated strings.
 */


$gw_localisation = array(
 'LOADER_TITLE'             => 'gwBBCode Net Install',
 'LOADER_BLOCK'             => 'By security precaution, this file can not be launched in its home directory !',
 'LOADER_SUMMARY'           => 'This tool allows you to retrieve the latest version of gwBBCode and unpack it into your web space.',
 'LOADER_SUMMARY2'          => 'Then you will be redirected to the install wizard.',
 'LOADER_SELECT_VERSION'    => 'You can select a different version for installation.',
 'LOADER_SELECT_VERSION2'   => 'Leave the default to install the latest stable version.',
 'LOADER_FIELD_VERSION'     => 'Version',
 'LOADER_CURRENT_VERSION'   => 'Stable',
 'LOADER_SVN_VERSION'       => 'Development (%s)',
 'LOADER_VERSION_BUTTON'    => 'Use this version',
 'LOADER_CANT_WRITE'        => 'Write permission needed.',
 'LOADER_CANT_WRITE2'       => 'The script can\'t write in the current folder.',
 'LOADER_CANT_WRITE_CHMOD'  => 'Try to change permissions to allow write access, and restart the install.',
 'LOADER_RETURN'            => 'Return',
 'LOADER_PHP_VERSION'       => 'The PHP version of your host is PHP %s, but this pre-install script requires PHP 5.',
 'LOADER_TRY_PHP5'          => 'This program has changed it by creating or editing an ".htaccess" file.',
 'LOADER_FILES_DESTINATION' => 'Destination :',
 'LOADER_CANT_PHP5'         => 'This program could not change your PHP version.',
 'LOADER_CANT_PHP51'        => 'You should contact your provider to find out how to configure PHP 5, and then try to restart this script.',
 'LOADER_ALREADY_EXIST'     => 'It seems a previous gwBBCode installation is already here.',
 'LOADER_ALREADY_EXIST_TIP' => 'You must rename its folder or delete it...',
 'LOADER_CANT_FIND_FILES'   => 'The necessary files are missing.',
 'LOADER_INVALID_ARCHIVE'   => 'Invalid archive.',
 'LOADER_UNZIP_PROBLEM'     => 'The files were not properly extracted.',
 'LOADER_SUCCESS'           => 'Congratulations!',
 'LOADER_SUCCESS_SUMMARY'   => 'Everything went well. You are now ready to begin the installation wizard.',
 'LOADER_INSTALL_BUTTON'    => 'Install gwBBCode',
 'LOADER_CANT_GRAB_FILES'   => 'An error occurred when retrieving files.',
);

DE[modifier | modifier le wikicode]

// $Id$

/**
 * @file
 * Langage file (deutsch).
 * This file contains translated strings.
 */


$gw_localisation = array(
 'LOADER_TITLE'             => 'gwBBCode Net Install',
 'LOADER_BLOCK'             => 'By security precaution, this file can not be launched in its home directory !',
 'LOADER_SUMMARY'           => 'This tool allows you to retrieve the latest version of gwBBCode and unpack it into your web space.',
 'LOADER_SUMMARY2'          => 'Then you will be redirected to the install wizard.',
 'LOADER_SELECT_VERSION'    => 'You can select a different version for installation.',
 'LOADER_SELECT_VERSION2'   => 'Leave the default to install the latest stable version.',
 'LOADER_FIELD_VERSION'     => 'Version',
 'LOADER_CURRENT_VERSION'   => 'Stable',
 'LOADER_SVN_VERSION'       => 'Development (%s)',
 'LOADER_VERSION_BUTTON'    => 'Use this version',
 'LOADER_CANT_WRITE'        => 'Write permission needed.',
 'LOADER_CANT_WRITE2'       => 'The script can\'t write in the current folder.',
 'LOADER_CANT_WRITE_CHMOD'  => 'Try to change permissions to allow write access, and restart the install.',
 'LOADER_RETURN'            => 'Return',
 'LOADER_PHP_VERSION'       => 'The PHP version of your host is PHP %s, but this pre-install script requires PHP 5.',
 'LOADER_TRY_PHP5'          => 'This program has changed it by creating or editing an ".htaccess" file.',
 'LOADER_FILES_DESTINATION' => 'Destination :',
 'LOADER_CANT_PHP5'         => 'This program could not change your PHP version.',
 'LOADER_CANT_PHP51'        => 'You should contact your provider to find out how to configure PHP 5, and then try to restart this script.',
 'LOADER_ALREADY_EXIST'     => 'It seems a previous gwBBCode installation is already here.',
 'LOADER_ALREADY_EXIST_TIP' => 'You must rename its folder or delete it...',
 'LOADER_CANT_FIND_FILES'   => 'The necessary files are missing.',
 'LOADER_INVALID_ARCHIVE'   => 'Invalid archive.',
 'LOADER_UNZIP_PROBLEM'     => 'The files were not properly extracted.',
 'LOADER_SUCCESS'           => 'Congratulations!',
 'LOADER_SUCCESS_SUMMARY'   => 'Everything went well. You are now ready to begin the installation wizard.',
 'LOADER_INSTALL_BUTTON'    => 'Install gwBBCode',
 'LOADER_CANT_GRAB_FILES'   => 'An error occurred when retrieving files.',
);

ES[modifier | modifier le wikicode]

// $Id$

/**
 * @file
 * Langage file (español).
 * This file contains translated strings.
 */


$gw_localisation = array(
 'LOADER_TITLE'             => 'gwBBCode Net Install',
 'LOADER_BLOCK'             => 'By security precaution, this file can not be launched in its home directory !',
 'LOADER_SUMMARY'           => 'This tool allows you to retrieve the latest version of gwBBCode and unpack it into your web space.',
 'LOADER_SUMMARY2'          => 'Then you will be redirected to the install wizard.',
 'LOADER_SELECT_VERSION'    => 'You can select a different version for installation.',
 'LOADER_SELECT_VERSION2'   => 'Leave the default to install the latest stable version.',
 'LOADER_FIELD_VERSION'     => 'Version',
 'LOADER_CURRENT_VERSION'   => 'Stable',
 'LOADER_SVN_VERSION'       => 'Development (%s)',
 'LOADER_VERSION_BUTTON'    => 'Use this version',
 'LOADER_CANT_WRITE'        => 'Write permission needed.',
 'LOADER_CANT_WRITE2'       => 'The script can\'t write in the current folder.',
 'LOADER_CANT_WRITE_CHMOD'  => 'Try to change permissions to allow write access, and restart the install.',
 'LOADER_RETURN'            => 'Return',
 'LOADER_PHP_VERSION'       => 'The PHP version of your host is PHP %s, but this pre-install script requires PHP 5.',
 'LOADER_TRY_PHP5'          => 'This program has changed it by creating or editing an ".htaccess" file.',
 'LOADER_FILES_DESTINATION' => 'Destination :',
 'LOADER_CANT_PHP5'         => 'This program could not change your PHP version.',
 'LOADER_CANT_PHP51'        => 'You should contact your provider to find out how to configure PHP 5, and then try to restart this script.',
 'LOADER_ALREADY_EXIST'     => 'It seems a previous gwBBCode installation is already here.',
 'LOADER_ALREADY_EXIST_TIP' => 'You must rename its folder or delete it...',
 'LOADER_CANT_FIND_FILES'   => 'The necessary files are missing.',
 'LOADER_INVALID_ARCHIVE'   => 'Invalid archive.',
 'LOADER_UNZIP_PROBLEM'     => 'The files were not properly extracted.',
 'LOADER_SUCCESS'           => 'Congratulations!',
 'LOADER_SUCCESS_SUMMARY'   => 'Everything went well. You are now ready to begin the installation wizard.',
 'LOADER_INSTALL_BUTTON'    => 'Install gwBBCode',
 'LOADER_CANT_GRAB_FILES'   => 'An error occurred when retrieving files.',
);

IT[modifier | modifier le wikicode]

// $Id$

/**
 * @file
 * Langage file (italiano).
 * This file contains translated strings.
 */


$gw_localisation = array(
 'LOADER_TITLE'             => 'gwBBCode Net Install',
 'LOADER_BLOCK'             => 'By security precaution, this file can not be launched in its home directory !',
 'LOADER_SUMMARY'           => 'This tool allows you to retrieve the latest version of gwBBCode and unpack it into your web space.',
 'LOADER_SUMMARY2'          => 'Then you will be redirected to the install wizard.',
 'LOADER_SELECT_VERSION'    => 'You can select a different version for installation.',
 'LOADER_SELECT_VERSION2'   => 'Leave the default to install the latest stable version.',
 'LOADER_FIELD_VERSION'     => 'Version',
 'LOADER_CURRENT_VERSION'   => 'Stable',
 'LOADER_SVN_VERSION'       => 'Development (%s)',
 'LOADER_VERSION_BUTTON'    => 'Use this version',
 'LOADER_CANT_WRITE'        => 'Write permission needed.',
 'LOADER_CANT_WRITE2'       => 'The script can\'t write in the current folder.',
 'LOADER_CANT_WRITE_CHMOD'  => 'Try to change permissions to allow write access, and restart the install.',
 'LOADER_RETURN'            => 'Return',
 'LOADER_PHP_VERSION'       => 'The PHP version of your host is PHP %s, but this pre-install script requires PHP 5.',
 'LOADER_TRY_PHP5'          => 'This program has changed it by creating or editing an ".htaccess" file.',
 'LOADER_FILES_DESTINATION' => 'Destination :',
 'LOADER_CANT_PHP5'         => 'This program could not change your PHP version.',
 'LOADER_CANT_PHP51'        => 'You should contact your provider to find out how to configure PHP 5, and then try to restart this script.',
 'LOADER_ALREADY_EXIST'     => 'It seems a previous gwBBCode installation is already here.',
 'LOADER_ALREADY_EXIST_TIP' => 'You must rename its folder or delete it...',
 'LOADER_CANT_FIND_FILES'   => 'The necessary files are missing.',
 'LOADER_INVALID_ARCHIVE'   => 'Invalid archive.',
 'LOADER_UNZIP_PROBLEM'     => 'The files were not properly extracted.',
 'LOADER_SUCCESS'           => 'Congratulations!',
 'LOADER_SUCCESS_SUMMARY'   => 'Everything went well. You are now ready to begin the installation wizard.',
 'LOADER_INSTALL_BUTTON'    => 'Install gwBBCode',
 'LOADER_CANT_GRAB_FILES'   => 'An error occurred when retrieving files.',
);