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

Side by Side Diff: chrome/app/google_chrome_strings.grd

Issue 1159623003: Add skeleton UI for sync page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 6 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
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/app/settings_chromium_strings.grdp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 <file path="resources/google_chrome_strings_te.xtb" lang="te" /> 127 <file path="resources/google_chrome_strings_te.xtb" lang="te" />
128 <file path="resources/google_chrome_strings_th.xtb" lang="th" /> 128 <file path="resources/google_chrome_strings_th.xtb" lang="th" />
129 <file path="resources/google_chrome_strings_tr.xtb" lang="tr" /> 129 <file path="resources/google_chrome_strings_tr.xtb" lang="tr" />
130 <file path="resources/google_chrome_strings_uk.xtb" lang="uk" /> 130 <file path="resources/google_chrome_strings_uk.xtb" lang="uk" />
131 <file path="resources/google_chrome_strings_vi.xtb" lang="vi" /> 131 <file path="resources/google_chrome_strings_vi.xtb" lang="vi" />
132 <file path="resources/google_chrome_strings_zh-CN.xtb" lang="zh-CN" /> 132 <file path="resources/google_chrome_strings_zh-CN.xtb" lang="zh-CN" />
133 <file path="resources/google_chrome_strings_zh-TW.xtb" lang="zh-TW" /> 133 <file path="resources/google_chrome_strings_zh-TW.xtb" lang="zh-TW" />
134 </translations> 134 </translations>
135 <release seq="1" allow_pseudo="false"> 135 <release seq="1" allow_pseudo="false">
136 <messages fallback_to_english="true"> 136 <messages fallback_to_english="true">
137 <!-- Settings specific strings -->
138 <part file="settings_google_chrome_strings.grdp" />
139
137 <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_TEXT" desc="Message explaining to the user what will happen if they disconnect the managed profile. "> 140 <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_TEXT" desc="Message explaining to the user what will happen if they disconnect the managed profile. ">
138 Disconnecting <ph name="USERNAME">$1<ex>someone@example.com</ex></ph> wi ll clear your history, bookmarks, settings, and other Chrome data stored on this device. Data stored in your Google Account will not be cleared and can be manag ed on <ph name="GOOGLE_DASHBOARD_LINK">&lt;a target="_blank" href="$2"&gt;</ph>G oogle Dashboard<ph name="END_GOOGLE_DASHBOARD_LINK">&lt;/a&gt;</ph>. 141 Disconnecting <ph name="USERNAME">$1<ex>someone@example.com</ex></ph> wi ll clear your history, bookmarks, settings, and other Chrome data stored on this device. Data stored in your Google Account will not be cleared and can be manag ed on <ph name="GOOGLE_DASHBOARD_LINK">&lt;a target="_blank" href="$2"&gt;</ph>G oogle Dashboard<ph name="END_GOOGLE_DASHBOARD_LINK">&lt;/a&gt;</ph>.
139 </message> 142 </message>
140 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name"> 143 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name">
141 Google Chrome 144 Google Chrome
142 </message> 145 </message>
143 <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name"> 146 <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name">
144 Chrome 147 Chrome
145 </message> 148 </message>
146 <if expr="is_win"> 149 <if expr="is_win">
(...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1322 </message> 1325 </message>
1323 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1326 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1324 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Desktop mode while packaged apps are running, which will requi re all packaged apps to be closed and then restarted. Dialog is shown with choic es: OK, Cancel."> 1327 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Desktop mode while packaged apps are running, which will requi re all packaged apps to be closed and then restarted. Dialog is shown with choic es: OK, Cancel.">
1325 Relaunching in Desktop mode will close and relaunch your Chrome apps. 1328 Relaunching in Desktop mode will close and relaunch your Chrome apps.
1326 </message> 1329 </message>
1327 </if> 1330 </if>
1328 1331
1329 </messages> 1332 </messages>
1330 </release> 1333 </release>
1331 </grit> 1334 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/app/settings_chromium_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698