strings.xml (3002B)
1 <?xml version="1.0" encoding="utf-8"?> 2 3 <!-- 4 This Source Code Form is subject to the terms of the Mozilla Public 5 License, v. 2.0. If a copy of the MPL was not distributed with this file, 6 You can obtain one at http://mozilla.org/MPL/2.0/. 7 --> 8 9 <resources> 10 <!-- Description for giving an add-on access to users's data on one site. %1$s will be replaced by the DNS host name for which a web extension is requesting access (e.g., www.mozilla.org). --> 11 <string name="mozac_feature_addons_permissions_one_site_description">Kcem ɣer isefka-nnek i %1$s</string> 12 <!-- Description for the "downloads.open" WebExtensions API permission. --> 13 <string name="mozac_feature_addons_permissions_downloads_open_description">Rẓem afaylu ittwagmen ɣer wallal-nnek</string> 14 <!-- The rating of the add-on. --> 15 <string name="mozac_feature_addons_rating">Tizmilin</string> 16 <!-- The settings of the add-on. --> 17 <string name="mozac_feature_addons_settings">Tisɣal</string> 18 <!-- This is a button to remove (i.e. uninstall) an add-on. --> 19 <string name="mozac_feature_addons_remove">Kkes</string> 20 <!-- This is a button to add (install) an add-on . --> 21 <string name="mozac_feature_addons_permissions_dialog_add">Rnu</string> 22 <!-- The content of the notification, this will be shown to the user when one newly supported add-on is available. %1$s is the add-on name and %2$s is the app name (in most cases Firefox). --> 23 <string name="mozac_feature_addons_supported_checker_notification_content_one">Rnu %1$s ɣer %2$s</string> 24 <!-- The content of the notification, this will be shown to the user when two newly supported add-ons are available. %1$s is the first add-on name. %2$s is the second add-on name. %3$s is the app name (in most cases Firefox). --> 25 <string name="mozac_feature_addons_supported_checker_notification_content_two">Rnu %1$s d %2$s ɣer %3$s</string> 26 <!-- The content of the notification, this will be shown to the user when more than two newly supported add-ons are available. %1$s is the app name (in most cases Firefox). --> 27 <string name="mozac_feature_addons_supported_checker_notification_content_more_than_two">Rnu-ten ɣer %1$s</string> 28 <!-- Error shown when unable to find a translation for an add-on field. %1$s is the locale of the user and %2$s is the default language of the add-on --> 29 <string name="mozac_feature_addons_failed_to_translate">Ur tettwaf tsuɣilt, i tdigant %1$s ula i tutlayt tamezwert %2$s</string> 30 <!-- Text link to a sumo page for learning more about unsupported add-ons. --> 31 <string name="mozac_feature_addons_unsupported_learn_more">Isin uggar</string> 32 <!-- Displayed in the "Status" field for the updater when there was an error during the add-on update. --> 33 <string name="mozac_feature_addons_updater_status_error">Azgal</string> 34 <!-- Displayed in the "Status" field for the updater when an add-on has been correctly updated --> 35 <string name="mozac_feature_addons_updater_dialog_status">Addad:</string> 36 </resources>