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/ar | |
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/ar')
9 files changed, 9 insertions, 0 deletions
diff --git a/files/ar/learn/html/بسيطة_html_إنشاء_صفحة/index.html b/files/ar/learn/html/بسيطة_html_إنشاء_صفحة/index.html index 72d8216f43..a6cdfdf6cf 100644 --- a/files/ar/learn/html/بسيطة_html_إنشاء_صفحة/index.html +++ b/files/ar/learn/html/بسيطة_html_إنشاء_صفحة/index.html @@ -4,6 +4,7 @@ slug: Learn/HTML/بسيطة_HTML_إنشاء_صفحة tags: - البداية translation_of: Learn/Getting_started_with_the_web +translation_of_original: Learn/HTML/Write_a_simple_page_in_HTML --- <div class="summary"> <p>فى هذا المقال سوف تتعلم كيق تنشئ صفحة ويب بسيطة باستخدام {{Glossary("HTML")}}</p> diff --git a/files/ar/web/guide/css/getting_started/index.html b/files/ar/web/guide/css/getting_started/index.html index 2d395bee37..2bfc5c76bb 100644 --- a/files/ar/web/guide/css/getting_started/index.html +++ b/files/ar/web/guide/css/getting_started/index.html @@ -13,6 +13,7 @@ tags: - TopicStub - Web translation_of: Learn/CSS/First_steps +translation_of_original: Web/Guide/CSS/Getting_started --- <p><span class="seoSummary">This tutorial introduces you to the basic features and language (the syntax) for <a href="/en-US/docs/Web/Guide/CSS" title="/en-US/docs/Web/Guide/CSS"><strong>Cascading Style Sheets</strong></a> (CSS). You use CSS to change the look of a structured document, such as a web page. The tutorial also includes sample exercises you can try on your own computer to see the effects of CSS and features that work in modern browsers. </span></p> <p>The tutorial is for beginners and anyone who would like to review the basics of CSS. If you have more experience with CSS, the CSS main page <a href="/en-US/docs/Web/Guide/CSS" title="/en-US/docs/Web/Guide/CSS">lists</a> more advanced resources.</p> diff --git a/files/ar/web/guide/css/getting_started/readable_css/index.html b/files/ar/web/guide/css/getting_started/readable_css/index.html index f2b50b3cb7..f65331a2bd 100644 --- a/files/ar/web/guide/css/getting_started/readable_css/index.html +++ b/files/ar/web/guide/css/getting_started/readable_css/index.html @@ -2,6 +2,7 @@ title: Readable CSS slug: Web/Guide/CSS/Getting_started/Readable_CSS translation_of: Learn/CSS/Introduction_to_CSS/Syntax#Beyond_syntax_make_CSS_readable +translation_of_original: Web/Guide/CSS/Getting_started/Readable_CSS --- <p dir="rtl">{{ CSSTutorialTOC() }}</p> diff --git a/files/ar/web/guide/css/getting_started/القوائم/index.html b/files/ar/web/guide/css/getting_started/القوائم/index.html index 5490b5d1a7..2b7fdeb726 100644 --- a/files/ar/web/guide/css/getting_started/القوائم/index.html +++ b/files/ar/web/guide/css/getting_started/القوائم/index.html @@ -2,6 +2,7 @@ title: القوائم slug: Web/Guide/CSS/Getting_started/القوائم translation_of: Learn/CSS/Styling_text/Styling_lists +translation_of_original: Web/Guide/CSS/Getting_started/Lists --- <p>{{ CSSTutorialTOC() }}</p> diff --git a/files/ar/web/guide/css/index.html b/files/ar/web/guide/css/index.html index 20621b40b0..2bd34295c7 100644 --- a/files/ar/web/guide/css/index.html +++ b/files/ar/web/guide/css/index.html @@ -8,6 +8,7 @@ tags: - NeedsTranslation - TopicStub translation_of: Learn/CSS +translation_of_original: Web/Guide/CSS --- <p>{{draft}}</p> <p><span class="seoSummary">Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML</span> or other markup languages such as SVG<span class="seoSummary">. CSS describes how the structured elements in the document are to be rendered on screen, on paper, in speech, or on other media.</span> The ability to adjust the document's presentation depending on the output medium is a key feature of CSS.</p> diff --git a/files/ar/web/guide/html/html5/html5_element_list/index.html b/files/ar/web/guide/html/html5/html5_element_list/index.html index 141eb69ef0..4c2a85ac03 100644 --- a/files/ar/web/guide/html/html5/html5_element_list/index.html +++ b/files/ar/web/guide/html/html5/html5_element_list/index.html @@ -10,6 +10,7 @@ tags: - دليل - وسوم translation_of: Web/HTML/Element +translation_of_original: Web/Guide/HTML/HTML5/HTML5_element_list --- <p dir="rtl">كل <strong>عناصر HTML5 المعتمدة</strong> مدرجة هنا، حيث أن اسماءها تصفها ومرتبة في مجموعات حسب وظائفها.</p> diff --git a/files/ar/web/javascript/introduction_to_object-oriented_javascript/index.html b/files/ar/web/javascript/introduction_to_object-oriented_javascript/index.html index eab6c1edec..65ce0c788a 100644 --- a/files/ar/web/javascript/introduction_to_object-oriented_javascript/index.html +++ b/files/ar/web/javascript/introduction_to_object-oriented_javascript/index.html @@ -12,6 +12,7 @@ tags: - ب.ك.ت - كائن translation_of: Learn/JavaScript/Objects +translation_of_original: Web/JavaScript/Introduction_to_Object-Oriented_JavaScript --- <div>{{jsSidebar("Introductory")}}</div> diff --git a/files/ar/web_development/index.html b/files/ar/web_development/index.html index 6f1cac663e..051accb9a5 100644 --- a/files/ar/web_development/index.html +++ b/files/ar/web_development/index.html @@ -6,6 +6,7 @@ tags: - TopicStub - Web Development translation_of: Web/Guide +translation_of_original: Web_Development --- <p><strong>Web development</strong> comprises all aspects of developing a web site or web application.</p> <p>Learn how to create anything from a simple web site to complex, highly interactive web sites featuring the latest Web technologies by perusing the articles you'll find here.</p> diff --git a/files/ar/web_development/mobile/index.html b/files/ar/web_development/mobile/index.html index 112d15199d..cc288a9c45 100644 --- a/files/ar/web_development/mobile/index.html +++ b/files/ar/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> |