doc:it_IT: add some process/* translations
authorFederico Vaga <federico.vaga@vaga.pv.it>
Thu, 8 Nov 2018 23:24:15 +0000 (00:24 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 20 Nov 2018 16:11:12 +0000 (09:11 -0700)
commitedba5eecfd6e96ea9b8e3e5b1db1f9dc9eb77af8
tree44ab17c5c95df617c9c0f57c3d84efeba9b3ce48
parent2a1e03ca33be9cd3384fcd493435b08ff3bf4e73
doc:it_IT: add some process/* translations

This patch does not translate entirely the subfolder "process/"
but only part of it (to begin with).

In order to avoid broken links, I included empty documents
for those which are not yet translated.

In order to be able to refer to all documents in "process/",
I added a sphinx label to those which had not one.

Translated documents:
- howto
- 1.Intro
- clang-format
- coding-style
- kernel-driver-statement
- magic-number
- volatile-considered-harmful
- development-process

Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Alessia Mantegazza <amantegazza@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
39 files changed:
Documentation/process/1.Intro.rst
Documentation/process/adding-syscalls.rst
Documentation/process/howto.rst
Documentation/process/kernel-driver-statement.rst
Documentation/process/kernel-enforcement-statement.rst
Documentation/process/magic-number.rst
Documentation/translations/it_IT/admin-guide/README.rst [new file with mode: 0644]
Documentation/translations/it_IT/admin-guide/security-bugs.rst [new file with mode: 0644]
Documentation/translations/it_IT/index.rst
Documentation/translations/it_IT/process/1.Intro.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/2.Process.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/3.Early-stage.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/4.Coding.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/5.Posting.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/6.Followthrough.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/7.AdvancedTopics.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/8.Conclusion.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/adding-syscalls.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/applying-patches.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/changes.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/clang-format.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/code-of-conduct.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/coding-style.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/development-process.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/email-clients.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/howto.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/index.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/kernel-docs.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/kernel-driver-statement.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/kernel-enforcement-statement.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/magic-number.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/maintainer-pgp-guide.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/management-style.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/stable-api-nonsense.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/stable-kernel-rules.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/submit-checklist.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/submitting-drivers.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/submitting-patches.rst [new file with mode: 0644]
Documentation/translations/it_IT/process/volatile-considered-harmful.rst [new file with mode: 0644]