Commit 6f11f68c authored by Javier Ernesto Flores Robles's avatar Javier Ernesto Flores Robles Committed by Commit Bot

[iOS][WidgetKit] Add meaning and char limit to strings

Also fixes string with "\n" as part of it.

Bug: 1138717
Change-Id: Id87562a1d2896d8cacceac5a3c95af8d7713e91a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521295Reviewed-by: default avatarOlivier Robin <olivierrobin@chromium.org>
Commit-Queue: Javier Flores <javierrobles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824931}
parent 1b03fdb7
......@@ -158,49 +158,50 @@ all other OS specific variables will be false.
</translations>
<release seq="1" allow_pseudo="false">
<messages fallback_to_english="true">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_GAME_DISPLAY_NAME" desc="Display name for the dino game widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_GAME_DISPLAY_NAME" desc="Display name for the dino game widget" meaning="String that appears as title in the installation window for the Dino widget. [CHAR_LIMIT=30][iOS only]">
Chrome Dino Game
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_GAME_DESCRIPTION" desc="Description for the dino game widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_GAME_DESCRIPTION" desc="Description for the dino game widget" meaning="String that appears as description in the installation window for the Dino widget. [CHAR_LIMIT=150][iOS only]">
Jump into the Chrome Dino game from your Home Screen.
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_GAME_TITLE" desc="Title for the dino game widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_GAME_TITLE" desc="Title for the dino game widget" meaning="String that appears in the Dino widget. [CHAR_LIMIT=15][iOS only]">
Chrome Dino
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_GAME_A11Y_LABEL" desc="Accessibility label for the dino game widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_GAME_A11Y_LABEL" desc="Accessibility label for the dino game widget" meaning="Accessibility label for the dino game widget [CHAR_LIMIT=40][iOS only]">
Jump into Chrome Dino Game
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_DISPLAY_NAME" desc="Name for the quick actions widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_DISPLAY_NAME" desc="Name for the quick actions widget" meaning="String that appears as title in the installation window for the Quick Actions widget. [CHAR_LIMIT=30][iOS only]">
Quick Actions
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_DESCRIPTION" desc="Description for the quick actions widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_DESCRIPTION" desc="Description for the quick actions widget" meaning="String that appears as description in the installation window for the Quick Actions widget. [CHAR_LIMIT=150][iOS only]">
Search or navigate in a new tab, in Incognito mode, using your voice, or with a QR code.
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_TITLE" desc="Title for the quick actions widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_TITLE" desc="Title for the quick actions widget" meaning="String that appears in the Quick Actions widget. [CHAR_LIMIT=30][iOS only]">
Search or type URL
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_SEARCH_A11Y_LABEL" desc="Accessibility label for the search action in the quick actions widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_SEARCH_A11Y_LABEL" desc="Accessibility label for the search action in the quick actions widget" meaning="Accessibility label for the search action in the quick actions widget [CHAR_LIMIT=40][iOS only]">
Search or type URL
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_INCOGNITO_A11Y_LABEL" desc="Accessibility label for the incognito search in the quick actions widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_INCOGNITO_A11Y_LABEL" desc="Accessibility label for the incognito search in the quick actions widget" meaning="Accessibility label for the incognito search action in the quick actions widget [CHAR_LIMIT=40][iOS only]">
Incognito Search
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_QR_SCAN_A11Y_LABEL" desc="Accessibility label for the QR scan action in the quick actions widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_QR_SCAN_A11Y_LABEL" desc="Accessibility label for the QR scan action in the quick actions widget" meaning="Accessibility label for the QR search action in the quick actions widget [CHAR_LIMIT=40][iOS only]">
Scan QR Code
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_VOICE_SEARCH_A11Y_LABEL" desc="Accessibility label for the Voice Search action in the quick actions widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_QUICK_ACTIONS_VOICE_SEARCH_A11Y_LABEL" desc="Accessibility label for the Voice Search action in the quick actions widget" meaning="Accessibility label for the voice search action in the quick actions widget [CHAR_LIMIT=40][iOS only]">
Voice Search
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_SEARCH_DISPLAY_NAME" desc="Name for the search widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_SEARCH_DISPLAY_NAME" desc="Name for the search widget" meaning="String that appears as title in the installation window for the Search widget. [CHAR_LIMIT=30][iOS only]">
Search
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_SEARCH_DESCRIPTION" desc="Description for the search widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_SEARCH_DESCRIPTION" desc="Description for the search widget" meaning="String that appears as description in the installation window for the Search widget. [CHAR_LIMIT=150][iOS only]">
Search in Chrome with your favorite search engine.
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_SEARCH_TITLE" desc="Title for the search widget">
Search or \ntype URL
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_SEARCH_TITLE" desc="Title for the search widget" meaning="String that appears in the Search widget. Should be splited in two lines, each line with a max of 15 characteres. [CHAR_LIMIT=25][iOS only]">
Search or
type URL
</message>
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_SEARCH_A11Y_LABEL" desc="Accessibility label for the search widget">
<message name="IDS_IOS_WIDGET_KIT_EXTENSION_SEARCH_A11Y_LABEL" desc="Accessibility label for the search widget" meaning="Accessibility label for the search widget [CHAR_LIMIT=40][iOS only]">
Search or Type URL
</message>
</messages>
......
1d45bc1270f5700e83e78cbf6cd63fffa8de7d03
\ No newline at end of file
b2f943caac799b9e0e6c8afdb7074676c10570ae
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment