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. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
8 --> | 8 --> |
9 | 9 |
10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
(...skipping 6651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6662 <message name="IDS_BOOKMARK_EDITOR_TITLE" desc="Title of the window the bo
okmark editor is in."> | 6662 <message name="IDS_BOOKMARK_EDITOR_TITLE" desc="Title of the window the bo
okmark editor is in."> |
6663 Edit Bookmark | 6663 Edit Bookmark |
6664 </message> | 6664 </message> |
6665 <message name="IDS_BOOKMARK_EDITOR_CONFIRM_DELETE" desc="The message shown
in the dialog asking the user to confirm deleting a folder."> | 6665 <message name="IDS_BOOKMARK_EDITOR_CONFIRM_DELETE" desc="The message shown
in the dialog asking the user to confirm deleting a folder."> |
6666 This folder contains <ph name="COUNT">$1<ex>5</ex></ph> bookmarks. Are y
ou sure you want to delete it? | 6666 This folder contains <ph name="COUNT">$1<ex>5</ex></ph> bookmarks. Are y
ou sure you want to delete it? |
6667 </message> | 6667 </message> |
6668 <if expr="not pp_ifdef('use_titlecase')"> | 6668 <if expr="not pp_ifdef('use_titlecase')"> |
6669 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tre
e for the bookmarks bar folder"> | 6669 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tre
e for the bookmarks bar folder"> |
6670 Bookmarks bar | 6670 Bookmarks bar |
6671 </message> | 6671 </message> |
6672 <message name="IDS_BOOKMARK_BAR_SYNCED_FOLDER_NAME" desc="Name shown in
the tree for the synced bookmarks folder"> | 6672 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in
the tree for the mobile bookmarks folder"> |
6673 Synced bookmarks | 6673 Mobile bookmarks |
6674 </message> | 6674 </message> |
6675 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in t
he tree for the other bookmarks folder"> | 6675 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in t
he tree for the other bookmarks folder"> |
6676 Other bookmarks | 6676 Other bookmarks |
6677 </message> | 6677 </message> |
6678 </if> | 6678 </if> |
6679 <if expr="pp_ifdef('use_titlecase')"> | 6679 <if expr="pp_ifdef('use_titlecase')"> |
6680 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name s
hown in the tree for the bookmarks bar folder"> | 6680 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name s
hown in the tree for the bookmarks bar folder"> |
6681 Bookmarks Bar | 6681 Bookmarks Bar |
6682 </message> | 6682 </message> |
6683 <message name="IDS_BOOKMARK_BAR_SYNCED_FOLDER_NAME" desc="In Title Case:
Name shown in the tree for the synced bookmarks folder"> | 6683 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case:
Name shown in the tree for the mobile bookmarks folder"> |
6684 Synced Bookmarks | 6684 Mobile Bookmarks |
6685 </message> | 6685 </message> |
6686 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case:
Name shown in the tree for the other bookmarks folder"> | 6686 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case:
Name shown in the tree for the other bookmarks folder"> |
6687 Other Bookmarks | 6687 Other Bookmarks |
6688 </message> | 6688 </message> |
6689 </if> | 6689 </if> |
6690 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly c
reated groups"> | 6690 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly c
reated groups"> |
6691 New folder | 6691 New folder |
6692 </message> | 6692 </message> |
6693 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title
of editor for bookmark folders"> | 6693 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title
of editor for bookmark folders"> |
6694 Edit folder name | 6694 Edit folder name |
(...skipping 7853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14548 </messages> | 14548 </messages> |
14549 <structures fallback_to_english="true"> | 14549 <structures fallback_to_english="true"> |
14550 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14550 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14551 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14551 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14552 </structure> | 14552 </structure> |
14553 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14553 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14554 </structure> | 14554 </structure> |
14555 </structures> | 14555 </structures> |
14556 </release> | 14556 </release> |
14557 </grit> | 14557 </grit> |
OLD | NEW |