OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
4 each locale. --> | 4 each locale. --> |
5 | 5 |
6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
8 <outputs> | 8 <outputs> |
9 <output filename="generated_resources.h" type="rc_header"> | 9 <output filename="generated_resources.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1221 </message> | 1221 </message> |
1222 | 1222 |
1223 <!-- Download Tab Items --> | 1223 <!-- Download Tab Items --> |
1224 <message name="IDS_DOWNLOAD_LINK_PAUSE" | 1224 <message name="IDS_DOWNLOAD_LINK_PAUSE" |
1225 desc="In the download view, 'Pause' link text"> | 1225 desc="In the download view, 'Pause' link text"> |
1226 Pause | 1226 Pause |
1227 </message> | 1227 </message> |
1228 <message name="IDS_DOWNLOAD_SEARCH_BUTTON" desc="Title of the button in th
e download page that triggers a search"> | 1228 <message name="IDS_DOWNLOAD_SEARCH_BUTTON" desc="Title of the button in th
e download page that triggers a search"> |
1229 Search downloads | 1229 Search downloads |
1230 </message> | 1230 </message> |
| 1231 <message name="IDS_DOWNLOAD_NO_RESULTS" desc="Descriptive text when no res
ults are found."> |
| 1232 No results |
| 1233 </message> |
| 1234 <message name="IDS_DOWNLOAD_SEARCHRESULTSFOR" desc="Format string for sear
ch results"> |
| 1235 Search results for '<ph name="SEARCH_STRING">%s</ph>' |
| 1236 </message> |
1231 <message name="IDS_DOWNLOAD_LINK_RESUME" | 1237 <message name="IDS_DOWNLOAD_LINK_RESUME" |
1232 desc="In the download view, 'Resume' link text"> | 1238 desc="In the download view, 'Resume' link text"> |
1233 Resume | 1239 Resume |
1234 </message> | 1240 </message> |
1235 <message name="IDS_DOWNLOAD_LINK_CANCEL" | 1241 <message name="IDS_DOWNLOAD_LINK_CANCEL" |
1236 desc="In the download view, 'Cancel' link text"> | 1242 desc="In the download view, 'Cancel' link text"> |
1237 Cancel | 1243 Cancel |
1238 </message> | 1244 </message> |
1239 <message name="IDS_DOWNLOAD_LINK_SHOW" | 1245 <message name="IDS_DOWNLOAD_LINK_SHOW" |
1240 desc="In the download view, 'Show in folder' link text"> | 1246 desc="In the download view, 'Show in folder' link text"> |
(...skipping 2157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3398 <message name="IDS_BOOKMARK_MANAGER_NO_SEARCH_TEXT" desc="Text shown in th
e bookmark table if the user clicks on the search folder without typing in any t
ext in the search text field."> | 3404 <message name="IDS_BOOKMARK_MANAGER_NO_SEARCH_TEXT" desc="Text shown in th
e bookmark table if the user clicks on the search folder without typing in any t
ext in the search text field."> |
3399 Enter a query in the text field above to search your bookmarks. | 3405 Enter a query in the text field above to search your bookmarks. |
3400 </message> | 3406 </message> |
3401 <message name="IDS_BOOKMARK_MANAGER_NO_RESULTS" desc="Text shown in the bo
okmark table when the search didn't find anything."> | 3407 <message name="IDS_BOOKMARK_MANAGER_NO_RESULTS" desc="Text shown in the bo
okmark table when the search didn't find anything."> |
3402 No bookmarks match the query '<ph name="SEARCH_TEXT">$1</ph>'. | 3408 No bookmarks match the query '<ph name="SEARCH_TEXT">$1</ph>'. |
3403 </message> | 3409 </message> |
3404 <message name="IDS_BOOKMARK_MANAGER_SEARCH_TITLE" desc="Text shown before
the search text field."> | 3410 <message name="IDS_BOOKMARK_MANAGER_SEARCH_TITLE" desc="Text shown before
the search text field."> |
3405 Search: | 3411 Search: |
3406 </message> | 3412 </message> |
3407 | 3413 |
| 3414 <message name="IDS_DEFAULT_FILENAME" desc="Default name for saved files wh
en we have no idea what they could be."> |
| 3415 unknown |
| 3416 </message> |
| 3417 |
3408 </messages> | 3418 </messages> |
3409 </release> | 3419 </release> |
3410 </grit> | 3420 </grit> |
OLD | NEW |