зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1203168 - follow-up to improve internationalization of the about:searchreset page, rs=flod.
This commit is contained in:
Родитель
ad9dd308f3
Коммит
4117139fd8
|
@ -11,6 +11,8 @@
|
|||
%globalDTD;
|
||||
<!ENTITY % searchresetDTD SYSTEM "chrome://browser/locale/aboutSearchReset.dtd">
|
||||
%searchresetDTD;
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
||||
%brandDTD;
|
||||
]>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||
|
|
|
@ -6,16 +6,18 @@
|
|||
|
||||
<!ENTITY searchreset.pageTitle "Restore your search settings?">
|
||||
|
||||
<!ENTITY searchreset.pageInfo1 "Your search settings might be out-of-date. Firefox can help you restore the default search settings.">
|
||||
<!ENTITY searchreset.pageInfo1 "Your search settings might be out-of-date. &brandShortName; can help you restore the default search settings.">
|
||||
|
||||
|
||||
<!-- LOCALIZATION NOTE (searchreset.selector.label): this string is
|
||||
followed by a dropdown of all the built-in search engines. -->
|
||||
<!ENTITY searchreset.selector.label "This will set your default search engine to">
|
||||
|
||||
<!-- LOCALIZATION NOTE (searchreset.beforelink.pageInfo,
|
||||
searchreset.afterlink.pageInfo): these two string are used respectively
|
||||
before and after the the "Settings page" link (searchreset.link.pageInfo).
|
||||
before and after the "Settings page" link (searchreset.link.pageInfo2).
|
||||
Localizers can use one of them, or both, to better adapt this sentence to
|
||||
their language.
|
||||
-->
|
||||
their language. -->
|
||||
<!ENTITY searchreset.beforelink.pageInfo2 "You can change these settings at any time from the ">
|
||||
<!ENTITY searchreset.afterlink.pageInfo2 ".">
|
||||
|
||||
|
|
|
@ -21,6 +21,10 @@ select {
|
|||
background-size: 16px, 16px;
|
||||
}
|
||||
|
||||
select:-moz-dir(rtl) {
|
||||
background-position: calc(100% - 8px) center, 4px center;
|
||||
}
|
||||
|
||||
select:-moz-focusring {
|
||||
color: transparent;
|
||||
text-shadow: 0 0 0 var(--in-content-text-color);
|
||||
|
@ -34,3 +38,7 @@ option {
|
|||
background-size: 16px;
|
||||
background-color: var(--in-content-page-background);
|
||||
}
|
||||
|
||||
option:-moz-dir(rtl) {
|
||||
background-position: calc(100% - 8px) center;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче