Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 378633002: Upstream support for basic Http authentication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix indentation Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 <message name="IDS_CONTEXTMENU_SEARCH_WEB_FOR_IMAGE" desc="Context sensiti ve menu item for search-for-Image command in a new tab. [CHAR-LIMIT=30]"> 299 <message name="IDS_CONTEXTMENU_SEARCH_WEB_FOR_IMAGE" desc="Context sensiti ve menu item for search-for-Image command in a new tab. [CHAR-LIMIT=30]">
300 Search <ph name="SEARCH_ENGINE">%1$s<ex>Google</ex></ph> for this image 300 Search <ph name="SEARCH_ENGINE">%1$s<ex>Google</ex></ph> for this image
301 </message> 301 </message>
302 <message name="IDS_CONTEXTMENU_COPY_IMAGE" desc="Context sensitive menu it em for copying an image to the clipboard. [CHAR-LIMIT=30]"> 302 <message name="IDS_CONTEXTMENU_COPY_IMAGE" desc="Context sensitive menu it em for copying an image to the clipboard. [CHAR-LIMIT=30]">
303 Copy image 303 Copy image
304 </message> 304 </message>
305 <message name="IDS_CONTEXTMENU_SAVE_VIDEO" desc="Context sensitive menu it em for saving the selected video. [CHAR-LIMIT=30]"> 305 <message name="IDS_CONTEXTMENU_SAVE_VIDEO" desc="Context sensitive menu it em for saving the selected video. [CHAR-LIMIT=30]">
306 Save video 306 Save video
307 </message> 307 </message>
308 308
309 <!-- Http authentication -->
310 <message name="IDS_ACCESSIBILITY_HTTP_AUTH_USERNAME_INPUT" desc="Content d escription for the http authentication pop-up username input field.">
311 Username
312 </message>
313 <message name="IDS_ACCESSIBILITY_HTTP_AUTH_PASSWORD_INPUT" desc="Content d escription for the http authentication pop-up password input field.">
314 Password
315 </message>
316
309 <!-- Smartcard certificate support --> 317 <!-- Smartcard certificate support -->
310 <message name="IDS_SMARTCARD_DIALOG_TITLE" desc="Title of a dialog asking whether to use Android default keystore or a smartcard for certificate authentic ation."> 318 <message name="IDS_SMARTCARD_DIALOG_TITLE" desc="Title of a dialog asking whether to use Android default keystore or a smartcard for certificate authentic ation.">
311 Choose certificate for authentication 319 Choose certificate for authentication
312 </message> 320 </message>
313 <message name="IDS_SMARTCARD_CERTIFICATE_OPTION" desc="An option to use Sm art Card when a dialog asking whether to use Android default keystore or a Smart Card for certificate authentication."> 321 <message name="IDS_SMARTCARD_CERTIFICATE_OPTION" desc="An option to use Sm art Card when a dialog asking whether to use Android default keystore or a Smart Card for certificate authentication.">
314 Smart card 322 Smart card
315 </message> 323 </message>
316 324
317 <!-- App banner strings --> 325 <!-- App banner strings -->
318 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=15]"> 326 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=15]">
(...skipping 29 matching lines...) Expand all
348 <message name="IDS_UPDATE_FROM_MARKET" desc="Title of button that will dir ect the user to update TalkBack from the market (Play Store)"> 356 <message name="IDS_UPDATE_FROM_MARKET" desc="Title of button that will dir ect the user to update TalkBack from the market (Play Store)">
349 Update 357 Update
350 </message> 358 </message>
351 <message name="IDS_CANCEL_TALKBACK_ALERT" desc="Title of button that will cancel the TalkBack alert dialog dialog."> 359 <message name="IDS_CANCEL_TALKBACK_ALERT" desc="Title of button that will cancel the TalkBack alert dialog dialog.">
352 Cancel 360 Cancel
353 </message> 361 </message>
354 362
355 </messages> 363 </messages>
356 </release> 364 </release>
357 </grit> 365 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698