Update the l10n for the html find bar.
This commit is contained in:
parent
45fe76e752
commit
1f85b8b4ed
@ -36,8 +36,6 @@ outline.title=Show Document Outline
|
|||||||
outline_label=Document Outline
|
outline_label=Document Outline
|
||||||
thumbs.title=Show Thumbnails
|
thumbs.title=Show Thumbnails
|
||||||
thumbs_label=Thumbnails
|
thumbs_label=Thumbnails
|
||||||
find_panel.title=Find in Document
|
|
||||||
find_panel_label=Find
|
|
||||||
|
|
||||||
# Document outline messages
|
# Document outline messages
|
||||||
no_outline=No Outline Available
|
no_outline=No Outline Available
|
||||||
@ -55,8 +53,14 @@ page_rotate_cw.label=Rotate Clockwise
|
|||||||
page_rotate_ccw.label=Rotate Counter-Clockwise
|
page_rotate_ccw.label=Rotate Counter-Clockwise
|
||||||
|
|
||||||
# Find panel button title and messages
|
# Find panel button title and messages
|
||||||
find=Find
|
find.title=Find in Document
|
||||||
find_terms_not_found=(Not found)
|
find_label=Find
|
||||||
|
find_previous.title=Find the previous occurrence of the phrase
|
||||||
|
find_next.title=Find the next occurrence of the phrase
|
||||||
|
find_highlight=Highlight all
|
||||||
|
find_match_case_label=Match case
|
||||||
|
find_wrapped_to_bottom=Reached end of page, continued from bottom
|
||||||
|
find_wrapped_to_top=Reached end of page, continued from top
|
||||||
|
|
||||||
# Error panel labels
|
# Error panel labels
|
||||||
error_more_info=More Information
|
error_more_info=More Information
|
||||||
|
@ -99,14 +99,14 @@ limitations under the License.
|
|||||||
|
|
||||||
<div id="mainContainer">
|
<div id="mainContainer">
|
||||||
<div class="findbar hidden doorHanger" id="findbar">
|
<div class="findbar hidden doorHanger" id="findbar">
|
||||||
<label for="findInput">Find: </label>
|
<label for="findInput" data-l10n-id="find_label">Find</label>:
|
||||||
<input id="findInput" type="search">
|
<input id="findInput" type="search">
|
||||||
<button id="findPrevious"><</button>
|
<button id="findPrevious" data-l10n-id="find_previous" title=""><</button>
|
||||||
<button id="findNext">></button>
|
<button id="findNext" data-l10n-id="find_next">></button>
|
||||||
<input type="checkbox" id="findHighlightAll">
|
<input type="checkbox" id="findHighlightAll">
|
||||||
<label for="findHighlightAll">Highlight all</label>
|
<label for="findHighlightAll" data-l10n-id="find_highlight">Highlight all</label>
|
||||||
<input type="checkbox" id="findMatchCase">
|
<input type="checkbox" id="findMatchCase">
|
||||||
<label for="findMatchCase">Match case</label>
|
<label for="findMatchCase" data-l10n-id="find_match_case_label">Match case</label>
|
||||||
<span id="findMsg"></span>
|
<span id="findMsg"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="toolbar">
|
<div class="toolbar">
|
||||||
@ -118,8 +118,8 @@ limitations under the License.
|
|||||||
</button>
|
</button>
|
||||||
<div class="toolbarButtonSpacer"></div>
|
<div class="toolbarButtonSpacer"></div>
|
||||||
<!--#if !MOZCENTRAL-->
|
<!--#if !MOZCENTRAL-->
|
||||||
<button id="viewFind" class="toolbarButton group" title="Find in Document" tabindex="4" data-l10n-id="find_panel">
|
<button id="viewFind" class="toolbarButton group" title="Find in Document" tabindex="4" data-l10n-id="find">
|
||||||
<span data-l10n-id="find_panel_label">Find in Document</span>
|
<span data-l10n-id="find_label">Find</span>
|
||||||
</button>
|
</button>
|
||||||
<!--#endif-->
|
<!--#endif-->
|
||||||
<div class="splitToolbarButton">
|
<div class="splitToolbarButton">
|
||||||
|
Loading…
Reference in New Issue
Block a user