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
|
||||
thumbs.title=Show Thumbnails
|
||||
thumbs_label=Thumbnails
|
||||
find_panel.title=Find in Document
|
||||
find_panel_label=Find
|
||||
|
||||
# Document outline messages
|
||||
no_outline=No Outline Available
|
||||
@ -55,8 +53,14 @@ page_rotate_cw.label=Rotate Clockwise
|
||||
page_rotate_ccw.label=Rotate Counter-Clockwise
|
||||
|
||||
# Find panel button title and messages
|
||||
find=Find
|
||||
find_terms_not_found=(Not found)
|
||||
find.title=Find in Document
|
||||
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_more_info=More Information
|
||||
|
@ -99,14 +99,14 @@ limitations under the License.
|
||||
|
||||
<div id="mainContainer">
|
||||
<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">
|
||||
<button id="findPrevious"><</button>
|
||||
<button id="findNext">></button>
|
||||
<button id="findPrevious" data-l10n-id="find_previous" title=""><</button>
|
||||
<button id="findNext" data-l10n-id="find_next">></button>
|
||||
<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">
|
||||
<label for="findMatchCase">Match case</label>
|
||||
<label for="findMatchCase" data-l10n-id="find_match_case_label">Match case</label>
|
||||
<span id="findMsg"></span>
|
||||
</div>
|
||||
<div class="toolbar">
|
||||
@ -118,8 +118,8 @@ limitations under the License.
|
||||
</button>
|
||||
<div class="toolbarButtonSpacer"></div>
|
||||
<!--#if !MOZCENTRAL-->
|
||||
<button id="viewFind" class="toolbarButton group" title="Find in Document" tabindex="4" data-l10n-id="find_panel">
|
||||
<span data-l10n-id="find_panel_label">Find in Document</span>
|
||||
<button id="viewFind" class="toolbarButton group" title="Find in Document" tabindex="4" data-l10n-id="find">
|
||||
<span data-l10n-id="find_label">Find</span>
|
||||
</button>
|
||||
<!--#endif-->
|
||||
<div class="splitToolbarButton">
|
||||
|
Loading…
Reference in New Issue
Block a user