From 01eb15c8fbfa19ce4c4cfe670f309a439875e374 Mon Sep 17 00:00:00 2001 From: "kh5325.kim" Date: Wed, 13 Nov 2013 19:32:53 +0900 Subject: [PATCH] LAUNCH: Aligned messages with web and native Adds RDS on/off information. Makes compact for the application information. Change-Id: I95d91b723746d026e478ffe776caeb4421999ff6 Signed-off-by: kh5325.kim --- .../src/org/tizen/common/rds/RdsMessages.java | 1 - .../org/tizen/common/rds/RdsMessages.properties | 23 +++++++++++----------- 2 files changed, 11 insertions(+), 13 deletions(-) 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 e96c3e1..89c5afe 100644 --- a/org.tizen.common/src/org/tizen/common/rds/RdsMessages.java +++ b/org.tizen.common/src/org/tizen/common/rds/RdsMessages.java @@ -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; } 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 643a19c..d47a5c3 100644 --- a/org.tizen.common/src/org/tizen/common/rds/RdsMessages.properties +++ b/org.tizen.common/src/org/tizen/common/rds/RdsMessages.properties @@ -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] -- 2.7.4