2009-07-21 17:15:59 +02:00
|
|
|
/*
|
|
|
|
* French resources for jscript
|
|
|
|
*
|
2010-08-16 21:10:00 +02:00
|
|
|
* Copyright 2009-2010 Frédéric Delanoy
|
2009-07-21 17:15:59 +02:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library 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
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
/* UTF-8 */
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
|
|
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
|
|
|
|
2010-07-21 23:52:57 +02:00
|
|
|
STRINGTABLE
|
2009-07-21 17:15:59 +02:00
|
|
|
{
|
2009-07-22 22:12:12 +02:00
|
|
|
IDS_TO_PRIMITIVE "Erreur lors de la conversion de l'objet vers un type primitif"
|
2009-07-21 17:15:59 +02:00
|
|
|
IDS_INVALID_CALL_ARG "Appel de procédure ou argument invalide"
|
2010-10-18 23:05:53 +02:00
|
|
|
IDS_SUBSCRIPT_OUT_OF_RANGE "Indice hors limites"
|
2009-09-30 19:18:40 +02:00
|
|
|
IDS_CREATE_OBJ_ERROR "Le serveur d'automatisation ne peut créer l'objet"
|
2009-07-21 17:15:59 +02:00
|
|
|
IDS_NO_PROPERTY "Cet objet ne supporte pas cette propriété ou méthode"
|
2010-08-16 21:10:00 +02:00
|
|
|
IDS_UNSUPPORTED_ACTION "Cet objet ne supporte pas cette action"
|
2009-07-21 17:15:59 +02:00
|
|
|
IDS_ARG_NOT_OPT "Argument non optionnel"
|
2009-07-24 21:10:28 +02:00
|
|
|
IDS_SYNTAX_ERROR "Erreur de syntaxe"
|
|
|
|
IDS_SEMICOLON "« ; » attendu"
|
|
|
|
IDS_LBRACKET "« ( » attendu"
|
|
|
|
IDS_RBRACKET "« ) » attendu"
|
2009-08-06 21:14:15 +02:00
|
|
|
IDS_UNTERMINATED_STR "Constante chaîne de caractères non clôturée"
|
2009-07-22 22:12:12 +02:00
|
|
|
IDS_NOT_FUNC "Fonction attendue"
|
2009-07-21 17:15:59 +02:00
|
|
|
IDS_NOT_DATE "« [objet] » n'est pas un objet de type date"
|
|
|
|
IDS_NOT_NUM "Nombre attendu"
|
2009-09-02 22:25:37 +02:00
|
|
|
IDS_OBJECT_EXPECTED "Objet attendu"
|
2009-07-24 21:10:28 +02:00
|
|
|
IDS_ILLEGAL_ASSIGN "Affectation illégale"
|
2009-07-22 22:12:12 +02:00
|
|
|
IDS_UNDEFINED "« | » n'est pas défini"
|
2009-09-23 22:22:41 +02:00
|
|
|
IDS_NOT_BOOL "Objet booléen attendu"
|
2010-10-18 23:05:53 +02:00
|
|
|
IDS_NOT_VBARRAY "Objet VBArray attendu"
|
2009-09-23 22:22:41 +02:00
|
|
|
IDS_JSCRIPT_EXPECTED "Objet JScript attendu"
|
|
|
|
IDS_REGEXP_SYNTAX_ERROR "Erreur de syntaxe dans l'expression rationnelle"
|
2009-11-12 00:12:22 +01:00
|
|
|
IDS_URI_INVALID_CHAR "L'URI à coder contient des caractères invalides"
|
2009-07-21 17:15:59 +02:00
|
|
|
IDS_INVALID_LENGTH "La longueur d'un tableau doit être un entier positif"
|
2009-09-25 21:25:36 +02:00
|
|
|
IDS_ARRAY_EXPECTED "Objet tableau attendu"
|
2009-07-21 17:15:59 +02:00
|
|
|
}
|