diff options
author | Inseok Lee <dlunch@gmail.com> | 2010-11-03 10:01:42 +0900 |
---|---|---|
committer | Inseok Lee <dlunch@gmail.com> | 2010-11-03 10:01:42 +0900 |
commit | ff7b4a29dab95d51b1329c53467e93a146b7cf74 (patch) | |
tree | 57d0da1db9110ba3243827ecaec56d65fcd67cb0 /core | |
parent | 81bee8ef5555dfb40d98c0ea3b55f209a5644909 (diff) | |
download | frameworks_base-ff7b4a29dab95d51b1329c53467e93a146b7cf74.zip frameworks_base-ff7b4a29dab95d51b1329c53467e93a146b7cf74.tar.gz frameworks_base-ff7b4a29dab95d51b1329c53467e93a146b7cf74.tar.bz2 |
Update korean translation
Change-Id: I6416724830f186333bdf87ade1981fc2fd73bad4
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values-ko/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/res/res/values-ko/strings.xml b/core/res/res/values-ko/strings.xml index 2eb2f24..41d8181 100644 --- a/core/res/res/values-ko/strings.xml +++ b/core/res/res/values-ko/strings.xml @@ -866,4 +866,12 @@ <!--Application killed toast --> <string name="app_killed_message">어플리케이션 종료됨</string> + + <string name="reboot_system">휴대전화 다시 시작</string> + + <!-- label for item that reboots the phone in phone options dialog --> + <string name="global_action_reboot">다시 시작</string> + + + </resources> |