From 496480d2042df2b74a351a3a5cc4648ee747bd9b Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 07:50:22 +0100 Subject: move *.html to *.md --- files/fr/plugins/guide/constants/index.html | 94 ----------------------------- files/fr/plugins/guide/constants/index.md | 94 +++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 94 deletions(-) delete mode 100644 files/fr/plugins/guide/constants/index.html create mode 100644 files/fr/plugins/guide/constants/index.md (limited to 'files/fr') diff --git a/files/fr/plugins/guide/constants/index.html b/files/fr/plugins/guide/constants/index.html deleted file mode 100644 index a91db39d86..0000000000 --- a/files/fr/plugins/guide/constants/index.html +++ /dev/null @@ -1,94 +0,0 @@ ---- -title: Constantes -slug: Plugins/Guide/Constants -tags: - - Code - - Erreur - - Plugin -translation_of: Plugins/Guide/Constants -translation_of_original: NPAPI/Constants -original_slug: NPAPI/Constantes ---- -

Cette section est une référence au définitions utilisées par l'API Plug-in. Toutes les définitions proviennent de npapi.h.

-

Codes Erreur

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CodeValeurDescription
NPERR_NO_ERROR 0Aucune erreur n'est survenue
NPERR_GENERIC_ERROR 1Une erreur sans code attribué est survenue
NPERR_INVALID_INSTANCE_ERROR 2L'instance transmise au plugin est invalide
NPERR_INVALID_FUNCTABLE_ERROR 3Table de fonctions invalide
NPERR_MODULE_LOAD_FAILED_ERROR4Le chargement du plugin a échoué
NPERR_OUT_OF_MEMORY_ERROR5L'allocation de mémoire a échoué
NPERR_INVALID_PLUGIN_ERROR 6Plugin manquant ou invalide
NPERR_INVALID_PLUGIN_DIR_ERROR7Répertoire du plugin manquant ou invalide
NPERR_INCOMPATIBLE_VERSION_ERROR8les versions du plugin et de  Communicator ne correspondent pas
NPERR_INVALID_PARAM 9Paramètre manquant ou invalide
NPERR_INVALID_URL10URL manquante ou invalide
NPERR_FILE_NOT_FOUND11Fichier manquant ou invalide
NPERR_NO_DATA12Le flux ne contient pas de données
NPERR_STREAM_NOT_SEEKABLE 13Flux trouvable attendu. (trad à vérifier : Seekable stream expected)
-

 

diff --git a/files/fr/plugins/guide/constants/index.md b/files/fr/plugins/guide/constants/index.md new file mode 100644 index 0000000000..a91db39d86 --- /dev/null +++ b/files/fr/plugins/guide/constants/index.md @@ -0,0 +1,94 @@ +--- +title: Constantes +slug: Plugins/Guide/Constants +tags: + - Code + - Erreur + - Plugin +translation_of: Plugins/Guide/Constants +translation_of_original: NPAPI/Constants +original_slug: NPAPI/Constantes +--- +

Cette section est une référence au définitions utilisées par l'API Plug-in. Toutes les définitions proviennent de npapi.h.

+

Codes Erreur

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CodeValeurDescription
NPERR_NO_ERROR 0Aucune erreur n'est survenue
NPERR_GENERIC_ERROR 1Une erreur sans code attribué est survenue
NPERR_INVALID_INSTANCE_ERROR 2L'instance transmise au plugin est invalide
NPERR_INVALID_FUNCTABLE_ERROR 3Table de fonctions invalide
NPERR_MODULE_LOAD_FAILED_ERROR4Le chargement du plugin a échoué
NPERR_OUT_OF_MEMORY_ERROR5L'allocation de mémoire a échoué
NPERR_INVALID_PLUGIN_ERROR 6Plugin manquant ou invalide
NPERR_INVALID_PLUGIN_DIR_ERROR7Répertoire du plugin manquant ou invalide
NPERR_INCOMPATIBLE_VERSION_ERROR8les versions du plugin et de  Communicator ne correspondent pas
NPERR_INVALID_PARAM 9Paramètre manquant ou invalide
NPERR_INVALID_URL10URL manquante ou invalide
NPERR_FILE_NOT_FOUND11Fichier manquant ou invalide
NPERR_NO_DATA12Le flux ne contient pas de données
NPERR_STREAM_NOT_SEEKABLE 13Flux trouvable attendu. (trad à vérifier : Seekable stream expected)
+

 

-- cgit v1.2.3-54-g00ecf