diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index faa274c..4ad76ce 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3393,9 +3393,7 @@ <!-- Title in main settings screen for printing settings [CHAR LIMIT=15] --> <string name="print_settings">Printing</string> <!-- Title for print service settings screen [CHAR LIMIT=25] --> - <string name="print_settings_title">Printing settings</string> - <!-- Title for the printing preference category of print services. [CHAR LIMIT=25] --> - <string name="print_services_title">Services</string> + <string name="print_settings_title">Print services</string> <!-- Title for a warning message about security implications of enabling a print service, displayed as a dialog message when the user selects to enable a print service (tablet). [CHAR LIMIT=NONE] --> @@ -3421,6 +3419,18 @@ <!-- Summary for the disabled state of a print feature. [CHAR LIMIT=10] --> <string name="print_feature_state_off">Off</string> + <!-- Title of the action bar button to got to Play Store to download a print service. [CHAR LIMIT=25] --> + <string name="print_menu_item_download_print_service">I don\'t see mine</string> + + <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] --> + <string name="print_menu_item_add_printer">Add printer</string> + + <!-- Title of the action bar button uninstall a print service. [CHAR LIMIT=25] --> + <string name="print_menu_item_uninstall">Uninstall</string> + + <!-- Title for the printer categoty showing a list of available printers. [CHAR LIMIT=25] --> + <string name="category_printers">Printers</string> + <!-- App Fuel Gauge strings --> <skip /> |