Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 9241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9252 <!-- Unity and some other GNOME configurations now have a permanent, | 9252 <!-- Unity and some other GNOME configurations now have a permanent, |
| 9253 Mac-like menu bar that lives outside the window at the top of the | 9253 Mac-like menu bar that lives outside the window at the top of the |
| 9254 screen. The following strings should be in Linux style, not Mac | 9254 screen. The following strings should be in Linux style, not Mac |
| 9255 style (i.e. have ampersand accelerators, be title cased, etc.) | 9255 style (i.e. have ampersand accelerators, be title cased, etc.) |
| 9256 | 9256 |
| 9257 In general, the Linux UI will try to reuse other menu strings | 9257 In general, the Linux UI will try to reuse other menu strings |
| 9258 since they are otherwise appropriate, but we do need a few | 9258 since they are otherwise appropriate, but we do need a few |
| 9259 additional ones with different formatting. --> | 9259 additional ones with different formatting. --> |
| 9260 | 9260 |
| 9261 <!-- Menubar Menu Titles --> | 9261 <!-- Menubar Menu Titles --> |
| 9262 <!-- NOTE: Some of these exist in context menus with Title Case support, but we use different IDs in case we need slightly different strings in some lan guage due to the different context. --> | 9262 <!-- NOTE: Some of these exist in context menus with Title Case support, but we use different IDs in case we need slightly different strings in some lan guage due to the different context. --> |
|
Evan Stade
2011/04/15 19:00:41
according to what Tony has told me before, this do
Elliot Glaysher
2011/04/15 20:29:03
So this comment was copied verbatim from the mac s
| |
| 9263 <message name="IDS_FILE_MENU_LINUX" desc="The menu title of the Linux fi le menu."> | 9263 <message name="IDS_FILE_MENU_LINUX" desc="The menu title of the Linux fi le menu."> |
| 9264 &File | 9264 &File |
| 9265 </message> | 9265 </message> |
| 9266 <message name="IDS_EDIT_MENU_LINUX" desc="The menu title of the Linux ed it menu."> | 9266 <message name="IDS_EDIT_MENU_LINUX" desc="The menu title of the Linux ed it menu."> |
| 9267 &Edit | 9267 &Edit |
| 9268 </message> | 9268 </message> |
| 9269 <message name="IDS_VIEW_MENU_LINUX" desc="The menu title of the Linux vi ew menu."> | 9269 <message name="IDS_VIEW_MENU_LINUX" desc="The menu title of the Linux vi ew menu."> |
| 9270 &View | 9270 &View |
| 9271 </message> | 9271 </message> |
| 9272 <message name="IDS_HISTORY_MENU_LINUX" desc="The menu title of the Linux history menu."> | 9272 <message name="IDS_HISTORY_MENU_LINUX" desc="The menu title of the Linux history menu."> |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9309 <message name="IDS_TEXT_DEFAULT_LINUX" desc="The Linux menu item to make the page actual size in the view menu."> | 9309 <message name="IDS_TEXT_DEFAULT_LINUX" desc="The Linux menu item to make the page actual size in the view menu."> |
| 9310 A&ctual Size | 9310 A&ctual Size |
| 9311 </message> | 9311 </message> |
| 9312 <message name="IDS_TEXT_BIGGER_LINUX" desc="The Linux menu item to zoom in on the page in the view menu."> | 9312 <message name="IDS_TEXT_BIGGER_LINUX" desc="The Linux menu item to zoom in on the page in the view menu."> |
| 9313 Zoom &In | 9313 Zoom &In |
| 9314 </message> | 9314 </message> |
| 9315 <message name="IDS_TEXT_SMALLER_LINUX" desc="The Linux menu item to zoom out on the in the view menu."> | 9315 <message name="IDS_TEXT_SMALLER_LINUX" desc="The Linux menu item to zoom out on the in the view menu."> |
| 9316 Zoom &Out | 9316 Zoom &Out |
| 9317 </message> | 9317 </message> |
| 9318 | 9318 |
| 9319 <!-- History menu --> | |
| 9320 <message name="IDS_HISTORY_HOME_LINUX" desc="The Linux menu item for hom e in the history menu."> | |
| 9321 Home | |
| 9322 </message> | |
| 9323 <message name="IDS_HISTORY_BACK_LINUX" desc="The Linux menu item for bac k in the history menu."> | |
| 9324 &Back | |
| 9325 </message> | |
| 9326 <message name="IDS_HISTORY_FORWARD_LINUX" desc="The Linux menu item for forward in the history menu."> | |
| 9327 &Forward | |
| 9328 </message> | |
| 9329 <message name="IDS_HISTORY_VISITED_LINUX" desc="The Linux menu item for the header of most visited items in the history menu."> | |
| 9330 Most Visited | |
| 9331 </message> | |
| 9332 <message name="IDS_HISTORY_CLOSED_LINUX" desc="The Linux menu item for t he header of recently closed items in the history menu."> | |
| 9333 Recently Closed | |
| 9334 </message> | |
| 9335 <message name="IDS_HISTORY_CLOSED_RESTORE_WINDOW_LINUX" desc="The Linux menu item for restoring all the tabs of a recently closed window."> | |
| 9336 Restore All Tabs | |
| 9337 </message> | |
| 9338 | |
| 9339 <!-- Bookmarks menu --> | |
| 9340 <message name="IDS_BOOKMARK_CURRENT_PAGE_LINUX" desc="The Linux menu ite m for bookmarking the current page in the bookmark menu."> | |
| 9341 Bookmark This Page... | |
| 9342 </message> | |
| 9343 <message name="IDS_BOOKMARK_ALL_TABS_LINUX" desc="The Linux menu item fo r bookmarking all tabs in the current window."> | |
| 9344 Bookmark All Tabs... | |
| 9345 </message> | |
| 9319 </if> | 9346 </if> |
| 9320 | 9347 |
| 9321 <!-- File chooser dialog default titles (only used on Linux) --> | 9348 <!-- File chooser dialog default titles (only used on Linux) --> |
| 9322 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t he Select Folder file chooser dialog."> | 9349 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t he Select Folder file chooser dialog."> |
| 9323 Select Folder | 9350 Select Folder |
| 9324 </message> | 9351 </message> |
| 9325 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog."> | 9352 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog."> |
| 9326 Save File | 9353 Save File |
| 9327 </message> | 9354 </message> |
| 9328 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file)."> | 9355 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file)."> |
| (...skipping 2652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11981 </includes> | 12008 </includes> |
| 11982 <structures fallback_to_english="true"> | 12009 <structures fallback_to_english="true"> |
| 11983 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 12010 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
| 11984 </structure> | 12011 </structure> |
| 11985 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 12012 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
| 11986 </structure> | 12013 </structure> |
| 11987 </structures> | 12014 </structures> |
| 11988 | 12015 |
| 11989 </release> | 12016 </release> |
| 11990 </grit> | 12017 </grit> |
| OLD | NEW |