[M120 Migration][Gamepad]Add gamepad event latency Test code
[platform/framework/web/chromium-efl.git] / components / compose_strings.grdp
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3   <!-- TODO(b/301510467): Mark strings as translateable once all strings are aligned. -->
4   <!-- Nudge -->
5   <message name="IDS_COMPOSE_SUGGESTION_MAIN_TEXT" desc="The main text displayed in the Autofill suggestion that a user sees after interacting with a supported text element." translateable="false">
6   Lorem ipsum
7   </message>
8   <message name="IDS_COMPOSE_SUGGESTION_LABEL" desc="The label beneath the main text in the Autofill suggestion that a user sees adter interacting with a supported text element." translateable="false">
9   Powered by Google
10   </message>
11   <message name="IDS_COMPOSE_SUGGESTION_SAVED_TEXT" desc="The main text displayed in the Autofill suggestion that a user sees after interacting with a supported text element, indicating that user state was saved." translateable="false">
12   Progress saved
13   </message>
14   <message name="IDS_COMPOSE_SUGGESTION_SAVED_LABEL" desc="The label beneath the main text in the Autofill suggestion that a user sees after interacting with a supported text element, indicating that user state was saved." translateable="false">
15   Select to Autofill
16   </message>
17
18   <!-- Input dialog -->
19   <message name="IDS_COMPOSE_TITLE" desc="The title of the input dialog." translateable="false">
20   Lorem ipsum
21   </message>
22   <message name="IDS_COMPOSE_INPUT_PLACEHOLDER" desc="A placeholder text used in the input textfield." translateable="false">
23   We can Autofill many things (e.g., adresses, passwords, user names, credit card.). You can autofill any fields you want.
24   </message>
25   <message name="IDS_COMPOSE_INPUT_FOOTER" desc="The footer text for the input dialog." translateable="false">
26   <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Tip:<ph name="END_BOLD">&lt;/b&gt;</ph> You can activate Autofill in any text field when you right click.
27   </message>
28   <message name="IDS_COMPOSE_SUBMIT_BUTTON" desc="The button to submit the input." translateable="false">
29   Submit
30   </message>
31
32   <!-- Result dialog -->
33   <message name="IDS_COMPOSE_RESULT_FOOTER" desc="The footer text for the result." translateable="false">
34   Autofill relies on the information that you save.
35   <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>Learn more<ph name="END_LINK">&lt;/a&gt;</ph>
36   </message>
37   <message name="IDS_COMPOSE_INSERT_BUTTON" desc="The button that inserts the result into the input textfield." translateable="false">
38   Insert
39   </message>
40   <message name="IDS_COMPOSE_MENU_1_TITLE" desc="The first style menu title." translateable="false">
41   Auto
42   </message>
43   <message name="IDS_COMPOSE_MENU_2_TITLE" desc="The second style menu title." translateable="false">
44   Fill
45   </message>
46   <message name="IDS_COMPOSE_MENU_1_OPTION_1" desc="The first option for the first style." translateable="false">
47   Original
48   </message>
49   <message name="IDS_COMPOSE_MENU_1_OPTION_2" desc="The second option for the first style." translateable="false">
50   Edit
51   </message>
52   <message name="IDS_COMPOSE_MENU_2_OPTION_1" desc="The first option for the second style." translateable="false">
53   Credit card
54   </message>
55   <message name="IDS_COMPOSE_MENU_2_OPTION_2" desc="The second option for the second style." translateable="false">
56   Password
57   </message>
58
59   <!-- Errors -->
60   <message name="IDS_COMPOSE_CONFIGURATION_ERROR" desc="The error text shown when Compose is not available due to an internal configuration error." translateable="false">
61   Configuration error. Try again later.
62   </message>
63   <message name="IDS_COMPOSE_ERROR_TOO_LONG" desc="Error that the input was too long." translateable="false">
64   Input is too long. Cannot use Autofill.
65   </message>
66   <message name="IDS_COMPOSE_ERROR_TRY_AGAIN" desc="Error indicating that the request should be tried again." translateable="false">
67   Something went wrong. Try again.
68   </message>
69   <message name="IDS_COMPOSE_ERROR_TRY_AGAIN_LATER" desc="Error indicating that the request should be tried again later." translateable="false">
70   Something went wrong. Try again later.
71   </message>
72   <message name="IDS_COMPOSE_ERROR_REQUEST_NOT_SUCCESSFUL" desc="Error that the request was not able to be fulfilled." translateable="false">
73     Autofill does not work in this field. Try a different field.
74   </message>
75   <message name="IDS_COMPOSE_ERROR_PERMISSION_DENIED" desc="Error that the request failed by denied permission." translateable="false">
76   Something went wrong. Are you signed in?
77   </message>
78   <message name="IDS_COMPOSE_ERROR_GENERIC" desc="Error without further details." translateable="false">
79   Something went wrong.
80   </message>
81   <message name="IDS_COMPOSE_EDIT_UPDATE_BUTTON" desc="The button that confirms the edited input." translateable="false">
82     Update
83   </message>
84
85   <!-- Cross-dialog -->
86   <message name="IDS_COMPOSE_FOOTER_FISHFOOD" desc="The footer text used for Fishfood in the input and result dialogs." translateable="false">
87     This feature is experimental.
88   </message>
89   <message name="IDS_COMPOSE_FILE_BUG" desc="The text used as a clickable link to open the Compose bug-reporting page. Used for Fishfood only." translateable="false">
90     File a bug
91   </message>
92
93 </grit-part>