| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 <file path="../../third_party/launchpad_translations/app_strings_gl.xtb" lan
g="gl" /> | 165 <file path="../../third_party/launchpad_translations/app_strings_gl.xtb" lan
g="gl" /> |
| 166 <file path="app_strings_gu.xtb" lang="gu" /> | 166 <file path="app_strings_gu.xtb" lang="gu" /> |
| 167 <file path="app_strings_hi.xtb" lang="hi" /> | 167 <file path="app_strings_hi.xtb" lang="hi" /> |
| 168 <file path="app_strings_hr.xtb" lang="hr" /> | 168 <file path="app_strings_hr.xtb" lang="hr" /> |
| 169 <file path="app_strings_hu.xtb" lang="hu" /> | 169 <file path="app_strings_hu.xtb" lang="hu" /> |
| 170 <file path="app_strings_id.xtb" lang="id" /> | 170 <file path="app_strings_id.xtb" lang="id" /> |
| 171 <file path="app_strings_it.xtb" lang="it" /> | 171 <file path="app_strings_it.xtb" lang="it" /> |
| 172 <!-- The translation console uses 'iw' for Hebrew, but we use 'he'. --> | 172 <!-- The translation console uses 'iw' for Hebrew, but we use 'he'. --> |
| 173 <file path="app_strings_iw.xtb" lang="he" /> | 173 <file path="app_strings_iw.xtb" lang="he" /> |
| 174 <file path="app_strings_ja.xtb" lang="ja" /> | 174 <file path="app_strings_ja.xtb" lang="ja" /> |
| 175 <file path="../../third_party/launchpad_translations/app_strings_ka.xtb" lan
g="ka" /> |
| 175 <file path="app_strings_kn.xtb" lang="kn" /> | 176 <file path="app_strings_kn.xtb" lang="kn" /> |
| 176 <file path="app_strings_ko.xtb" lang="ko" /> | 177 <file path="app_strings_ko.xtb" lang="ko" /> |
| 177 <file path="../../third_party/launchpad_translations/app_strings_ku.xtb" lan
g="ku" /> | 178 <file path="../../third_party/launchpad_translations/app_strings_ku.xtb" lan
g="ku" /> |
| 178 <file path="app_strings_lt.xtb" lang="lt" /> | 179 <file path="app_strings_lt.xtb" lang="lt" /> |
| 179 <file path="app_strings_lv.xtb" lang="lv" /> | 180 <file path="app_strings_lv.xtb" lang="lv" /> |
| 180 <file path="app_strings_ml.xtb" lang="ml" /> | 181 <file path="app_strings_ml.xtb" lang="ml" /> |
| 181 <file path="app_strings_mr.xtb" lang="mr" /> | 182 <file path="app_strings_mr.xtb" lang="mr" /> |
| 182 <file path="app_strings_nl.xtb" lang="nl" /> | 183 <file path="app_strings_nl.xtb" lang="nl" /> |
| 183 <file path="app_strings_no.xtb" lang="no" /> | 184 <file path="app_strings_no.xtb" lang="no" /> |
| 184 <file path="app_strings_pl.xtb" lang="pl" /> | 185 <file path="app_strings_pl.xtb" lang="pl" /> |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 </message> | 360 </message> |
| 360 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> | 361 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> |
| 361 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 362 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
| 362 </message> | 363 </message> |
| 363 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> | 364 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> |
| 364 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 365 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
| 365 </message> | 366 </message> |
| 366 </messages> | 367 </messages> |
| 367 </release> | 368 </release> |
| 368 </grit> | 369 </grit> |
| OLD | NEW |