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

Side by Side Diff: components/dialog_strings.grdp

Issue 1494293004: Componentize strings from generated_resources needed by LocalizedError (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ChromeOS Created 5 years 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
« no previous file with comments | « components/components_strings.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3 <!-- HTTP POST Warning -->
4 <message name="IDS_HTTP_POST_WARNING_TITLE" desc="Title for dialog that warns users about a navigation that results in a repost">
5 Confirm Form Resubmission
6 </message>
7 <message name="IDS_HTTP_POST_WARNING" desc="Re-navigation to page that leads t o HTTP POST" formatter_data="android_java">
8 The page that you're looking for used information that you entered. Returnin g to that page might cause any action you took to be repeated. Do you want to co ntinue?
9 </message>
10 <message name="IDS_HTTP_POST_WARNING_RESEND" desc="Resend button for post warn ing" formatter_data="android_java">
11 Continue
12 </message>
13 </grit-part>
OLDNEW
« no previous file with comments | « components/components_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698