mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #8799 from overleaf/ii-cm6-search-tests
[web] CM6 Search tests GitOrigin-RevId: 9f6172050b5a35d67c8d28f5bb2cfa22606309c7
This commit is contained in:
parent
bec4827c3f
commit
46b5d57cb8
2 changed files with 6 additions and 0 deletions
|
@ -409,6 +409,8 @@
|
||||||
"saving": "",
|
"saving": "",
|
||||||
"search": "",
|
"search": "",
|
||||||
"search_bib_files": "",
|
"search_bib_files": "",
|
||||||
|
"search_command_find": "",
|
||||||
|
"search_command_replace": "",
|
||||||
"search_match_case": "",
|
"search_match_case": "",
|
||||||
"search_next": "",
|
"search_next": "",
|
||||||
"search_previous": "",
|
"search_previous": "",
|
||||||
|
@ -416,6 +418,8 @@
|
||||||
"search_regexp": "",
|
"search_regexp": "",
|
||||||
"search_replace": "",
|
"search_replace": "",
|
||||||
"search_replace_all": "",
|
"search_replace_all": "",
|
||||||
|
"search_replace_with": "",
|
||||||
|
"search_search_for": "",
|
||||||
"select_a_file": "",
|
"select_a_file": "",
|
||||||
"select_a_project": "",
|
"select_a_project": "",
|
||||||
"select_an_output_file": "",
|
"select_an_output_file": "",
|
||||||
|
|
|
@ -1693,7 +1693,9 @@
|
||||||
"search_previous": "previous",
|
"search_previous": "previous",
|
||||||
"search_regexp": "Regular expression",
|
"search_regexp": "Regular expression",
|
||||||
"search_replace": "Replace",
|
"search_replace": "Replace",
|
||||||
|
"search_replace_with": "Replace with",
|
||||||
"search_replace_all": "Replace All",
|
"search_replace_all": "Replace All",
|
||||||
|
"search_search_for": "Search for",
|
||||||
"go_to_account_settings": "Go to Account Settings",
|
"go_to_account_settings": "Go to Account Settings",
|
||||||
"keep_your_account_safe": "Keep your account safe",
|
"keep_your_account_safe": "Keep your account safe",
|
||||||
"primary_email_check_question": "Is <0>__email__</0> still your email address?",
|
"primary_email_check_question": "Is <0>__email__</0> still your email address?",
|
||||||
|
|
Loading…
Reference in a new issue