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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 <file path="app_strings_de.xtb" lang="de" /> | 134 <file path="app_strings_de.xtb" lang="de" /> |
135 <file path="app_strings_el.xtb" lang="el" /> | 135 <file path="app_strings_el.xtb" lang="el" /> |
136 <file path="app_strings_en-GB.xtb" lang="en-GB" /> | 136 <file path="app_strings_en-GB.xtb" lang="en-GB" /> |
137 <file path="app_strings_es.xtb" lang="es" /> | 137 <file path="app_strings_es.xtb" lang="es" /> |
138 <file path="app_strings_es-419.xtb" lang="es-419" /> | 138 <file path="app_strings_es-419.xtb" lang="es-419" /> |
139 <file path="app_strings_et.xtb" lang="et" /> | 139 <file path="app_strings_et.xtb" lang="et" /> |
140 <file path="app_strings_fi.xtb" lang="fi" /> | 140 <file path="app_strings_fi.xtb" lang="fi" /> |
141 <file path="app_strings_fil.xtb" lang="fil" /> | 141 <file path="app_strings_fil.xtb" lang="fil" /> |
142 <file path="app_strings_fr.xtb" lang="fr" /> | 142 <file path="app_strings_fr.xtb" lang="fr" /> |
143 <file path="app_strings_gu.xtb" lang="gu" /> | 143 <file path="app_strings_gu.xtb" lang="gu" /> |
144 <file path="app_strings_he.xtb" lang="he" /> | |
145 <file path="app_strings_hi.xtb" lang="hi" /> | 144 <file path="app_strings_hi.xtb" lang="hi" /> |
146 <file path="app_strings_hr.xtb" lang="hr" /> | 145 <file path="app_strings_hr.xtb" lang="hr" /> |
147 <file path="app_strings_hu.xtb" lang="hu" /> | 146 <file path="app_strings_hu.xtb" lang="hu" /> |
148 <file path="app_strings_id.xtb" lang="id" /> | 147 <file path="app_strings_id.xtb" lang="id" /> |
149 <file path="app_strings_it.xtb" lang="it" /> | 148 <file path="app_strings_it.xtb" lang="it" /> |
| 149 <!-- The translation console uses 'iw' for Hebrew, but we use 'he'. --> |
| 150 <file path="app_strings_iw.xtb" lang="he" /> |
150 <file path="app_strings_ja.xtb" lang="ja" /> | 151 <file path="app_strings_ja.xtb" lang="ja" /> |
151 <file path="app_strings_kn.xtb" lang="kn" /> | 152 <file path="app_strings_kn.xtb" lang="kn" /> |
152 <file path="app_strings_ko.xtb" lang="ko" /> | 153 <file path="app_strings_ko.xtb" lang="ko" /> |
153 <file path="app_strings_lt.xtb" lang="lt" /> | 154 <file path="app_strings_lt.xtb" lang="lt" /> |
154 <file path="app_strings_lv.xtb" lang="lv" /> | 155 <file path="app_strings_lv.xtb" lang="lv" /> |
155 <file path="app_strings_ml.xtb" lang="ml" /> | 156 <file path="app_strings_ml.xtb" lang="ml" /> |
156 <file path="app_strings_mr.xtb" lang="mr" /> | 157 <file path="app_strings_mr.xtb" lang="mr" /> |
157 <file path="app_strings_nl.xtb" lang="nl" /> | 158 <file path="app_strings_nl.xtb" lang="nl" /> |
158 <file path="app_strings_no.xtb" lang="no" /> | 159 <file path="app_strings_no.xtb" lang="no" /> |
159 <file path="app_strings_pl.xtb" lang="pl" /> | 160 <file path="app_strings_pl.xtb" lang="pl" /> |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> | 332 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> |
332 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 333 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
333 </message> | 334 </message> |
334 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> | 335 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> |
335 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 336 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
336 </message> | 337 </message> |
337 | 338 |
338 </messages> | 339 </messages> |
339 </release> | 340 </release> |
340 </grit> | 341 </grit> |
OLD | NEW |