forked from davidtodd/landmarks
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #199 from matatk/sidebar-refinements
Sidebar refinements
- Loading branch information
Showing
17 changed files
with
419 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
build/ | ||
_site/ | ||
test/test-code-in-harness-*.js | ||
_site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,43 @@ | ||
{ | ||
"prefsInterface": { | ||
"message": "Show landmarks in" | ||
"message": "Show landmarks in:" | ||
}, | ||
|
||
"prefsPopup": { | ||
"message": "Toolbar popup" | ||
"message": "Toolbar pop-up and sidebar" | ||
}, | ||
|
||
"prefsPopupExplanation": { | ||
"message": "Activating the toolbar button or shortcut key will display landmarks in a pop-up. If you have the sidebar open, they will be shown there too." | ||
}, | ||
|
||
"prefsSidebar": { | ||
"message": "Sidebar" | ||
"message": "Sidebar only" | ||
}, | ||
|
||
"prefsSidebarExplanation": { | ||
"message": "Landmarks will be shown in the sidebar, which can be opened via the toolbar button or shortcut key." | ||
}, | ||
|
||
"prefsResetMessages": { | ||
"message": "Reinstate dismissed messages" | ||
}, | ||
|
||
"prefsResetMessagesDone": { | ||
"message": "Help messages have been reinstated." | ||
}, | ||
|
||
|
||
|
||
"hintSidebarIsNotPrimary": { | ||
"message": "Landmarks is set up to use a pop-up. The sidebar will still work, but using the shortcut key will make the pop-up appear, not the sidebar." | ||
}, | ||
|
||
"hintSidebarIsNotPrimaryOptions": { | ||
"message": "Change options" | ||
}, | ||
|
||
"hintDismiss": { | ||
"message": "Dismiss note" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.