-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathLocalizedStrings.en.resx
More file actions
552 lines (550 loc) · 21.6 KB
/
Copy pathLocalizedStrings.en.resx
File metadata and controls
552 lines (550 loc) · 21.6 KB
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
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>1.3</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="BottomSheet" xml:space="preserve">
<value>Bottom sheet</value>
</data>
<data name="Components" xml:space="preserve">
<value>Components</value>
</data>
<data name="Colors" xml:space="preserve">
<value>Colors</value>
</data>
<data name="Resources" xml:space="preserve">
<value>Resources</value>
</data>
<data name="Sizes" xml:space="preserve">
<value>Sizes</value>
</data>
<data name="ContextMenu" xml:space="preserve">
<value>Context menu</value>
</data>
<data name="Pickers" xml:space="preserve">
<value>Pickers</value>
</data>
<data name="Checkboxes" xml:space="preserve">
<value>Checkbox</value>
</data>
<data name="SearchBar" xml:space="preserve">
<value>SearchBar</value>
</data>
<data name="SearchPage" xml:space="preserve">
<value>SearchPage</value>
</data>
<data name="Searching" xml:space="preserve">
<value>Searching</value>
</data>
<data name="ListItems" xml:space="preserve">
<value>List items</value>
</data>
<data name="Chip" xml:space="preserve">
<value>Chip</value>
</data>
<data name="Icons" xml:space="preserve">
<value>Icons</value>
</data>
<data name="New_version" xml:space="preserve">
<value>New version</value>
</data>
<data name="New_version_message" xml:space="preserve">
<value>There is a new version available.</value>
</data>
<data name="Download" xml:space="preserve">
<value>Download</value>
</data>
<data name="Cancel" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="Birthday" xml:space="preserve">
<value>Birthday</value>
</data>
<data name="SelectPerson" xml:space="preserve">
<value>Select person</value>
</data>
<data name="Context_Menu_SingleAction" xml:space="preserve">
<value>Single action with icon</value>
</data>
<data name="Context_Menu_TwoActions" xml:space="preserve">
<value>Two actions</value>
</data>
<data name="Context_Menu_Choices_Multiple" xml:space="preserve">
<value>Multiple choices</value>
</data>
<data name="Context_Menu_Choices_Single" xml:space="preserve">
<value>Single choices</value>
</data>
<data name="Context_Menu_GroupedActions" xml:space="preserve">
<value>Grouped actions</value>
</data>
<data name="Context_Menu_Grouped_Choices_Single" xml:space="preserve">
<value>Grouped single choices</value>
</data>
<data name="Context_Menu_LongPressWithAction" xml:space="preserve">
<value>Long press menu with an action</value>
</data>
<data name="Context_Menu_Checkable" xml:space="preserve">
<value>Checkable action</value>
</data>
<data name="Action_Format" xml:space="preserve">
<value>Action {0}</value>
</data>
<data name="Group_Format" xml:space="preserve">
<value>Group {0}</value>
</data>
<data name="SearchPage_PlaceholderText" xml:space="preserve">
<value>Search for people</value>
</data>
<data name="SearchPage_HintText" xml:space="preserve">
<value>Use the search bar to search for people.</value>
</data>
<data name="SearchPage_NoResultText" xml:space="preserve">
<value>No people match your search, try again.</value>
</data>
<data name="Option_Format" xml:space="preserve">
<value>Option {0}</value>
</data>
<data name="BottomSheet_Open" xml:space="preserve">
<value>Open bottom sheet</value>
</data>
<data name="Count" xml:space="preserve">
<value>Count</value>
</data>
<data name="Color" xml:space="preserve">
<value>Color</value>
</data>
<data name="PickColor" xml:space="preserve">
<value>Pick color</value>
</data>
<data name="AddButton" xml:space="preserve">
<value>Add button</value>
</data>
<data name="SkeletonLoading" xml:space="preserve">
<value>Skeleton loading</value>
</data>
<data name="Loading" xml:space="preserve">
<value>Loading</value>
</data>
<data name="Navigation" xml:space="preserve">
<value>Navigation</value>
</data>
<data name="SizesAsVisualBoxes" xml:space="preserve">
<value>Sizes as boxes</value>
</data>
<data name="SizesAsFontSize" xml:space="preserve">
<value>Sizes as font size</value>
</data>
<data name="Alerting" xml:space="preserve">
<value>Alerting</value>
</data>
<data name="SystemMessage" xml:space="preserve">
<value>System Message</value>
</data>
<data name="ShowSystemMessage" xml:space="preserve">
<value>Show System Message</value>
</data>
<data name="RemoveSystemMessage" xml:space="preserve">
<value>Remove System Message</value>
</data>
<data name="RemoveSystemMessageAnimate" xml:space="preserve">
<value>Remove System Message Animate</value>
</data>
<data name="RemoveAll" xml:space="preserve">
<value>Remove All</value>
</data>
<data name="ChooseInput" xml:space="preserve">
<value>Choose Input</value>
</data>
<data name="PickIcon" xml:space="preserve">
<value>Pick icon</value>
</data>
<data name="Icon" xml:space="preserve">
<value>Icon</value>
</data>
<data name="Background" xml:space="preserve">
<value>Background</value>
</data>
<data name="Text" xml:space="preserve">
<value>Text</value>
</data>
<data name="Duration" xml:space="preserve">
<value>Duration</value>
</data>
<data name="TextColor" xml:space="preserve">
<value>Text color</value>
</data>
<data name="TextInput" xml:space="preserve">
<value>Text input</value>
</data>
<data name="BackgroundColor" xml:space="preserve">
<value>Background color</value>
</data>
<data name="IconColor" xml:space="preserve">
<value>Icon color</value>
</data>
<data name="Choose" xml:space="preserve">
<value>Choose</value>
</data>
<data name="DisplayDialog" xml:space="preserve">
<value>Display dialog</value>
</data>
<data name="DisplayTemporaryDialog" xml:space="preserve">
<value>Display temporary dialog</value>
</data>
<data name="DisplayErrorDialog" xml:space="preserve">
<value>Display error dialog</value>
</data>
<data name="DisplayDestructiveDialog" xml:space="preserve">
<value>Display destructive dialog</value>
</data>
<data name="Dialog_FakeTitle" xml:space="preserve">
<value>Test title</value>
</data>
<data name="Dialog_FakeDescription" xml:space="preserve">
<value>A very long test description...</value>
</data>
<data name="OK" xml:space="preserve">
<value>OK</value>
</data>
<data name="Dialog_TemporaryDescription" xml:space="preserve">
<value>This will disappear in 5 seconds</value>
</data>
<data name="Dialog_DestructiveDescription" xml:space="preserve">
<value>This is a destructive dialog</value>
</data>
<data name="Destroy" xml:space="preserve">
<value>Destroy</value>
</data>
<data name="Dialog" xml:space="preserve">
<value>Dialog</value>
</data>
<data name="DisplayTwoDialogs" xml:space="preserve">
<value>Display two dialogs</value>
</data>
<data name="IsRunning" xml:space="preserve">
<value>Is running</value>
</data>
<data name="IsRunningHintText" xml:space="preserve">
<value>Toggle if the indicator should load</value>
</data>
<data name="Size" xml:space="preserve">
<value>Size</value>
</data>
<data name="ActivityIndicator" xml:space="preserve">
<value>Activity indicator</value>
</data>
<data name="Remove" xml:space="preserve">
<value>Remove</value>
</data>
<data name="Save" xml:space="preserve">
<value>Save</value>
</data>
<data name="Saving" xml:space="preserve">
<value>Saving</value>
</data>
<data name="Error" xml:space="preserve">
<value>Error</value>
</data>
<data name="To" xml:space="preserve">
<value>To</value>
</data>
<data name="Animations" xml:space="preserve">
<value>Animations</value>
</data>
<data name="Sorting" xml:space="preserve">
<value>Sorting</value>
</data>
<data name="Buttons" xml:space="preserve">
<value>Buttons</value>
</data>
<data name="Context_Menu_LongPressWithDestructiveAction" xml:space="preserve">
<value>Long press menu with a destructive action</value>
</data>
<data name="Context_Menu_Divider" xml:space="preserve">
<value>Context menu divider</value>
</data>
<data name="SelectAllTextOnFocus" xml:space="preserve">
<value>Select all text on focus</value>
</data>
<data name="InputText" xml:space="preserve">
<value>Input text...</value>
</data>
<data name="Unfocus" xml:space="preserve">
<value>Unfocus</value>
</data>
<data name="TextFields" xml:space="preserve">
<value>Text fields</value>
</data>
<data name="AreYouSure?" xml:space="preserve">
<value>Are you sure?</value>
</data>
<data name="ThisWillCloseBottomSheet" xml:space="preserve">
<value>This will close the bottomsheet</value>
</data>
<data name="Yes" xml:space="preserve">
<value>Yes</value>
</data>
<data name="BottomSheet_OpenNotClosableInteracting" xml:space="preserve">
<value>Open bottom sheet that is closable only by tapping button</value>
</data>
<data name="Context_Menu_LongPress_OneItemOneGroup" xml:space="preserve">
<value>Single item and single group</value>
</data>
<data name="DefaultStateViews" xml:space="preserve">
<value>Default state views</value>
</data>
<data name="CustomStateViews" xml:space="preserve">
<value>Custom state views</value>
</data>
<data name="NoItemsToChooseFrom" xml:space="preserve">
<value>No items to choose from</value>
</data>
<data name="BarcodeScanning" xml:space="preserve">
<value>Barcode Scanning</value>
</data>
<data name="BarcodeScannerFeedbackTitle" xml:space="preserve">
<value>Barcode scanner feedback</value>
</data>
<data name="BarcodeScannerFeedbackSubtitle" xml:space="preserve">
<value>Shows rejection reasons above the scan area</value>
</data>
<data name="BarcodeScannerFeedbackTooltipText" xml:space="preserve">
<value>Place the label inside the frame and hold the camera steady.</value>
</data>
<data name="BarcodeScannerFeedbackFocusHint" xml:space="preserve">
<value>Hold the label farther away to focus.</value>
</data>
<data name="BarcodeScannerFeedbackAlreadyScanned" xml:space="preserve">
<value>The label has already been scanned.</value>
</data>
<data name="BarcodeScannerFeedbackWrongPatient" xml:space="preserve">
<value>The label does not belong to this patient.</value>
</data>
<data name="BarcodeScannerFeedbackNotLabel" xml:space="preserve">
<value>The code you scanned is not a label.</value>
</data>
<data name="Barcode" xml:space="preserve">
<value>Barcode</value>
</data>
<data name="Alert" xml:space="preserve">
<value>Alert</value>
</data>
<data name="BottomSheet_OpenWithBottomBars" xml:space="preserve">
<value>Open bottom sheet that has bottom bar buttons</value>
</data>
<data name="PhotoCapturing" xml:space="preserve">
<value>Photo capturing</value>
</data>
<data name="SyntaxHighlighting_Json_See" xml:space="preserve">
<value>See Json</value>
</data>
<data name="Copy" xml:space="preserve">
<value>Copy</value>
</data>
<data name="ViewCode" xml:space="preserve">
<value>View code</value>
</data>
<data name="CodeLanguage" xml:space="preserve">
<value>Code language</value>
</data>
<data name="DisplayInputDialogWithOneInputField" xml:space="preserve">
<value>Show input dialog with one input field</value>
</data>
<data name="DisplayInputDialogWithTwoInputFields" xml:space="preserve">
<value>Show input dialog with two input fields</value>
</data>
<data name="Accessibility_TapToChangeView" xml:space="preserve">
<value>Tap to change tab</value>
</data>
<data name="Elements" xml:space="preserve">
<value>elements</value>
</data>
<data name="Accessibility" xml:space="preserve">
<value>Accessibility</value>
</data>
<data name="VoiceOver" xml:space="preserve">
<value>VoiceOver</value>
</data>
<data name="VoiceOver_Description" xml:space="preserve">
<value>These examples demonstrate how to use the Accessibility.Mode attached property to improve VoiceOver/TalkBack experience.</value>
</data>
<data name="VoiceOver_GroupChildren_Title" xml:space="preserve">
<value>GroupChildren Mode</value>
</data>
<data name="VoiceOver_GroupChildren_Description" xml:space="preserve">
<value>Groups all children of a container into a single accessibility element. Screen readers will read all content in one focus gesture instead of requiring navigation to each child individually.</value>
</data>
<data name="VoiceOver_ExcludeChildren_Title" xml:space="preserve">
<value>ExcludeChildren Mode</value>
</data>
<data name="VoiceOver_ExcludeChildren_Description" xml:space="preserve">
<value>Excludes all children from the accessibility tree. Useful when you have decorative elements or complex layouts that should not be read individually.</value>
</data>
<data name="VoiceOver_PatientCard_Name" xml:space="preserve">
<value>John Doe</value>
</data>
<data name="VoiceOver_PatientCard_Born" xml:space="preserve">
<value>Born: 1980-05-15</value>
</data>
<data name="VoiceOver_PatientCard_Phone" xml:space="preserve">
<value>Phone:</value>
</data>
<data name="VoiceOver_PatientCard_PhoneNumber" xml:space="preserve">
<value>+47 123 45 678</value>
</data>
<data name="VoiceOver_ProductCard_Name" xml:space="preserve">
<value>Premium Product</value>
</data>
<data name="VoiceOver_ProductCard_Price" xml:space="preserve">
<value>Price: $49.99</value>
</data>
<data name="VoiceOver_ProductCard_Stock" xml:space="preserve">
<value>In stock: 15 units</value>
</data>
<data name="VoiceOver_ProductCard_Rating" xml:space="preserve">
<value>Rating: ⭐⭐⭐⭐⭐</value>
</data>
<data name="VoiceOver_WithoutGrouping" xml:space="preserve">
<value>Without grouping (Default)</value>
</data>
<data name="VoiceOver_WithGrouping" xml:space="preserve">
<value>With GroupChildren</value>
</data>
<data name="VoiceOver_SwipeGestures" xml:space="preserve">
<value>swipe gesture(s) required</value>
</data>
<data name="VoiceOver_Example" xml:space="preserve">
<value>Example</value>
</data>
<data name="VoiceOver_AddressCard_Street" xml:space="preserve">
<value>123 Main Street</value>
</data>
<data name="VoiceOver_AddressCard_City" xml:space="preserve">
<value>New York, NY 10001</value>
</data>
<data name="VoiceOver_AddressCard_Country" xml:space="preserve">
<value>United States</value>
</data>
<data name="VoiceOver_ExcludeExample_Title" xml:space="preserve">
<value>Product card with decorative elements</value>
</data>
<data name="VoiceOver_ExcludeExample_Description" xml:space="preserve">
<value>The decorative border around the icon is excluded from accessibility, so screen readers only focus on meaningful content.</value>
</data>
<data name="VoiceOver_WithoutExclude" xml:space="preserve">
<value>Without ExcludeChildren</value>
</data>
<data name="VoiceOver_WithExclude" xml:space="preserve">
<value>With ExcludeChildren and custom description</value>
</data>
<data name="VoiceOver_CustomSemanticDescription" xml:space="preserve">
<value>Premium product available in store</value>
</data>
<data name="VoiceOver_Trait_Title" xml:space="preserve">
<value>Accessibility Traits</value>
</data>
<data name="VoiceOver_Trait_Subtitle" xml:space="preserve">
<value>Button, Selected, NotSelected traits</value>
</data>
<data name="VoiceOver_Trait_Description" xml:space="preserve">
<value>The Accessibility.Trait property allows you to set accessibility traits like Button, Selected, and NotSelected. Screen readers will announce these states to users.</value>
</data>
<data name="VoiceOver_Trait_SingleButton_Title" xml:space="preserve">
<value>Single Trait (Button)</value>
</data>
<data name="VoiceOver_Trait_SingleButton_Description" xml:space="preserve">
<value>A view with only the Button trait. VoiceOver/TalkBack will announce this as a button.</value>
</data>
<data name="VoiceOver_Trait_TapMe" xml:space="preserve">
<value>Tap Me</value>
</data>
<data name="VoiceOver_Trait_Combined_Title" xml:space="preserve">
<value>Combined Traits (Button | Selected)</value>
</data>
<data name="VoiceOver_Trait_Combined_Description" xml:space="preserve">
<value>Traits can be combined using | operator. These items demonstrate Button + Selected/NotSelected combinations.</value>
</data>
<data name="VoiceOver_Trait_Option1" xml:space="preserve">
<value>Option 1</value>
</data>
<data name="VoiceOver_Trait_Option2" xml:space="preserve">
<value>Option 2</value>
</data>
<data name="VoiceOver_Trait_Option3" xml:space="preserve">
<value>Option 3</value>
</data>
<data name="VoiceOver_Trait_CodeUsage_Title" xml:space="preserve">
<value>Code Usage</value>
</data>
<data name="VoiceOver_NavigationListItem_Title" xml:space="preserve">
<value>NavigationListItem</value>
</data>
<data name="VoiceOver_NavigationListItem_Subtitle" xml:space="preserve">
<value>Rows that should be announced as buttons</value>
</data>
<data name="VoiceOver_NavigationListItem_Description" xml:space="preserve">
<value>Focus each row with a screen reader. The row should be announced as the title followed by button.</value>
</data>
<data name="VoiceOver_NavigationListItem_Standalone_Title" xml:space="preserve">
<value>Without list</value>
</data>
<data name="VoiceOver_NavigationListItem_Standalone_Subtitle" xml:space="preserve">
<value>Directly in page content</value>
</data>
<data name="VoiceOver_NavigationListItem_Standalone_Description" xml:space="preserve">
<value>These rows are placed in a regular layout without a surrounding CollectionView.</value>
</data>
<data name="VoiceOver_NavigationListItem_Collection_Title" xml:space="preserve">
<value>In list</value>
</data>
<data name="VoiceOver_NavigationListItem_Collection_Subtitle" xml:space="preserve">
<value>Inside CollectionView</value>
</data>
<data name="VoiceOver_NavigationListItem_Collection_Description" xml:space="preserve">
<value>These rows are placed in a CollectionView, like the component overview.</value>
</data>
<data name="VoiceOver_NavigationListItem_Appointment_Title" xml:space="preserve">
<value>Book appointment</value>
</data>
<data name="VoiceOver_NavigationListItem_Appointment_Subtitle" xml:space="preserve">
<value>Directly in page content</value>
</data>
<data name="VoiceOver_NavigationListItem_TestResults_Title" xml:space="preserve">
<value>Test results</value>
</data>
<data name="VoiceOver_NavigationListItem_TestResults_Subtitle" xml:space="preserve">
<value>With subtitle</value>
</data>
<data name="VoiceOver_NavigationListItem_Medications_Title" xml:space="preserve">
<value>Medications</value>
</data>
<data name="VoiceOver_NavigationListItem_Medications_Description" xml:space="preserve">
<value>Medications and prescriptions</value>
</data>
<data name="VoiceOver_NavigationListItem_Collection_ButtonSubtitle" xml:space="preserve">
<value>Row from the component overview</value>
</data>
<data name="VoiceOver_NavigationListItem_Collection_ListItemSubtitle" xml:space="preserve">
<value>Row with the same component type</value>
</data>
<data name="VoiceOver_NavigationListItem_Collection_PickerSubtitle" xml:space="preserve">
<value>Row with a short title</value>
</data>
<data name="VoiceOver_NavigationListItem_Collection_TextFieldSubtitle" xml:space="preserve">
<value>Row with a longer title</value>
</data>
</root>