summaryrefslogtreecommitdiffstats
path: root/res/values-ko
diff options
context:
space:
mode:
authorEric Fischer <>2009-04-07 13:55:06 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-07 13:55:06 -0700
commit90790a1d4d2b8d37aa9acd1e5e34bd62549f9784 (patch)
tree00b51631ce499fdbf1f508fb8acb42aa730c697b /res/values-ko
parent75a0017c9b7a862aa2dea39f2f4454ed60d6ed18 (diff)
downloadpackages_apps_Browser-90790a1d4d2b8d37aa9acd1e5e34bd62549f9784.zip
packages_apps_Browser-90790a1d4d2b8d37aa9acd1e5e34bd62549f9784.tar.gz
packages_apps_Browser-90790a1d4d2b8d37aa9acd1e5e34bd62549f9784.tar.bz2
AI 144912: Merge from cupcake:
Change 144891 on 2009/04/07 by enf@ebcdic Import a bunch of revised translations. Automated import of CL 144912
Diffstat (limited to 'res/values-ko')
-rw-r--r--res/values-ko/strings.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 52434a5..51a622a 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -27,10 +27,12 @@
<string name="action">"로그인"</string>
<string name="cancel">"취소"</string>
<string name="ok">"확인"</string>
- <!-- no translation found for matches_found:zero (6242659159545399963) -->
- <!-- no translation found for matches_found:one (4352019729062956802) -->
- <!-- no translation found for matches_found:few (5544267486978946555) -->
- <!-- no translation found for matches_found:other (6616125067364315405) -->
+ <plurals name="matches_found">
+ <item quantity="zero">"검색결과 없음"</item>
+ <item quantity="one">"검색결과 1개"</item>
+ <item quantity="few">"검색결과 <xliff:g id="NUMBER">%d</xliff:g>개"</item>
+ <item quantity="other">"검색결과 <xliff:g id="NUMBER">%d</xliff:g>개"</item>
+ </plurals>
<string name="page_info">"페이지 정보"</string>
<string name="page_info_view">"페이지 정보 보기"</string>
<string name="page_info_address">"주소:"</string>