-
Notifications
You must be signed in to change notification settings - Fork 65
/
strings.xml
749 lines (516 loc) · 20.9 KB
/
strings.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
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2018 Daniel Underhay & Matthew Daley.
~
~ This file is part of Walrus.
~
~ Walrus is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ Walrus is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with Walrus. If not, see <http://www.gnu.org/licenses/>.
-->
<resources
xmlns:tools="http://schemas.android.com/tools"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"
tools:ignore="MissingTranslation">
<!--
App-wide
-->
<!-- Application name -->
<string name="app_name" translatable="false">Walrus</string>
<!--
WalletActivity
-->
<!--
Update Notification Dialog
-->
<!-- Update notification title displayed when the application starts -->
<string name="update_notification_title">Important Notification</string>
<!-- Update notification message displayed when the application starts -->
<string name="update_notification_message">Hi Alpha Testers! ❤️\n\nSome upcoming releases will contain new features such as extended device and card support and general bugfixes. However, future releases will most likely also contain database schema as well as architecture changes to an extent where it is difficult for us to correctly migrate databases across. This means any existing cards will be lost between future releases until we leave alpha or we notify otherwise.\n\nWe recommend you manually store card information in the meantime and apologize for any inconvenience caused!\n\n- Team Walrus</string>
<!-- Update notification button text-->
<string name="update_notification_neutral_button">OK</string>
<!--
BulkReadCardDataOperationRunner
-->
<!-- Toast displayed when bulk card reading fails with an error -->
<string name="failed_bulk_reading">Failed while bulk reading cards:
<xliff:g id="amount">%1$s</xliff:g>
</string>
<!--
BulkReadCardsActivity
-->
<!-- Activity title -->
<string name="bulk_read_cards_activity_name">Bulk Card Reads</string>
<!-- Displayed as a button -->
<string name="stop_button">Stop</string>
<!-- Displayed as a button -->
<string name="back_button">Back</string>
<!-- Used in status line of a bulk read list item -->
<plurals name="num_cards_read">
<item quantity="one">
<xliff:g id="amount">%1$d</xliff:g>
card read
</item>
<item quantity="other">
<xliff:g id="amount">%1$d</xliff:g>
cards read
</item>
</plurals>
<!-- Dialog title -->
<string name="bulk_reading_cards">Bulk reading cards</string>
<!-- Shown for operations with devices that have gone -->
<string name="device_gone">Disconnected device</string>
<!--
BulkReadCardsService
-->
<!-- Name for bulk read notification channel -->
<string name="bulk_read_notification_channel_name">Bulk card reads</string>
<!-- Used in notification context title -->
<plurals name="bulk_reading_from">
<item quantity="one">Reading cards from <xliff:g id="amount">%1$d</xliff:g> device
</item>
<item quantity="other">Reading cards from <xliff:g id="amount">%1$d</xliff:g> devices
</item>
</plurals>
<!--
Card
-->
<!-- Default name for a newly created card -->
<string name="default_card_name">Unnamed Card</string>
<!--
CardActivity
DeleteAllCardsPreference
-->
<!-- Displayed as a button -->
<string name="delete_button">Delete</string>
<!--
CardActivity
-->
<!-- Displayed as a button -->
<string name="view_card_data">View Data</string>
<!-- Displayed as a button -->
<string name="write_card_data">Write</string>
<!-- Displayed as a button -->
<string name="emulate_card_data">Emulate</string>
<!-- Displayed as a button -->
<string name="read_card_data">Set Data</string>
<!-- Section header -->
<string name="date_acquired">Date Acquired</string>
<!-- Section header -->
<string name="location">Location</string>
<!-- Displayed in place of a location when none is available -->
<string name="unknown">Unknown</string>
<!-- Section header -->
<string name="notes">Notes</string>
<!-- Activity title when viewing a card -->
<string name="view_card">View Card</string>
<!-- Activity title when editing a new card -->
<string name="new_card">New Card</string>
<!-- Activity title when editing a card -->
<string name="edit_card">Edit Card</string>
<!-- Activity title when creating a bulk read card template -->
<string name="set_template">Set Template</string>
<!-- Toast message shown when attempting to save a card with no name -->
<string name="card_name_required">Card name is required</string>
<!-- Name for newly duplicated cards -->
<string name="copy_of">Copy of
<xliff:g id="name">%1$s</xliff:g>
</string>
<!-- Dialog title -->
<string name="delete_card">Delete card</string>
<!-- Warning when a user deletes a card -->
<string name="delete_message">This action cannot be undone. Are you sure you want to continue?
</string>
<!-- Displayed as a button -->
<string name="cancel_button">Cancel</string>
<!-- Toast message shown when a user attempts to do something that requires a card device -->
<string name="no_card_devices">No card devices connected</string>
<!-- Toast message shown when a user attempts to write a card without a supporting card
device -->
<string name="no_device_can_write">No connected device can write this kind of card</string>
<!-- Toast message shown when a user attempts to emulate a card without a supporting card
device -->
<string name="no_device_can_emulate">No connected device can emulate this kind of card</string>
<!-- Dialog title -->
<string name="choose_card_type">Choose card type</string>
<!-- Dialog message -->
<string name="discard_card_changes">Discard changes?</string>
<!-- Dialog message -->
<string name="discard_bulk_read_changes">Discard bulk read card template?</string>
<!-- Displayed as a button -->
<string name="discard_button">Discard</string>
<!-- Card device status -->
<string name="writing_card">Writing card</string>
<!-- Card device status -->
<string name="emulating_card">Emulating card</string>
<!-- Card device status -->
<string name="performing_operation">Performing operation</string>
<!-- Card device status -->
<string name="waiting_for_card">Waiting for card</string>
<!-- Toast shown when user tries to write or emulate a card with no card data -->
<string name="no_card_data">Card has no card data</string>
<!-- Toast shown when card type doesn't have a view dialog -->
<string name="no_view_card_dialog">This type of card doesn\'t have a detailed view</string>
<!-- Dialog title -->
<string name="edit_card_data_title">Manual <xliff:g id="card_data_class">%1$s</xliff:g> data
entry
</string>
<!-- Dialog title -->
<string name="view_card_data_title">
<xliff:g id="card_data_class">%1$s</xliff:g>
data
</string>
<!--
CardDataIOView
-->
<!-- Textual description of read image -->
<string name="read_description">Reading</string>
<!-- Textual description of write image -->
<string name="write_description">Writing</string>
<!--
CardDataIOOperationFragment
-->
<!-- Toast displayed when card writing fails with an error -->
<string name="failed_to_write">Failed to write card:
<xliff:g id="error">%1$s</xliff:g>
</string>
<!-- Toast displayed when card emulation fails with an error -->
<string name="failed_to_emulate">Failed to emulate card:
<xliff:g id="error">%1$s</xliff:g>
</string>
<!-- Toast displayed when card reading fails with an error -->
<string name="failed_to_read">Failed to read card:
<xliff:g id="error">%1$s</xliff:g>
</string>
<!-- Toast displayed when some other card operation fails with an error -->
<string name="failed_to_perform_operation">Failed to perform operation:
<xliff:g id="error">%1$s</xliff:g>
</string>
<!--
ChameleonMiniRevGActivity
Proxmark3Activity
-->
<!-- Section header -->
<string name="version">Version Information</string>
<!-- Card device status -->
<string name="retrieving">Retrieving…</string>
<!-- Toast displayed when getting a device's version fails with an error -->
<string name="failed_get_version">Failed to get version:
<xliff:g id="error">%1$s</xliff:g>
</string>
<!--
ChameleonMiniActivity
-->
<!-- Activity title -->
<string name="chameleon_mini_rev_g_activity_name" translatable="false">Chameleon Mini</string>
<!-- Activity title -->
<string name="chameleon_mini_rev_e_rebooted_activity_name" translatable="false">Chameleon Mini</string>
<!-- Device name -->
<string name="chameleon_mini_rev_g" translatable="false">Rev.G</string>
<!-- Device name -->
<string name="chameleon_mini_rev_e_rebooted" translatable="false">Rev.E Rebooted</string>
<!--
ChameleonMiniDevice
Proxmark3Device
-->
<!-- Card device status -->
<string name="idle">Idle</string>
<!-- Shown in error message -->
<string name="device_busy">Device is busy</string>
<!-- Card device status -->
<string name="reading">Reading</string>
<!-- Card device status -->
<string name="getting_version">Getting version</string>
<!-- Shown in error message -->
<string name="get_version_timeout">Timed out while getting version</string>
<!-- Error message when operation performed on device that has already gone -->
<string name="device_is_gone">Device is gone</string>
<!--
ChameleonMiniDevice
-->
<!-- Shown in error message -->
<string name="command_error">Unexpected response to <xliff:g id="command">%1$s</xliff:g> command:
<xliff:g id="error">%2$s</xliff:g>
</string>
<!-- Card device status -->
<string name="emulating">Emulating</string>
<!--
DeleteAllCardsPreference
-->
<!-- Shown in bold red color to draw attention -->
<string name="warning">Warning!</string>
<!-- Warning when user deletes all cards -->
<string name="delete_all_cards">All cards will be deleted. This action cannot be undone. Are you
sure you want to continue?
</string>
<!-- Toast message shown after all cards have been deleted -->
<string name="all_cards_deleted">All cards deleted</string>
<!--
DevicesActivity
-->
<!-- Activity title -->
<string name="devices_activity_name">Devices</string>
<!-- Toast message shown when user tries open settings for a device that doesn't support any -->
<string name="device_has_no_settings">Device has no settings</string>
<!--
FixedElement
-->
<!-- Error message -->
<string name="invalid_fixed_value">Invalid fixed value</string>
<!--
HIDCardData
-->
<!-- Component label -->
<string name="hid_format">Format</string>
<!-- Format type -->
<string name="hid_raw">Raw</string>
<!-- Format type -->
<string name="hid_26_bit">HID 26-bit (H10301)</string>
<!-- Format type -->
<string name="hid_34_bit">HID 34-bit (H10306)</string>
<!-- Format type -->
<string name="hid_35_bit_corporate_1000">HID 35-bit Corporate 1000</string>
<!-- Format type -->
<string name="hid_37_bit">HID 37-bit (H10302)</string>
<!-- Format type -->
<string name="hid_37_bit_with_facility_code">HID 37-bit with Facility Code (H10304)</string>
<!-- Component label -->
<string name="hid_data">Data (hex)</string>
<!-- Component label -->
<string name="hid_facility_code">Facility Code</string>
<!-- Component label -->
<string name="hid_card_number">Card Number</string>
<!-- Message -->
<string name="hid_format_autodetected">This format was autodetected</string>
<!--
menu_bulk_read_card
-->
<!-- Shown as alternative to toolbar icon -->
<string name="start">Start</string>
<!--
menu_edit_card
-->
<!-- Shown as alternative to toolbar icon -->
<string name="save">Save</string>
<!--
menu_view_card
-->
<!-- Shown in toolbar menu -->
<string name="delete">Delete</string>
<!-- Shown in toolbar menu -->
<string name="duplicate">Duplicate</string>
<!--
menu_wallet
menu_wallet_fab
-->
<!-- Shown in floating action button speed dial -->
<string name="add_new_card">Add New Card</string>
<!-- Shown in floating action button speed dial -->
<string name="bulk_read_cards">Bulk Read Cards</string>
<!-- Shown as alternative to toolbar icon -->
<string name="devices">Devices</string>
<!-- Shown as alternative to toolbar icon -->
<string name="settings">Settings</string>
<!--
menu_wallet
WalletActivity
-->
<!-- Shown as placeholder text for card search in wallet and as alternative to toolbar icon -->
<string name="search_cards">Search cards</string>
<!--
MifareCardData
-->
<!--
MifareReadSetupDialogFragment
-->
<!-- Dialog title -->
<string name="setup_mifare_read">Setup MIFARE read</string>
<!-- Button -->
<string name="add">Add</string>
<string name="read_steps">Read steps</string>
<!--
ParityElement
-->
<!-- Error message -->
<string name="invalid_parity">Invalid parity</string>
<!--
PickCardDataTargetDialogFragment
-->
<!-- Dialog title -->
<string name="choose_source">Choose source</string>
<!-- Dialog title -->
<string name="choose_sink">Choose destination</string>
<!-- Dialog title -->
<string name="choose_target">Choose target</string>
<!-- Option in source listing -->
<string name="manual_entry">Manual entry</string>
<!--
preferences
-->
<!-- Preference group title -->
<string name="bulk_read_settings_preference">Bulk Card Reading</string>
<!-- Preference title -->
<string name="bulk_read_vibrate_preference">Vibrate on card read</string>
<!-- Preference group title -->
<string name="devices_settings_preference">Devices</string>
<!-- Preference title -->
<string name="on_device_connected_preference">Vibrate on device connect / disconnect</string>
<!-- Preference group title -->
<string name="wallet_settings_preference">Wallet</string>
<!-- Preference title -->
<string name="delete_all_cards_preference">Delete all cards</string>
<!-- Preference group title -->
<string name="about_settings_preference">About</string>
<!-- Preference title -->
<string name="open_source_preference">Open source licenses</string>
<!--
preferences_chameleon_mini
-->
<!-- Preference title -->
<string name="card_slot_preference">Card Slot</string>
<!-- Preference message -->
<string name="card_slot_preference_message"><xliff:g>Chameleon Mini</xliff:g> card
keySlot to be used for emulation
</string>
<!--
Proxmark3Activity
-->
<!-- Activity title -->
<string name="proxmark3_activity_name" translatable="false">Proxmark3</string>
<!-- Device name -->
<string name="proxmark3" translatable="false">Proxmark3</string>
<!-- Section header. Tuning allows the user to check the RF response of the device's connected
antenna(s) -->
<string name="tune">Tune</string>
<!-- Displayed as a button -->
<string name="tune_lf">Tune LF</string>
<!-- Displayed as a button -->
<string name="tune_hf">Tune HF</string>
<!-- Progress dialog message -->
<string name="tuning_progress">Tuning…</string>
<!-- Toast displayed when Proxmark3 tuning fails with an error -->
<string name="failed_to_tune">Failed to tune:
<xliff:g id="error">%1$s</xliff:g>
</string>
<!--
Proxmark3Device
-->
<!-- Card device status -->
<string name="writing">Writing</string>
<!-- Shown in error message -->
<string name="write_card_timeout">Timed out while writing card</string>
<!-- Card device status -->
<string name="tuning">Tuning</string>
<!-- Shown in error message -->
<string name="tune_timeout">Timed out while tuning</string>
<!--
Proxmark3TuneResultActivity
-->
<!-- Activity title -->
<string name="proxmark3_tune_result_activity_name">
<xliff:g>Proxmark3</xliff:g>
- Tune Results
</string>
<!-- Used in tune results table. LF = Low Frequency -->
<string name="lf">LF</string>
<!-- Used in tune results table -->
<string name="_125khz" translatable="false">125kHz</string>
<!-- Used in tune results table -->
<string name="_134khz" translatable="false">134kHz</string>
<!-- Used in tune results table -->
<string name="optimal">Optimal</string>
<!-- Used in tune results table -->
<string name="tune_voltage" translatable="false">%.3fV</string>
<!-- Used in tune results table. Shows the peak voltage reached and what frequency it was
reached at during tuning -->
<string name="tune_peak_voltage"><xliff:g id="voltage">%1$.3fV</xliff:g>, reached at
<xliff:g id="frequency">%2$.3fkHz</xliff:g>
</string>
<!-- Used in tune results table -->
<string name="v" translatable="false">V</string>
<!-- Used in tune results table -->
<string name="khz" translatable="false">kHz</string>
<!-- Used in tune results table. HF = High Frequency -->
<string name="hf" translatable="false">HF</string>
<!-- Used in tune results table -->
<string name="_13_56mhz" translatable="false">13.56MHz</string>
<!-- Used in tune results table. Antenna usability rating -->
<string name="tune_ok">OK</string>
<!-- Used in tune results table. Antenna usability rating -->
<string name="tune_marginal">Marginal</string>
<!-- Used in tune results table. Antenna usability rating -->
<string name="tune_unusable">Unusable</string>
<!--
SettingsActivity
-->
<!-- Activity title -->
<string name="settings_activity_name">Settings</string>
<!--
StaticKeyMifareReadStepDialogFragment
-->
<!-- Dialog title -->
<string name="add_mifare_static_key_read_step">Add static key read step</string>
<!-- Dialog title -->
<string name="edit_mifare_static_key_read_step">Edit static key read step</string>
<!-- Label -->
<string name="blocks_to_read">Block(s) to read</string>
<!-- Label -->
<string name="key">Key</string>
<!-- Label -->
<string name="key_slots">Key slots</string>
<!-- Shown when both A and B slots are picked -->
<string name="both">both</string>
<!--
UsbCardDevice
-->
<!-- Toast displayed when USB card device connection fails with an error -->
<string name="failed_open_usb_connection">Failed to open USB connection</string>
<!--
UsbSerialCardDevice
-->
<!-- Toast displayed when serial USB card device opening fails with an error -->
<string name="failed_open_usb_serial_device">Failed to open USB serial device</string>
<!--
VariableBinaryComponent
-->
<!-- Error message, should be short -->
<string name="cant_be_empty">Can\'t be empty</string>
<!-- Error message, should be short -->
<string name="invalid_hex_value">Invalid hex digit</string>
<!-- Error message, should be short -->
<string name="too_many_bits">Too many bits</string>
<!--
WalletActivity
-->
<!-- Shown before requesting location permissions -->
<string name="location_rationale">Walrus can (optionally) use your device\'s location to allow
the location of captured cards to be recorded.
</string>
<!--
WalrusApplication
-->
<!-- Toast message shown when a card device is connected -->
<string name="device_disconnected">
<xliff:g id="device">%1$s</xliff:g>
disconnected
</string>
<!-- Toast message shown when a card device is disconnected -->
<string name="device_connected">
<xliff:g id="device">%1$s</xliff:g>
connected
</string>
<!--
Unsorted stuff falls here...
-->
<string name="dummy_to_catch_unsorted_stuff"
tools:keep="@string/dummy_to_catch_unsorted_stuff"/>
</resources>