mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[GENERIC viewer] Use consistent casing, for the labels, in the findbar
Note that the *browser* findbar in Firefox uses "Title Case" for the labels, and it thus seem like a good idea to ensure that `PDFFindBar` in consistent with that. Furthermore, the new label added in PR #13261 uses the "Title Case" format which means that currently the default viewer findbar looks inconsistent. *Please note:* Based on the official Firefox localization docs, see https://firefox-source-docs.mozilla.org/l10n/overview.html#string-updates, changing only the casing should *not* require updating the key: > 1) If the change is minor, like fixing a spelling error or case, the developer should update the en-US translation without changing the l10n-id.
This commit is contained in:
parent
8281e64db3
commit
cd7fe27468
2 changed files with 6 additions and 6 deletions
|
@ -168,10 +168,10 @@ find_previous.title=Find the previous occurrence of the phrase
|
|||
find_previous_label=Previous
|
||||
find_next.title=Find the next occurrence of the phrase
|
||||
find_next_label=Next
|
||||
find_highlight=Highlight all
|
||||
find_match_case_label=Match case
|
||||
find_highlight=Highlight All
|
||||
find_match_case_label=Match Case
|
||||
find_match_diacritics_label=Match Diacritics
|
||||
find_entire_word_label=Whole words
|
||||
find_entire_word_label=Whole Words
|
||||
find_reached_top=Reached top of document, continued from bottom
|
||||
find_reached_bottom=Reached end of document, continued from top
|
||||
# LOCALIZATION NOTE (find_match_count): The supported plural forms are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue