mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 739031 - Removed unused strings for the style editor. r=rcampbell
This commit is contained in:
parent
15e19a7738
commit
2281499e5a
@ -10,33 +10,19 @@
|
||||
A good criteria is the language in which you'd find the best documentation
|
||||
on web development on the web. -->
|
||||
|
||||
<!-- LOCALIZATION NOTE (window.title): This is the default title for Style Editor
|
||||
main window. NB: the property chromeWindowTitle in styleeditor.properties
|
||||
is used to dynamically update the Style Editor window title with the title
|
||||
of the web page it is editing. -->
|
||||
<!ENTITY window.title "Style Editor">
|
||||
|
||||
<!ENTITY newButton.label "New">
|
||||
<!ENTITY newButton.tooltip "Create and append a new style sheet to the document">
|
||||
<!ENTITY newButton.accesskey "N">
|
||||
<!ENTITY newButton.commandkey "n">
|
||||
|
||||
<!ENTITY importButton.label "Import…">
|
||||
<!ENTITY importButton.tooltip "Import and append an existing style sheet to the document">
|
||||
<!ENTITY importButton.accesskey "I">
|
||||
<!ENTITY importButton.commandkey "i">
|
||||
|
||||
<!ENTITY visibilityToggle.tooltip "Toggle style sheet visibility">
|
||||
<!ENTITY visibilityToggle.accesskey "V">
|
||||
|
||||
<!ENTITY saveButton.label "Save">
|
||||
<!ENTITY saveButton.tooltip "Save this style sheet to a file">
|
||||
<!ENTITY saveButton.accesskey "S">
|
||||
<!ENTITY saveButton.commandkey "s">
|
||||
|
||||
<!-- LOCALICATION NOTE (scoped.label): This is shown in a stylesheets list item
|
||||
when the stylesheet uses the scoped attribute on the <style> element. -->
|
||||
<!ENTITY scoped.label "Scoped.">
|
||||
|
||||
<!ENTITY editorTextbox.placeholder "Type CSS here.">
|
||||
|
||||
@ -53,6 +39,3 @@
|
||||
<!ENTITY noStyleSheet-tip-action.label "append a new style sheet">
|
||||
<!-- LOCALICATION NOTE (noStyleSheet-tip-end.label): End of the tip sentence -->
|
||||
<!ENTITY noStyleSheet-tip-end.label "?">
|
||||
|
||||
<!-- LOCALIZATION NOTE (closeCmd.key): Accel + this key closes the window. -->
|
||||
<!ENTITY closeCmd.key "W">
|
||||
|
@ -32,24 +32,24 @@ newStyleSheet=New style sheet #%S
|
||||
# example: 111 rules.
|
||||
ruleCount.label=#1 rule.;#1 rules.
|
||||
|
||||
# LOCALIZATION NOTE (error-load.label): This is shown when loading fails.
|
||||
# LOCALIZATION NOTE (error-load): This is shown when loading fails.
|
||||
error-load=Style sheet could not be loaded.
|
||||
|
||||
# LOCALIZATION NOTE (error-save.label): This is shown when saving fails.
|
||||
# LOCALIZATION NOTE (error-save): This is shown when saving fails.
|
||||
error-save=Style sheet could not be saved.
|
||||
|
||||
# LOCALIZATION NOTE (importStyleSheet.title): This is the file picker title,
|
||||
# when you import a style sheet into the Style Editor.
|
||||
importStyleSheet.title=Import style sheet
|
||||
|
||||
# LOCALIZATION NOTE (importStyleSheet.title): This is the *.css filter title
|
||||
# LOCALIZATION NOTE (importStyleSheet.filter): This is the *.css filter title
|
||||
importStyleSheet.filter=CSS files
|
||||
|
||||
# LOCALIZATION NOTE (saveStyleSheet.title): This is the file picker title,
|
||||
# when you save a style sheet from the Style Editor.
|
||||
saveStyleSheet.title=Save style sheet
|
||||
|
||||
# LOCALIZATION NOTE (saveStyleSheet.title): This is the *.css filter title
|
||||
# LOCALIZATION NOTE (saveStyleSheet.filter): This is the *.css filter title
|
||||
saveStyleSheet.filter=CSS files
|
||||
|
||||
# LOCALIZATION NOTE (open.commandkey): This the key to use in
|
||||
@ -64,16 +64,6 @@ open.accesskey=y
|
||||
# conjunction with accel (Command on Mac or Ctrl on other platforms) to Save
|
||||
saveStyleSheet.commandkey=S
|
||||
|
||||
# LOCALIZATION NOTE (undo.commandkey): This the key to use in
|
||||
# conjunction with accel (Command on Mac or Ctrl on other platforms) to Undo a
|
||||
# change in the editor.
|
||||
undo.commandkey=Z
|
||||
|
||||
# LOCALIZATION NOTE (redo.commandkey): This the key to use in
|
||||
# conjunction with accel+shift (accel is Command on Mac or Ctrl on other
|
||||
# platforms) to Redo a change in the editor.
|
||||
redo.commandkey=Z
|
||||
|
||||
# LOCALIZATION NOTE (ToolboxStyleEditor.label):
|
||||
# This string is displayed in the title of the tab when the debugger is
|
||||
# displayed inside the developer tools window and in the Developer Tools Menu.
|
||||
|
Loading…
Reference in New Issue
Block a user