OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 Strings for the extensions module. Used mostly for low-level error messages. | 4 Strings for the extensions module. Used mostly for low-level error messages. |
5 Where possible new strings should be kept in Chrome and the extensions module | 5 Where possible new strings should be kept in Chrome and the extensions module |
6 should return an error code, message flag, etc. | 6 should return an error code, message flag, etc. |
7 --> | 7 --> |
8 | 8 |
9 <grit latest_public_release="0" current_release="1" | 9 <grit latest_public_release="0" current_release="1" |
10 source_lang_id="en" enc_check="möl"> | 10 source_lang_id="en" enc_check="möl"> |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
200 <!-- Host access permissions. Please keep alphabetized. --> | 200 <!-- Host access permissions. Please keep alphabetized. --> |
201 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin g for access to data on one website."> | 201 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin g for access to data on one website."> |
202 Read and modify your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph> | 202 Read and modify your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph> |
203 </message> | 203 </message> |
204 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri ng for access to data on two websites."> | 204 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri ng for access to data on two websites."> |
205 Read and modify your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph> and <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph> | 205 Read and modify your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph> and <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph> |
206 </message> | 206 </message> |
207 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission stri ng for access to data on three websites."> | 207 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission stri ng for access to data on three websites."> |
208 Read and modify your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph>, <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>, and <ph name="WEB SITE_3">$3<ex>news.ycombinator.com</ex></ph> | 208 Read and modify your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph>, <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>, and <ph name="WEB SITE_3">$3<ex>news.ycombinator.com</ex></ph> |
209 </message> | 209 </message> |
210 <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_DEFAULT" desc="Permissio n string for access to data on four or more websites. This is necessary for ever y language. This is the default for all the numbers NOT covered by special cases (singular, dual/two, few, many) some languages need. For CJK, Vietnamese, Turki sh and Kannada, this is the only string necessary. For languages with singular-p lural distinction, this is the generic plural. For Lithuanian, NUMBER_OF_WEBSITE S is 11 .. 19."> | 210 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_AND_SUBDOMAIN" desc="Perm ission string for for access to data on a website and its sub-domains."> |
jww
2014/07/22 16:20:31
I don't know much about localization, so maybe kal
not at google - send to devlin
2014/07/22 16:30:54
I'm not a localisation expert either, but these co
mhm
2014/07/22 17:09:05
So these are different messages that are needed (a
jww
2014/07/22 17:22:29
Acknowledged.
| |
211 Read and modify your data on <ph name="NUMBER_OF_WEBSITES">#<ex>5</ex></ ph> websites | 211 all <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites |
212 </message> | 212 </message> |
213 | 213 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_AND_SUBDOMAIN_LIST" desc= "Permission string for for access to data on a website and its sub-domains when we have more than 4 hosts and the first letter should be capital."> |
214 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 214 All <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites |
215 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_SINGULAR" desc="Permissio n string for access to data on four or more websites. NUMBER_OF_WEBSITES is one or one-like numbers : 1 (many European and most Indian languages), 1 and 0 (Fren ch, Brazilian Portuguese and Hindi), 1,21,31, .. (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, .. (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada"> | |
216 Read and modify your data on <ph name="NUMBER_OF_WEBSITES">#<ex>1</ex></ ph> websites | |
217 </message> | 215 </message> |
218 </if> | 216 <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_4_OR_MORE_HOSTS" desc="P ermission string for access to data on four or more websites."> |
219 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 217 Read and modify your data on a number of websites |
220 <message translateable="false" name="IDS_EXTENSION_PROMPT_WARNING_HOST_SIN GULAR" desc=""> | |
221 NA | |
222 </message> | 218 </message> |
223 </if> | |
224 | |
225 <if expr="lang in ['ar', 'ro', 'lv']"> | |
226 <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_ZERO" desc="Permission s tring for access to data on four or more websites. NUMBER_OF_WEBSITES is 0 (Arab ic, Latvian) or 0, 2..19, 101..119, ... (Romanian). For other languages, do NOT translate."> | |
227 Read and modify your data on <ph name="NUMBER_OF_WEBSITES">#<ex>0</ex></ ph> websites | |
228 </message> | |
229 </if> | |
230 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
231 <message translateable="false" name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_ZE RO" desc=""> | |
232 NA | |
233 </message> | |
234 </if> | |
235 | |
236 <if expr="lang in ['ga', 'sl', 'ar']"> | |
237 <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_TWO" desc="Permission st ring for access to data on four or more websites. NUMBER_OF_WEBSITES is two or t wo-like/dual numbers : 2 (Arabic and Irish) or 2, 102, 202 ... (Slovenian). Fo r other languages, do NOT translated."> | |
238 Read and modify your data on <ph name="NUMBER_OF_WEBSITES">#<ex>2</ex></ ph> websites | |
239 </message> | |
240 </if> | |
241 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
242 <message translateable="false" name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_TW O" desc=""> | |
243 NA | |
244 </message> | |
245 </if> | |
246 | |
247 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']" > | |
248 <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_FEW" desc="Permission st ring for access to data on four or more websites. NUMBER_OF_WEBSITES is few or f ew-like numbers in Arabic, Russian, Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For other languages, do NOT translate."> | |
249 Read and modify your data on <ph name="NUMBER_OF_WEBSITES">#<ex>3</ex></ ph> websites | |
250 </message> | |
251 </if> | |
252 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar ']"> | |
253 <message translateable="false" name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_FE W" desc=""> | |
254 NA | |
255 </message> | |
256 </if> | |
257 | |
258 <if expr="lang == 'ar'"> | |
259 <message name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_MANY" meaning="many" des c="Permission string for access to data on four or more websites. NUMBER_OF_WEBS ITES is 11 through 99 in Arabic. For all other languages, do NOT translate."> | |
260 Read and modify your data on <ph name="NUMBER_OF_WEBSITES">#<ex>23</ex>< /ph> websites | |
261 </message> | |
262 </if> | |
263 <if expr="lang != 'ar'"> | |
264 <message translateable="false" name="IDS_EXTENSION_PROMPT_WARNING_HOSTS_MA NY" desc=""> | |
265 NA | |
266 </message> | |
267 </if> | |
268 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_LIST_ENTRY" desc="Single entry in a list of websites."> | 219 <message name="IDS_EXTENSION_PROMPT_WARNING_HOST_LIST_ENTRY" desc="Single entry in a list of websites."> |
269 - <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> | 220 - <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> |
270 </message> | 221 </message> |
271 | 222 |
272 <!-- Media galleries strings. Please keep alphabetized. --> | 223 <!-- Media galleries strings. Please keep alphabetized. --> |
273 <message name="IDS_EXTENSION_PROMPT_WARNING_MEDIA_GALLERIES_READ" desc="Pe rmission string for access to read all of the user's media galleries."> | 224 <message name="IDS_EXTENSION_PROMPT_WARNING_MEDIA_GALLERIES_READ" desc="Pe rmission string for access to read all of the user's media galleries."> |
274 Access photos, music, and other media from your computer | 225 Access photos, music, and other media from your computer |
275 </message> | 226 </message> |
276 | 227 |
277 <!-- Policy strings. Please keep alphabetized. --> | 228 <!-- Policy strings. Please keep alphabetized. --> |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
323 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_PRODUCT" de sc="Permission string for access to a specific USB device when a product name ca nnot be established for a USB device."> | 274 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_PRODUCT" de sc="Permission string for access to a specific USB device when a product name ca nnot be established for a USB device."> |
324 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo gy</ex></ph> | 275 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo gy</ex></ph> |
325 </message> | 276 </message> |
326 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_VENDOR" des c="Permission string for access to a specific USB device when a vendor name cann ot be established for a USB device."> | 277 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_VENDOR" des c="Permission string for access to a specific USB device when a vendor name cann ot be established for a USB device."> |
327 Access the USB device | 278 Access the USB device |
328 </message> | 279 </message> |
329 | 280 |
330 </messages> | 281 </messages> |
331 </release> | 282 </release> |
332 </grit> | 283 </grit> |
OLD | NEW |