diff options
author | Kenny Root <kroot@google.com> | 2010-04-07 16:05:59 -0700 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2010-04-08 11:23:04 -0700 |
commit | e1fb6d24a302f2f3869217f1dd6dcbcf509ee746 (patch) | |
tree | 73e1676e6df72d96781a53ae8570ba0b82d97232 /res/values-ko | |
parent | 4720868afa09efffadd845019f2d8268ae3f2c78 (diff) | |
download | packages_apps_Browser-e1fb6d24a302f2f3869217f1dd6dcbcf509ee746.zip packages_apps_Browser-e1fb6d24a302f2f3869217f1dd6dcbcf509ee746.tar.gz packages_apps_Browser-e1fb6d24a302f2f3869217f1dd6dcbcf509ee746.tar.bz2 |
Remove "Do not translate" and restore translations
Some "Do not translate" comments were inadvertently left when removing
unused strings which made the translation tools skip the next string
entry. This removes those comments and restores the translations for the
missing strings.
Bug: 2579112
Change-Id: I731217d4cf6581885c122fefd180133c243fa1f7
Diffstat (limited to 'res/values-ko')
-rw-r--r-- | res/values-ko/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index 47ab3cf..859b765 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -260,6 +260,8 @@ <string name="download_file_error" msgid="1206648050615176113">"저장 용량이 부족하여 다운로드를 완료할 수 없습니다."</string> <string name="download_length_required" msgid="9038605488460437406">"항목의 크기를 확인할 수 없으므로 다운로드할 수 없습니다."</string> <string name="download_precondition_failed" msgid="8327584102874295580">"다운로드가 중단되었으며 다시 시작할 수 없습니다."</string> + <string name="search_the_web" msgid="6046130189241962337">"웹 검색"</string> + <string name="webstorage_outofspace_notification_title" msgid="1160474608059771788">"브라우저 저장용량 가득 참"</string> <string name="webstorage_outofspace_notification_text" msgid="7341075135051829692">"여유 공간을 확보하려면 클릭하세요."</string> <string name="webstorage_clear_data_title" msgid="689484577124333977">"저장된 데이터 삭제"</string> <string name="webstorage_clear_data_dialog_title" msgid="345457466368974706">"저장된 데이터 삭제"</string> |