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

Side by Side Diff: chrome/app/chromium_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 | « no previous file | chrome/app/google_chrome_strings.grd » ('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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 <file path="../../third_party/launchpad_translations/chromium_strings_sr.x tb" lang="sr" /> 204 <file path="../../third_party/launchpad_translations/chromium_strings_sr.x tb" lang="sr" />
205 <file path="../../third_party/launchpad_translations/chromium_strings_sv.x tb" lang="sv" /> 205 <file path="../../third_party/launchpad_translations/chromium_strings_sv.x tb" lang="sv" />
206 <file path="../../third_party/launchpad_translations/chromium_strings_ug.x tb" lang="ug" /> 206 <file path="../../third_party/launchpad_translations/chromium_strings_ug.x tb" lang="ug" />
207 <file path="../../third_party/launchpad_translations/chromium_strings_vi.x tb" lang="vi" /> 207 <file path="../../third_party/launchpad_translations/chromium_strings_vi.x tb" lang="vi" />
208 <file path="../../third_party/launchpad_translations/chromium_strings_zh-C N.xtb" lang="zh-CN" /> 208 <file path="../../third_party/launchpad_translations/chromium_strings_zh-C N.xtb" lang="zh-CN" />
209 <file path="../../third_party/launchpad_translations/chromium_strings_zh-T W.xtb" lang="zh-TW" /> 209 <file path="../../third_party/launchpad_translations/chromium_strings_zh-T W.xtb" lang="zh-TW" />
210 </if> 210 </if>
211 </translations> 211 </translations>
212 <release seq="1" allow_pseudo="false"> 212 <release seq="1" allow_pseudo="false">
213 <messages fallback_to_english="true"> 213 <messages fallback_to_english="true">
214 <!-- Settings specific strings -->
215 <part file="settings_chromium_strings.grdp" />
216
214 <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_TEXT" desc="Message explaining to the user what will happen if they disconnect the managed profile. "> 217 <message name="IDS_PROFILES_DISCONNECT_MANAGED_PROFILE_TEXT" desc="Message explaining to the user what will happen if they disconnect the managed profile. ">
215 Disconnecting <ph name="USERNAME">$1<ex>someone@example.com</ex></ph> wi ll clear your history, bookmarks, settings, and other Chromium data stored on th is device. Data stored in your Google Account will not be cleared and can be man aged on <ph name="GOOGLE_DASHBOARD_LINK">&lt;a target="_blank" href="$2"&gt;</ph >Google Dashboard<ph name="END_GOOGLE_DASHBOARD_LINK">&lt;/a&gt;</ph>. 218 Disconnecting <ph name="USERNAME">$1<ex>someone@example.com</ex></ph> wi ll clear your history, bookmarks, settings, and other Chromium data stored on th is device. Data stored in your Google Account will not be cleared and can be man aged on <ph name="GOOGLE_DASHBOARD_LINK">&lt;a target="_blank" href="$2"&gt;</ph >Google Dashboard<ph name="END_GOOGLE_DASHBOARD_LINK">&lt;/a&gt;</ph>.
216 </message> 219 </message>
217 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name"> 220 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name">
218 Chromium 221 Chromium
219 </message> 222 </message>
220 <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name."> 223 <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name.">
221 Chromium 224 Chromium
222 </message> 225 </message>
223 <if expr="is_win"> 226 <if expr="is_win">
(...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 </message> 1402 </message>
1400 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1403 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1401 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."> 1404 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.">
1402 Relaunching in Desktop mode will close and relaunch your Chromium apps . 1405 Relaunching in Desktop mode will close and relaunch your Chromium apps .
1403 </message> 1406 </message>
1404 </if> 1407 </if>
1405 1408
1406 </messages> 1409 </messages>
1407 </release> 1410 </release>
1408 </grit> 1411 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698