Merge "bug:3514023 fix strings" into honeycomb-mr1

This commit is contained in:
Vasu Nori
2011-03-07 11:45:09 -08:00
committed by Android (Google) Code Review

View File

@@ -3296,7 +3296,7 @@ found in the list of installed applications.</string>
<!-- Misc files [CHAR LIMIT=25] -->
<string name="misc_files">Misc Files</string>
<!-- number of misc files selected [CHAR LIMIT=40] -->
<string name="misc_files_selected_count">selected %1$d out of %2$d</string>
<string name="misc_files_selected_count">selected <xliff:g id="number" example="3">%1$d</xliff:g> out of <xliff:g id="total" example="15">%2$d</xliff:g></string>
<!-- number of bytes represented by the selected misc files [CHAR LIMIT=40] -->
<string name="misc_files_selected_count_bytes">%1$s out of %2$s</string>
<!-- action to select all [CHAR LIMIT=30] -->