2012-04-16 01:56:12 +00:00
{
"addStyleLabel" : {
"message" : "Write new style" ,
"description" : "Label for the button to go to the add style page"
} ,
"addStyleTitle" : {
"message" : "Add Style" ,
"description" : "Title of the page for adding styles"
} ,
"appliesAdd" : {
"message" : "Add" ,
"description" : "Label for the button to add an 'applies' entry"
} ,
"appliesDisplay" : {
"message" : "Applies to: $applies$" ,
"description" : "Text on the manage screen to describe what the style applies to" ,
"placeholders" : {
"applies" : {
"content" : "$1"
}
}
} ,
"appliesDisplayTruncatedSuffix" : {
"message" : "and more" ,
"description" : "Text added to appliesDisplay when there are more sites for the style than are displayed"
} ,
"appliesDomainOption" : {
"message" : "URLs on the domain" ,
"description" : "Option to make the style apply to the entered string as a domain"
} ,
"appliesHelp" : {
"message" : "Use the 'Applies to' controls to limit what URLs the code in this section applies to." ,
"description" : "Help text for 'applies to' section"
} ,
"appliesLabel" : {
"message" : "Applies to" ,
"description" : "Label for 'applies to' fields on the edit\/add screen"
} ,
"appliesRegexpOption" : {
"message" : "URLs matching the regexp" ,
"description" : "Option to make the style apply to the entered string as a regular expression"
} ,
"appliesRemove" : {
"message" : "Remove" ,
"description" : "Label for the button to remove an 'applies' entry"
} ,
"appliesSpecify" : {
"message" : "Specify" ,
"description" : "Label for the button to make a style apply only to specific sites"
} ,
"appliesToEverything" : {
"message" : "Everything" ,
"description" : "Text displayed for styles that apply to all sites"
} ,
"appliesUrlOption" : {
"message" : "URL" ,
"description" : "Option to make the style apply to the entered string as a URL"
} ,
"appliesUrlPrefixOption" : {
"message" : "URLs starting with" ,
"description" : "Option to make the style apply to the entered string as a URL prefix"
} ,
"checkAllUpdates" : {
"message" : "Check all styles for updates" ,
"description" : "Label for the button to check all styles for updates"
} ,
"checkForUpdate" : {
"message" : "Check for update" ,
"description" : "Label for the button to check a single style for an update"
} ,
"checkingForUpdate" : {
"message" : "Checking..." ,
"description" : "Text to display when checking a style for an update"
} ,
2013-06-26 04:25:04 +00:00
"dbError" : {
"message" : "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?" ,
"description" : "Prompt when a DB error is encountered"
} ,
2012-04-16 01:56:12 +00:00
"deleteStyleLabel" : {
"message" : "Delete" ,
"description" : "Label for the button to delete a style"
} ,
"deleteStyleConfirm" : {
"message" : "Are you sure you want to delete this style?" ,
"description" : "Confirmation before deleting a style"
} ,
"description" : {
2014-02-20 02:38:09 +00:00
"message" : "Restyle the web with Stylish, a user styles manager. Stylish lets you easily install themes and skins for many popular sites." ,
2012-04-16 01:56:12 +00:00
"description" : "Extension description"
} ,
"disableStyleLabel" : {
"message" : "Disable" ,
"description" : "Label for the button to disable a style"
} ,
"editStyleHeading" : {
"message" : "Edit Style" ,
"description" : "Title of the page for editing styles"
} ,
"editStyleLabel" : {
"message" : "Edit" ,
"description" : "Label for the button to go to the edit style page"
} ,
"editStyleTitle" : {
"message" : "Edit Style $stylename$" ,
"description" : "Title of the page for editing styles" ,
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
} ,
"enableStyleLabel" : {
"message" : "Enable" ,
"description" : "Label for the button to enable a style"
} ,
"findStylesForSite" : {
"message" : "Find more styles for this site." ,
"description" : "Text for a link that gets a list of styles for the current site"
} ,
"helpAlt" : {
"message" : "Help" ,
"description" : "Alternate text for help buttons"
} ,
"installUpdate" : {
"message" : "Install update" ,
"description" : "Label for the button to install an update for a single style"
} ,
"manageHeading" : {
"message" : "Installed Styles" ,
"description" : "Heading for the manage page"
} ,
"manageText" : {
"message" : "Visit <a href='http:\/\/userstyles.org'>userstyles.org<\/a> for pre-made styles. Ask in <a href='http:\/\/forum.userstyles.org'>the forum<\/a> if you need help." ,
"description" : "Help text on the manage page"
} ,
"manageTitle" : {
"message" : "Stylish" ,
"description" : "Title for the manage page"
} ,
"noStylesForSite" : {
"message" : "No styles installed for this site." ,
"description" : "Text displayed when no styles are installed for the current site"
} ,
"openManage" : {
"message" : "Manage installed styles." ,
"description" : "Link to open the manage page."
} ,
2014-02-08 02:04:06 +00:00
"optionsHeading" : {
"message" : "Options" ,
"description" : "Heading for options section on manage page."
} ,
"prefShowBadge" : {
"message" : "Show number of styles active for the current site on the toolbar button" ,
"description" : "Label for the checkbox controlling toolbar badge text."
} ,
2015-02-09 04:02:08 +00:00
"prefSmartIndent" : {
"message" : "Use smart indentation" ,
"description" : "Label for the checkbox controlling smart indentation option for the style editor."
} ,
2012-04-16 01:56:12 +00:00
"sectionAdd" : {
"message" : "Add another section" ,
"description" : "Label for the button to add a section"
} ,
"sectionCode" : {
"message" : "Code" ,
"description" : "Label for the code for a section"
} ,
"sectionHelp" : {
"message" : "Sections let you define different pieces of code to apply to different sets of URLs in the same style. For example, a single style could change the homepage of a site one way, while changing the rest of a site another way." ,
"description" : "Help text for sections"
} ,
"sectionRemove" : {
"message" : "Remove section" ,
"description" : "Label for the button to remove a section"
} ,
2012-11-03 03:25:04 +00:00
"styleBadRegexp" : {
"message" : "Regexp is invalid." ,
"description" : "Validation message for a bad regexp in a style"
} ,
2012-04-16 01:56:12 +00:00
"styleCancelEditLabel" : {
"message" : "Back to manage" ,
"description" : "Label for cancel button for style editing"
} ,
"styleChangesNotSaved" : {
"message" : "You've made changes to this style without saving." ,
"description" : "Text for the prompt when changes are made to a style and the user tries to leave without saving"
} ,
"styleEnabledLabel" : {
"message" : "Enabled" ,
"description" : "Label for the enabled state of styles"
} ,
"styleInstall" : {
"message" : "Install '$stylename$' into Stylish?" ,
"description" : "Confirmation when installing a style" ,
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
} ,
"styleMissingName" : {
"message" : "Enter a name." ,
"description" : "Error displayed when user saves without providing a name"
} ,
"styleNameLabel" : {
"message" : "Name" ,
"description" : "Label for the name of styles"
} ,
"styleSaveLabel" : {
"message" : "Save" ,
"description" : "Label for save button for style editing"
} ,
"styleSectionsTitle" : {
"message" : "Sections" ,
"description" : "Title for the style sections section"
} ,
"styleToMozillaFormat" : {
"message" : "To Mozilla format" ,
"description" : "Label for the button that converts the code to Mozilla format"
} ,
"styleToMozillaFormatHelp" : {
"message" : "The Mozilla format of the code can be used with Stylish for Firefox and can be submitted to userstyles.org." ,
"description" : "Help info for the button that converts the code to Mozilla format"
} ,
2013-05-09 03:39:23 +00:00
"styleUpdate" : {
"message" : "Are you sure you want to update '$stylename$'?" ,
"description" : "Confirmation when updating a style" ,
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
} ,
2015-01-30 17:28:05 +00:00
"stylishUnavailableForURL" : {
"message" : "(Stylish does not work on pages like this.)" ,
"description" : "Note in the toolbar pop-up when on a URL Stylish can't affect"
} ,
2012-04-16 01:56:12 +00:00
"updateCheckFailBadResponseCode" : {
"message" : "Update failed - server responded with code $code$." ,
"description" : "Text that displays when an update check failed because the response code indicates an error" ,
"placeholders" : {
"code" : {
"content" : "$1"
}
}
} ,
"updateCheckFailServerUnreachable" : {
"message" : "Update failed - server unreachable." ,
"description" : "Text that displays when an update check failed because the update server is unreachable"
} ,
"updateCheckSucceededNoUpdate" : {
"message" : "Style is up to date." ,
"description" : "Text that displays when an update check completed and no update is available"
} ,
"updateCompleted" : {
"message" : "Update completed." ,
"description" : "Text that displays when an update completed"
2015-01-30 17:28:05 +00:00
} ,
"writeStyleFor" : {
"message" : "Write style for: " ,
"description" : "Label for toolbar pop-up that precedes the links to write a new style"
} ,
"writeStyleForURL" : {
"message" : "this URL" ,
"description" : "Text for link in toolbar pop-up to write a new style for the current URL"
2012-04-16 01:56:12 +00:00
}
2012-11-03 03:25:04 +00:00
}