Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: components/history_strings.grdp

Issue 2026023002: Add/update history strings for iOS native history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: strings update Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history_strings.grdp
diff --git a/components/history_strings.grdp b/components/history_strings.grdp
index 91edd86d867c31e684bc675807fc6b16dd3abf04..d00006ad629008790eec6ce504a363851ecad7f0 100644
--- a/components/history_strings.grdp
+++ b/components/history_strings.grdp
@@ -11,6 +11,9 @@
<message name="IDS_HISTORY_BROWSERESULTS" desc="Title of browsing results page">
History
</message>
+ <message name="IDS_HISTORY_CANCEL_EDITING_BUTTON" desc="Text for the button to exit editing mode [Length: 7em].">
+ Cancel
+ </message>
<message name="IDS_HISTORY_CONTINUED" desc="Shown after the date if the data is continued from the previous page">
(Cont.)
</message>
@@ -28,7 +31,10 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
<message name="IDS_HISTORY_DELETE_PRIOR_VISITS_WARNING_NO_INCOGNITO" desc="Warning shown before deleting from the history page">
Are you sure you want to delete these pages from your history?
</message>
- <message name="IDS_HISTORY_ENTRY_ACCESSIBILITY_DELETE" desc="Name for the accessibility action to delete a history entry.">
+ <message name="IDS_HISTORY_DELETE_SELECTED_ENTRIES_BUTTON" desc="Text for the button to delete selected history entries [Length: 16em].">
+ Delete
+ </message>
+ <message name="IDS_HISTORY_ENTRY_ACCESSIBILITY_DELETE" desc="Name for the accessibility action to delete a single history entry.">
Delete
</message>
<message name="IDS_HISTORY_ENTRY_ACCESSIBILITY_LABEL" desc="Accessibility label for a history entry. Summarizes fields in the history entry (title, domain, and time).">
@@ -82,9 +88,16 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
<message name="IDS_HISTORY_OLDER" desc="HTML text shown as page navigation tool to take the user forward to their older history">
Older
</message>
+ <if expr="not use_titlecase">
<message name="IDS_HISTORY_OPEN_CLEAR_BROWSING_DATA_DIALOG" desc="Title of the button that will open the clear browsing data dialog.">
Clear browsing data...
</message>
+ </if>
+ <if expr="use_titlecase">
+ <message name="IDS_HISTORY_OPEN_CLEAR_BROWSING_DATA_DIALOG" desc="In Title Case: Title of the button that will open the clear browsing data dialog [Length: 16em].">
+ Clear Browsing Data...
+ </message>
+ </if>
<message name="IDS_HISTORY_OTHER_DEVICES_X_MORE" desc="In the 'Other Sessions' section of the history page, the label for showing that X more tabs are available for a session.">
<ph name="NUM_TABS_MORE">$1<ex>42</ex></ph> more...
</message>
@@ -152,6 +165,9 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
<message name="IDS_HISTORY_SHOWFULLHISTORY_LINK" desc="The label of the Show Full History link at the bottom of the back/forward menu.">
Show Full History
</message>
+ <message name="IDS_HISTORY_START_EDITING_BUTTON" desc="Text for the button to enter editing mode, which allows the user to delete one or more history entries [Length: 7em].">
+ Edit
+ </message>
<message name="IDS_HISTORY_TITLE" desc="Title for the history tab.">
History
</message>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698