From beb8873607b11c79c04d99c6ac023253d25e1e09 Mon Sep 17 00:00:00 2001 From: Editor Lionbridge Date: Wed, 31 May 2017 09:13:11 +0300 Subject: [PATCH] Update manifest file localization elements This is a manual cherry-pick from the #128083 change in the tizen_3.0 branch. Change-Id: I026dbc92daf089052413ce0190aa0165688af943 --- .../html/native_tools/manifest_elements_n.htm | 16 +++++++++++----- .../html/native_tools/manifest_text_editor_n.htm | 21 +++++++++++++-------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/org.tizen.studio/html/native_tools/manifest_elements_n.htm b/org.tizen.studio/html/native_tools/manifest_elements_n.htm index 15f33b6..dde54a1 100644 --- a/org.tizen.studio/html/native_tools/manifest_elements_n.htm +++ b/org.tizen.studio/html/native_tools/manifest_elements_n.htm @@ -126,7 +126,7 @@

<background-category> Element

-

This element represents the category of the application running on the background.

+

This element represents the category of the application running in the background.

Note The <background-category> element is not supported for API versions lower than 2.4. An application with a <background-category> 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 <metadata key="http://tizen.org/metadata/bacgkround-category/<value>"/>. @@ -145,7 +145,7 @@

For example:

-<background-category value="download"/> <!--For the API version 2.4 or later-->
+<background-category value="download"/> <!--For the API version 2.4 or higher-->
 <metadata key="http://tizen.org/metadata/background-category/download"/> <!--For the API version lower than 2.4-->
 
@@ -175,9 +175,13 @@

For more information on the relationship between the elements, see the element hierarchy.

Occurrences:

- +

Attributes:

+

Expected value:

For example:

-
<metadata key="testkey" value="testvalue"/>
+
+<metadata key="testkey" value="testvalue"/>
 
diff --git a/org.tizen.studio/html/native_tools/manifest_text_editor_n.htm b/org.tizen.studio/html/native_tools/manifest_text_editor_n.htm index a35e7f2..a7db2f4 100644 --- a/org.tizen.studio/html/native_tools/manifest_text_editor_n.htm +++ b/org.tizen.studio/html/native_tools/manifest_text_editor_n.htm @@ -448,7 +448,7 @@

For example:

-
+
 <manifest xmlns="http://tizen.org/ns/packages" api-version="2.3.1" package="org.tizen.uiapp" version="1.0.0">
    <author>.....</author>
    <description>.....</description>
@@ -458,7 +458,8 @@
    <account>.....</account>
    <privileges>.....</privileges>
    <feature>.....</feature>
-</manifest>
+</manifest> +

<author> Element

@@ -483,7 +484,9 @@

For example:

-
<author email="email@email.com" href="http://test.com">author</author>
+
+<author email="email@email.com" href="http://test.com">author</author>
+

<description> Element

This element contains an easily readable description of the Tizen package.

@@ -601,7 +604,8 @@

For example:

-
<ui-application appid="org.tizen.uiapp" exec="uiapp" hw-acceleration="on" launch_mode="single"
+
+<ui-application appid="org.tizen.uiapp" exec="uiapp" hw-acceleration="on" launch_mode="single"
                 multiple="false" nodisplay="false" taskmanage="true" type="capp">
    <label>uiapplication</label>
    <label xml:lang="en-gb">testlang</label>
@@ -683,7 +687,7 @@
 
  • on-boot -

    Indicates whether the application is launched automatically on device booting time or application installation time (available values: true, false)

    +

    Indicates whether the application is launched automatically on device boot or application installation (available values: true, false)

    If the value is not defined, false is used.

    @@ -703,7 +707,8 @@

    For example:

    -
    <service-application appid="org.tizen.servicenew" auto-restart="false" exec="servicenew"
    +
    +<service-application appid="org.tizen.servicenew" auto-restart="false" exec="servicenew"
                          multiple="false" on-boot="true" taskmanage="false" type="capp">
        <label>servicenew</label>
        <label xml:lang="en-gb">testlabel</label>
    @@ -733,11 +738,11 @@
        
        
     		   <label>
    -		   1
    +		   1 or more
        
        
     		   <icon>
    -		   1
    +		   1 or more
        
        
        

    Attributes:

    -- 2.7.4