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. Specifically, these are UI strings that are used by app/ that | 4 each locale. Specifically, these are UI strings that are used by app/ that |
5 need to be translated for each locale.--> | 5 need to be translated for each locale.--> |
6 | 6 |
7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
9 <outputs> | 9 <outputs> |
10 <!-- TODO add each of your output files. Modify the three below, and add | 10 <!-- TODO add each of your output files. Modify the three below, and add |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box e
xtension format text"> | 193 <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box e
xtension format text"> |
194 <ph name="SAVEAS_EXTENSION_TYPE">$1<ex>EXE</ex></ph> File (.<ph name="SA
VEAS_EXTENSION_NAME">$2<ex>exe</ex></ph>) | 194 <ph name="SAVEAS_EXTENSION_TYPE">$1<ex>EXE</ex></ph> File (.<ph name="SA
VEAS_EXTENSION_NAME">$2<ex>exe</ex></ph>) |
195 </message> | 195 </message> |
196 | 196 |
197 <if expr="is_macosx"> | 197 <if expr="is_macosx"> |
198 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Sel
ect button in the folder selection dialog."> | 198 <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Sel
ect button in the folder selection dialog."> |
199 Select | 199 Select |
200 </message> | 200 </message> |
201 </if> | 201 </if> |
202 | 202 |
| 203 <!-- File chooser dialog default titles (only used on Linux) --> |
| 204 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for
the Select Folder file chooser dialog."> |
| 205 Select Folder |
| 206 </message> |
| 207 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the S
ave As file chooser dialog."> |
| 208 Save File |
| 209 </message> |
| 210 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the
Open File file chooser dialog (single file)."> |
| 211 Open File |
| 212 </message> |
| 213 <message name="IDS_OPEN_FILES_DIALOG_TITLE" desc="The default title for th
e Open File file chooser dialog (multiple files)."> |
| 214 Open Files |
| 215 </message> |
| 216 <message name="IDS_SAVEAS_ALL_FILES" desc="Save As dialog box default text
"> |
| 217 All Files |
| 218 </message> |
| 219 |
203 <!--Accessible name/action strings--> | 220 <!--Accessible name/action strings--> |
204 <message name="IDS_APP_ACCACTION_PRESS" desc="The accessible default actio
n for a button."> | 221 <message name="IDS_APP_ACCACTION_PRESS" desc="The accessible default actio
n for a button."> |
205 Press | 222 Press |
206 </message> | 223 </message> |
207 <message name="IDS_APP_ACCNAME_CLOSE" desc="The accessible name for the Cl
ose button."> | 224 <message name="IDS_APP_ACCNAME_CLOSE" desc="The accessible name for the Cl
ose button."> |
208 Close | 225 Close |
209 </message> | 226 </message> |
210 <message name="IDS_APP_ACCNAME_MINIMIZE" desc="The accessible name for the
Minimize button."> | 227 <message name="IDS_APP_ACCNAME_MINIMIZE" desc="The accessible name for the
Minimize button."> |
211 Minimize | 228 Minimize |
212 </message> | 229 </message> |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 </message> | 394 </message> |
378 <message name="IDS_APP_TEBIBYTES_PER_SECOND" desc="Units tag indicating a
speed of terabytes/second"> | 395 <message name="IDS_APP_TEBIBYTES_PER_SECOND" desc="Units tag indicating a
speed of terabytes/second"> |
379 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s | 396 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s |
380 </message> | 397 </message> |
381 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a
speed of petabytes/second"> | 398 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a
speed of petabytes/second"> |
382 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s | 399 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s |
383 </message> | 400 </message> |
384 </messages> | 401 </messages> |
385 </release> | 402 </release> |
386 </grit> | 403 </grit> |
OLD | NEW |