﻿function setStringsFr()
{
  // IPC  : French strings
  //
  top.stringQueryLabel         = "Question&nbsp;";
  top.stringSubmit             = "Rechercher";
  top.stringNoMatch            = "Aucune entr&eacute;e trouv&eacute;e";
  top.stringNoMatchWithFilter  = "Aucune entr&eacute;e avec ce filtre (essayez sans)";
  top.stringCodesFound         = "Codes CIB propos&eacute;s&nbsp;:";
  top.stringCodeFound          = "Code CIB propos&eacute;&nbsp;:";
  top.stringResult             = "R&eacute;sultat : ";
  top.stringButtonMore         = "&gt;&gt; Suite...";
  top.stringEntry              = "code";
  top.stringEntries            = "codes";
  top.stringIpcPublication     = "Acc&egrave;s publication Internet de la CIB";

  top.stringHelpWipo           = "Aide"; // g&eacute;n&eacute;rale";
  top.stringTacsyVersion       = "<b>Recherche en langage naturel dans la CIB</b> - TACSY version 2.1.1";
  top.stringIpcVersion         = "Version de la CIB utilis&eacute;e par TACSY : ";
  top.stringLastIpcVersion     = "&Eacute;bauche de la prochaine version de la CIB : 2&egrave;me &eacute;dition";
  top.stringUserFeedback       = "Pourcentages de satisfaction";

  // Traces d'analyse et d'indexation
  top.stringIndexationTrace    = "Indexation/Matching";
  top.stringAnalysisTrace      = "Trace d'analyse";
  top.stringQueryHeader        = "Question : ";
  top.stringIndexHeader        = "Libell&eacute; CIB : ";
  top.stringEmptyAnalysis      = "Analyse vide (aucun mot significatif)";
  top.stringExpansionSortOrder = "Tri des expansions: ";
  top.stringMatchingHeader     = "Correspondance Question / Libell&eacute; :";

  // trace d'analyse
  top.sortExpansionStrings = new Array();
  top.sortExpansionStrings[LS_EXPANSION_SORT_CRITERIA.RELEVANCE] = "par Pertinence";
  top.sortExpansionStrings[LS_EXPANSION_SORT_CRITERIA.DISTANCE]  = "par Distance";
  top.sortExpansionStrings[LS_EXPANSION_SORT_CRITERIA.ALPHA]     = "par Mot";
  top.sortExpansionStrings[LS_EXPANSION_SORT_CRITERIA.NONE]      = "Aucune";

  top.expertMode = "Acc&egrave;s restreint";

  // Langue de recherche
  top.stringLanguageLabel = "Lang. recherche";
  top.stringLanguageFr = "Fran&ccedil;ais";
  top.stringLanguageEn = "English";
  top.stringLanguageDe = "Deutsch";
  top.stringLanguageEs = "Espa&ntilde;ol";

  // Langue d'affichage de la CIB
  top.stringModeIpcLabel = "Langue CIB";
  top.stringIpcLanguageDefault = "Par d&eacute;faut";
  top.stringIpcLanguageFr = "Fran&ccedil;ais";
  top.stringIpcLanguageEn = "English";
  top.stringIpcLanguageDe = "Deutsch";
  top.stringIpcLanguageEs = "Espa&ntilde;ol";
  //  top.stringIpcLanguageRu = "ï»¿Ð ÑƒÑÑÐºÐ¸Ð¹";
  top.stringIpcLanguageRu = "Ð ÑƒÑÑÐºÐ¸Ð¹";

  // Libell&eacute;s des moteurs de recherche
  top.stringSEAnswer     = "Profondeur r&eacute;ponse";
  top.stringGradual      = "Automatique";
  top.stringMainGroup    = "Gr. principal";
  top.stringMaxDeep      = "Sous-groupe";
  top.stringSubClass     = "Sous-classe";
  top.stringNoEngineList = "Standard";

  // Level : core or advanced
  top.stringTitleLevel  = "Niveau";
  top.stringAdvanced    = "Elev&eacute;";
  top.stringCore        = "Base";

  // Les CIB pour l'affichage des r&eacute;sultats

  top.stringIpcVersionChoice  = "Version CIB";
  top.nameIpcVersion = new Array();
  top.nameIpcVersion[0] = "CIB";

  // La version de l'application
  top.stringVersion = new Array();
  top.stringVersion["prod"]  = "Version op&eacute;rationnelle";
  top.stringVersion["next"]  = "Version en avance de phase";

  // Param&egrave;tres pour validation
  top.qualityLabelArray = new Array();
  top.qualityLabelArray[0]   = "non valid&eacute;";
  top.qualityLabelArray[1]   = "Bon";
  top.qualityLabelArray[2]   = "Moyen";
  top.qualityLabelArray[3]   = "Mauvais";

  top.qualityLabelSubmitted  = "Envoi effectuÃ©";
  top.qualityLabelToSubmit   = "Envoyer";
  top.qualityLabelComment    = "Commentaire de validation";
  top.validationAlreadySent  = "D&eacute;jÃ  envoy&eacute; !";
  top.noValidationToSend     = "Pr&eacute;cisez un niveau de satisfaction";

  // Filtre sur un code CIB
  top.ipcCodeFilterString    = "Code CIB pour filtre";
  top.ipcCodeFilterError     = "Code CIB non valide";

  // Redressage orthographique
  top.correctionString1      = "Recherche effectu&eacute;e en pr&eacute;sence d'un mot inconnu&nbsp;: ";
  top.correctionString21     = "Recherche effectu&eacute;e en pr&eacute;sence de ";
  top.correctionString22     = " mots inconnus&nbsp;: ";
  top.correctionPropositions = "<FONT SIZE=-1>Propositions de correction&nbsp;:</FONT>&nbsp;&nbsp;";
  top.correctionSubmit       = "Corriger &amp; Rechercher";

  // User satisfaction
  top.satisfactionString = "R&eacute;sultats satisfaisants ?";
  top.satisfactions = new Array();
  top.satisfactions[-1] = "Choisissez ici";
  top.satisfactions[4] = "4-Tr&egrave;s bon";
  top.satisfactions[3] = "3-Assez bon";
  top.satisfactions[2] = "2-Moyen";
  top.satisfactions[1] = "1-Mauvais";
  top.satisfactions[0] = "0-Hors sujet";

  //Results table
  top.resultNumber	= "Num&eacute;ro de r&eacute;sultat";
  top.ipcSymbol		= "Symbole de la CIB";
  top.confidence		= "Indice de confiance";
  
  
  //Upper Left menu
  top.stringIPCHomePage	= "Page d'accueil CIB";
  top.stringHelp		= "Aide";
  
}
// ----------------------------------------------------------------

