| 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 9253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9264 <!-- Unity and some other GNOME configurations now have a permanent, | 9264 <!-- Unity and some other GNOME configurations now have a permanent, |
| 9265 Mac-like menu bar that lives outside the window at the top of the | 9265 Mac-like menu bar that lives outside the window at the top of the |
| 9266 screen. The following strings should be in Linux style, not Mac | 9266 screen. The following strings should be in Linux style, not Mac |
| 9267 style (i.e. have ampersand accelerators, be title cased, etc.) | 9267 style (i.e. have ampersand accelerators, be title cased, etc.) |
| 9268 | 9268 |
| 9269 In general, the Linux UI will try to reuse other menu strings | 9269 In general, the Linux UI will try to reuse other menu strings |
| 9270 since they are otherwise appropriate, but we do need a few | 9270 since they are otherwise appropriate, but we do need a few |
| 9271 additional ones with different formatting. --> | 9271 additional ones with different formatting. --> |
| 9272 | 9272 |
| 9273 <!-- Menubar Menu Titles --> | 9273 <!-- Menubar Menu Titles --> |
| 9274 <!-- 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. --> | |
| 9275 <message name="IDS_FILE_MENU_LINUX" desc="The menu title of the Linux fi
le menu."> | 9274 <message name="IDS_FILE_MENU_LINUX" desc="The menu title of the Linux fi
le menu."> |
| 9276 &File | 9275 &File |
| 9277 </message> | 9276 </message> |
| 9278 <message name="IDS_EDIT_MENU_LINUX" desc="The menu title of the Linux ed
it menu."> | 9277 <message name="IDS_EDIT_MENU_LINUX" desc="The menu title of the Linux ed
it menu."> |
| 9279 &Edit | 9278 &Edit |
| 9280 </message> | 9279 </message> |
| 9281 <message name="IDS_VIEW_MENU_LINUX" desc="The menu title of the Linux vi
ew menu."> | 9280 <message name="IDS_VIEW_MENU_LINUX" desc="The menu title of the Linux vi
ew menu."> |
| 9282 &View | 9281 &View |
| 9283 </message> | 9282 </message> |
| 9284 <message name="IDS_HISTORY_MENU_LINUX" desc="The menu title of the Linux
history menu."> | 9283 <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... |
| 9321 <message name="IDS_TEXT_DEFAULT_LINUX" desc="The Linux menu item to make
the page actual size in the view menu."> | 9320 <message name="IDS_TEXT_DEFAULT_LINUX" desc="The Linux menu item to make
the page actual size in the view menu."> |
| 9322 A&ctual Size | 9321 A&ctual Size |
| 9323 </message> | 9322 </message> |
| 9324 <message name="IDS_TEXT_BIGGER_LINUX" desc="The Linux menu item to zoom
in on the page in the view menu."> | 9323 <message name="IDS_TEXT_BIGGER_LINUX" desc="The Linux menu item to zoom
in on the page in the view menu."> |
| 9325 Zoom &In | 9324 Zoom &In |
| 9326 </message> | 9325 </message> |
| 9327 <message name="IDS_TEXT_SMALLER_LINUX" desc="The Linux menu item to zoom
out on the in the view menu."> | 9326 <message name="IDS_TEXT_SMALLER_LINUX" desc="The Linux menu item to zoom
out on the in the view menu."> |
| 9328 Zoom &Out | 9327 Zoom &Out |
| 9329 </message> | 9328 </message> |
| 9330 | 9329 |
| 9330 <!-- History menu --> |
| 9331 <message name="IDS_HISTORY_HOME_LINUX" desc="The Linux menu item for hom
e in the history menu."> |
| 9332 Home |
| 9333 </message> |
| 9334 <message name="IDS_HISTORY_BACK_LINUX" desc="The Linux menu item for bac
k in the history menu."> |
| 9335 &Back |
| 9336 </message> |
| 9337 <message name="IDS_HISTORY_FORWARD_LINUX" desc="The Linux menu item for
forward in the history menu."> |
| 9338 &Forward |
| 9339 </message> |
| 9340 <message name="IDS_HISTORY_VISITED_LINUX" desc="The Linux menu item for
the header of most visited items in the history menu."> |
| 9341 Most Visited |
| 9342 </message> |
| 9343 <message name="IDS_HISTORY_CLOSED_LINUX" desc="The Linux menu item for t
he header of recently closed items in the history menu."> |
| 9344 Recently Closed |
| 9345 </message> |
| 9346 <message name="IDS_HISTORY_CLOSED_RESTORE_WINDOW_LINUX" desc="The Linux
menu item for restoring all the tabs of a recently closed window."> |
| 9347 Restore All Tabs |
| 9348 </message> |
| 9349 |
| 9350 <!-- Bookmarks menu --> |
| 9351 <message name="IDS_BOOKMARK_CURRENT_PAGE_LINUX" desc="The Linux menu ite
m for bookmarking the current page in the bookmark menu."> |
| 9352 Bookmark This Page... |
| 9353 </message> |
| 9354 <message name="IDS_BOOKMARK_ALL_TABS_LINUX" desc="The Linux menu item fo
r bookmarking all tabs in the current window."> |
| 9355 Bookmark All Tabs... |
| 9356 </message> |
| 9331 </if> | 9357 </if> |
| 9332 | 9358 |
| 9333 <!-- File chooser dialog default titles (only used on Linux) --> | 9359 <!-- File chooser dialog default titles (only used on Linux) --> |
| 9334 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t
he Select Folder file chooser dialog."> | 9360 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t
he Select Folder file chooser dialog."> |
| 9335 Select Folder | 9361 Select Folder |
| 9336 </message> | 9362 </message> |
| 9337 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav
e As file chooser dialog."> | 9363 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav
e As file chooser dialog."> |
| 9338 Save File | 9364 Save File |
| 9339 </message> | 9365 </message> |
| 9340 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O
pen File file chooser dialog (single file)."> | 9366 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O
pen File file chooser dialog (single file)."> |
| (...skipping 2667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12008 </includes> | 12034 </includes> |
| 12009 <structures fallback_to_english="true"> | 12035 <structures fallback_to_english="true"> |
| 12010 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12036 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
| 12011 </structure> | 12037 </structure> |
| 12012 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12038 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
| 12013 </structure> | 12039 </structure> |
| 12014 </structures> | 12040 </structures> |
| 12015 | 12041 |
| 12016 </release> | 12042 </release> |
| 12017 </grit> | 12043 </grit> |
| OLD | NEW |