Bug 1002303 - Part 0: Add empty private browsing view description strings. r=lucasr

This commit is contained in:
Michael Comella 2014-06-16 14:35:02 -07:00
parent d9e8bec862
commit 8b58baeb92
2 changed files with 9 additions and 0 deletions

View File

@ -371,6 +371,10 @@ size. -->
previous location in the navigation, such as the previous folder -->
<!ENTITY home_move_up_to_filter "Up to &formatS;">
<!ENTITY private_browsing_title "Private Browsing">
<!ENTITY private_tabs_panel_description "Your private tabs will show up here. While we don\'t keep any form of your browsing history or cookies, files that you download will still be saved on your device.">
<!ENTITY private_tabs_panel_learn_more "Want to learn more?">
<!ENTITY pin_site_dialog_hint "Enter a search keyword">
<!ENTITY filepicker_title "Choose File">

View File

@ -322,6 +322,11 @@
<string name="home_reading_list_hint_accessible">&home_reading_list_hint_accessible;</string>
<string name="home_default_empty">&home_default_empty;</string>
<string name="home_move_up_to_filter">&home_move_up_to_filter;</string>
<string name="private_browsing_title">&private_browsing_title;</string>
<string name="private_tabs_panel_description">&private_tabs_panel_description;</string>
<string name="private_tabs_panel_learn_more">&private_tabs_panel_learn_more;</string>
<!-- https://support.mozilla.org/%LOCALE%/kb/mobile-private-browsing-browse-web-without-saving-syncing-info -->
<string name="private_tabs_panel_learn_more_link">https://support.mozilla.org/&formatS1;/kb/mobile-private-browsing-browse-web-without-saving-syncing-info</string>
<string name="pin_site_dialog_hint">&pin_site_dialog_hint;</string>
<string name="filepicker_title">&filepicker_title;</string>