forked from flutter/gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintl_en_US.xml
2652 lines (2652 loc) · 98.5 KB
/
intl_en_US.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<!--
This file was automatically generated.
Please do not edit it manually.
It was based on gallery/lib/src/l10n/intl_en.arb.
-->
<resources>
<string
name="aboutFlutterSamplesRepo"
description="Represents a link to the Flutter samples github repository."
>Flutter samples Github repo</string>
<string
name="aboutDialogDescription"
description="A description about how to view the source code for this app."
>To see the source code for this app, please visit the {value}.</string>
<string
name="signIn"
description="Sign in label to sign into website."
>SIGN IN</string>
<string
name="bannerDemoText"
description="Password was updated on a different device and the user is required to sign in again"
>Your password was updated on your other device. Please sign in again.</string>
<string
name="bannerDemoResetText"
description="Show the Banner to the user again."
>Reset the banner</string>
<string
name="bannerDemoMultipleText"
description="When the user clicks this button the Banner will toggle multiple actions or a single action"
>Multiple actions</string>
<string
name="bannerDemoLeadingText"
description="If user clicks this button the leading icon in the Banner will disappear"
>Leading Icon</string>
<string
name="dismiss"
description="When text is pressed the banner widget will be removed from the screen."
>DISMISS</string>
<string
name="backToGallery"
description="Semantic label for back button to exit a study and return to the gallery home page."
>Back to Gallery</string>
<string
name="cardsDemoTappable"
description="The user can tap this button"
>Tappable</string>
<string
name="cardsDemoSelectable"
description="If the user taps and hold this card. The card will toggled between on and off."
>Selectable (long press)</string>
<string
name="cardsDemoExplore"
description="Click to see more about the content in the cards demo."
>Explore</string>
<string
name="cardsDemoExploreSemantics"
description="Semantics label for Explore. Label tells user to explore the destinationName to the user. Example Explore Tamil"
>Explore {destinationName}</string>
<string
name="cardsDemoShareSemantics"
description="Semantics label for Share. Label tells user to share the destinationName to the user. Example Share Tamil"
>Share {destinationName}</string>
<string
name="cardsDemoTravelDestinationTitle1"
description="The top 10 cities that you can visit in Tamil Nadu"
>Top 10 Cities to Visit in Tamil Nadu</string>
<string
name="cardsDemoTravelDestinationDescription1"
description="Number 10"
>Number 10</string>
<string
name="cardsDemoTravelDestinationCity1"
description="Thanjavur the city"
>Thanjavur</string>
<string
name="cardsDemoTravelDestinationLocation1"
description="Thanjavur, Tamil Nadu is a location"
>Thanjavur, Tamil Nadu</string>
<string
name="cardsDemoTravelDestinationTitle2"
description="Artist that are from Southern India"
>Artisans of Southern India</string>
<string
name="cardsDemoTravelDestinationDescription2"
description="Silk Spinners"
>Silk Spinners</string>
<string
name="cardsDemoTravelDestinationCity2"
description="Chettinad the city"
>Chettinad</string>
<string
name="cardsDemoTravelDestinationLocation2"
description="Sivaganga, Tamil Nadu is a location"
>Sivaganga, Tamil Nadu</string>
<string
name="cardsDemoTravelDestinationTitle3"
description="Brihadisvara Temple"
>Brihadisvara Temple</string>
<string
name="cardsDemoTravelDestinationDescription3"
description="Temples"
>Temples</string>
<string
name="homeHeaderGallery"
description="Header title on home screen for Gallery section."
>Gallery</string>
<string
name="homeHeaderCategories"
description="Header title on home screen for Categories section."
>Categories</string>
<string
name="shrineDescription"
description="Study description for Shrine."
>A fashionable retail app</string>
<string
name="fortnightlyDescription"
description="Study description for Fortnightly."
>A content-focused news app</string>
<string
name="rallyDescription"
description="Study description for Rally."
>A personal finance app</string>
<string
name="rallyAccountDataChecking"
description="Name for account made up by user."
>Checking</string>
<string
name="rallyAccountDataHomeSavings"
description="Name for account made up by user."
>Home Savings</string>
<string
name="rallyAccountDataCarSavings"
description="Name for account made up by user."
>Car Savings</string>
<string
name="rallyAccountDataVacation"
description="Name for account made up by user."
>Vacation</string>
<string
name="rallyAccountDetailDataAnnualPercentageYield"
description="Title for account statistics. Below a percentage such as 0.10% will be displayed."
>Annual Percentage Yield</string>
<string
name="rallyAccountDetailDataInterestRate"
description="Title for account statistics. Below a dollar amount such as $100 will be displayed."
>Interest Rate</string>
<string
name="rallyAccountDetailDataInterestYtd"
description="Title for account statistics. Below a dollar amount such as $100 will be displayed."
>Interest YTD</string>
<string
name="rallyAccountDetailDataInterestPaidLastYear"
description="Title for account statistics. Below a dollar amount such as $100 will be displayed."
>Interest Paid Last Year</string>
<string
name="rallyAccountDetailDataNextStatement"
description="Title for an account detail. Below a date for when the next account statement is released."
>Next Statement</string>
<string
name="rallyAccountDetailDataAccountOwner"
description="Title for an account detail. Below the name of the account owner will be displayed."
>Account Owner</string>
<string
name="rallyBillDetailTotalAmount"
description="Title for column where it displays the total dollar amount that the user has in bills."
>Total Amount</string>
<string
name="rallyBillDetailAmountPaid"
description="Title for column where it displays the amount that the user has paid."
>Amount Paid</string>
<string
name="rallyBillDetailAmountDue"
description="Title for column where it displays the amount that the user has due."
>Amount Due</string>
<string
name="rallyBudgetCategoryCoffeeShops"
description="Category for budget, to sort expenses / bills in."
>Coffee Shops</string>
<string
name="rallyBudgetCategoryGroceries"
description="Category for budget, to sort expenses / bills in."
>Groceries</string>
<string
name="rallyBudgetCategoryRestaurants"
description="Category for budget, to sort expenses / bills in."
>Restaurants</string>
<string
name="rallyBudgetCategoryClothing"
description="Category for budget, to sort expenses / bills in."
>Clothing</string>
<string
name="rallyBudgetDetailTotalCap"
description="Title for column where it displays the total dollar cap that the user has for its budget."
>Total Cap</string>
<string
name="rallyBudgetDetailAmountUsed"
description="Title for column where it displays the dollar amount that the user has used in its budget."
>Amount Used</string>
<string
name="rallyBudgetDetailAmountLeft"
description="Title for column where it displays the dollar amount that the user has left in its budget."
>Amount Left</string>
<string
name="rallySettingsManageAccounts"
description="Link to go to the page 'Manage Accounts."
>Manage Accounts</string>
<string
name="rallySettingsTaxDocuments"
description="Link to go to the page 'Tax Documents'."
>Tax Documents</string>
<string
name="rallySettingsPasscodeAndTouchId"
description="Link to go to the page 'Passcode and Touch ID'."
>Passcode and Touch ID</string>
<string
name="rallySettingsNotifications"
description="Link to go to the page 'Notifications'."
>Notifications</string>
<string
name="rallySettingsPersonalInformation"
description="Link to go to the page 'Personal Information'."
>Personal Information</string>
<string
name="rallySettingsPaperlessSettings"
description="Link to go to the page 'Paperless Settings'."
>Paperless Settings</string>
<string
name="rallySettingsFindAtms"
description="Link to go to the page 'Find ATMs'."
>Find ATMs</string>
<string
name="rallySettingsHelp"
description="Link to go to the page 'Help'."
>Help</string>
<string
name="rallySettingsSignOut"
description="Link to go to the page 'Sign out'."
>Sign out</string>
<string
name="rallyAccountTotal"
description="Title for 'total account value' overview page, a dollar value is displayed next to it."
>Total</string>
<string
name="rallyBillsDue"
description="Title for 'bills due' page, a dollar value is displayed next to it."
>Due</string>
<string
name="rallyBudgetLeft"
description="Title for 'budget left' page, a dollar value is displayed next to it."
>Left</string>
<string
name="rallyAccounts"
description="Link text for accounts page."
>Accounts</string>
<string
name="rallyBills"
description="Link text for bills page."
>Bills</string>
<string
name="rallyBudgets"
description="Link text for budgets page."
>Budgets</string>
<string
name="rallyAlerts"
description="Title for alerts part of overview page."
>Alerts</string>
<string
name="rallySeeAll"
description="Link text for button to see all data for category."
>SEE ALL</string>
<string
name="rallyFinanceLeft"
description="Displayed as 'dollar amount left', for example $46.70 LEFT, for a budget category."
> LEFT</string>
<string
name="rallyTitleOverview"
description="The navigation link to the overview page."
>OVERVIEW</string>
<string
name="rallyTitleAccounts"
description="The navigation link to the accounts page."
>ACCOUNTS</string>
<string
name="rallyTitleBills"
description="The navigation link to the bills page."
>BILLS</string>
<string
name="rallyTitleBudgets"
description="The navigation link to the budgets page."
>BUDGETS</string>
<string
name="rallyTitleSettings"
description="The navigation link to the settings page."
>SETTINGS</string>
<string
name="rallyLoginLoginToRally"
description="Title for login page for the Rally app (Rally does not need to be translated as it is a product name)."
>Login to Rally</string>
<string
name="rallyLoginNoAccount"
description="Prompt for signing up for an account."
>Don't have an account?</string>
<string
name="rallyLoginSignUp"
description="Button text to sign up for an account."
>SIGN UP</string>
<string
name="rallyLoginUsername"
description="The username field in an login form."
>Username</string>
<string
name="rallyLoginPassword"
description="The password field in an login form."
>Password</string>
<string
name="rallyLoginLabelLogin"
description="The label text to login."
>Login</string>
<string
name="rallyLoginRememberMe"
description="Text if the user wants to stay logged in."
>Remember Me</string>
<string
name="rallyLoginButtonLogin"
description="Text for login button."
>LOGIN</string>
<string
name="rallyAlertsMessageHeadsUpShopping"
description="Alert message shown when for example, user has used more than 90% of their shopping budget."
>Heads up, you’ve used up {percent} of your Shopping budget for this month.</string>
<string
name="rallyAlertsMessageSpentOnRestaurants"
description="Alert message shown when for example, user has spent $120 on Restaurants this week."
>You’ve spent {amount} on Restaurants this week.</string>
<string
name="rallyAlertsMessageATMFees"
description="Alert message shown when for example, the user has spent $24 in ATM fees this month."
>You’ve spent {amount} in ATM fees this month</string>
<string
name="rallyAlertsMessageCheckingAccount"
description="Alert message shown when for example, the checking account is 1% higher than last month."
>Good work! Your checking account is {percent} higher than last month.</string>
<string
name="rallyAlertsMessageUnassignedTransactions"
description="Alert message shown when you have unassigned transactions."
>{count, plural, =1{Increase your potential tax deduction! Assign categories to 1 unassigned transaction.}other{Increase your potential tax deduction! Assign categories to {count} unassigned transactions.}}</string>
<string
name="rallySeeAllAccounts"
description="Semantics label for button to see all accounts. Accounts refer to bank account here."
>See all accounts</string>
<string
name="rallySeeAllBills"
description="Semantics label for button to see all bills."
>See all bills</string>
<string
name="rallySeeAllBudgets"
description="Semantics label for button to see all budgets."
>See all budgets</string>
<string
name="rallyAccountAmount"
description="Semantics label for row with bank account name (for example checking) and its bank account number (for example 123), with how much money is deposited in it (for example $12)."
>{accountName} account {accountNumber} with {amount}.</string>
<string
name="rallyBillAmount"
description="Semantics label for row with a bill (example name is rent), when the bill is due (1/12/2019 for example) and for how much money ($12)."
>{billName} bill due {date} for {amount}.</string>
<string
name="rallyBudgetAmount"
description="Semantics label for row with a budget (housing budget for example), with how much is used of the budget (for example $5), the total budget (for example $100) and the amount left in the budget (for example $95)."
>{budgetName} budget with {amountUsed} used of {amountTotal}, {amountLeft} left</string>
<string
name="craneDescription"
description="Study description for Crane."
>A personalized travel app</string>
<string
name="homeCategoryReference"
description="Category title on home screen for styles & other demos (for context, the styles demos consist of a color demo and a typography demo)."
>STYLES & OTHER</string>
<string
name="demoInvalidURL"
description="Error message when opening the URL for a demo."
>Couldn't display URL:</string>
<string
name="demoOptionsTooltip"
description="Tooltip for options button in a demo."
>Options</string>
<string
name="demoInfoTooltip"
description="Tooltip for info button in a demo."
>Info</string>
<string
name="demoCodeTooltip"
description="Tooltip for demo code button in a demo."
>Demo Code</string>
<string
name="demoDocumentationTooltip"
description="Tooltip for API documentation button in a demo."
>API Documentation</string>
<string
name="demoFullscreenTooltip"
description="Tooltip for Full Screen button in a demo."
>Full Screen</string>
<string
name="demoCodeViewerCopyAll"
description="Caption for a button to copy all text."
>COPY ALL</string>
<string
name="demoCodeViewerCopiedToClipboardMessage"
description="A message displayed to the user after clicking the COPY ALL button, if the text is successfully copied to the clipboard."
>Copied to clipboard.</string>
<string
name="demoCodeViewerFailedToCopyToClipboardMessage"
description="A message displayed to the user after clicking the COPY ALL button, if the text CANNOT be copied to the clipboard."
>Failed to copy to clipboard: {error}</string>
<string
name="demoOptionsFeatureTitle"
description="Title for an alert that explains what the options button does."
>View options</string>
<string
name="demoOptionsFeatureDescription"
description="Description for an alert that explains what the options button does."
>Tap here to view available options for this demo.</string>
<string
name="settingsTitle"
description="Title for the settings screen."
>Settings</string>
<string
name="settingsButtonLabel"
description="Accessibility label for the settings button when settings are not showing."
>Settings</string>
<string
name="settingsButtonCloseLabel"
description="Accessibility label for the settings button when settings are showing."
>Close settings</string>
<string
name="settingsSystemDefault"
description="Option label to indicate the system default will be used."
>System</string>
<string
name="settingsTextScaling"
description="Title for text scaling setting."
>Text scaling</string>
<string
name="settingsTextScalingSmall"
description="Option label for small text scale setting."
>Small</string>
<string
name="settingsTextScalingNormal"
description="Option label for normal text scale setting."
>Normal</string>
<string
name="settingsTextScalingLarge"
description="Option label for large text scale setting."
>Large</string>
<string
name="settingsTextScalingHuge"
description="Option label for huge text scale setting."
>Huge</string>
<string
name="settingsTextDirection"
description="Title for text direction setting."
>Text direction</string>
<string
name="settingsTextDirectionLocaleBased"
description="Option label for locale-based text direction setting."
>Based on locale</string>
<string
name="settingsTextDirectionLTR"
description="Option label for left-to-right text direction setting."
>LTR</string>
<string
name="settingsTextDirectionRTL"
description="Option label for right-to-left text direction setting."
>RTL</string>
<string
name="settingsLocale"
description="Title for locale setting."
>Locale</string>
<string
name="settingsPlatformMechanics"
description="Title for platform mechanics (iOS, Android, macOS, etc.) setting."
>Platform mechanics</string>
<string
name="settingsTheme"
description="Title for the theme setting."
>Theme</string>
<string
name="settingsDarkTheme"
description="Title for the dark theme setting."
>Dark</string>
<string
name="settingsLightTheme"
description="Title for the light theme setting."
>Light</string>
<string
name="settingsSlowMotion"
description="Title for slow motion setting."
>Slow motion</string>
<string
name="settingsAbout"
description="Title for information button."
>About Flutter Gallery</string>
<string
name="settingsFeedback"
description="Title for feedback button."
>Send feedback</string>
<string
name="settingsAttribution"
description="Title for attribution (TOASTER is a proper name and should remain in English)."
>Designed by TOASTER in London</string>
<string
name="demoBottomAppBarTitle"
description="Title for the material bottom app bar component demo."
>Bottom app bar</string>
<string
name="demoBottomAppBarSubtitle"
description="Subtitle for the material bottom app bar component demo."
>Displays navigation and actions at the bottom</string>
<string
name="demoBottomAppBarDescription"
description="Description for the material bottom app bar component demo."
>Bottom app bars provide access to a bottom navigation drawer and up to four actions, including the floating action button.</string>
<string
name="bottomAppBarNotch"
description="A toggle for whether to have a notch (or cutout) in the bottom app bar demo."
>Notch</string>
<string
name="bottomAppBarPosition"
description="A setting for the position of the floating action button in the bottom app bar demo."
>Floating Action Button Position</string>
<string
name="bottomAppBarPositionDockedEnd"
description="A setting for the position of the floating action button in the bottom app bar that docks the button in the bar and aligns it at the end."
>Docked - End</string>
<string
name="bottomAppBarPositionDockedCenter"
description="A setting for the position of the floating action button in the bottom app bar that docks the button in the bar and aligns it in the center."
>Docked - Center</string>
<string
name="bottomAppBarPositionFloatingEnd"
description="A setting for the position of the floating action button in the bottom app bar that places the button above the bar and aligns it at the end."
>Floating - End</string>
<string
name="bottomAppBarPositionFloatingCenter"
description="A setting for the position of the floating action button in the bottom app bar that places the button above the bar and aligns it in the center."
>Floating - Center</string>
<string
name="demoBannerTitle"
description="Title for the material banner component demo."
>Banner</string>
<string
name="demoBannerSubtitle"
description="Subtitle for the material banner component demo."
>Displaying a banner within a list</string>
<string
name="demoBannerDescription"
description="Description for the material banner component demo."
>A banner displays an important, succinct message, and provides actions for users to address (or dismiss the banner). A user action is required for it to be dismissed.</string>
<string
name="demoBottomNavigationTitle"
description="Title for the material bottom navigation component demo."
>Bottom navigation</string>
<string
name="demoBottomNavigationSubtitle"
description="Subtitle for the material bottom navigation component demo."
>Bottom navigation with cross-fading views</string>
<string
name="demoBottomNavigationPersistentLabels"
description="Option title for bottom navigation with persistent labels."
>Persistent labels</string>
<string
name="demoBottomNavigationSelectedLabel"
description="Option title for bottom navigation with only a selected label."
>Selected label</string>
<string
name="demoBottomNavigationDescription"
description="Description for the material bottom navigation component demo."
>Bottom navigation bars display three to five destinations at the bottom of a screen. Each destination is represented by an icon and an optional text label. When a bottom navigation icon is tapped, the user is taken to the top-level navigation destination associated with that icon.</string>
<string
name="demoButtonTitle"
description="Title for the material buttons component demo."
>Buttons</string>
<string
name="demoButtonSubtitle"
description="Subtitle for the material buttons component demo."
>Flat, raised, outline, and more</string>
<string
name="demoFlatButtonTitle"
description="Title for the flat button component demo."
>Flat Button</string>
<string
name="demoFlatButtonDescription"
description="Description for the flat button component demo."
>A flat button displays an ink splash on press but does not lift. Use flat buttons on toolbars, in dialogs and inline with padding</string>
<string
name="demoRaisedButtonTitle"
description="Title for the raised button component demo."
>Raised Button</string>
<string
name="demoRaisedButtonDescription"
description="Description for the raised button component demo."
>Raised buttons add dimension to mostly flat layouts. They emphasize functions on busy or wide spaces.</string>
<string
name="demoOutlineButtonTitle"
description="Title for the outline button component demo."
>Outline Button</string>
<string
name="demoOutlineButtonDescription"
description="Description for the outline button component demo."
>Outline buttons become opaque and elevate when pressed. They are often paired with raised buttons to indicate an alternative, secondary action.</string>
<string
name="demoToggleButtonTitle"
description="Title for the toggle buttons component demo."
>Toggle Buttons</string>
<string
name="demoToggleButtonDescription"
description="Description for the toggle buttons component demo."
>Toggle buttons can be used to group related options. To emphasize groups of related toggle buttons, a group should share a common container</string>
<string
name="demoFloatingButtonTitle"
description="Title for the floating action button component demo."
>Floating Action Button</string>
<string
name="demoFloatingButtonDescription"
description="Description for the floating action button component demo."
>A floating action button is a circular icon button that hovers over content to promote a primary action in the application.</string>
<string
name="demoCardTitle"
description="Title for the material cards component demo."
>Cards</string>
<string
name="demoCardSubtitle"
description="Subtitle for the material cards component demo."
>Baseline cards with rounded corners</string>
<string
name="demoChipTitle"
description="Title for the material chips component demo."
>Chips</string>
<string
name="demoCardDescription"
description="Description for the material cards component demo."
>A card is a sheet of Material used to represent some related information, for example an album, a geographical location, a meal, contact details, etc.</string>
<string
name="demoChipSubtitle"
description="Subtitle for the material chips component demo."
>Compact elements that represent an input, attribute, or action</string>
<string
name="demoActionChipTitle"
description="Title for the action chip component demo."
>Action Chip</string>
<string
name="demoActionChipDescription"
description="Description for the action chip component demo."
>Action chips are a set of options which trigger an action related to primary content. Action chips should appear dynamically and contextually in a UI.</string>
<string
name="demoChoiceChipTitle"
description="Title for the choice chip component demo."
>Choice Chip</string>
<string
name="demoChoiceChipDescription"
description="Description for the choice chip component demo."
>Choice chips represent a single choice from a set. Choice chips contain related descriptive text or categories.</string>
<string
name="demoFilterChipTitle"
description="Title for the filter chip component demo."
>Filter Chip</string>
<string
name="demoFilterChipDescription"
description="Description for the filter chip component demo."
>Filter chips use tags or descriptive words as a way to filter content.</string>
<string
name="demoInputChipTitle"
description="Title for the input chip component demo."
>Input Chip</string>
<string
name="demoInputChipDescription"
description="Description for the input chip component demo."
>Input chips represent a complex piece of information, such as an entity (person, place, or thing) or conversational text, in a compact form.</string>
<string
name="demoDataTableTitle"
description="Title for the material data table component demo."
>Data Tables</string>
<string
name="demoDataTableSubtitle"
description="Subtitle for the material data table component demo."
>Rows and columns of information</string>
<string
name="demoDataTableDescription"
description="Description for the material data table component demo."
>Data tables display information in a grid-like format of rows and columns. They organize information in a way that’s easy to scan, so that users can look for patterns and insights.</string>
<string
name="dataTableHeader"
description="Header for the data table component demo about nutrition."
>Nutrition</string>
<string
name="dataTableColumnDessert"
description="Column header for desserts."
>Dessert (1 serving)</string>
<string
name="dataTableColumnCalories"
description="Column header for number of calories."
>Calories</string>
<string
name="dataTableColumnFat"
description="Column header for number of grams of fat."
>Fat (g)</string>
<string
name="dataTableColumnCarbs"
description="Column header for number of grams of carbs."
>Carbs (g)</string>
<string
name="dataTableColumnProtein"
description="Column header for number of grams of protein."
>Protein (g)</string>
<string
name="dataTableColumnSodium"
description="Column header for number of milligrams of sodium."
>Sodium (mg)</string>
<string
name="dataTableColumnCalcium"
description="Column header for daily percentage of calcium."
>Calcium (%)</string>
<string
name="dataTableColumnIron"
description="Column header for daily percentage of iron."
>Iron (%)</string>
<string
name="dataTableRowFrozenYogurt"
description="Column row for frozen yogurt."
>Frozen yogurt</string>
<string
name="dataTableRowIceCreamSandwich"
description="Column row for Ice cream sandwich."
>Ice cream sandwich</string>
<string
name="dataTableRowEclair"
description="Column row for Eclair."
>Eclair</string>
<string
name="dataTableRowCupcake"
description="Column row for Cupcake."
>Cupcake</string>
<string
name="dataTableRowGingerbread"
description="Column row for Gingerbread."
>Gingerbread</string>
<string
name="dataTableRowJellyBean"
description="Column row for Jelly bean."
>Jelly bean</string>
<string
name="dataTableRowLollipop"
description="Column row for Lollipop."
>Lollipop</string>
<string
name="dataTableRowHoneycomb"
description="Column row for Honeycomb."
>Honeycomb</string>
<string
name="dataTableRowDonut"
description="Column row for Donut."
>Donut</string>
<string
name="dataTableRowApplePie"
description="Column row for Apple pie."
>Apple pie</string>
<string
name="dataTableRowWithSugar"
description="A dessert with sugar on it. The parameter is some type of dessert."
>{value} with sugar</string>
<string
name="dataTableRowWithHoney"
description="A dessert with honey on it. The parameter is some type of dessert."
>{value} with honey</string>
<string
name="demoDialogTitle"
description="Title for the material dialog component demo."
>Dialogs</string>
<string
name="demoDialogSubtitle"
description="Subtitle for the material dialog component demo."
>Simple, alert, and fullscreen</string>
<string
name="demoAlertDialogTitle"
description="Title for the alert dialog component demo."
>Alert</string>
<string
name="demoAlertDialogDescription"
description="Description for the alert dialog component demo."
>An alert dialog informs the user about situations that require acknowledgement. An alert dialog has an optional title and an optional list of actions.</string>
<string
name="demoAlertTitleDialogTitle"
description="Title for the alert dialog with title component demo."
>Alert With Title</string>
<string
name="demoSimpleDialogTitle"
description="Title for the simple dialog component demo."
>Simple</string>
<string
name="demoSimpleDialogDescription"
description="Description for the simple dialog component demo."
>A simple dialog offers the user a choice between several options. A simple dialog has an optional title that is displayed above the choices.</string>
<string
name="demoGridListsTitle"
description="Title for the grid lists component demo."
>Grid Lists</string>
<string
name="demoGridListsSubtitle"
description="Subtitle for the grid lists component demo."
>Row and column layout</string>
<string
name="demoGridListsDescription"
description="Description for the grid lists component demo."
>Grid Lists are best suited for presenting homogeneous data, typically images. Each item in a grid list is called a tile.</string>
<string
name="demoGridListsImageOnlyTitle"
description="Title for the grid lists image-only component demo."
>Image only</string>
<string
name="demoGridListsHeaderTitle"
description="Title for the grid lists component demo with headers on each tile."
>With header</string>
<string
name="demoGridListsFooterTitle"
description="Title for the grid lists component demo with footers on each tile."
>With footer</string>
<string
name="demoSlidersTitle"
description="Title for the sliders component demo."
>Sliders</string>
<string
name="demoSlidersSubtitle"
description="Short description for the sliders component demo."
>Widgets for selecting a value by swiping</string>
<string
name="demoSlidersDescription"
description="Description for the sliders demo."
>Sliders reflect a range of values along a bar, from which users may select a single value. They are ideal for adjusting settings such as volume, brightness, or applying image filters.</string>
<string
name="demoRangeSlidersTitle"
description="Title for the range sliders component demo."
>Range Sliders</string>
<string
name="demoRangeSlidersDescription"
description="Description for the range sliders demo."
>Sliders reflect a range of values along a bar. They can have icons on both ends of the bar that reflect a range of values. They are ideal for adjusting settings such as volume, brightness, or applying image filters.</string>
<string
name="demoCustomSlidersTitle"
description="Title for the custom sliders component demo."
>Custom Sliders</string>
<string
name="demoCustomSlidersDescription"
description="Description for the custom sliders demo."
>Sliders reflect a range of values along a bar, from which users may select a single value or range of values. The sliders can be themed and customized.</string>
<string
name="demoSlidersContinuousWithEditableNumericalValue"
description="Text to describe a slider has a continuous value with an editable numerical value."
>Continuous with Editable Numerical Value</string>
<string
name="demoSlidersDiscrete"
description="Text to describe that we have a slider with discrete values."
>Discrete</string>
<string
name="demoSlidersDiscreteSliderWithCustomTheme"
description="Text to describe that we have a slider with discrete values and a custom theme. "
>Discrete Slider with Custom Theme</string>
<string
name="demoSlidersContinuousRangeSliderWithCustomTheme"
description="Text to describe that we have a range slider with continuous values and a custom theme. "
>Continuous Range Slider with Custom Theme</string>
<string
name="demoSlidersContinuous"
description="Text to describe that we have a slider with continuous values."
>Continuous</string>
<string
name="demoSlidersEditableNumericalValue"
description="Label for input field that has an editable numerical value."
>Editable numerical value</string>
<string
name="demoMenuTitle"
description="Title for the menu component demo."
>Menu</string>
<string
name="demoContextMenuTitle"
description="Title for the context menu component demo."
>Context menu</string>
<string
name="demoSectionedMenuTitle"
description="Title for the sectioned menu component demo."
>Sectioned menu</string>
<string
name="demoSimpleMenuTitle"
description="Title for the simple menu component demo."
>Simple menu</string>
<string
name="demoChecklistMenuTitle"
description="Title for the checklist menu component demo."
>Checklist menu</string>
<string
name="demoMenuSubtitle"
description="Short description for the menu component demo."
>Menu buttons and simple menus</string>
<string
name="demoMenuDescription"
description="Description for the menu demo."
>A menu displays a list of choices on a temporary surface. They appear when users interact with a button, action, or other control.</string>
<string
name="demoMenuItemValueOne"
description="The first item in a menu."
>Menu item one</string>
<string
name="demoMenuItemValueTwo"
description="The second item in a menu."
>Menu item two</string>
<string
name="demoMenuItemValueThree"
description="The third item in a menu."
>Menu item three</string>
<string
name="demoMenuOne"
description="The number one."
>One</string>
<string
name="demoMenuTwo"
description="The number two."
>Two</string>
<string
name="demoMenuThree"
description="The number three."
>Three</string>
<string
name="demoMenuFour"
description="The number four."
>Four</string>
<string
name="demoMenuAnItemWithAContextMenuButton"
description="Label next to a button that opens a menu. A menu displays a list of choices on a temporary surface. Used as an example in a demo."
>An item with a context menu</string>
<string
name="demoMenuContextMenuItemOne"
description="Text label for a context menu item. A menu displays a list of choices on a temporary surface. Used as an example in a demo."
>Context menu item one</string>
<string
name="demoMenuADisabledMenuItem"
description="Text label for a disabled menu item. A menu displays a list of choices on a temporary surface. Used as an example in a demo."
>Disabled menu item</string>
<string
name="demoMenuContextMenuItemThree"
description="Text label for a context menu item three. A menu displays a list of choices on a temporary surface. Used as an example in a demo."
>Context menu item three</string>
<string
name="demoMenuAnItemWithASectionedMenu"
description="Label next to a button that opens a sectioned menu . A menu displays a list of choices on a temporary surface. Used as an example in a demo."
>An item with a sectioned menu</string>
<string
name="demoMenuPreview"
description="Button to preview content."
>Preview</string>
<string
name="demoMenuShare"
description="Button to share content."
>Share</string>
<string
name="demoMenuGetLink"
description="Button to get link for content."
>Get link</string>
<string
name="demoMenuRemove"
description="Button to remove content."
>Remove</string>
<string
name="demoMenuSelected"
description="A text to show what value was selected."
>Selected: {value}</string>
<string
name="demoMenuChecked"
description="A text to show what value was checked."
>Checked: {value}</string>
<string
name="demoMenuAnItemWithASimpleMenu"
description="Label next to a button that opens a simple menu. A menu displays a list of choices on a temporary surface. Used as an example in a demo."
>An item with a simple menu</string>
<string
name="demoMenuAnItemWithAChecklistMenu"
description="Label next to a button that opens a checklist menu. A menu displays a list of choices on a temporary surface. Used as an example in a demo."
>An item with a checklist menu</string>
<string
name="demoFullscreenDialogTitle"
description="Title for the fullscreen dialog component demo."
>Fullscreen</string>
<string
name="demoFullscreenDialogDescription"
description="Description for the fullscreen dialog component demo."
>The fullscreenDialog property specifies whether the incoming page is a fullscreen modal dialog</string>
<string
name="demoCupertinoActivityIndicatorTitle"
description="Title for the cupertino activity indicator component demo."
>Activity indicator</string>
<string