﻿// functions.js
// this file contains the translatable text needed for UniView's functions.js file
// © Richard Ishida


// text strings
var sNotAChar = "Pas un caractère."; 
var sColon = ': \u00A0 '; // to separate character and description in a list
var sNoName = ' \u00A0 Sans nom\u00A0: '; // in a list description for han, etc.
var sSearching = 'Recherche en cours...'; // when searching for a string
var sNoMatch = 'Pas de correspondance.'; // when no string is found in search
var sPrevChar = 'Caractère précédent'; // alt and title of img at top of right panel
var sNextChar = 'Caractère suivant'; // alt and title of img at top of right panel
var sGeneralCat = 'Catégorie générale\u00A0:'; // Unicode property in right panel
var sCanonCombClass = 'Classe combinatoire canonique\u00A0:';
var sBidiCat = 'Catégorie bidirectionnelle\u00A0:';
var sMirrored = '\u00A0 \u00A0 [Miroir]';
var sCharDecompMap = 'Correspondance de décomposition du caractère\u00A0:';
var sDecDigitValue = 'Valeur décimale\u00A0:';
var sDigitValue = 'Valeur du chiffre\u00A0:';
var sNumValue = 'Numeric value:';
var sUnicode1Name = 'Nom Unicode 1.0\u00A0:';
var s10646Comment = 'Champ de commentaire 10646\u00A0:';
var sUppercaseMap = 'Équivalent majuscule\u00A0:';
var sLowercaseMap = 'Équivalent minuscule\u00A0:';
var sTitlecaseMap = 'Équivalent en casse de titre\u00A0:';
var sScriptGroup = 'Groupe d\'écritures\u00A0: '; // title in right panel
var sDescription = 'Description\u00A0: '; // title in right panel
var sNotesReadIn = 'Données de note lues, '; // alert when reading notes
var sDivs = ' divs'; // continuation of alert when reading notes
var sNoDescAvail = '\u00A0:  pas de description disponible.';
var sApplyFont = 'Appliquer la police'; // appears in font selection box; this must match text in XHTML file!
var sReadingNotes = 'Lecture des notes en cours, veuillez patienter...'; // alert when reading in
var sNotHex = 'Ceci ne paraît pas être un nombre hexa.'; // error msg when looking up by hex number

