Bug 1008116 Show the Loop button by default and update the tooltip and panel text. r=mhammond

This commit is contained in:
Mark Banner 2014-05-29 21:13:48 +01:00
Родитель a9a116b3b4
Коммит 0afb002262
4 изменённых файлов: 12 добавлений и 4 удалений

Просмотреть файл

@ -643,7 +643,11 @@
aria-label="&navbarCmd.label;"
fullscreentoolbar="true" mode="icons" customizable="true"
iconsize="small"
#ifdef MOZ_LOOP
defaultset="urlbar-container,search-container,webrtc-status-button,bookmarks-menu-button,downloads-button,home-button,loop-call-button,social-share-button,social-toolbar-item"
#else
defaultset="urlbar-container,search-container,webrtc-status-button,bookmarks-menu-button,downloads-button,home-button,social-share-button,social-toolbar-item"
#endif
customizationtarget="nav-bar-customization-target"
overflowable="true"
overflowbutton="nav-bar-overflow-button"
@ -777,13 +781,12 @@
</toolbarbutton>
#ifdef MOZ_LOOP
<!-- XXX Bug 1008116 will do the initial L10n for these -->
<!-- XXX Bug 1013989 will provide a label for the button -->
<toolbarbutton id="loop-call-button"
class="toolbarbutton-1 chromeclass-toolbar-additional"
persist="class"
removable="true"
label="Loop"
tooltiptext="Start a conversation"
tooltiptext="&loopCallButton.tooltip;"
oncommand="LoopUI.openCallPanel(event);"
cui-areatype="toolbar"
overflows="false"

Просмотреть файл

@ -200,6 +200,9 @@ let CustomizableUIInternal = {
"bookmarks-menu-button",
"downloads-button",
"home-button",
#ifdef MOZ_LOOP
"loop-call-button",
#endif
"social-share-button",
],
defaultCollapsed: false,

Просмотреть файл

@ -706,6 +706,8 @@ just addresses the organization to follow, e.g. "This site is run by " -->
<!ENTITY webrtcIndicatorButton.label "Camera / Microphone Access">
<!ENTITY webrtcIndicatorButton.tooltip "Display sites you are currently sharing your camera or microphone with">
<!ENTITY loopCallButton.tooltip "Invite someone to talk">
<!ENTITY mixedContentBlocked.moreinfo "Most websites will still work properly even when this content is blocked.">
<!ENTITY pointerLock.notification.message "Press ESC at any time to show it again.">

Просмотреть файл

@ -1,4 +1,4 @@
get_link_to_share=Get a link to share with a friend to Video Chat.
get_link_to_share=Get a link and invite someone to talk
get_a_call_url=Get a call url
new_url=New url
unable_retrieve_url=Sorry, we were unable to retrieve a call url.