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
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index c44c630..e923538 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -27,10 +27,12 @@
<string name="action">"ログイン"</string>
<string name="cancel">"キャンセル"</string>
<string name="ok">"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>