diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-03-20 18:32:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 18:32:06 -0700 |
commit | dd970ebde4659015cacb03f3cec08ba3662f76b7 (patch) | |
tree | 22fce3103c66822def150bdcd5934b143ce775cd /files/vi | |
parent | 42fa0779cb86e303db29e3603901b000523173cf (diff) | |
download | translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2 translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip |
remove fx_minversion_inline macro calls (#258)
Diffstat (limited to 'files/vi')
-rw-r--r-- | files/vi/orphaned/bản_kê_khai_cài_đặt/index.html | 30 | ||||
-rw-r--r-- | files/vi/web/api/node/index.html | 4 | ||||
-rw-r--r-- | files/vi/web/api/window/index.html | 6 |
3 files changed, 20 insertions, 20 deletions
diff --git a/files/vi/orphaned/bản_kê_khai_cài_đặt/index.html b/files/vi/orphaned/bản_kê_khai_cài_đặt/index.html index 0986204103..b62d784e9b 100644 --- a/files/vi/orphaned/bản_kê_khai_cài_đặt/index.html +++ b/files/vi/orphaned/bản_kê_khai_cài_đặt/index.html @@ -25,7 +25,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt <p>Định danh (id) của phần mở rộng, nó là một:</p> <ul> <li><a href="/en-US/docs/Generating_GUIDs" title="Generating_GUIDs">GUID</a> (Firefox 1.0)</li> - <li>{{ Fx_minversion_inline(1.5) }} Một chuỗi định dạng giống như: <code class="plain">extensionname@organization.tld</code></li> + <li>Một chuỗi định dạng giống như: <code class="plain">extensionname@organization.tld</code></li> </ul> <p>The latter format is significantly easier to generate and manipulate. Firefox 1.5 has checking to ensure that your id falls into one format or the other and will refuse to install addons that have malformed ids.</p> <p><strong>Examples</strong></p> @@ -67,8 +67,8 @@ original_slug: Bản_Kê_Khai_Cài_Đặt </table> <p><strong>Examples</strong></p> <pre class="eval"><em:type>2</em:type></pre> -<p>{{ Fx_minversion_inline(1.5) }} This property was added for Firefox 1.5, and is only required for addon types other than Extensions and Themes.</p> -<p>{{ Fx_minversion_inline(3) }} Firefox 2 and previous supported a value of 16 to represent plug-ins. In Firefox 3 this has been removed.</p> +<p>This property was added for Firefox 1.5, and is only required for addon types other than Extensions and Themes.</p> +<p>Firefox 2 and previous supported a value of 16 to represent plug-ins. In Firefox 3 this has been removed.</p> <h3 id="targetApplication" name="targetApplication">targetApplication</h3> <p>An object specifying an application targeted by this addon. This means that the addon will work with the application identified by the id property (<code><em:id></code>) specified (for a comprehensive list of application IDs and valid min/maxVersions for them see <a class="link-https" href="https://addons.mozilla.org/en-US/firefox/pages/appversions">Valid application versions for add-on developers</a>), from the minimum version (<code><em:minVersion></code>) up to and including the maximum version (<code><em:maxVersion></code>). These version strings are formatted in the same fashion as the <a href="#version"><code>version</code> property</a> and will be compared to the application version; this allows the extension author to specify which versions of Firefox an extension has been tested with.</p> <div class="note"> @@ -83,7 +83,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt </Description> </em:targetApplication> </pre> -<p>{{ Fx_minversion_inline(3) }} Gecko 1.9 based applications allow you to use the special <code>targetApplication </code>id <code class="plain">toolkit@mozilla.org</code> to say that the add-on is compatible with any toolkit app with a toolkit version matching the <code>minVersion</code> and <code>maxVersion</code>.</p> +<p>Gecko 1.9 based applications allow you to use the special <code>targetApplication </code>id <code class="plain">toolkit@mozilla.org</code> to say that the add-on is compatible with any toolkit app with a toolkit version matching the <code>minVersion</code> and <code>maxVersion</code>.</p> <h3 id="name" name="name">name</h3> <p>The name of the add-on; intended for display in the UI.</p> <p><strong>Examples </strong></p> @@ -91,7 +91,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt <h2 id="Optional_Property_Reference" name="Optional_Property_Reference">Optional Property Reference</h2> <p>You may need to supply these properties, depending on the capabilities of your add-on.</p> <h3 id="localized" name="localized">localized</h3> -<p>{{ Fx_minversion_inline(3) }} Allows you to localize the add-on's name, description, contributors and other metadata. The localized description must specify at least one <code>em:locale</code> which indicates which locales to use this information for.</p> +<p>Allows you to localize the add-on's name, description, contributors and other metadata. The localized description must specify at least one <code>em:locale</code> which indicates which locales to use this information for.</p> <p><strong>Examples</strong></p> <p>This declares a set of add-on metadata to be displayed when the application is running in the de-DE locale.</p> <pre><em:localized> @@ -127,13 +127,13 @@ original_slug: Bản_Kê_Khai_Cài_Đặt <pre class="eval"><em:creator>CoolExtension Team</em:creator> </pre> <h3 id="developer" name="developer">developer</h3> -<p>{{ Fx_minversion_inline(2) }} The name(s) of co-developers. You may specify more than one of this value to specify multiple developers.</p> +<p>The name(s) of co-developers. You may specify more than one of this value to specify multiple developers.</p> <p><strong>Examples</strong></p> <pre class="eval"><em:developer>Jane Doe</em:developer> <em:developer>Koos van der Merwe</em:developer> </pre> <h3 id="translator" name="translator">translator</h3> -<p>{{ Fx_minversion_inline(2) }} The name(s) of translators. You may specify more than one of this value to specify multiple translators.</p> +<p>The name(s) of translators. You may specify more than one of this value to specify multiple translators.</p> <p><strong>Examples</strong></p> <pre class="eval"><em:translator>Janez Novak</em:translator> <em:translator>Kari Nordmann</em:translator> @@ -156,7 +156,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt <p>A link to a custom Update Manifest file that specifies available updates to the addon. The format is described below. If enabled, the addon manager periodically checks with this Manifest file to determine if newer versions are available.</p> <div class="note"> <strong>Note:</strong> It is strongly recommended that the <code>updateURL</code> be an HTTPS (secure) link. Non-secure update URLs can be hijacked by a malicious <code>update.rdf</code> file, enabling malware to infiltrate the user's computer. <strong>Alternatively, you could host your extension on </strong><a class="external" href="http://addons.mozilla.org"><strong>AMO</strong></a><strong> and leave out the <code>updateURL</code> completely.</strong> This provides secure updates automatically.</div> -<p>{{ Fx_minversion_inline(3) }} For security reasons, Gecko 1.9 applications <strong>require</strong> that if you specify an <code>updateURL</code>, it must be an https URL, or you must include an <code><a href="#updateKey">updateKey</a></code>.</p> +<p>For security reasons, Gecko 1.9 applications <strong>require</strong> that if you specify an <code>updateURL</code>, it must be an https URL, or you must include an <code><a href="#updateKey">updateKey</a></code>.</p> <p>Your server must send this file as <code>text/rdf</code>, <code>text/xml</code> or <code>application/xml+rdf</code> or the update checker may not work.</p> <p>The addon manager will substitute the following values into this URL in case you wish to generate the response RDF dynamically, such as using PHP or CGI:</p> <table> @@ -179,7 +179,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt </tr> <tr> <td><code>%ITEM_STATUS%</code></td> - <td>{{ Fx_minversion_inline(2) }} Comma separated list of the add-ons operating status in the application. Contains at the least either <code>userEnabled</code> or <code>userDisabled</code> plus any number of <code>incompatible</code>, <code>blockslisted</code> or <code>needsDependencies</code>.</td> + <td>Comma separated list of the add-ons operating status in the application. Contains at the least either <code>userEnabled</code> or <code>userDisabled</code> plus any number of <code>incompatible</code>, <code>blockslisted</code> or <code>needsDependencies</code>.</td> </tr> <tr> <td><code>%APP_ID%</code></td> @@ -191,19 +191,19 @@ original_slug: Bản_Kê_Khai_Cài_Đặt </tr> <tr> <td><code>%CURRENT_APP_VERSION%</code></td> - <td>{{ Fx_minversion_inline(3.5) }} The <code>version</code> of the current application</td> + <td>The <code>version</code> of the current application</td> </tr> <tr> <td><code>%APP_OS%</code></td> - <td>{{ Fx_minversion_inline(1.5) }} The value of <code><a href="/en-US/docs/OS_TARGET" title="OS_TARGET">OS_TARGET</a></code> from the Firefox build system, identifying the operating system being used.</td> + <td>The value of <code><a href="/en-US/docs/OS_TARGET" title="OS_TARGET">OS_TARGET</a></code> from the Firefox build system, identifying the operating system being used.</td> </tr> <tr> <td><code>%APP_ABI%</code></td> - <td>{{ Fx_minversion_inline(1.5) }} The value of the <code><a href="/en-US/docs/XPCOM_ABI" title="XPCOM_ABI">TARGET_XPCOM_ABI</a></code> value from the Firefox build system, identifying the compiler/architecture combination used to compile the current application.</td> + <td>The value of the <code><a href="/en-US/docs/XPCOM_ABI" title="XPCOM_ABI">TARGET_XPCOM_ABI</a></code> value from the Firefox build system, identifying the compiler/architecture combination used to compile the current application.</td> </tr> <tr> <td><code>%APP_LOCALE%</code></td> - <td>{{ Fx_minversion_inline(3) }} The current application's locale.</td> + <td>The current application's locale.</td> </tr> </tbody> </table> @@ -238,7 +238,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt <strong>Note:</strong> For the above example to work you will also have to add a <code>skin package</code> line to your <code>chrome.manifest</code> file. See <a href="/en-US/docs/Chrome_Registration#skin" title="Chrome_Registration#skin">Chrome Registration#skin</a>. Alternatively you can place your icon in the directory specified in your <code>content package</code> line.</div> <p>{{ gecko_minversion_note("1.9.2", "Starting in Gecko 1.9.2 (Firefox 3.6), you can also simply include your icon, named <code>icon.png</code>, in the base directory of the add-on. This allows your add-on's icon to be displayed even when the add-on is disabled, or if the manifest is missing an <code>iconURL</code> entry.") }}</p> <h3 id="targetPlatform" name="targetPlatform">targetPlatform</h3> -<p>{{ Fx_minversion_inline(1.5) }} A string specifying a platform that the addon supports. It contains either the value of <a href="/en-US/docs/OS_TARGET" title="OS_TARGET">OS_TARGET</a> alone or combined with <a href="/en-US/docs/XPCOM_ABI" title="XPCOM_ABI">TARGET_XPCOM_ABI</a>, separated by an underscore (_).</p> +<p>A string specifying a platform that the addon supports. It contains either the value of <a href="/en-US/docs/OS_TARGET" title="OS_TARGET">OS_TARGET</a> alone or combined with <a href="/en-US/docs/XPCOM_ABI" title="XPCOM_ABI">TARGET_XPCOM_ABI</a>, separated by an underscore (_).</p> <p>You can specify multiple targetPlatform properties per manifest. If any value matches the application's build parameters, it will be installed; if not, the user will get an appropriate error message.</p> <p><strong>Examples</strong></p> <pre><em:targetPlatform>WINNT_x86-msvc</em:targetPlatform> @@ -257,7 +257,7 @@ original_slug: Bản_Kê_Khai_Cài_Đặt </ul> <p>This property was added for Firefox/Thunderbird 1.5. Previous versions of these applications will ignore the restrictions and install the addon regardless of the platform.</p> <h3 id="requires" name="requires">requires</h3> -<p>{{ Fx_minversion_inline(2) }} This tag has a similar syntax to the <code><em:targetApplication></code> tag. If the add-on specified by the <code><em:id></code> tag is not installed or has an incompatible version, the extension manager will disable your extension and show the message "Requires additional items". You can add as many <code><em:requires></code> tags as you like. Your extension will be disabled if any of the specified requirements fail.</p> +<p>This tag has a similar syntax to the <code><em:targetApplication></code> tag. If the add-on specified by the <code><em:id></code> tag is not installed or has an incompatible version, the extension manager will disable your extension and show the message "Requires additional items". You can add as many <code><em:requires></code> tags as you like. Your extension will be disabled if any of the specified requirements fail.</p> <p><strong>Example</strong></p> <pre><em:requires> <Description> diff --git a/files/vi/web/api/node/index.html b/files/vi/web/api/node/index.html index 0d23b9445d..cf1f7cbe1f 100644 --- a/files/vi/web/api/node/index.html +++ b/files/vi/web/api/node/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/Node <dl> <dt>{{domxref("Node.baseURI")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} representing the base URL. The concept of base URL changes from one language to another; in HTML, it corresponds to the protocol, the domain name and the directory structure, that is all until the last <code>'/'</code>.</dd> - <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt> <dd>(Not available to web content.) The read-only {{ Interface("nsIURI") }} object representing the base URI for the element.</dd> <dt>{{domxref("Node.childNodes")}} {{readonlyInline}}</dt> <dd>Returns a live {{domxref("NodeList")}} containing all the children of this node. {{domxref("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{domxref("NodeList")}} object is automatically updated.</dd> @@ -44,7 +44,7 @@ translation_of: Web/API/Node <dd>Returns a {{domxref("Node")}} representing the next node in the tree, or <code>null</code> if there isn't such node.</dd> <dt>{{domxref("Node.nodeName")}} {{readonlyInline}}</dt> <dd>Returns a {{domxref("DOMString")}} containing the name of the <code>Node</code>. The structure of the name will differ with the name type. E.g. An {{domxref("HTMLElement")}} will contain the name of the corresponding tag, like <code>'audio'</code> for an {{domxref("HTMLAudioElement")}}, a {{domxref("Text")}} node will have the <code>'#text'</code> string, or a {{domxref("Document")}} node will have the <code>'#document'</code> string.</dd> - <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt> + <dt>{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt> <dd>A {{ Interface("nsIPrincipal") }} representing the node principal.</dd> <dt>{{domxref("Node.nodeType")}}{{readonlyInline}}</dt> <dd>Returns an <code>unsigned short</code> representing the type of the node. Possible values are: diff --git a/files/vi/web/api/window/index.html b/files/vi/web/api/window/index.html index 1419252c54..cc02cd80a2 100644 --- a/files/vi/web/api/window/index.html +++ b/files/vi/web/api/window/index.html @@ -79,7 +79,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}} {{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -162,7 +162,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -280,7 +280,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> |