auto import from //branches/cupcake/...@137873

This commit is contained in:
The Android Open Source Project
2009-03-11 12:11:54 -07:00
parent 692ab02175
commit 243d18eb22
42 changed files with 954 additions and 671 deletions

View File

@@ -814,11 +814,11 @@
<string name="listSeparatorTextViewStyle">listSeparatorTextViewStyle</string>
<!-- ============================ -->
<!-- gadget examples strings -->
<!-- AppWidget examples strings -->
<!-- ============================ -->
<string name="gadget_configure_instructions">This text will be shown before the date in our example gadget.</string>
<string name="gadget_prefix_default">Oh hai</string>
<string name="gadget_text_format"><xliff:g id="prefix">%1$s</xliff:g>: <xliff:g id="time">%2$s</xliff:g></string>
<string name="appwidget_configure_instructions">This text will be shown before the date in our example widget.</string>
<string name="appwidget_prefix_default">Oh hai</string>
<string name="appwidget_text_format"><xliff:g id="prefix">%1$s</xliff:g>: <xliff:g id="time">%2$s</xliff:g></string>
</resources>