diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/nl/web | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/nl/web')
5 files changed, 5 insertions, 0 deletions
diff --git a/files/nl/web/css/css_colors/index.html b/files/nl/web/css/css_colors/index.html index 48b67295d0..93bc7ca016 100644 --- a/files/nl/web/css/css_colors/index.html +++ b/files/nl/web/css/css_colors/index.html @@ -9,6 +9,7 @@ tags: - Reference - TopicStub translation_of: Web/CSS/CSS_Color +translation_of_original: Web/CSS/CSS_Colors --- <div>{{CSSRef}}</div> diff --git a/files/nl/web/css/voor_beginners/index.html b/files/nl/web/css/voor_beginners/index.html index b80da7dc12..e2b167686e 100644 --- a/files/nl/web/css/voor_beginners/index.html +++ b/files/nl/web/css/voor_beginners/index.html @@ -2,6 +2,7 @@ title: Voor Beginners slug: Web/CSS/Voor_Beginners translation_of: Learn/CSS/First_steps +translation_of_original: Web/Guide/CSS/Getting_started --- <p> </p> diff --git a/files/nl/web/guide/html/html5_audio_en_video_gebruiken/index.html b/files/nl/web/guide/html/html5_audio_en_video_gebruiken/index.html index d01e9b07ac..86c1b3aa4b 100644 --- a/files/nl/web/guide/html/html5_audio_en_video_gebruiken/index.html +++ b/files/nl/web/guide/html/html5_audio_en_video_gebruiken/index.html @@ -11,6 +11,7 @@ tags: - mp3 - voorbeeld translation_of: Learn/HTML/Multimedia_and_embedding/Video_and_audio_content +translation_of_original: Web/Guide/HTML/Using_HTML5_audio_and_video --- <p>HTML5 introduceert ingebouwde media ondersteuning via de {{ HTMLElement("audio") }} en {{ HTMLElement("video") }} elementen, waarmee het mogelijk wordt om op een eenvoudige manier media in te sluiten in HTML documenten.</p> diff --git a/files/nl/web/javascript/aan_de_slag/index.html b/files/nl/web/javascript/aan_de_slag/index.html index 850c3c13d8..35b2bd97f9 100644 --- a/files/nl/web/javascript/aan_de_slag/index.html +++ b/files/nl/web/javascript/aan_de_slag/index.html @@ -2,6 +2,7 @@ title: Aan de slag (Handleiding Javascript) slug: Web/JavaScript/Aan_de_slag translation_of: Learn/Getting_started_with_the_web/JavaScript_basics +translation_of_original: Web/JavaScript/Getting_Started --- <h2 id="Why_JavaScript.3F" name="Why_JavaScript.3F">Waarom JavaScript?</h2> <p>JavaScript is een krachtige, ingewikkelde, en vaak misbegrepen programmeertaal. Het maakt het mogelijk om snel programma's te ontwikkelen waarin gebruikers direct informatie kunnen invullen en het resultaat kunnen zien.</p> diff --git a/files/nl/web/javascript/reference/global_objects/object/prototype/index.html b/files/nl/web/javascript/reference/global_objects/object/prototype/index.html index 9f3672466b..8fcfcbfa59 100644 --- a/files/nl/web/javascript/reference/global_objects/object/prototype/index.html +++ b/files/nl/web/javascript/reference/global_objects/object/prototype/index.html @@ -6,6 +6,7 @@ tags: - Object - Property translation_of: Web/JavaScript/Reference/Global_Objects/Object +translation_of_original: Web/JavaScript/Reference/Global_Objects/Object/prototype --- <div>{{JSRef}}</div> |