######################################################################################################################## # PLEASE READ THIS BLOCK!!! # # # # Every line in this file is in one of the following formats: # # * Empty line (no or just whitespace contents) # # - Just skip these (they are just used to make the file easier to read) # # * A comment line (starts with a hash tag "#") # # - Read them! They tell you where the given string(s) will appear in the add-on # # - You MAY translate these but you don't have to # # - Do not remove any of these! # # * A string definition (contains an equal sign "=" and does NOT start with a hash tag "#") # # - Anything that is on the LEFT-HAND SIDE of the the equal sign IS IRRELEVANT to you! Don't change it! # # - Changing anything on the left-hand side WILL prevent the addon from finding you translation! Don't be # # irritated by the fact that it sometimes contains English text: That's the fallback text used in case it can't # # find any translation. # # - Everything on the RIGHT-HAND SIDE of the equal sign IS IMPORTANT! When you get this file it will contain # # English text and your job is to replace that with a translation in your language. :-) # # - The special sequence %s will replaced by the add-on with a value later-on. Make sure you add it in your # # translation if it appeared in the source text! The comments above to each definition will explain to you what # # that sequence will be replaced with. # # # # Thank you for contributing! # ######################################################################################################################## # Name and description as shown on in the list of installed extensions name = "Manage search engines" button description = Easily reach the "Manage Search Engines" dialog and menu using a toolbar icon # Settings display-menupopup_title = Use menu? display-menupopup_description = Should clicking the toolbar button cause a menu with the search engine list to be displayed or should the search engine management dialog be opened directly? display-addengine-dialog_title = Display confirmation popup when adding engine? display-addengine-dialog_description = Should the "Add search engine" confirmation dialog be shown when a new search engine is added through the menu? display-addengine-notification_title = Highlight when engine is available? display-addengine-notification_description = Should the toolbar button be highlighted when a search engine can be added for the current page? # Most features require Firefox 30+ (or a compatible product) # This string requires the use of HTML escape sequences (such as ü or ß or Ć) for any non-latin # characters. The only characters to be considered safe are these: [A-Za-z0-9%!? -] # (That is: All latin upper- and lowercase letters, arabic digits, percent and minus signs, # the latin question and exclamation marks and spaces) # All other characters must be replaced by their escape sequences as found in this table: # http://www.theukwebdesigncompany.com/articles/entity-escape-characters.php (Entity names are preferred) # The %s will be replaced by the minimum version of the required product (mentally substitute "Firefox 30" for now) This feature requires at least %s = This feature requires at least %s # Button label Manage search engines = Manage search engines # Menu - Add new engine # The %s will be replaced by the name of the search engine to add Add "%s" = Add "%s" # Menu - Show the managment dialog Manage search engines... = Manage search engines...