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

Side by Side Diff: ui/android/java/strings/android_ui_strings.grd

Issue 580043002: [Android] Prompt with infobar on filename conflict (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed ted's comments and added dismiss listener Created 6 years, 3 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_ui_strings.xml" lang="am" type="android" /> 4 <output filename="values-am/android_ui_strings.xml" lang="am" type="android" />
5 <output filename="values-ar/android_ui_strings.xml" lang="ar" type="android" /> 5 <output filename="values-ar/android_ui_strings.xml" lang="ar" type="android" />
6 <output filename="values-bg/android_ui_strings.xml" lang="bg" type="android" /> 6 <output filename="values-bg/android_ui_strings.xml" lang="bg" type="android" />
7 <output filename="values-ca/android_ui_strings.xml" lang="ca" type="android" /> 7 <output filename="values-ca/android_ui_strings.xml" lang="ca" type="android" />
8 <output filename="values-cs/android_ui_strings.xml" lang="cs" type="android" /> 8 <output filename="values-cs/android_ui_strings.xml" lang="cs" type="android" />
9 <output filename="values-da/android_ui_strings.xml" lang="da" type="android" /> 9 <output filename="values-da/android_ui_strings.xml" lang="da" type="android" />
10 <output filename="values-de/android_ui_strings.xml" lang="de" type="android" /> 10 <output filename="values-de/android_ui_strings.xml" lang="de" type="android" />
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 </message> 140 </message>
141 <message desc="Accessibility label for button to select the black color." name="IDS_COLOR_PICKER_BUTTON_BLACK"> 141 <message desc="Accessibility label for button to select the black color." name="IDS_COLOR_PICKER_BUTTON_BLACK">
142 Black 142 Black
143 </message> 143 </message>
144 <message desc="Accessibility label for button to select the white color." name="IDS_COLOR_PICKER_BUTTON_WHITE"> 144 <message desc="Accessibility label for button to select the white color." name="IDS_COLOR_PICKER_BUTTON_WHITE">
145 White 145 White
146 </message> 146 </message>
147 <message desc="Notification for when copying to the clipboard fails. [CHAR -LIMIT=64]" name="IDS_COPY_TO_CLIPBOARD_FAILURE_MESSAGE"> 147 <message desc="Notification for when copying to the clipboard fails. [CHAR -LIMIT=64]" name="IDS_COPY_TO_CLIPBOARD_FAILURE_MESSAGE">
148 Failed to copy to the clipboard 148 Failed to copy to the clipboard
149 </message> 149 </message>
150 <message desc="Title of file overwrite dialog. [CHAR-LIMIT=20]" name="IDS_ FILE_OVERWRITE_DIALOG_TITLE">
151 File already exists
152 </message>
153 <message desc="Message of file overwrite dialog. [CHAR-LIMIT=64]" name="ID S_FILE_OVERWRITE_DIALOG_MESSAGE">
154 Would you like to overwrite? Choosing 'cancel' will create a unique file name instead.
Ted C 2014/09/19 22:31:40 Hopefully 'cancel' will be translated in a reasona
Changwan Ryu 2014/09/22 14:02:37 Fixed as 'canceling'
155 </message>
156 <message desc="Toast error message to show when you chose not to overwrite file but it failed to get unique path." name="IDS_FAILED_TO_GET_UNIQUE_PATH_ERR OR">
157 Failed to get a unique path. Please check if you have too many files.
158 </message>
150 </messages> 159 </messages>
151 </release> 160 </release>
152 </grit> 161 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698