LAUNCH: Aligned messages with web and native 36/12336/1
authorkh5325.kim <kh5325.kim@samsung.com>
Wed, 13 Nov 2013 10:32:53 +0000 (19:32 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Wed, 13 Nov 2013 10:32:53 +0000 (19:32 +0900)
Adds RDS on/off information.
Makes compact for the application information.

Change-Id: I95d91b723746d026e478ffe776caeb4421999ff6
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
org.tizen.common/src/org/tizen/common/rds/RdsMessages.java
org.tizen.common/src/org/tizen/common/rds/RdsMessages.properties

index e96c3e1..89c5afe 100644 (file)
@@ -43,6 +43,5 @@ public class RdsMessages {
     public static String CANNOT_PARTIALLY_INSTALL;
     public static String RDS_MODE_DISABLED;
     public static String RDS_MODE_ENABLED;
-    public static String RDS_MODE_CONSOLE_TITLE;
     public static String RDS_MODE_PREFIX;
 }
index 643a19c..d47a5c3 100644 (file)
@@ -1,12 +1,11 @@
-RDS_PUSH_LOG=Pushing file "{0}" to "{1}" in target.
-RDS_PUSH_ERROR=Failed to push file(s).
-RDS_DELETE_ERROR=Failed to delete file in target.
-CANNOT_INSTALL=Cannot install application.
-RDS_RES_INFO_PUSH_ERROR=Failed to upload resource information for RDS.
-CANNOT_FIND_RDS_INFO=Cannot find information of the latest launch.
-CANNOT_FIND_DELTA=Cannot find information of delta.
-CANNOT_PARTIALLY_INSTALL=Cannot partially upload or reinstall.
-RDS_MODE_DISABLED=RDS mode is disabled.
-RDS_MODE_ENABLED=RDS mode is enabled.
-RDS_MODE_CONSOLE_TITLE=, RDS Mode
-RDS_MODE_PREFIX=[RDS]
+RDS_PUSH_LOG = Pushing file "{0}" to "{1}" in target...
+RDS_PUSH_ERROR = Failed to push file(s).
+RDS_DELETE_ERROR = Failed to delete file in target.
+CANNOT_INSTALL = Cannot install application.
+RDS_RES_INFO_PUSH_ERROR = Failed to upload resource information for RDS.
+CANNOT_FIND_RDS_INFO = Cannot find information of the latest launch.
+CANNOT_FIND_DELTA = Cannot find information of delta.
+CANNOT_PARTIALLY_INSTALL = Cannot partially upload or reinstall.
+RDS_MODE_DISABLED = RDS: Off
+RDS_MODE_ENABLED = RDS: On
+RDS_MODE_PREFIX = [RDS]