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

Side by Side Diff: ios/chrome/app/strings/ios_strings.grd

Issue 2852003002: Adds mailto: URL support to app launching. (Closed)
Patch Set: .grd message update Created 3 years, 7 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 2
3 <!-- 3 <!--
4 This file contains definition of resources that will be translated for each 4 This file contains definition of resources that will be translated for each
5 locale. The strings in this file are specific to iOS. 5 locale. The strings in this file are specific to iOS.
6 --> 6 -->
7 7
8 <grit base_dir="." latest_public_release="0" current_release="1" 8 <grit base_dir="." latest_public_release="0" current_release="1"
9 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 9 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
10 <outputs> 10 <outputs>
(...skipping 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after
1494 </message> 1494 </message>
1495 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TTS" desc="The label for setti ng switch enabling text-to-speech response after voice search [Length: 29em] [iO S only]"> 1495 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TTS" desc="The label for setti ng switch enabling text-to-speech response after voice search [Length: 29em] [iO S only]">
1496 Speak Answers Back 1496 Speak Answers Back
1497 </message> 1497 </message>
1498 <message name="IDS_IOS_SIGNIN_PROMO_CONTINUE_AS" desc="Button that the use r can press to login without asking the password and continue using Chrome with this acccount. [Length: 9em]"> 1498 <message name="IDS_IOS_SIGNIN_PROMO_CONTINUE_AS" desc="Button that the use r can press to login without asking the password and continue using Chrome with this acccount. [Length: 9em]">
1499 Continue as <ph name="NAME">$1<ex>John Doe</ex></ph> 1499 Continue as <ph name="NAME">$1<ex>John Doe</ex></ph>
1500 </message> 1500 </message>
1501 <message name="IDS_IOS_SIGNIN_PROMO_NOT" desc="Button that the user can pr ess if they are not the profile that Chrome found (opposite of 'Continue as Joe Doe')."> 1501 <message name="IDS_IOS_SIGNIN_PROMO_NOT" desc="Button that the user can pr ess if they are not the profile that Chrome found (opposite of 'Continue as Joe Doe').">
1502 Not <ph name="EMAIL">$1<ex>john.doe@example.com</ex>?</ph> 1502 Not <ph name="EMAIL">$1<ex>john.doe@example.com</ex>?</ph>
1503 </message> 1503 </message>
1504 <message name="IDS_IOS_SYSTEM_MAIL_APP" desc="Name of iOS System-provided Mail app. Note that this is not consistently translated in al locales, e.g. it i s still 'Mail' in French, but is translated to '邮件' in Chinese locale. [Length: 10em]">
1505 Mail
1506 </message>
1504 </messages> 1507 </messages>
1505 </release> 1508 </release>
1506 </grit> 1509 </grit>
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/web/BUILD.gn » ('j') | ios/chrome/browser/web/external_app_launcher.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698