function setStringsEn()
{
  // IPC  : English strings
  //
  top.stringQueryLabel         = "Query&nbsp;";
  top.stringSubmit             = "Search";
  top.stringNoMatch            = "No answer found";
  top.stringNoMatchWithFilter  = "No answer for this filter (try without it)";
  top.stringCodesFound         = "IPC codes proposed:";
  top.stringCodeFound          = "IPC code proposed:";
  top.stringResult             = "Result : ";
  top.stringButtonMore         = "&gt;&gt; More...";
  top.stringEntry              = "code";
  top.stringEntries            = "codes";
  top.stringIpcPublication     = "IPC Internet publication access";

  top.stringHelpWipo           = "Help";
  top.stringTacsyVersion       = "<b>Natural language search in the IPC</b> - TACSY version 2.1.1";
  top.stringIpcVersion         = "IPC version used by TACSY: ";
  top.stringLastIpcVersion     = "Early copy of the next version of IPC : 2nd edition";
  top.stringUserFeedback       = "User feedback stats";

  // Traces d'analyse et d'indexation
  top.stringIndexationTrace    = "Indexation/Matching";
  top.stringAnalysisTrace      = "Analysis trace";
  top.stringQueryHeader        = "Query: ";
  top.stringIndexHeader        = "IPC wording: ";
  top.stringEmptyAnalysis      = "Empty analysis (no significant word)";
  top.stringExpansionSortOrder = "Expansions sorted: ";
  top.stringMatchingHeader     = "Query / Wording match:";

  // trace d'analyse
  top.sortExpansionStrings = new Array();
  top.sortExpansionStrings[LS_EXPANSION_SORT_CRITERIA.RELEVANCE] = "by Relevance";
  top.sortExpansionStrings[LS_EXPANSION_SORT_CRITERIA.DISTANCE]  = "by Distance";
  top.sortExpansionStrings[LS_EXPANSION_SORT_CRITERIA.ALPHA]     = "by Word";
  top.sortExpansionStrings[LS_EXPANSION_SORT_CRITERIA.NONE]      = "None";

  top.expertMode = "Restricted access";

  // Langue de recherche
  top.stringLanguageLabel = "Search language";
  top.stringLanguageFr = "Fran&ccedil;ais";
  top.stringLanguageEn = "English";

  // Langue d'affichage de la CIB
  top.stringModeIpcLabel = "IPC language";
  top.stringIpcLanguageDefault = "Default";
  top.stringIpcLanguageFr = "Fran&ccedil;ais";
  top.stringIpcLanguageEn = "English";
  top.stringIpcLanguageDe = "Deutsch";
  top.stringIpcLanguageEs = "Espa&ntilde;ol";
  top.stringIpcLanguageRu = "Ð ÑƒÑÑÐºÐ¸Ð¹";

  // Libell&eacute;s des moteurs de recherche
  top.stringSEAnswer     = "Answer depth";
  top.stringGradual      = "Automatic";
  top.stringMainGroup    = "Main group";
  top.stringMaxDeep      = "Sub-group";
  top.stringSubClass     = "Sub-class";
  top.stringNoEngineList = "Standard";

  // Level : core or advanced
  top.stringTitleLevel  = "Level";
  top.stringAdvanced    = "Advanced";
  top.stringCore        = "Core";


  // Les CIB pour l'affichage des r&eacute;sultats

  top.stringIpcVersionChoice  = "IPC version";
  top.nameIpcVersion = new Array();
  top.nameIpcVersion[0] = "IPC";

  // La version de l'application
  top.stringVersion = new Array();
  top.stringVersion["prod"]  = "Operational version";
  top.stringVersion["next"]  = "Next version";

  // Param&egrave;tres pour validation
  top.qualityLabelArray = new Array();
  top.qualityLabelArray[0]   = "not validate";
  top.qualityLabelArray[1]   = "Good";
  top.qualityLabelArray[2]   = "Medium";
  top.qualityLabelArray[3]   = "Bad";

  top.qualityLabelSubmitted  = "Submitted";
  top.qualityLabelToSubmit   = "Submit";
  top.qualityLabelComment    = "Validation comment";
  top.validationAlreadySent  = "Already submitted !";
  top.noValidationToSend     = "Please select a satisfaction level";

  // Filtre sur un code CIB
  top.ipcCodeFilterString    = "IPC code filter";
  top.ipcCodeFilterError     = "IPC code not valid";

  // Redressage orthographique
  top.correctionString1      = "Search performed although one unknown word was detected: ";
  top.correctionString21     = "Search performed although ";
  top.correctionString22     = " unknown words were detected: ";
  top.correctionPropositions = "<FONT SIZE=-1>Suggested replacements:</FONT>&nbsp;&nbsp;";
  top.correctionSubmit       = "Correct &amp; Search";

  // User satisfaction
  top.satisfactionString = "Satisfactory results ?";
  top.satisfactions = new Array();
  //  top.satisfactions["default"] = "";
  top.satisfactions[-1] = "Select here";
  top.satisfactions[4] = "4-Very accurate";
  top.satisfactions[3] = "3-Accurate enough";
  top.satisfactions[2] = "2-Medium";
  top.satisfactions[1] = "1-Bad";
  top.satisfactions[0] = "0-Out of scope";

  //Results table
  top.resultNumber	= "Result Number";
  top.ipcSymbol		= "IPC Symbol";
  top.confidence		= "Confidence";
  
    //Upper Left menu
  top.stringIPCHomePage	= "IPC Home Page";
  top.stringHelp		= "Help";
}

