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

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

Issue 580043002: [Android] Prompt with infobar on filename conflict (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed function order according to headers Created 5 years, 9 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
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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 <!-- InfoBar --> 883 <!-- InfoBar -->
884 <message desc="Accessibility label for the dismiss infobar Button" name="I DS_INFOBAR_CLOSE"> 884 <message desc="Accessibility label for the dismiss infobar Button" name="I DS_INFOBAR_CLOSE">
885 Close 885 Close
886 </message> 886 </message>
887 887
888 <!-- Account chooser infobar strings. --> 888 <!-- Account chooser infobar strings. -->
889 <message name="IDS_ACCOUNT_CHOOSER_INFOBAR_TITLE" desc="The title text for Account chooser infobar."> 889 <message name="IDS_ACCOUNT_CHOOSER_INFOBAR_TITLE" desc="The title text for Account chooser infobar.">
890 Choose an account from your Google Smart Lock. 890 Choose an account from your Google Smart Lock.
891 </message> 891 </message>
892 892
893 <!-- DownloadOverwriteInfoBar -->
894 <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_TEXT" desc="Prompt text for the confirmation dialog asking whether the user really wants to replace a file w hen there already exists a file with the same name">
895 Do you want to replace the existing <ph name="FILE_NAME">^1<ex>specialfi le.pdf</ex></ph> in your <ph name="DIRECTORY_NAME">^2<ex>Downloads</ex></ph> dir ectory?
896 </message>
897 <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_REPLACE_FILE_BUTTON" desc="L abel for choosing 'Replace file' in the prompt for replacing a file.[CHAR-LIMIT= 32]">
898 Replace file
899 </message>
900 <message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_CREATE_NEW_FILE_BUTTON" desc ="Label for choosing 'Create new file' in the prompt for replacing a file. [CHAR -LIMIT=32]">
901 Create new file
902 </message>
903
893 <!-- TranslateInfoBar --> 904 <!-- TranslateInfoBar -->
894 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android"> 905 <message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the tr anslate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android">
895 This page is in <ph name="SOURCE_LANGUAGE">^1<ex>English</ex></ph>. Tran slate it to <ph name="TARGET_LANGUAGE">^2<ex>FRENCH</ex></ph>? 906 This page is in <ph name="SOURCE_LANGUAGE">^1<ex>English</ex></ph>. Tran slate it to <ph name="TARGET_LANGUAGE">^2<ex>FRENCH</ex></ph>?
896 </message> 907 </message>
897 <message name="IDS_TRANSLATE_INFOBAR_CHANGE_LANGUAGES" desc="link text to offer to change languages."> 908 <message name="IDS_TRANSLATE_INFOBAR_CHANGE_LANGUAGES" desc="link text to offer to change languages.">
898 Change languages 909 Change languages
899 </message> 910 </message>
900 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATION_DONE"> 911 <message name="IDS_TRANSLATE_INFOBAR_TRANSLATION_DONE">
901 Translated to <ph name="TARGET_LANGUAGE">%1$s<ex>FRENCH</ex></ph>. 912 Translated to <ph name="TARGET_LANGUAGE">%1$s<ex>FRENCH</ex></ph>.
902 </message> 913 </message>
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 <message name="IDS_FRE_SIGNED_IN_DESCRIPTION_UCA_ADDENDUM" desc="Additiona l explanation for child accounts that synced settings are managed by parents."> 1313 <message name="IDS_FRE_SIGNED_IN_DESCRIPTION_UCA_ADDENDUM" desc="Additiona l explanation for child accounts that synced settings are managed by parents.">
1303 Your parents help manage these settings. 1314 Your parents help manage these settings.
1304 </message> 1315 </message>
1305 <message name="IDS_ACCESSIBILITY_FRE_ACCOUNT_SPINNER" desc="Content descri ption for the first run account drop down spinner."> 1316 <message name="IDS_ACCESSIBILITY_FRE_ACCOUNT_SPINNER" desc="Content descri ption for the first run account drop down spinner.">
1306 Choose account 1317 Choose account
1307 </message> 1318 </message>
1308 1319
1309 </messages> 1320 </messages>
1310 </release> 1321 </release>
1311 </grit> 1322 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698