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

Side by Side Diff: ui/base/strings/ui_strings.grd

Issue 256893002: Cleanup: Remove unused resources in ui_strings.grd or mark them as platform-specific. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
(...skipping 1766 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 <message name="IDS_PAST_TIME_YESTERDAY" desc="Relative day yesterday"> 1777 <message name="IDS_PAST_TIME_YESTERDAY" desc="Relative day yesterday">
1778 Yesterday 1778 Yesterday
1779 </message> 1779 </message>
1780 1780
1781 <!-- Menus --> 1781 <!-- Menus -->
1782 <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has n o entries"> 1782 <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has n o entries">
1783 (empty) 1783 (empty)
1784 </message> 1784 </message>
1785 1785
1786 <!-- General application strings --> 1786 <!-- General application strings -->
1787 <message name="IDS_APP_UNTITLED_SHORTCUT_FILE_NAME" desc="The name of the Internet Shortcut file created for URLs dragged that have no title"> 1787 <if expr="is_win or is_ios">
1788 Untitled Webpage 1788 <message name="IDS_APP_UNTITLED_SHORTCUT_FILE_NAME" desc="The name of th e Internet Shortcut file created for URLs dragged that have no title">
1789 </message> 1789 Untitled Webpage
1790 <message name="IDS_APP_SAVEAS_ALL_FILES" desc="Save As dialog box default text"> 1790 </message>
1791 All Files 1791 </if>
1792 </message> 1792 <if expr="is_win">
1793 <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box e xtension format text"> 1793 <message name="IDS_APP_SAVEAS_ALL_FILES" desc="Save As dialog box defaul t text">
1794 <ph name="SAVEAS_EXTENSION_TYPE">$1<ex>EXE</ex></ph> File (.<ph name="SA VEAS_EXTENSION_NAME">$2<ex>exe</ex></ph>) 1794 All Files
1795 </message> 1795 </message>
1796 <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box extension format text">
1797 <ph name="SAVEAS_EXTENSION_TYPE">$1<ex>EXE</ex></ph> File (.<ph name=" SAVEAS_EXTENSION_NAME">$2<ex>exe</ex></ph>)
1798 </message>
1799 </if>
1796 <message name="IDS_SELECT_UPLOAD_FOLDER_DIALOG_TITLE" desc="The default ti tle for the Select Upload Folder dialog."> 1800 <message name="IDS_SELECT_UPLOAD_FOLDER_DIALOG_TITLE" desc="The default ti tle for the Select Upload Folder dialog.">
1797 Select Folder to Upload 1801 Select Folder to Upload
1798 </message> 1802 </message>
1799 1803
1800 <if expr="is_macosx"> 1804 <if expr="is_macosx">
1801 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Sel ect button in the folder selection dialog."> 1805 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Sel ect button in the folder selection dialog.">
1802 Select 1806 Select
1803 </message> 1807 </message>
1804 <message name="IDS_SELECT_UPLOAD_FOLDER_BUTTON_TITLE" desc="The name of the Select button in the folder selection dialog for uploading."> 1808 <message name="IDS_SELECT_UPLOAD_FOLDER_BUTTON_TITLE" desc="The name of the Select button in the folder selection dialog for uploading.">
1805 Upload 1809 Upload
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 <ph name="QUANTITY">$1<ex>42.0</ex></ph> GB/s 2093 <ph name="QUANTITY">$1<ex>42.0</ex></ph> GB/s
2090 </message> 2094 </message>
2091 <message name="IDS_APP_TEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of terabytes/second"> 2095 <message name="IDS_APP_TEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of terabytes/second">
2092 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s 2096 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s
2093 </message> 2097 </message>
2094 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of petabytes/second"> 2098 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of petabytes/second">
2095 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s 2099 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s
2096 </message> 2100 </message>
2097 2101
2098 <!-- Message center --> 2102 <!-- Message center -->
2099 <message name="IDS_MESSAGE_CENTER_ACCESSIBLE_NAME" desc="The accessible na me for the Notification Center window."> 2103 <if expr="use_ash">
2100 Notification Center 2104 <message name="IDS_MESSAGE_CENTER_ACCESSIBLE_NAME" desc="The accessible name for the Notification Center window.">
2101 </message> 2105 Notification Center
2106 </message>
2107 </if>
2102 <message name="IDS_MESSAGE_CENTER_NOTIFIER_DISABLE" desc="The menu entry f or disabling a notifier from a notification."> 2108 <message name="IDS_MESSAGE_CENTER_NOTIFIER_DISABLE" desc="The menu entry f or disabling a notifier from a notification.">
2103 Disable notifications from <ph name="notifier_name">$1<ex>Notification G alore!</ex></ph> 2109 Disable notifications from <ph name="notifier_name">$1<ex>Notification G alore!</ex></ph>
2104 </message> 2110 </message>
2105 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo ter of the message center"> 2111 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo ter of the message center">
2106 » Notifications 2112 Notifications
2107 </message> 2113 </message>
2108 <message name="IDS_MESSAGE_CENTER_SETTINGS_BUTTON_LABEL" desc="The button label for visiting the appropriate settings page in the footer of the message ce nter."> 2114 <message name="IDS_MESSAGE_CENTER_SETTINGS_BUTTON_LABEL" desc="The button label for visiting the appropriate settings page in the footer of the message ce nter.">
2109 Settings 2115 Settings
2110 </message> 2116 </message>
2111 <message name="IDS_MESSAGE_CENTER_SETTINGS_GO_BACK_BUTTON_TOOLTIP" desc="T he tooltip on back button that returns from settings to the notification list."> 2117 <if expr="is_macosx">
2112 Go back to notifications 2118 <message name="IDS_MESSAGE_CENTER_SETTINGS_GO_BACK_BUTTON_TOOLTIP" desc= "The tooltip on back button that returns from settings to the notification list. ">
2113 </message> 2119 Go back to notifications
2120 </message>
2121 </if>
2114 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l abel to describe the settings dialog."> 2122 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l abel to describe the settings dialog.">
2115 Allow notifications from the following: 2123 Allow notifications from the following:
2116 </message> 2124 </message>
2117 <message name="IDS_MESSAGE_CENTER_SETTINGS_DESCRIPTION_MULTIUSER" desc="Th e label to describe the settings dialog if there is more than one user."> 2125 <message name="IDS_MESSAGE_CENTER_SETTINGS_DESCRIPTION_MULTIUSER" desc="Th e label to describe the settings dialog if there is more than one user.">
2118 Allow notifications from the following for each user: 2126 Allow notifications from the following for each user:
2119 </message> 2127 </message>
2120 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page."> 2128 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page.">
2121 Settings... 2129 Settings...
2122 </message> 2130 </message>
2123 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing all notifications."> 2131 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing all notifications.">
(...skipping 15 matching lines...) Expand all
2139 <message name="IDS_MESSAGE_CENTER_QUIET_MODE" desc="The button label for d o not disturb mode."> 2147 <message name="IDS_MESSAGE_CENTER_QUIET_MODE" desc="The button label for d o not disturb mode.">
2140 Do not disturb 2148 Do not disturb
2141 </message> 2149 </message>
2142 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1HOUR" desc="The button label to enter do not disturb mode in one hour."> 2150 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1HOUR" desc="The button label to enter do not disturb mode in one hour.">
2143 Do not disturb for one hour 2151 Do not disturb for one hour
2144 </message> 2152 </message>
2145 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1DAY" desc="The button label to enter do not disturb mode in one day."> 2153 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1DAY" desc="The button label to enter do not disturb mode in one day.">
2146 Do not disturb for one day 2154 Do not disturb for one day
2147 </message> 2155 </message>
2148 <message name="IDS_MESSAGE_CENTER_CLOSE_NOTIFICATION_BUTTON_ACCESSIBLE_NAM E" desc="The spoken feedback text for the close button in a notification. Usuall y 'button' is suffixed to this text automatically."> 2156 <message name="IDS_MESSAGE_CENTER_CLOSE_NOTIFICATION_BUTTON_ACCESSIBLE_NAM E" desc="The spoken feedback text for the close button in a notification. Usuall y 'button' is suffixed to this text automatically.">
2149 » Notification close 2157 Notification close
2150 </message> 2158 </message>
2151 <message name="IDS_MESSAGE_CENTER_EXPAND_NOTIFICATION_BUTTON_ACCESSIBLE_NA ME" desc="The spoken feedback text for the expand button in a notification. Usua lly 'button' is suffixed to this text automatically."> 2159 <if expr="use_ash or chromeos">
Jun Mukai 2014/04/25 22:02:04 screenshot is actually chromeos only. A message i
2152 » Notification expand 2160 <message name="IDS_MESSAGE_CENTER_NOTIFIER_SCREENSHOT_NAME" desc="The na me of screenshot notifier that is a system componet">
2153 </message> 2161 Screenshot
2154 <message name="IDS_MESSAGE_CENTER_NOTIFIER_SCREENSHOT_NAME" desc="The name of screenshot notifier that is a system componet"> 2162 </message>
2155 Screenshot 2163 </if>
2156 </message> 2164 <if expr="use_ash">
2157 <message name="IDS_MESSAGE_CENTER_NOTIFICATION_BUTTON_COPY_SCREENSHOT_TO_C LIPBOARD" desc="The button label for the screenshot notification which copies th e screenshot image to clipboard on click."> 2165 <message name="IDS_MESSAGE_CENTER_NOTIFICATION_BUTTON_COPY_SCREENSHOT_TO _CLIPBOARD" desc="The button label for the screenshot notification which copies the screenshot image to clipboard on click.">
2158 Copy to clipboard 2166 Copy to clipboard
2159 </message> 2167 </message>
2160 <message name="IDS_MESSAGE_CENTER_MORE_FROM" desc="Indicates how many more notifications came from the given source."> 2168 </if>
2161 <ph name="number_of_notifications">$1<ex>20</ex></ph> more from <ph name ="source_of_notifications">$2<ex>GMail</ex></ph>
2162 </message>
2163 2169
2164 <!-- App list --> 2170 <!-- App list -->
2165 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis t help UI."> 2171 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis t help UI.">
2166 Help 2172 Help
2167 </message> 2173 </message>
2168 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI."> 2174 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI.">
2169 Settings 2175 Settings
2170 </message> 2176 </message>
2171 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI."> 2177 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI.">
2172 Send feedback 2178 Send feedback
2173 </message> 2179 </message>
2174 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder text for app list folder name."> 2180 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder text for app list folder name.">
2175 Unnamed Folder 2181 Unnamed Folder
2176 </message> 2182 </message>
2177 <message name="IDS_APP_LIST_FOLDER_BUTTON_ACCESSIBILE_NAME" desc="The spok en feedback text for navigating to a folder button in top level app list"> 2183 <message name="IDS_APP_LIST_FOLDER_BUTTON_ACCESSIBILE_NAME" desc="The spok en feedback text for navigating to a folder button in top level app list">
2178 Folder <ph name="folder_name">$1<ex>OEM Apps</ex></ph> 2184 Folder <ph name="folder_name">$1<ex>OEM Apps</ex></ph>
2179 </message> 2185 </message>
2180 <message name="IDS_APP_LIST_FOLDER_OPEN_FOLDER_ACCESSIBILE_NAME" desc="The spoken feedback text for opening an app launcher folder"> 2186 <message name="IDS_APP_LIST_FOLDER_OPEN_FOLDER_ACCESSIBILE_NAME" desc="The spoken feedback text for opening an app launcher folder">
2181 Open folder 2187 Open folder
2182 </message> 2188 </message>
2183 <message name="IDS_APP_LIST_FOLDER_CLOSE_FOLDER_ACCESSIBILE_NAME" desc="Th e spoken feedback text for closing an app launcher folder"> 2189 <message name="IDS_APP_LIST_FOLDER_CLOSE_FOLDER_ACCESSIBILE_NAME" desc="Th e spoken feedback text for closing an app launcher folder">
2184 Close folder 2190 Close folder
2185 </message> 2191 </message>
2186 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the speech recognition UI to ask the user to speak the search query"> 2192 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the speech recognition UI to ask the user to speak the search query">
2187 Speak now 2193 Speak now
2188 </message> 2194 </message>
2189 </messages> 2195 </messages>
2190 </release> 2196 </release>
2191 </grit> 2197 </grit>
OLDNEW
« 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