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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1130753007: Start axing NTP4 dead code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: estade@ review Created 5 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/jumplist_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d04618505a49475ceec14e66a38a09d2a8e9e724..1e857e2e5ae7102b1a36a97db188b142eed4cf1b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11723,20 +11723,6 @@ Dead Jim feedback.
Pages you view in this window won’t appear in the browser history and they won’t leave other traces, like cookies, on the computer after you close all open Guest windows. Any files you download will be preserved, however.
</message>
</if>
- <!-- TODO(estade): remove these two messages (_SINGLE and _MULTIPLE)
- when dropping recently_closed.js. -->
- <message name="IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW_SINGLE"
- desc="Title of recently closed windows in the recently closed section of the new tab page when the window has a single tab">
- 1 Tab
- </message>
- <message name="IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW_MULTIPLE"
- desc="Title of recently closed windows in the recently closed section of the new tab page when the window has more than one tab. The % is replaced by the number of tabs">
- <ph name="TAB_COUNT">$1<ex>3</ex></ph> Tabs
- </message>
- <message name="IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW"
- desc="Title of recently closed windows in Recent Tabs menu. [ICU_Syntax]">
- {NUM_TABS, plural, =1 {1 Tab} other {# Tabs}}
- </message>
<message name="IDS_NEW_TAB_TILE_GRID_ACCESSIBLE_DESCRIPTION"
desc="Help message for screenreader users, spoken when navigating to a tile grid for the first time.">
Use left and right arrow keys to navigate.
@@ -11759,10 +11745,6 @@ Dead Jim feedback.
desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'">
Restore all
</message>
- <message name="IDS_NEW_TAB_RECENTLY_CLOSED"
- desc="The name for the 'Recently Closed' menu on the New Tab Page.">
- Recently closed
- </message>
<!-- chrome://history and chrome://ntp -->
<message name="IDS_NEW_TAB_OTHER_SESSIONS_OPEN_ALL"
@@ -12481,14 +12463,32 @@ Some features may be unavailable. Please check that the profile exists and you
Block
</message>
- <message name="IDS_RECENT_TABS_MENU" desc="The title of the Recent Tabs menu in the wrench menu.">
- Recent Tabs
- </message>
+ <if expr="use_title_case">
+ <message name="IDS_RECENT_TABS_MENU" desc="In Title Case: The title of the Recent Tabs menu in the wrench menu.">
+ Recent Tabs
+ </message>
+ <message name="IDS_RECENTLY_CLOSED" desc="In Title Case: The section header for the Recently Closed section of the Recent Tabs menu.">
+ Recently Closed
+ </message>
+ <message name="IDS_RECENTLY_CLOSED_WINDOW" desc="In Title Case: Title of recently closed windows in Recent Tabs menu. [ICU_Syntax]">
+ {NUM_TABS, plural, =1 {1 Tab} other {# Tabs}}
+ </message>
+ </if>
+ <if expr="not use_title_case">
+ <message name="IDS_RECENT_TABS_MENU" desc="The title of the Recent Tabs menu in the wrench menu.">
+ Recent tabs
+ </message>
+ <message name="IDS_RECENTLY_CLOSED" desc="The section header for the Recently Closed section of the Recent Tabs menu.">
+ Recently closed
+ </message>
+ <message name="IDS_RECENTLY_CLOSED_WINDOW" desc="Title of recently closed windows in Recent Tabs menu. [ICU_Syntax]">
+ {NUM_TABS, plural, =1 {1 tab} other {# tabs}}
+ </message>
+ </if>
<message name="IDS_RECENT_TABS_NO_DEVICE_TABS" desc="The label in the Recent Tabs menu in the wrench menu when there's no tabs from other devices.">
No tabs from other devices
</message>
-
<message name="IDS_RECENT_TABS_MORE" desc="The label in the Recent Tabs menu in the wrench menu to open the other devices and history page.">
More...
</message>
« no previous file with comments | « no previous file | chrome/browser/jumplist_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698