[Title] RDS bundle move from natviecommon-eplugin tp common-eplugin.
authorGun Kim <gune.kim@samsung.com>
Fri, 16 Nov 2012 06:53:59 +0000 (15:53 +0900)
committerGun Kim <gune.kim@samsung.com>
Fri, 16 Nov 2012 06:53:59 +0000 (15:53 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Ieb50876078186c90231b0956f4b9c53b58f90520

org.tizen.common/src/org/tizen/common/rds/RdsMessages.java
org.tizen.common/src/org/tizen/common/rds/RdsMessages.properties

index ce9b562..95f7ee6 100644 (file)
@@ -38,6 +38,11 @@ public class RdsMessages {
     public static String RDS_DELETE_ERROR;
     public static String CANNOT_INSTALL;
     public static String RDS_RES_INFO_PUSH_ERROR;
+    public static String CANNOT_FIND_RDS_INFO;
+    public static String CANNOT_FIND_DELTA;
+    public static String RDS_MODE_DISABLE;
+    public static String RDS_MODE_ENABLE;
+    public static String RDS_MODE_CONSOLE_TITLE;
     public static String RDS_MODE_PREFIX;
 
 }
index 05475ef..b24b7a2 100644 (file)
@@ -3,4 +3,9 @@ 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.
+RDS_MODE_DISABLE=RDS mode is disabled.
+RDS_MODE_ENABLE=RDS mode is enabled.
+RDS_MODE_CONSOLE_TITLE=, RDS Mode
 RDS_MODE_PREFIX=[RDS]
\ No newline at end of file