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

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

Issue 2714813002: [iOS] Add Request Mobile Site cell to tools menu (Closed)
Patch Set: Fix unit test Created 3 years, 9 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 | ios/chrome/browser/ui/BUILD.gn » ('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 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 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 </message> 1461 </message>
1462 <message name="IDS_IOS_TOOLS_MENU_READING_LIST" desc="The iOS menu item fo r opening the reading list [Length: 15em] [iOS only]"> 1462 <message name="IDS_IOS_TOOLS_MENU_READING_LIST" desc="The iOS menu item fo r opening the reading list [Length: 15em] [iOS only]">
1463 Reading List 1463 Reading List
1464 </message> 1464 </message>
1465 <message name="IDS_IOS_TOOLS_MENU_RECENT_TABS" desc="The iOS menu item for opening the panel showing the recently closed tabs and the tabs from other devi ces. [Length: 15em] [iOS only]"> 1465 <message name="IDS_IOS_TOOLS_MENU_RECENT_TABS" desc="The iOS menu item for opening the panel showing the recently closed tabs and the tabs from other devi ces. [Length: 15em] [iOS only]">
1466 Recent Tabs 1466 Recent Tabs
1467 </message> 1467 </message>
1468 <message name="IDS_IOS_TOOLS_MENU_REQUEST_DESKTOP_SITE" desc="The iOS menu item for requesting the desktop site [Length: 15em] [iOS only]"> 1468 <message name="IDS_IOS_TOOLS_MENU_REQUEST_DESKTOP_SITE" desc="The iOS menu item for requesting the desktop site [Length: 15em] [iOS only]">
1469 Request Desktop Site 1469 Request Desktop Site
1470 </message> 1470 </message>
1471 <message name="IDS_IOS_TOOLS_MENU_REQUEST_MOBILE_SITE" desc="The iOS menu item for requesting the mobile site [Length: 15em] [iOS only]">
srahim 2017/04/07 00:15:07 Per localization, please increase the character li
1472 Request Mobile Site
1473 </message>
1471 <message name="IDS_IOS_TOOLS_MENU_SETTINGS" desc="The iOS menu item for op ening the settings [Length: 15em] [iOS only]"> 1474 <message name="IDS_IOS_TOOLS_MENU_SETTINGS" desc="The iOS menu item for op ening the settings [Length: 15em] [iOS only]">
1472 Settings 1475 Settings
1473 </message> 1476 </message>
1474 <message name="IDS_IOS_TOOLS_MENU_SHARE" desc="The iOS menu item for shari ng the current URL [Length: 15em] [iOS only]"> 1477 <message name="IDS_IOS_TOOLS_MENU_SHARE" desc="The iOS menu item for shari ng the current URL [Length: 15em] [iOS only]">
1475 Share... 1478 Share...
1476 </message> 1479 </message>
1477 <message name="IDS_IOS_TOOLS_MENU_SUGGESTIONS" desc="The iOS menu item for displaying the Suggestions UI [Length: 15em] [iOS only]"> 1480 <message name="IDS_IOS_TOOLS_MENU_SUGGESTIONS" desc="The iOS menu item for displaying the Suggestions UI [Length: 15em] [iOS only]">
1478 Suggestions 1481 Suggestions
1479 </message> 1482 </message>
1480 <message name="IDS_IOS_TRANSLATE_SETTING" desc="Title for the view and opt ion in Settings for Translate. [Length: 25em] [iOS only]"> 1483 <message name="IDS_IOS_TRANSLATE_SETTING" desc="Title for the view and opt ion in Settings for Translate. [Length: 25em] [iOS only]">
(...skipping 22 matching lines...) Expand all
1503 </message> 1506 </message>
1504 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]"> 1507 <message name="IDS_IOS_VOICE_SEARCH_SETTING_TITLE" desc="The title for Voi ce Search setting [Length: 29em] [iOS only]">
1505 Voice Search 1508 Voice Search
1506 </message> 1509 </message>
1507 <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]"> 1510 <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]">
1508 Speak Answers Back 1511 Speak Answers Back
1509 </message> 1512 </message>
1510 </messages> 1513 </messages>
1511 </release> 1514 </release>
1512 </grit> 1515 </grit>
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698