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/de/web_development/mobile | |
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/de/web_development/mobile')
-rw-r--r-- | files/de/web_development/mobile/index.html | 1 | ||||
-rw-r--r-- | files/de/web_development/mobile/responsive_design/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/de/web_development/mobile/index.html b/files/de/web_development/mobile/index.html index 112d15199d..cc288a9c45 100644 --- a/files/de/web_development/mobile/index.html +++ b/files/de/web_development/mobile/index.html @@ -7,6 +7,7 @@ tags: - TopicStub - Web Development translation_of: Web/Guide/Mobile +translation_of_original: Web_Development/Mobile --- <p>Developing web sites to be viewed on mobile devices requires approaches that ensure a web site works as well on mobile devices as it does on desktop browsers. The following articles describe some of these approaches.</p> <ul> diff --git a/files/de/web_development/mobile/responsive_design/index.html b/files/de/web_development/mobile/responsive_design/index.html index 2eb5a641a3..655d513afb 100644 --- a/files/de/web_development/mobile/responsive_design/index.html +++ b/files/de/web_development/mobile/responsive_design/index.html @@ -2,6 +2,7 @@ title: Responsive Design slug: Web_Development/Mobile/Responsive_design translation_of: Web/Progressive_web_apps +translation_of_original: Web/Guide/Responsive_design --- <p><span class="long_text" id="result_box" lang="de"><span class="hps">Als Reaktion auf</span> <span class="hps">die Probleme mit dem</span> <span class="hps">getrennten </span><span class="hps">Ansatz zur Entwicklung von</span> <span class="hps">Web-Sites für</span> <span class="hps">mobile und</span> <span class="hps">Desktop</span><span>,</span> wird <span class="hps">eine relativ neue Idee</span> <span class="hps">(was ist eigentlich</span> <span class="hps">ziemlich alt</span><span>)</span> <span class="hps">immer beliebter</span><span>:</span> <span class="hps">Graben</span> <span class="hps">User-Agent</span><span>-Erkennung,</span> <span class="hps">und stattdessen</span> </span><span class="long_text" id="result_box" lang="de"><span class="hps">reagieren </span></span><span class="long_text" id="result_box" lang="de"><span class="hps">die Seiten</span> <span class="hps">auf</span> <span class="hps">der Client-Seite</span> <span class="hps">in den Browser</span><span>-Funktionen.</span> <span class="hps">Dieser Ansatz, der</span> <span class="hps">von Ethan</span> <span class="hps">Marcotte</span> <span class="hps">in</span> <span class="hps">seinem Artikel</span> <span class="hps">für A</span> <span class="hps">List Apart</span> <span class="hps">kam, wird als</span> <span class="hps">Responsive</span> <span class="hps">Web Design</span> <span class="hps">bekannt sein.</span> <span class="hps">Wie der</span> <span class="hps">getrennten Plattform</span> <span class="hps">Ansatz</span> <span class="hps">hat</span> <span class="hps">ansprechende</span> <span class="hps">Webdesign</span> <span class="hps">positive und negative Aspekte</span><span>.</span></span></p> <h2 id="The_Advantages">The Advantages</h2> |