Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. | 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. |
| 4 | 4 |
| 5 FAQ: | 5 FAQ: |
| 6 - How do I add, change, or remove a string? | 6 - How do I add, change, or remove a string? |
| 7 Just update this file. | 7 Just update this file. |
| 8 - Translations will happen automatically?? | 8 - Translations will happen automatically?? |
| 9 Yes, indeed. Just add your string before the branch point and | 9 Yes, indeed. Just add your string before the branch point and |
| 10 make the description good. | 10 make the description good. |
| (...skipping 2222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2233 </message> | 2233 </message> |
| 2234 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false "> | 2234 <message name="IDS_HELP_CONTEXT_INCOGNITO_LEARN_MORE" translateable="false "> |
| 2235 chrome_incognito | 2235 chrome_incognito |
| 2236 </message> | 2236 </message> |
| 2237 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> | 2237 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> |
| 2238 send_crash_report | 2238 send_crash_report |
| 2239 </message> | 2239 </message> |
| 2240 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> | 2240 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> |
| 2241 mobile_awsnap | 2241 mobile_awsnap |
| 2242 </message> | 2242 </message> |
| 2243 | |
| 2244 <!-- Physical Web strings --> | |
| 2245 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby."> | |
| 2246 {NUM_URLS, plural, | |
| 2247 =1 {1 URL Nearby} | |
|
newt (away)
2015/09/11 22:12:12
Note: Android uses "Sentence case" for UI strings.
cco3
2015/09/11 22:19:12
Done.
| |
| 2248 other {# URLs Nearby}} | |
| 2249 </message> | |
| 2243 </messages> | 2250 </messages> |
| 2244 </release> | 2251 </release> |
| 2245 </grit> | 2252 </grit> |
| OLD | NEW |