Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localization changes #101

Open
Infocatcher opened this issue Sep 13, 2013 · 4 comments
Open

Localization changes #101

Infocatcher opened this issue Sep 13, 2013 · 4 comments

Comments

@Infocatcher
Copy link
Owner

You can watch this issue to receive notifications about changes in localization.
See Subscribe button on right side:
Screenshot: Subscribe

@Infocatcher
Copy link
Owner Author

Added (#99):

openPlacesInPrivateTabs=Open All in Private Tabs
openPlacesInPrivateTabsAccesskey=v

Appears in context menu for bookmark folders and for multiple selected items in bookmarks/history sidebar.

@Infocatcher
Copy link
Owner Author

Added (#98):

# Like taskbar.tasks.newPrivateWindow.* from chrome://browser/locale/taskbar.properties
taskBarOpenNewPrivateTab=New private tab
taskBarOpenNewPrivateTabDesc=Open a new tab in private browsing mode.
# For SeaMonkey, like taskbar.tasks.newPrivate.* from chrome://navigator/locale/taskbar.properties
taskBarOpenNewPrivateTabSM=Open private tab
taskBarOpenNewPrivateTabDescSM=Open a new private browsing tab.

Only for Windows 7 (Vista?) and higher, appears in context menu for button in task bar.

@Infocatcher
Copy link
Owner Author

Added template for toolbar button's tooltip in Firefox 29+ (Australis) (#136):

openNewPrivateTabTip=Open a new private tab
...
buttonTipTemplate=%tip% (%key%)

This will be converted to something like Open a new private tab (Alt+Ctrl+P).

@Infocatcher
Copy link
Owner Author

Added special flag to use short label for toolbar button in Firefox 29+ (Australis) (#141):

openNewPrivateTab=New Private Tab
openNewPrivateTabTip=Open a new private tab
openNewPrivateTabAccesskey=v
# For SeaMonkey, item in "File - New" menu
+# And for Firefox 29+ (Australis), if following is set to "true" (instead of "false")
+openNewPrivateTabShortInAustralis=false
openNewPrivateTabShort=Private Tab
openNewPrivateTabShortAccesskey=v

With openNewPrivateTabShortInAustralis=false will be used openNewPrivateTab=New Private Tab (as in old versions) and with openNewPrivateTabShortInAustralis=true will be used openNewPrivateTabShort=Private Tab.

(I tested with all strings, but doesn't really install corresponding language packs, so I may miss something.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant