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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 7067020: Moving mediaplayer to the chrome filebrowser. Observable behaviour should not change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Playlist doesn't reset pending playback request. Created 9 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/browser/browser_resources.grd » ('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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 8556 matching lines...) Expand 10 before | Expand all | Expand 10 after
8567 </message> 8567 </message>
8568 <message name="IDS_FILE_BROWSER_NOTHING_SELECTED" desc="Nothing selected." > 8568 <message name="IDS_FILE_BROWSER_NOTHING_SELECTED" desc="Nothing selected." >
8569 No files selected 8569 No files selected
8570 </message> 8570 </message>
8571 <message name="IDS_FILE_BROWSER_ONE_FILE_SELECTED" desc="One file selected ."> 8571 <message name="IDS_FILE_BROWSER_ONE_FILE_SELECTED" desc="One file selected .">
8572 One file selected, $1 8572 One file selected, $1
8573 </message> 8573 </message>
8574 <message name="IDS_FILE_BROWSER_MANY_FILES_SELECTED" desc="Many files sele cted."> 8574 <message name="IDS_FILE_BROWSER_MANY_FILES_SELECTED" desc="Many files sele cted.">
8575 $1 files selected, $2 8575 $1 files selected, $2
8576 </message> 8576 </message>
8577 <message name="IDS_FILE_BROWSER_PLAYBACK_ERROR" desc="Error playing back." >
8578 Error playing back
8579 </message>
8577 8580
8578 <!-- Bookmark manager --> 8581 <!-- Bookmark manager -->
8579 <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark man ager window."> 8582 <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark man ager window.">
8580 Bookmark Manager 8583 Bookmark Manager
8581 </message> 8584 </message>
8582 <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the butt on in the bookmark manager that triggers a search"> 8585 <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the butt on in the bookmark manager that triggers a search">
8583 Search bookmarks 8586 Search bookmarks
8584 </message> 8587 </message>
8585 <if expr="not pp_ifdef('use_titlecase')"> 8588 <if expr="not pp_ifdef('use_titlecase')">
8586 <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item th at shows the bookmark manager"> 8589 <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item th at shows the bookmark manager">
(...skipping 3916 matching lines...) Expand 10 before | Expand all | Expand 10 after
12503 </includes> 12506 </includes>
12504 <structures fallback_to_english="true"> 12507 <structures fallback_to_english="true">
12505 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12508 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12506 </structure> 12509 </structure>
12507 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12510 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12508 </structure> 12511 </structure>
12509 </structures> 12512 </structures>
12510 12513
12511 </release> 12514 </release>
12512 </grit> 12515 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698