mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 965622 - String for dynanmic panel empty view text. r=lucasr
This commit is contained in:
parent
1718215200
commit
c52e43433b
@ -335,6 +335,10 @@ size. -->
|
|||||||
as alternate text for accessibility. It is not visible in the UI. -->
|
as alternate text for accessibility. It is not visible in the UI. -->
|
||||||
<!ENTITY home_reading_list_hint_accessible "TIP: Save articles to your reading list by long pressing the reader mode button when it appears in the title bar.">
|
<!ENTITY home_reading_list_hint_accessible "TIP: Save articles to your reading list by long pressing the reader mode button when it appears in the title bar.">
|
||||||
|
|
||||||
|
<!-- Localization note (home_default_empty): This string is used as the default text when there
|
||||||
|
is no data to show in an about:home panel that was created by an add-on. -->
|
||||||
|
<!ENTITY home_default_empty "No content could be found for this panel.">
|
||||||
|
|
||||||
<!ENTITY pin_site_dialog_hint "Enter a search keyword">
|
<!ENTITY pin_site_dialog_hint "Enter a search keyword">
|
||||||
|
|
||||||
<!ENTITY filepicker_title "Choose File">
|
<!ENTITY filepicker_title "Choose File">
|
||||||
|
@ -304,6 +304,7 @@
|
|||||||
<string name="home_reading_list_empty">&home_reading_list_empty;</string>
|
<string name="home_reading_list_empty">&home_reading_list_empty;</string>
|
||||||
<string name="home_reading_list_hint">&home_reading_list_hint2;</string>
|
<string name="home_reading_list_hint">&home_reading_list_hint2;</string>
|
||||||
<string name="home_reading_list_hint_accessible">&home_reading_list_hint_accessible;</string>
|
<string name="home_reading_list_hint_accessible">&home_reading_list_hint_accessible;</string>
|
||||||
|
<string name="home_default_empty">&home_default_empty;</string>
|
||||||
<string name="pin_site_dialog_hint">&pin_site_dialog_hint;</string>
|
<string name="pin_site_dialog_hint">&pin_site_dialog_hint;</string>
|
||||||
|
|
||||||
<string name="filepicker_title">&filepicker_title;</string>
|
<string name="filepicker_title">&filepicker_title;</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user