From c02a913344aad41badbb7dc376b132794ddd1f49 Mon Sep 17 00:00:00 2001 From: Gun Kim Date: Fri, 16 Nov 2012 15:53:59 +0900 Subject: [PATCH] [Title] RDS bundle move from natviecommon-eplugin tp common-eplugin. [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: Ieb50876078186c90231b0956f4b9c53b58f90520 --- org.tizen.common/src/org/tizen/common/rds/RdsMessages.java | 5 +++++ org.tizen.common/src/org/tizen/common/rds/RdsMessages.properties | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/org.tizen.common/src/org/tizen/common/rds/RdsMessages.java b/org.tizen.common/src/org/tizen/common/rds/RdsMessages.java index ce9b562..95f7ee6 100644 --- a/org.tizen.common/src/org/tizen/common/rds/RdsMessages.java +++ b/org.tizen.common/src/org/tizen/common/rds/RdsMessages.java @@ -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; } diff --git a/org.tizen.common/src/org/tizen/common/rds/RdsMessages.properties b/org.tizen.common/src/org/tizen/common/rds/RdsMessages.properties index 05475ef..b24b7a2 100644 --- a/org.tizen.common/src/org/tizen/common/rds/RdsMessages.properties +++ b/org.tizen.common/src/org/tizen/common/rds/RdsMessages.properties @@ -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 -- 2.7.4