am 4943af9f: am 71dee16b: Merge "bug:3514023 fix strings" into honeycomb-mr1

* commit '4943af9f71f0dc273c05de0d67dc23495748c5c1':
  bug:3514023 fix strings
This commit is contained in:
Vasu Nori
2011-03-07 11:49:53 -08:00
committed by Android Git Automerger

View File

@@ -3302,7 +3302,7 @@ found in the list of installed applications.</string>
<!-- Misc files [CHAR LIMIT=25] --> <!-- Misc files [CHAR LIMIT=25] -->
<string name="misc_files">Misc Files</string> <string name="misc_files">Misc Files</string>
<!-- number of misc files selected [CHAR LIMIT=40] --> <!-- 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] --> <!-- 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> <string name="misc_files_selected_count_bytes">%1$s out of %2$s</string>
<!-- action to select all [CHAR LIMIT=30] --> <!-- action to select all [CHAR LIMIT=30] -->