diff options
author | Carolyn Wu <87150472+cw118@users.noreply.github.com> | 2022-01-29 06:09:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 12:09:19 +0100 |
commit | c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d (patch) | |
tree | 7e212a93c70ddd33544a95e545d20340050dfc74 /files/fr/web/http/status/507 | |
parent | 11a9397cc1d22829f798c28c7cf58b1969ddca41 (diff) | |
download | translated-content-c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d.tar.gz translated-content-c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d.tar.bz2 translated-content-c2c0bf2ed0c17ff062c497de9f2ff9c3d22f506d.zip |
Macro, Specs and Compat fixes for French HTTP pages (#3794)
* Take 1, macros and 100-408
* Take 2 and minor fixes
* Fixable flaws and small typos
* Review, minor updates/nitpicking/typofixing
Co-authored-by: julieng <julien.gattelier@gmail.com>
Diffstat (limited to 'files/fr/web/http/status/507')
-rw-r--r-- | files/fr/web/http/status/507/index.md | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/files/fr/web/http/status/507/index.md b/files/fr/web/http/status/507/index.md index d72b712efc..d1a3bc84d0 100644 --- a/files/fr/web/http/status/507/index.md +++ b/files/fr/web/http/status/507/index.md @@ -1,24 +1,22 @@ --- title: 507 Insufficient Storage slug: Web/HTTP/Status/507 -tags: - - Code de statut - - Erreur serveur - - HTTP translation_of: Web/HTTP/Status/507 --- {{HTTPSidebar}} -Le code de réponse HTTP **`507 Insufficient Storage`** peut être donné dans le contexte du protocol **`Web Distributed Authoring and Versioning`**(WebDAV) (voir [RFC 4918](https://tools.ietf.org/html/rfc4918)). +Le code de réponse HTTP **`507 Insufficient Storage`** peut être donné dans le contexte du protocole WebDAV (voir [RFC 4918](https://tools.ietf.org/html/rfc4918)). -Il indique que la méthode ne peut pas être traité car le serveur ne peut pas stocker la représentation nécessaire pour accomplir la requête avec succès. +Il indique que la méthode ne peut pas être traitée car le serveur ne peut pas stocker la représentation nécessaire pour accomplir la requête avec succès. -## Status +## Statut - 507 Insufficient Storage +``` +507 Insufficient Storage +``` -## Specifications +## Spécifications -| Specification | Title | +| Spécification | Titre | | -------------------------------------------------------------------- | ---------------------------------------- | -| {{RFC("4918", "507 Insufficient Storage" , "11.5")}} | Web Distributed Authoring and Versioning | +| [RFC 4918, section 11.5: 507 Insufficient Storage](https://datatracker.ietf.org/doc/html/rfc4918#section-11.5) | Web Distributed Authoring and Versioning | |