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 webkit that | 4 each locale. Specifically, these are UI strings that are used by webkit that |
5 need to be translated for each locale.--> | 5 need to be translated for each locale.--> |
6 | 6 |
7 <!-- Some of these strings and string descriptions were taken from | 7 <!-- Some of these strings and string descriptions were taken from |
8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license | 8 WebKit/win/WebCoreLocalizedStrings.cpp so we include the original license |
9 below: | 9 below: |
10 | 10 |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 <file path="resources/webkit_strings_de.xtb" lang="de" /> | 164 <file path="resources/webkit_strings_de.xtb" lang="de" /> |
165 <file path="resources/webkit_strings_el.xtb" lang="el" /> | 165 <file path="resources/webkit_strings_el.xtb" lang="el" /> |
166 <file path="resources/webkit_strings_en-GB.xtb" lang="en-GB" /> | 166 <file path="resources/webkit_strings_en-GB.xtb" lang="en-GB" /> |
167 <file path="resources/webkit_strings_es.xtb" lang="es" /> | 167 <file path="resources/webkit_strings_es.xtb" lang="es" /> |
168 <file path="resources/webkit_strings_es-419.xtb" lang="es-419" /> | 168 <file path="resources/webkit_strings_es-419.xtb" lang="es-419" /> |
169 <file path="resources/webkit_strings_et.xtb" lang="et" /> | 169 <file path="resources/webkit_strings_et.xtb" lang="et" /> |
170 <file path="resources/webkit_strings_fi.xtb" lang="fi" /> | 170 <file path="resources/webkit_strings_fi.xtb" lang="fi" /> |
171 <file path="resources/webkit_strings_fil.xtb" lang="fil" /> | 171 <file path="resources/webkit_strings_fil.xtb" lang="fil" /> |
172 <file path="resources/webkit_strings_fr.xtb" lang="fr" /> | 172 <file path="resources/webkit_strings_fr.xtb" lang="fr" /> |
173 <file path="resources/webkit_strings_gu.xtb" lang="gu" /> | 173 <file path="resources/webkit_strings_gu.xtb" lang="gu" /> |
174 <file path="resources/webkit_strings_he.xtb" lang="he" /> | |
175 <file path="resources/webkit_strings_hi.xtb" lang="hi" /> | 174 <file path="resources/webkit_strings_hi.xtb" lang="hi" /> |
176 <file path="resources/webkit_strings_hr.xtb" lang="hr" /> | 175 <file path="resources/webkit_strings_hr.xtb" lang="hr" /> |
177 <file path="resources/webkit_strings_hu.xtb" lang="hu" /> | 176 <file path="resources/webkit_strings_hu.xtb" lang="hu" /> |
178 <file path="resources/webkit_strings_id.xtb" lang="id" /> | 177 <file path="resources/webkit_strings_id.xtb" lang="id" /> |
179 <file path="resources/webkit_strings_it.xtb" lang="it" /> | 178 <file path="resources/webkit_strings_it.xtb" lang="it" /> |
| 179 <!-- The translation console uses 'iw' for Hebrew, but we use 'he'. --> |
| 180 <file path="resources/webkit_strings_iw.xtb" lang="he" /> |
180 <file path="resources/webkit_strings_ja.xtb" lang="ja" /> | 181 <file path="resources/webkit_strings_ja.xtb" lang="ja" /> |
181 <file path="resources/webkit_strings_kn.xtb" lang="kn" /> | 182 <file path="resources/webkit_strings_kn.xtb" lang="kn" /> |
182 <file path="resources/webkit_strings_ko.xtb" lang="ko" /> | 183 <file path="resources/webkit_strings_ko.xtb" lang="ko" /> |
183 <file path="resources/webkit_strings_lt.xtb" lang="lt" /> | 184 <file path="resources/webkit_strings_lt.xtb" lang="lt" /> |
184 <file path="resources/webkit_strings_lv.xtb" lang="lv" /> | 185 <file path="resources/webkit_strings_lv.xtb" lang="lv" /> |
185 <file path="resources/webkit_strings_ml.xtb" lang="ml" /> | 186 <file path="resources/webkit_strings_ml.xtb" lang="ml" /> |
186 <file path="resources/webkit_strings_mr.xtb" lang="mr" /> | 187 <file path="resources/webkit_strings_mr.xtb" lang="mr" /> |
187 <file path="resources/webkit_strings_nl.xtb" lang="nl" /> | 188 <file path="resources/webkit_strings_nl.xtb" lang="nl" /> |
188 <file path="resources/webkit_strings_no.xtb" lang="no" /> | 189 <file path="resources/webkit_strings_no.xtb" lang="no" /> |
189 <file path="resources/webkit_strings_pl.xtb" lang="pl" /> | 190 <file path="resources/webkit_strings_pl.xtb" lang="pl" /> |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 <message name="IDS_DEFAULT_PLUGIN_DOWNLOAD_FAILED_MSG" desc="Message displ
ayed by the default plugin when download is failed."> | 351 <message name="IDS_DEFAULT_PLUGIN_DOWNLOAD_FAILED_MSG" desc="Message displ
ayed by the default plugin when download is failed."> |
351 Failed to install plugin from <ph name="URL">$1<ex>http://www.google.com
/blablah.exe</ex></ph> | 352 Failed to install plugin from <ph name="URL">$1<ex>http://www.google.com
/blablah.exe</ex></ph> |
352 </message> | 353 </message> |
353 | 354 |
354 <message name="IDS_DEFAULT_PLUGIN_INSTALLATION_FAILED_MSG" desc="Message d
isplayed by the default plugin when installation is failed."> | 355 <message name="IDS_DEFAULT_PLUGIN_INSTALLATION_FAILED_MSG" desc="Message d
isplayed by the default plugin when installation is failed."> |
355 Plugin installation failed | 356 Plugin installation failed |
356 </message> | 357 </message> |
357 </messages> | 358 </messages> |
358 </release> | 359 </release> |
359 </grit> | 360 </grit> |
OLD | NEW |