strings.xml (1862B)
1 <?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public 2 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 <resources> 5 <string name="app_name">Sample Browser</string> 6 7 <string name="menu_action_add_tab">Add New Tab</string> 8 <string name="mozac_reader_view_description">Enable Reader View</string> 9 <string name="mozac_reader_view_description_selected">Disable Reader View</string> 10 11 <!-- Text shown after successfully enabled an add-on. %1$s is the add-on name. --> 12 <string name="mozac_feature_addons_successfully_enabled" >Successfully enabled %1$s</string> 13 <!-- Text shown after failed to enable an add-on. %1$s is the add-on name. --> 14 <string name="mozac_feature_addons_failed_to_enable">Failed to enable %1$s</string> 15 <!-- Text shown after successfully disabled an add-on. %1$s is the add-on name. --> 16 <string name="mozac_feature_addons_successfully_disabled">Successfully disabled %1$s</string> 17 <!-- Text shown after failed to disable an add-on. %1$s is the add-on name. --> 18 <string name="mozac_feature_addons_failed_to_disable">Failed to disable %1$s</string> 19 <!-- Text shown after successfully uninstalled an add-on. %1$s is the add-on name. --> 20 <string name="mozac_feature_addons_successfully_uninstalled">Successfully uninstalled %1$s</string> 21 <!-- Text shown after failed to uninstall an add-on. %1$s is the add-on name. --> 22 <string name="mozac_feature_addons_failed_to_uninstall">Failed to uninstall %1$s</string> 23 <!-- Error shown when something unexpected happened while trying to get the extension list from the server --> 24 <string name="mozac_feature_addons_failed_to_query_extensions">Failed to query extensions!</string> 25 </resources>