Update manifest file localization elements 94/131894/1
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 31 May 2017 06:13:11 +0000 (09:13 +0300)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 31 May 2017 06:13:11 +0000 (09:13 +0300)
This is a manual cherry-pick from the #128083 change in the
tizen_3.0 branch.

Change-Id: I026dbc92daf089052413ce0190aa0165688af943

org.tizen.studio/html/native_tools/manifest_elements_n.htm
org.tizen.studio/html/native_tools/manifest_text_editor_n.htm

index 15f33b6..dde54a1 100644 (file)
 </pre>
 
 <h2 name="bg-category" id="bg-category">&lt;background-category&gt; Element</h2>
-<p>This element represents the category of the application running on the background.</p>
+<p>This element represents the category of the application running in the background.</p>
 <div class="note">
     <strong>Note</strong>
     The <code>&lt;background-category&gt;</code> element is not supported for API versions lower than 2.4. An application with a <code>&lt;background-category&gt;</code> element can fail to be installed on devices with a Tizen version lower than 2.4. In this case, the element can be replaced with <code>&lt;metadata key="http://tizen.org/metadata/bacgkround-category/&lt;value&gt;"/&gt;</code>.
 
 <p><strong>For example:</strong></p>
 <pre class="prettyprint">
-&lt;background-category value="download"/&gt; &lt;!--For the API version 2.4 or later--&gt;
+&lt;background-category value="download"/&gt; &lt;!--For the API version 2.4 or higher--&gt;
 &lt;metadata key="http://tizen.org/metadata/background-category/download"/&gt; &lt;!--For the API version lower than 2.4--&gt;
 </pre>
 
 
 <p>For more information on the relationship between the elements, see the <a href="manifest_text_editor_n.htm#hierarchy">element hierarchy</a>.</p> <p><strong>Occurrences:</strong> </p>
       <ul>
-<li>1 (optional)</li>
+<li>1 or more (optional)</li>
       </ul>
-
+         <p><strong>Attributes:</strong> </p>
+         <ul>
+<li><code>xml:lang</code>
+<p>Language with which the icon is used (available value: "&lt;2-letter lowercase language code (ISO 639-1)&gt;-&lt;2-letter lowercase country code (ISO 3166-1 alpha-2)&gt;")</p></li>
+</ul>
 <p><strong>Expected value:</strong> </p>
          <ul>
 <li>Icon path</li>
 <p><strong>For example:</strong></p>
 <pre class="prettyprint">
 &lt;icon&gt;testicon.png&lt;/icon&gt;
+&lt;icon xml:lang="en-gb"&gt;testicon.png&lt;/icon&gt;
 </pre>
 
 
           <p>Value of metadata (string)</p></li></ul>
 
 <p><strong>For example:</strong></p>
-<pre class="prettyprint">&lt;metadata key="testkey" value="testvalue"/&gt;
+<pre class="prettyprint">
+&lt;metadata key="testkey" value="testvalue"/&gt;
 </pre>
 
 <script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
index a35e7f2..a7db2f4 100644 (file)
         </ul>
 
 <p><strong>For example:</strong> </p>
-   <pre class="prettyprint">
+<pre class="prettyprint">
 &lt;manifest xmlns="http://tizen.org/ns/packages" api-version="2.3.1" package="org.tizen.uiapp" version="1.0.0"&gt;
    &lt;author&gt;.....&lt;/author&gt;
    &lt;description&gt;.....&lt;/description&gt;
    &lt;account&gt;.....&lt;/account&gt;
    &lt;privileges&gt;.....&lt;/privileges&gt;
    &lt;feature&gt;.....&lt;/feature&gt;
-&lt;/manifest&gt;</pre>
+&lt;/manifest&gt;
+</pre>
 
 
 <h3 id="author">&lt;author&gt; Element</h3>
       </ul>
 
 <p><strong>For example:</strong></p>
-               <pre class="prettyprint">&lt;author email="email@email.com" href="http://test.com"&gt;author&lt;/author&gt;</pre>
+<pre class="prettyprint">
+&lt;author email="email@email.com" href="http://test.com"&gt;author&lt;/author&gt;
+</pre>
 
 <h3 id="description">&lt;description&gt; Element</h3>
   <p>This element contains an easily readable description of the Tizen package.</p>
 
 
 <p><strong>For example:</strong></p>
-<pre class="prettyprint">&lt;ui-application appid="org.tizen.uiapp" exec="uiapp" hw-acceleration="on" launch_mode="single"
+<pre class="prettyprint">
+&lt;ui-application appid="org.tizen.uiapp" exec="uiapp" hw-acceleration="on" launch_mode="single"
                 multiple="false" nodisplay="false" taskmanage="true" type="capp"&gt;
    &lt;label&gt;uiapplication&lt;/label&gt;
    &lt;label xml:lang="en-gb"&gt;testlang&lt;/label&gt;
 </div>
           </li>
        <li><code>on-boot</code>
-          <p>Indicates whether the application is launched automatically on device booting time or application installation time (available values: <code>true</code>, <code>false</code>)</p>
+          <p>Indicates whether the application is launched automatically on device boot or application installation (available values: <code>true</code>, <code>false</code>)</p>
           <p>If the value is not defined, <code>false</code> is used.</p>
 
 <div class="note">
   </ul>
 
 <p><strong>For example:</strong></p>
-<pre class="prettyprint">&lt;service-application appid="org.tizen.servicenew" auto-restart="false" exec="servicenew"
+<pre class="prettyprint">
+&lt;service-application appid="org.tizen.servicenew" auto-restart="false" exec="servicenew"
                      multiple="false" on-boot="true" taskmanage="false" type="capp"&gt;
    &lt;label&gt;servicenew&lt;/label&gt;
    &lt;label xml:lang="en-gb"&gt;testlabel&lt;/label&gt;
    </tr>
    <tr>
                   <td><code><a href="#watch_label">&lt;label&gt;</a></code></td>
-                  <td>1</td>
+                  <td>1 or more</td>
    </tr>
    <tr>
                   <td><code><a href="#watch_icon">&lt;icon&gt;</a></code></td>
-                  <td>1</td>
+                  <td>1 or more</td>
    </tr>
    </tbody></table>
    <p><strong>Attributes:</strong> </p>