| 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 5763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5774 <message name="IDS_BOOMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the
new folder context menu item."> | 5774 <message name="IDS_BOOMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the
new folder context menu item."> |
| 5775 &New folder | 5775 &New folder |
| 5776 </message> | 5776 </message> |
| 5777 <message name="IDS_BOOMARK_EDITOR_TITLE" desc="Title of the window the boo
kmark editor is in."> | 5777 <message name="IDS_BOOMARK_EDITOR_TITLE" desc="Title of the window the boo
kmark editor is in."> |
| 5778 Edit Bookmark | 5778 Edit Bookmark |
| 5779 </message> | 5779 </message> |
| 5780 <if expr="not pp_ifdef('use_titlecase')"> | 5780 <if expr="not pp_ifdef('use_titlecase')"> |
| 5781 <message name="IDS_BOOMARK_BAR_FOLDER_NAME" desc="Name shown in the tree
for the bookmarks bar folder"> | 5781 <message name="IDS_BOOMARK_BAR_FOLDER_NAME" desc="Name shown in the tree
for the bookmarks bar folder"> |
| 5782 Bookmarks bar | 5782 Bookmarks bar |
| 5783 </message> | 5783 </message> |
| 5784 <message name="IDS_BOOMARK_BAR_SYNCED_FOLDER_NAME" desc="Name shown in t
he tree for the synced bookmarks folder"> |
| 5785 Synced bookmarks |
| 5786 </message> |
| 5784 <message name="IDS_BOOMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in th
e tree for the other bookmarks folder"> | 5787 <message name="IDS_BOOMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in th
e tree for the other bookmarks folder"> |
| 5785 Other bookmarks | 5788 Other bookmarks |
| 5786 </message> | 5789 </message> |
| 5787 </if> | 5790 </if> |
| 5788 <if expr="pp_ifdef('use_titlecase')"> | 5791 <if expr="pp_ifdef('use_titlecase')"> |
| 5789 <message name="IDS_BOOMARK_BAR_FOLDER_NAME" desc="In Title Case: Name sh
own in the tree for the bookmarks bar folder"> | 5792 <message name="IDS_BOOMARK_BAR_FOLDER_NAME" desc="In Title Case: Name sh
own in the tree for the bookmarks bar folder"> |
| 5790 Bookmarks Bar | 5793 Bookmarks Bar |
| 5791 </message> | 5794 </message> |
| 5795 <message name="IDS_BOOMARK_BAR_SYNCED_FOLDER_NAME" desc="In Title Case:
Name shown in the tree for the synced bookmarks folder"> |
| 5796 Synced Bookmarks |
| 5797 </message> |
| 5792 <message name="IDS_BOOMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: N
ame shown in the tree for the other bookmarks folder"> | 5798 <message name="IDS_BOOMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: N
ame shown in the tree for the other bookmarks folder"> |
| 5793 Other Bookmarks | 5799 Other Bookmarks |
| 5794 </message> | 5800 </message> |
| 5795 </if> | 5801 </if> |
| 5796 <message name="IDS_BOOMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly cr
eated groups"> | 5802 <message name="IDS_BOOMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly cr
eated groups"> |
| 5797 New folder | 5803 New folder |
| 5798 </message> | 5804 </message> |
| 5799 <message name="IDS_BOOMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title
of editor for bookmark folders"> | 5805 <message name="IDS_BOOMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title
of editor for bookmark folders"> |
| 5800 Edit folder name | 5806 Edit folder name |
| 5801 </message> | 5807 </message> |
| (...skipping 6590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12392 </includes> | 12398 </includes> |
| 12393 <structures fallback_to_english="true"> | 12399 <structures fallback_to_english="true"> |
| 12394 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12400 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
| 12395 </structure> | 12401 </structure> |
| 12396 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12402 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
| 12397 </structure> | 12403 </structure> |
| 12398 </structures> | 12404 </structures> |
| 12399 | 12405 |
| 12400 </release> | 12406 </release> |
| 12401 </grit> | 12407 </grit> |
| OLD | NEW |