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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 </message> | 157 </message> |
158 <message name="IDS_CLOSE" desc="Content description for a button to close
a dialog or popup" > | 158 <message name="IDS_CLOSE" desc="Content description for a button to close
a dialog or popup" > |
159 Close | 159 Close |
160 </message> | 160 </message> |
161 <message name="IDS_NO_THANKS" desc="Generic label to say no thanks for a f
eature. [CHAR-LIMIT=32]"> | 161 <message name="IDS_NO_THANKS" desc="Generic label to say no thanks for a f
eature. [CHAR-LIMIT=32]"> |
162 No Thanks | 162 No Thanks |
163 </message> | 163 </message> |
164 <message name="IDS_NEXT" desc="Generic label for a button to advance to th
e next item. [CHAR-LIMIT=20]"> | 164 <message name="IDS_NEXT" desc="Generic label for a button to advance to th
e next item. [CHAR-LIMIT=20]"> |
165 Next | 165 Next |
166 </message> | 166 </message> |
| 167 <message name="IDS_SHOW" desc="Generic label to say show for a feature. [C
HAR-LIMIT=32]"> |
| 168 Show |
| 169 </message> |
167 | 170 |
168 <!-- Main Preferences --> | 171 <!-- Main Preferences --> |
169 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings."> | 172 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings."> |
170 Settings | 173 Settings |
171 </message> | 174 </message> |
172 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [
CHAR-LIMIT=27]"> | 175 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [
CHAR-LIMIT=27]"> |
173 Help & feedback | 176 Help & feedback |
174 </message> | 177 </message> |
175 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when
the user clicks a UI element that has been disabled by enterprise policy."> | 178 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when
the user clicks a UI element that has been disabled by enterprise policy."> |
176 Managed by your administrator | 179 Managed by your administrator |
(...skipping 2162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2339 </message> | 2342 </message> |
2340 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in
place of a list of nearby URLs when there are no URLs to display."> | 2343 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in
place of a list of nearby URLs when there are no URLs to display."> |
2341 There are no nearby web pages found | 2344 There are no nearby web pages found |
2342 </message> | 2345 </message> |
2343 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis
played in place of a list of nearby URLs while still scanning for nearby URLs."> | 2346 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis
played in place of a list of nearby URLs while still scanning for nearby URLs."> |
2344 Looking for nearby web pages | 2347 Looking for nearby web pages |
2345 </message> | 2348 </message> |
2346 </messages> | 2349 </messages> |
2347 </release> | 2350 </release> |
2348 </grit> | 2351 </grit> |
OLD | NEW |