| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- // LOCALIZATION STRING
- // Strings for calendar.js and calendar_param.js
- var L_Today = "Aujourd\'hui";
- var L_January = "Janvier";
- var L_February = "F\u00E9vrier";
- var L_March = "Mars";
- var L_April = "Avril";
- var L_May = "Mai";
- var L_June = "Juin";
- var L_July = "Juillet";
- var L_August = "Ao\u00FBt";
- var L_September = "Septembre";
- var L_October = "Octobre";
- var L_November = "Novembre";
- var L_December = "D\u00E9cembre";
- var L_Su = "Di";
- var L_Mo = "Lu";
- var L_Tu = "Ma";
- var L_We = "Me";
- var L_Th = "Je";
- var L_Fr = "Ve";
- var L_Sa = "Sa";
- // strings for dt_param.js
- var L_TIME_SEPARATOR = ":";
- var L_AM_DESIGNATOR = "AM";
- var L_PM_DESIGNATOR = "PM";
- // strings for range parameter
- var L_FROM = "From {0}";
- var L_TO = "To {0}";
- var L_AFTER = "After {0}";
- var L_BEFORE = "Before {0}";
- var L_FROM_TO = "From {0} to {1}";
- var L_FROM_BEFORE = "From {0} to before {1}";
- var L_AFTER_TO = "After {0} to {1}";
- var L_AFTER_BEFORE = "After {0} to before {1}";
- // Strings for prompts.js and prompts_param.js
- var L_BadNumber = "This parameter is of type \"Number\" and can only contain a negative sign symbol, digits (\"0-9\"), digit grouping symbols or a decimal symbol. Please correct the entered parameter value.";
- var L_BadCurrency = "This parameter is of type \"Currency\" and can only contain a negative sign symbol, digits (\"0-9\"), digit grouping symbols or a decimal symbol. Please correct the entered parameter value.";
- var L_BadDate = "This parameter is of type \"Date\" and should be in the format \"Date(yyyy,mm,dd)\" where \"yyyy\" is the four digit year, \"mm\" is the month (e.g. January = 1), and \"dd\" is the number of days into the given month.";
- var L_BadDateTime = "This parameter is of type \"DateTime\" and the correct format is \"DateTime(yyyy,mm,dd,hh,mm,ss)\". \"yyyy\" is the four digit year, \"mm\" is the month (e.g. January = 1), \"dd\" is the day of the month, \"hh\" is hours in a 24 hour clock, \"mm\" is minutes and \"ss\" is seconds.";
- var L_BadTime = "This parameter is of type \"Time\" and should be in the format \"Time(hh,mm,ss)\" where \"hh\" is hours in a 24 hour clock, \"mm\" is minutes into the hour, and \"ss\" is seconds into the minute.";
- var L_NoValue = "Aucune valeur";
- var L_BadValue = "Pour d\u00E9finir \"Aucune valeur\", vous devez d\u00E9finir les deux valeurs De et A sur \"Aucune valeur\".";
- var L_BadBound = "Vous ne pouvez pas d\u00E9finir \u00E0 la fois \"Aucune limite inf\u00E9rieure\" et \"Aucune limite sup\u00E9rieure\".";
- var L_NoValueAlready = "Ce param\u00E8tre a d\u00E9j\u00E0 la valeur \"Aucune valeur\". Supprimez \"Aucune valeur\" avant d\'ajouter d\'autres valeurs.";
- var L_RangeError = "Le d\u00E9but de la plage ne peut pas \u00EAtre sup\u00E9rieur \u00E0 la fin de la plage.";
- var L_NoDateEntered = "Vous devez saisir une date.";
- // Strings for ../html/crystalexportdialog.htm
- var L_ExportOptions = "Options d\'exportation";
- var L_PrintOptions = "Options d\'impression";
- var L_PrintPageTitle = "Imprimer le rapport";
- var L_ExportPageTitle = "Exporter le rapport";
- var L_OK = "OK";
- var L_Cancel = "Annuler";
- var L_PrintPageRange = "Indiquez la plage de pages que vous voulez imprimer.";
- var L_ExportPageRange = "Indiquez la plage de pages que vous voulez exporter.";
- var L_InvalidPageRange = "The page range value(s) are incorrect. Please enter a valid page range.";
- var L_ExportFormat = "Veuillez s\u00E9lectionner un format d\'exportation dans la liste.";
- var L_Formats = "Format de fichier :";
- var L_PageRange = "Plage de pages :";
- var L_All = "Tout";
- var L_Pages = "Pages :";
- var L_From = "De :";
- var L_To = "A :";
- var L_PrintStep0 = "Pour imprimer :";
- var L_PrintStep1 = "1. Dans la bo\u00EEte de dialogue qui s\'affiche, s\u00E9lectionnez l\'option \"Ouvrir ce fichier\" et cliquez sur OK.";
- var L_PrintStep2 = "2. Cliquez sur l\'ic\u00F4ne d\'impression d\'Acrobat Reader plut\u00F4t que sur le bouton d\'impression de votre navigateur.";
- var L_RTFFormat = "Rich Text Format (RTF)";
- var L_AcrobatFormat = "PDF";
- var L_CrystalRptFormat = "Crystal Reports (RPT)";
- var L_WordFormat = "Microsoft Word (97-2003)";
- var L_ExcelFormat = "Microsoft Excel (97-2003)";
- var L_ExcelRecordFormat = "Microsoft Excel (97-2003) Data-Only";
- var L_EditableRTFFormat = "Microsoft Word (97-2003) - Editable";
- // Strings for print.js
- var L_PrintControlInstallError = "Impossible d\'installer le contr\u00F4le d\'impression ActiveX. Code d\'erreur : ";
- var L_PrintControlPlugin = "PLug-in Contr\u00F4le d\'impression ActiveX de Crystal Reports";
- // Strings for previewerror.js
- var L_SessionExpired = "Votre session a expir\u00E9.";
- var L_PleaseRefresh = "Cliquez sur le bouton Actualiser, puis faites une nouvelle tentative.";
|