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

Side by Side Diff: app/resources/app_strings.grd

Issue 113612: Make views/ use strings from app_strings. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | chrome/chrome.sln » ('j') | 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 <file path="resources/app_strings_te.xtb" lang="te" /> 168 <file path="resources/app_strings_te.xtb" lang="te" />
169 <file path="resources/app_strings_th.xtb" lang="th" /> 169 <file path="resources/app_strings_th.xtb" lang="th" />
170 <file path="resources/app_strings_tr.xtb" lang="tr" /> 170 <file path="resources/app_strings_tr.xtb" lang="tr" />
171 <file path="resources/app_strings_uk.xtb" lang="uk" /> 171 <file path="resources/app_strings_uk.xtb" lang="uk" />
172 <file path="resources/app_strings_vi.xtb" lang="vi" /> 172 <file path="resources/app_strings_vi.xtb" lang="vi" />
173 <file path="resources/app_strings_zh-CN.xtb" lang="zh-CN" /> 173 <file path="resources/app_strings_zh-CN.xtb" lang="zh-CN" />
174 <file path="resources/app_strings_zh-TW.xtb" lang="zh-TW" /> 174 <file path="resources/app_strings_zh-TW.xtb" lang="zh-TW" />
175 --> 175 -->
176 </translations> 176 </translations>
177 <release seq="1" allow_pseudo="false"> 177 <release seq="1" allow_pseudo="false">
178 <messages fallback_to_english="true" first_id="30000"> 178 <messages fallback_to_english="true">
179 179
180 <!-- Menus --> 180 <!-- Menus -->
181 <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has n o entries"> 181 <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has n o entries">
182 (empty) 182 (empty)
183 </message> 183 </message>
184 184
185 <!-- General application strings --> 185 <!-- General application strings -->
186 <message name="IDS_APP_UNTITLED_SHORTCUT_FILE_NAME" desc="The name of the Internet Shortcut file created for URLs dragged that have no title"> 186 <message name="IDS_APP_UNTITLED_SHORTCUT_FILE_NAME" desc="The name of the Internet Shortcut file created for URLs dragged that have no title">
187 Untitled Web Page 187 Untitled Web Page
188 </message> 188 </message>
189 <message name="IDS_APP_SAVEAS_ALL_FILES" desc="Save As dialog box default text"> 189 <message name="IDS_APP_SAVEAS_ALL_FILES" desc="Save As dialog box default text">
190 All Files 190 All Files
191 </message> 191 </message>
192 192
193 <!--Accessible name/action strings-->
194 <message name="IDS_APP_ACCACTION_PRESS" desc="The accessible default actio n for a button.">
195 Press
196 </message>
197
198 <!-- Scroll Bar Context Menu Labels -->
199 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLHERE" desc="The label for th e 'Scroll Here' item">
200 Scroll to Here
201 </message>
202 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLLEFTEDGE" desc="The label fo r the 'Left Edge' item">
203 Left Edge
204 </message>
205 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLRIGHTEDGE" desc="The label f or the 'Right Edge' item">
206 Right Edge
207 </message>
208 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLHOME" desc="The label for th e 'Top' item">
209 Top
210 </message>
211 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLEND" desc="The label for the 'Bottom' item">
212 Bottom
213 </message>
214 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLPAGEUP" desc="The label for the 'Page Up' item">
215 Page Up
216 </message>
217 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLPAGEDOWN" desc="The label fo r the 'Page Down' item">
218 Page Down
219 </message>
220 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLLEFT" desc="The label for th e 'Scroll Left' item">
221 Scroll Left
222 </message>
223 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLRIGHT" desc="The label for t he 'Scroll Left' item">
224 Scroll Right
225 </message>
226 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLUP" desc="The label for the 'Scroll Up' item">
227 Scroll Up
228 </message>
229 <message name="IDS_APP_SCROLLBAR_CXMENU_SCROLLDOWN" desc="The label for th e 'Scroll Down' item">
230 Scroll Down
231 </message>
232
233 <!-- Edit field context menu item labels. -->
234 <message name="IDS_APP_UNDO" desc="The text label of the Undo menu item">
235 &amp;Undo
236 </message>
237 <message name="IDS_APP_CUT" desc="The text label of the Cut menu item">
238 Cu&amp;t
239 </message>
240 <message name="IDS_APP_COPY" desc="The text label of the Copy menu item">
241 &amp;Copy
242 </message>
243 <message name="IDS_APP_PASTE" desc="The text label of the Paste menu item" >
244 &amp;Paste
245 </message>
246 <message name="IDS_APP_SELECT_ALL" desc="The text label of the Select All menu item">
247 Select &amp;all
248 </message>
249
250 <!-- Generic terms -->
251 <message name="IDS_APP_OK" desc="Used for Ok on buttons">
252 OK
253 </message>
254 <message name="IDS_APP_CANCEL" desc="Used for Cancel on buttons">
255 Cancel
256 </message>
257 <message name="IDS_APP_CLOSE" desc="A generic term for Close on buttons an d menus.">
258 Close
259 </message>
260
261 <!-- Key names -->
262 <message name="IDS_APP_ESC_KEY" desc="Escape key">
263 Esc
264 </message>
265 <message name="IDS_APP_TAB_KEY" desc="Tab key">
266 Tab
267 </message>
268 <message name="IDS_APP_INSERT_KEY" desc="Insert key">
269 Ins
270 </message>
271 <message name="IDS_APP_HOME_KEY" desc="Home key">
272 Home
273 </message>
274 <message name="IDS_APP_DELETE_KEY" desc="Delete key">
275 Del
276 </message>
277 <message name="IDS_APP_END_KEY" desc="End key">
278 End
279 </message>
280 <message name="IDS_APP_PAGEUP_KEY" desc="Page up key">
281 PgUp
282 </message>
283 <message name="IDS_APP_PAGEDOWN_KEY" desc="Page down key">
284 PgDwn
285 </message>
286 <message name="IDS_APP_LEFT_ARROW_KEY" desc="Left arrow key">
287 Left Arrow
288 </message>
289 <message name="IDS_APP_RIGHT_ARROW_KEY" desc="Right arrow key">
290 Right Arrow
291 </message>
292 <message name="IDS_APP_RIGHT_UP_KEY" desc="Up arrow key">
293 Up Arrow
294 </message>
295 <message name="IDS_APP_RIGHT_DOWN_KEY" desc="Down arrow key">
296 Down Arrow
297 </message>
298 <message name="IDS_APP_ENTER_KEY" desc="Enter key">
299 Enter
300 </message>
301 <message name="IDS_APP_F1_KEY" desc="F1 key">
302 F1
303 </message>
304 <message name="IDS_APP_F11_KEY" desc="F11 key">
305 F11
306 </message>
307
308 <!-- Shortcut Modifiers -->
309 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er">
310 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
311 </message>
312 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier">
313 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
314 </message>
315 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier">
316 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph>
317 </message>
318
319 </messages> 193 </messages>
320 </release> 194 </release>
321 </grit> 195 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698