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_HOST_AND_SUBDOMAIN" desc="Perm ission string for for access to data on a website and its sub-domains."> | |
211 all <ph name="WEBSITE_1">$1<ex>google.com</ex></ph> sites | |
not at google - send to devlin
2014/07/21 23:41:08
should this be "All" not "all"?
mhm
2014/07/21 23:50:53
this is in the middle of the sentence. I will make
not at google - send to devlin
2014/07/21 23:52:33
if something is in the middle of the sentence that
| |
212 </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."> | 213 <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."> |
211 Read and modify your data on <ph name="NUMBER_OF_WEBSITES">#<ex>5</ex></ ph> websites | 214 Read and modify your data on <ph name="NUMBER_OF_WEBSITES">#<ex>5</ex></ ph> websites |
212 </message> | 215 </message> |
213 | 216 |
214 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 217 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
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"> | 218 <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 | 219 Read and modify your data on <ph name="NUMBER_OF_WEBSITES">#<ex>1</ex></ ph> websites |
217 </message> | 220 </message> |
218 </if> | 221 </if> |
219 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 222 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
(...skipping 103 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."> | 326 <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> | 327 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo gy</ex></ph> |
325 </message> | 328 </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."> | 329 <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 | 330 Access the USB device |
328 </message> | 331 </message> |
329 | 332 |
330 </messages> | 333 </messages> |
331 </release> | 334 </release> |
332 </grit> | 335 </grit> |
OLD | NEW |