<? ######################################################################### # BEGIN COPYRIGHT, LICENSE AND WARRANTY NOTICE # SOFTWARE NAME: Confort de lecture # SOFTWARE RELEASE: 2.0.0 # COPYRIGHT NOTICE: Copyright (C) 2000-2007 GIE Confort de lecture (SQLI & HandicapZéro) # SOFTWARE LICENSE: GNU General Public License v3 # NOTICE: # This file is part of Confort de lecture. # # Confort de lecture is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. # # Confort de lecture is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with Confort de lecture. If not, see <http://www.gnu.org/licenses/>. ######################################################################### $dico = array(); ///////////////////////////////////// // page : Modifier les préférences // ///////////////////////////////////// $dico['_DICO_TITLE_MODIFIER_PREFERENCES'] = "Change preferences"; $dico['_DICO_ERREUR_IDENT'] = "Please fill out the following fields:"; $dico['_DICO_ERREUR_LOGIN_IDENT'] = "- Login name"; $dico['_DICO_ERREUR_PASSWORD_IDENT'] = "- Password"; $dico['_DICO_ERREUR_BAD_PASSWORD'] = "Either login and/or password is incorrect"; $dico['_DICO_VALEUR_LOGIN_IDENT'] = "Login name"; $dico['_DICO_INTRO_IDENT'] = "You already have a reading comfort profile"; $dico['_DICO_LABEL_LOGIN_IDENT'] = "Login name:"; $dico['_DICO_LABEL_PASSWORD_IDENT'] = "Password:"; $dico['_DICO_BOUTON_VALIDER_IDENT'] = "Confirm"; $dico['_DICO_INTRO_CONFIG'] = "You are a first-time reading comfort user"; $dico['_DICO_EXPLICATION_CONFIG'] = "Choose the size and color of the characters and screen that best suit your vision and your printed pages."; $dico['_DICO_LEGEND_COULEUR_FOND'] = "Choose background color:"; $dico['_DICO_LABEL_FOND_NOIR'] = "Black background"; $dico['_DICO_LABEL_FOND_BLANC'] = "White background"; $dico['_DICO_LABEL_FOND_VERT'] = "Green background"; $dico['_DICO_LABEL_FOND_JAUNE'] = "Yellow background"; $dico['_DICO_LABEL_FOND_BLEU'] = "Blue background"; $dico['_DICO_LABEL_TEXTE_NOIR'] = "Black text"; $dico['_DICO_LABEL_TEXTE_BLANC'] = "White text"; $dico['_DICO_LABEL_TEXTE_VERT'] = "Green text"; $dico['_DICO_LABEL_TEXTE_JAUNE'] = "Yellow text"; $dico['_DICO_LABEL_TEXTE_BLEU'] = "Blue text"; $dico['_DICO_BOUTON_PLUS_DE_COULEURS'] = "More colors"; $dico['_DICO_TITLE_BOUTON_PLUS_DE_COULEURS_FOND'] = "Choose other background colors"; $dico['_DICO_LEGEND_TAILLE_TEXTE'] = "Choose text size:"; $dico['_DICO_LABEL_TRES_PETITE'] = "Very small size"; $dico['_DICO_LABEL_PETITE'] = "Small size"; $dico['_DICO_LABEL_MOYENNE'] = "Medium size"; $dico['_DICO_LABEL_GRANDE'] = "Large size"; $dico['_DICO_LABEL_TRES_GRANDE'] = "Very large size"; $dico['_DICO_LEGEND_COULEUR_TEXTE'] = "Choose text color:"; $dico['_DICO_TITLE_BOUTON_PLUS_DE_COULEURS_TEXTE'] = "Choose other text colors"; $dico['_DICO_TITLE_BOUTON_APERCU'] = "Preview layout"; $dico['_DICO_BOUTON_APERCU'] = "<span>P</span><span>r</span><span>e</span><span>v</span><span>i</span><span>e</span><span>w</span>"; $dico['_DICO_BOUTON_ACCEDER'] = "Go to site"; $dico['_DICO_OU'] = "OR"; $dico['_DICO_LIEN_ENREGISTRER'] = "register"; $dico['_DICO_ERREUR_ENREGISTRER'] = "Please fill out the following fields:"; $dico['_DICO_ERREUR_LOGIN_ENREGISTRER'] = "- Login name"; $dico['_DICO_ERREUR_PASSWORD_ENREGISTRER'] = "- Password"; $dico['_DICO_ERREUR_CONFIRM_PASSWORD_ENREGISTRER'] = "- Confirm password"; $dico['_DICO_ERREUR_CONFIRM_PASSWORD_PASSWORD_ENREGISTRER'] = "- Password confirmation does not match password"; $dico['_DICO_ERREUR_UTILISATEUR_EXISTE_DEJA'] = "- Login is already used."; $dico['_DICO_VALEUR_LOGIN_ENREGISTRER'] = "Login name"; $dico['_DICO_ENREGISTRER_PROFIL'] = "Submit your personalized profile and go to site"; $dico['_DICO_LABEL_LOGIN_ENREGISTRER'] = "Create your login name:"; $dico['_DICO_LABEL_PASSWORD_ENREGISTRER'] = "Choose your password:"; $dico['_DICO_LABEL_CONFIRM_PASSWORD_ENREGISTRER'] = "Confirm your password:"; $dico['_DICO_BOUTON_VALIDER_ENREGISTRER'] = "Register and go to site"; //////////////////// // page : palette // //////////////////// $dico['_DICO_TITLE_PALETTE'] = "Palette de couleurs"; $dico['_DICO_INTRO_PALETTE'] = "You may choose from a palette of 216 colors"; $dico['_DICO_EXPLICATION_PALETTE'] = "Select a color, then confirm below:"; $dico['_DICO_LABEL_COULEUR'] = "Color"; $dico['_DICO_BOUTON_VALIDER'] = "Confirm"; $dico['_DICO_TITLE_BOUTON_VALIDER'] = "Confirm color chosen"; ?>