Project

General

Profile

« Previous | Next » 

Revision 1672

Added by Dietmar about 12 years ago

+ add languages vars for signup

View differences:

FR.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Marin Susac';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Accès';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Extensions';
......
52 54
$MENU['TEMPLATES'] = 'Thèmes';
53 55
$MENU['USERS'] = 'Utilisateurs';
54 56
$MENU['VIEW'] = 'Voir le site';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Créer un compte';
56 60
$TEXT['ACTIONS'] = 'Actions';
57 61
$TEXT['ACTIVE'] = 'Actif';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'Editeur WYSIWYG';
399 403
$TEXT['WYSIWYG_STYLE'] = 'Style WYSIWYG';
400 404
$TEXT['YES'] = 'Oui';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Les paramètres requis de l'extension ne sont pas vérifiés';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Ajouter une sous-page';
403 409
$HEADING['ADD_GROUP'] = 'Ajouter un groupe';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Uploader des fichiers';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Réglages de l'envoi de mail';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
Ce message &agrave; &eacute;t&eacute; g&eacute;n&eacute;r&eacute; automatiquement!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Param&egrave;tres de votre connexion ...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'L&apos;adresse email est obligatoire';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Vous &ecirc;tes connect&eacute; en tant que : ';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Attention : le r&eacute;pertoire d&apos;installation existe toujours';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Utilisateur sauvegard&eacute; avec succ&egrave;s';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Acc&egrave;s aux outils d&apos;administration de WebsiteBaker...';
671 683
$OVERVIEW['GROUPS'] = 'Gestions des groupes d&apos;utilisateurs et des permissions';
672 684
$OVERVIEW['HELP'] = 'Aide et FAQ sur l&apos;utilisation du site';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  

Also available in: Unified diff