-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathLocalizable.strings
More file actions
1067 lines (735 loc) · 39.8 KB
/
Localizable.strings
File metadata and controls
1067 lines (735 loc) · 39.8 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
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
/* A label with the name of a terminal on an associated
utility element (first variable) and a percentage
(second variable) indicating the relative location along
an edge where a utility association is (logically) located. */
"%@, %@" = "%@, %@";
/* A label declaring the number of starting points selected for a utility network trace. */
"%lld selected" = "%lld selected";
/* A label indicating the number of results of a utility network trace. */
"^[%lld Results](inflect: true)" = "^[%lld Results](inflect: true)";
/* A reference to 3D content. */
"3D" = "3D";
/* An alert message indicating that a certificate is required to access
content on a remote host. The variable is the host that prompted the challenge. */
"A certificate is required to access content on %@." = "A certificate is required to access content on %@.";
/* A message explaining that a map area cannot be downloaded at this time. */
"A map area cannot be downloaded at this time." = "A map area cannot be downloaded at this time.";
/* A label for a button to add a new utility association. */
"Add" = "Add";
/* A label for a button to add a new utility network association. */
"Add Association" = "Add Association";
/* A label for a button to add a new file attachment. */
"Add Attachment" = "Add Attachment";
/* A label for a button to add a new field filtering condition. */
"Add Condition" = "Add Condition";
/* A label for a button to add a map area. */
"Add Map Area" = "Add Map Area";
/* A button to add new utility trace starting points. */
"Add New" = "Add New";
/* A section header for advanced options. */
"Advanced Options" = "Advanced Options";
/* A reference to all of the sites defined in a floor aware map. */
"All Sites" = "All Sites";
/* A message describing the outcome of clearing all utility network trace results. */
"All the trace inputs and results will be lost." = "All the trace inputs and results will be lost.";
/* An error message for when fetching map areas fails. */
"An error occurred while fetching map areas." = "An error occurred while fetching map areas.";
/* A question asking for confirmation to discard changes. */
"Are you sure you want to discard the changes?" = "Are you sure you want to discard the changes?";
/* The title for a map area. */
"Area %lld" = "Area %lld";
/* A hint for the user to enter an area name in the text field. */
"Area Name" = "Area Name";
/* A navigation title for the Association Settings page. */
"Association Settings" = "Association Settings";
/* A label in reference to a utility association type. */
"Association Type" = "Association Type";
/* A label in reference to utility associations elements contained within a popup. */
"Associations" = "Associations";
/* A label for the "Attachment" utility association kind. */
"Attachment" = "Attachment";
/* A label in reference to attachments. */
"Attachments" = "Attachments";
/* The status text when attachments failed to load. */
"Attachments failed to load." = "Attachments failed to load.";
/* An error message explaining attachments larger than the provided maximum cannot be downloaded. */
"Attachments larger than %@ cannot be downloaded." = "Attachments larger than %@ cannot be downloaded.";
/* A label in reference to the attributes of a geo element. */
"Attributes" = "Attributes";
/* A label indicating authentication is required to proceed. */
"Authentication Required" = "Authentication Required";
/* A section header label in reference to the asset
types available to use when querying for utility
association feature candidates. */
"Available Asset Types" = "Available Asset Types";
/* A generic label for navigating to the previous screen or returning to the previous context. */
"Back" = "Back";
/* A label in reference to bookmarks contained in a map or scene. */
"Bookmarks" = "Bookmarks";
/* A label for a button to open the system file browser. */
"Browse" = "Browse";
/* Building (Level of Detail) */
"Building" = "Building";
/* Buildings (Level of Detail) */
"Buildings" = "Buildings";
/* A label for a button to show the calibration view. */
"Calibrate" = "Calibrate";
/* A label for the calibration view used to calibrate the camera
for the AR experience. */
"Calibration" = "Calibration";
/* A title for an alert that camera access is disabled. */
"Camera access is disabled" = "Camera access is disabled";
/* A label for a button to cancel an operation.
Cancel your current action to close/hide a sheet or pop-up. */
"Cancel" = "Cancel";
/* A label for a button to cancel the starting point selection operation. */
"Cancel Starting Point Selection" = "Cancel Starting Point Selection";
/* The status text when a map area download is cancelled. */
"Cancelled" = "Cancelled";
/* A label indicating that the remote host's certificate is not trusted. */
"Cannot Verify Server Identity" = "Cannot Verify Server Identity";
/* A label indicating that a certificate is required to proceed. */
"Certificate Required" = "Certificate Required";
/* The accessibility hint for choosing the 'compass navigation' auto-pan mode in the location button context menu. */
"Change auto-pan mode to compass" = "Change auto-pan mode to compass";
/* The accessibility hint for choosing the 'navigation' auto-pan mode in the location button context menu. */
"Change auto-pan mode to navigation" = "Change auto-pan mode to navigation";
/* The accessibility hint for choosing the 'recenter' auto-pan mode in the location button context menu. */
"Change auto-pan mode to recenter" = "Change auto-pan mode to recenter";
/* The accessibility hint of the location button. */
"Change location display options" = "Change location display options";
/* A label of a mark on a chart. */
"chart-mark-label-value" = "Value";
/* A label for a button to choose an file from the user's files. */
"Choose From Files" = "Choose From Files";
/* A label for a button to choose a photo or video from the user's photo library. */
"Choose From Library" = "Choose From Library";
/* Instructional text for the user to choose a feature
candidate to add as a utility association. */
"Choose to add" = "Choose to add";
/* Cities (Level of Detail) */
"Cities" = "Cities";
/* City (Level of Detail) */
"City" = "City";
/* E.g. Remove text from a text field. */
"Clear" = "Clear";
/* A directive to clear all of the completed utility network traces. */
"Clear All Results" = "Clear All Results";
/* Close/hide a sheet or pop-up. */
"Close" = "Close";
/* A label in reference to the color used to display utility trace result graphics. */
"Color" = "Color";
/* The accessibility value of the location button when the auto-pan mode is compass navigation. */
"Compass navigation" = "Compass navigation";
/* The accessibility label of the compass button. */
"compass-button-accessibility-label" = "Compass";
/* A label for a control to pick a condition to filter fields in a table against. */
"Condition" = "Condition";
/* A label for a control representing a condition and position index used to filter fields in a table. */
"Condition %lld" = "Condition %lld";
/* A label for button to a open a menu with options for a condition used to filter fields in a table. */
"Condition %lld Options" = "Condition %lld Options";
/* Confirm the current action and close a sheet or pop-up. */
"Confirm" = "Confirm";
/* A label for the "Connectivity" utility association kind. */
"Connectivity" = "Connectivity";
/* A label for the "Containment" utility association kind. */
"Containment" = "Containment";
/* A label for the "contains the text" attribute query condition. */
"contains the text" = "contains the text";
/* A label indicating whether content in the new
association is visible or not. */
"Content Visible" = "Content Visible";
/* Continent (Level of Detail) */
"Continent" = "Continent";
/* A button indicating the user accepts a potentially dangerous action.
A label for a button used to continue the authentication operation. */
"Continue" = "Continue";
/* A label for a button to continue editing the feature form. */
"Continue Editing" = "Continue Editing";
/* An error message explaining that map areas could not be retrieved for this map. */
"Could not retrieve map areas for this map." = "Could not retrieve map areas for this map.";
/* Localized text to display the number of items in a collection. */
"Count %lld" = "Count %lld";
/* Counties (Level of Detail) */
"Counties" = "Counties";
/* Countries (Big) (Level of Detail) */
"Countries (Big)" = "Countries (Big)";
/* Countries (Small) (Level of Detail) */
"Countries (Small)" = "Countries (Small)";
/* County (Level of Detail) */
"County" = "County";
/* The status text for an opened map area. */
"Currently open" = "Currently open";
/* Text indicating a field's value must not exceed a maximum date. */
"Date exceeds maximum" = "Date exceeds maximum";
/* Text indicating a field's value must meet a minimum date. */
"Date less than minimum" = "Date less than minimum";
/* Text indicating a field's value must be on or after the minimum date specified in the variable. */
"Date must be on or after %@" = "Date must be on or after %@";
/* Text indicating a field's value must be on or before the maximum date specified in the variable. */
"Date must be on or before %@" = "Date must be on or before %@";
/* A label for a "Delete" button. */
"Delete" = "Delete";
/* A label for a button used to delete all starting points on a pending utility network trace. */
"Delete All Starting Points" = "Delete All Starting Points";
/* The title of the dialogue confirming deletion of all points. */
"Delete all starting points?" = "Delete all starting points?";
/* A label for a button to delete a map area download. */
"Delete Download" = "Delete Download";
/* A label for the description of the map area. */
"Description" = "Description";
/* Discard edits on the feature form. */
"Discard" = "Discard";
/* A label for a button to discard unsaved edits. */
"Discard Edits" = "Discard Edits";
/* A question asking if the user would like to discard their unsaved edits. */
"Discard Edits?" = "Discard Edits?";
/* E.g. Close/hide a sheet or pop-up. */
"Dismiss" = "Dismiss";
/* A label for the "does not contain the text" attribute query condition. */
"does not contain the text" = "does not contain the text";
/* A label for a button for the user to indicate completion of the current task. */
"Done" = "Done";
/* A label for a button to download a map area. */
"Download" = "Download";
/* The status text when a map area failed to download. */
"Download failed" = "Download failed";
/* A label for a button to download a map area. */
"Download Map Area" = "Download Map Area";
/* The status text when a map area is downloaded. */
"Downloaded" = "Downloaded";
/* The status text when a map area is downloading. */
"Downloading" = "Downloading";
/* A label for a button to duplicate a field filter. */
"Duplicate" = "Duplicate";
/* A message indicating that the user attempted to use a single utility
network element for more than one trace starting point. */
"Duplicate starting points cannot be added." = "Duplicate starting points cannot be added.";
/* The cardinal direction East. */
"East" = "East";
/* A label indicating an element could not be identified as a starting point
for a utility network trace. */
"Element could not be identified." = "Element could not be identified.";
/* A label for the slider that adjusts the camera elevation for the
AR experience. */
"elevation" = "elevation";
/* An error message explaining attachments with empty files (0 bytes) cannot be downloaded. */
"Empty attachments cannot be downloaded." = "Empty attachments cannot be downloaded.";
/* An error message indicating the selected attachment is an empty file and not supported. */
"Empty files are not supported." = "Empty files are not supported.";
/* A label for the "ends with" attribute query condition. */
"ends with" = "ends with";
/* Text indicating a field's value must be within the
allowed length range. The first and second parameter
hold the minimum and maximum length respectively. */
"Enter %lld to ^[%lld characters](inflect: true)" = "Enter %lld to ^[%lld characters](inflect: true)";
/* Text indicating the user should enter a field's exact number of characters. */
"Enter ^[%lld characters](inflect: true)" = "Enter ^[%lld characters](inflect: true)";
/* An instruction to enter a name. */
"Enter a name" = "Enter a name";
/* A prompt for a text field to enter a value. */
"Enter a value" = "Enter a value";
/* A label for a combo box input that prompts the user to enter a value. */
"Enter Value" = "Enter Value";
/* Text indicating a field's value must be within the allowed range.
The first and second parameter hold the minimum and maximum values respectively. */
"Enter value from %@ to %@" = "Enter value from %@ to %@";
/* A label in reference to an error that occurred during a utility network trace. */
"Error" = "Error";
/* An error message shown when the element's
associations filter results cannot be displayed.
The variable provides additional data. */
"Error fetching filter results: %@" = "Error fetching filter results: %@";
/* A label indicating that an error occurred while fetching map areas. */
"Error Fetching Map Areas" = "Error Fetching Map Areas";
/* A title for an alert that the selected file was not able to be
imported as an attachment. */
"Error importing attachment" = "Error importing attachment";
/* A message indicating that some error occurred while importing a chosen
network certificate. */
"Error importing certificate" = "Error importing certificate";
/* An error to be displayed when a basemap chosen from the basemap gallery fails to load. */
"Error loading basemap." = "Error loading basemap.";
/* An error message shown when a GeoModel failed to load.
The variable provides additional data. */
"Error loading bookmarks: %@" = "Error loading bookmarks: %@";
/* A label indicating popup expressions are being evaluated. */
"Evaluating popup expressions" = "Evaluating popup expressions";
/* Text indicating a field's value exceeds the maximum allowed value. */
"Exceeds maximum value" = "Exceeds maximum value";
/* A label indicating a certificate file was inaccessible. */
"Failed to access the certificate file." = "Failed to access the certificate file.";
/* A message indicating that the chosen utility network element wasn't able
to be used as a trace starting point. */
"Failed to set starting point" = "Failed to set starting point";
/* The accessibility value of the location button when the location display fails to start. */
"Failed to start" = "Failed to start";
/* A label in reference to utility elements returned as results of a utility network
trace operation. */
"Feature Results" = "Feature Results";
/* A field in a dataset. */
"Field" = "Field";
/* A label in reference to fields in a set of data contained in a popup. */
"Fields" = "Fields";
/* A label for a text entry field that allows the user to filter a list of values by name. */
"Filter" = "Filter";
/* A label for a search field to filter utility
asset types by name. */
"Filter asset types by name" = "Filter asset types by name";
/* A label for a button to filter utility association candidates by attributes. */
"Filter Candidates" = "Filter Candidates";
/* A label for a search field to filter utility
association candidate features by name. */
"Filter candidates by name" = "Filter candidates by name";
/* Label for a text field used to
filter visible elements in a form. */
"Filter Elements" = "Filter Elements";
/* A field allowing the user to filter a list of facilities by name. A
facility contains one or more levels in a floor-aware map or scene. */
"Filter facilities" = "Filter facilities";
/* A label for a search field to filter utility
association feature sources by name. */
"Filter feature sources by name" = "Filter feature sources by name";
/* A field allowing the user to filter a list of sites by name. A site
contains one or more facilities in a floor-aware map or scene. */
"Filter sites" = "Filter sites";
/* A notice used when closing the view that the filters have not been applied/saved. */
"Filters have not been applied" = "Filters have not been applied";
/* A hint for the user on what to search for in a search bar. */
"Find a place or address" = "Find a place or address";
/* The message shown when a form could not be submitted. */
"Finish editing failed." = "Finish editing failed.";
/* The message shown when a form could not be
submitted with additional details. */
"Finish editing failed.\n%@" = "Finish editing failed.\n%@";
/* A label in reference to a fractional distance along an
edge of a utility network element. */
"Fraction Along Edge" = "Fraction Along Edge";
/* A label for the element on the "from" side of a utility association. */
"From Element" = "From Element";
/* A label in reference to function outputs returned as results of a utility network
trace operation. */
"Function Results" = "Function Results";
/* A label for the slider that adjusts the camera heading for the
AR experience. */
"heading" = "heading";
/* The accessibility value of a compass. The first
variable is a heading in degrees and the second
variable is a cardinal or intercardinal direction. */
"Heading: %@ %@" = "Heading: %@ %@";
/* The section header for the auto-pan section in the location button context menu. */
"Hide Location" = "Hide Location";
/* The accessibility hint of the hide location display context menu option. */
"Hide location display" = "Hide location display";
/* House Property (Level of Detail) */
"House Property" = "House Property";
/* Houses (Level of Detail) */
"Houses" = "Houses";
/* A label indicating that a challenge should be ignored. */
"Ignore" = "Ignore";
/* A label for the "is" attribute query condition. */
"is" = "is";
/* A label for the "is blank" attribute query condition. */
"is blank" = "is blank";
/* A label for the "is empty" attribute query condition. */
"is empty" = "is empty";
/* A label for the "is not" attribute query condition. */
"is not" = "is not";
/* A label for the "is not blank" attribute query condition. */
"is not blank" = "is not blank";
/* A label for the "is not empty" attribute query condition. */
"is not empty" = "is not empty";
/* A label for the "Junction Edge Object Connectivity From Side" utility association kind. */
"Junction Edge Object Connectivity From Side" = "Junction Edge Object Connectivity From Side";
/* A label for the "Junction Edge Object Connectivity Midspan" utility association kind. */
"Junction Edge Object Connectivity Midspan" = "Junction Edge Object Connectivity Midspan";
/* A label for the "Junction Edge Object Connectivity To Side" utility association kind. */
"Junction Edge Object Connectivity To Side" = "Junction Edge Object Connectivity To Side";
/* A label for a pie chart legend item label. */
"Label" = "Label";
/* Text indicating a field's value must be within the allowed range. */
"Less than minimum value" = "Less than minimum value";
/* A label for the level of detail picker view. */
"Level of Detail" = "Level of Detail";
/* The status text when a map area is loading. */
"Loading" = "Loading";
/* The status text when a map area failed to load. */
"Loading failed" = "Loading failed";
/* The accessibility label of the location button when the location display is not showing. */
"Location display" = "Location display";
/* The label text for choosing the 'compass navigation' auto-pan mode in the location button context menu. */
"location-button-accessibility-value-compass" = "Compass";
/* The label text for choosing the 'navigation' auto-pan mode in the location button context menu. */
"location-button-accessibility-value-navigation" = "Navigation";
/* The label text for turning the auto-pan mode off in the location button context menu. */
"location-button-accessibility-value-off" = "Off";
/* The label text for choosing the 'recenter' auto-pan mode in the location button context menu. */
"location-button-accessibility-value-recenter" = "Recenter";
/* The accessibility label of the location button when the
location display is showing and the button cycles
through auto-pan modes. */
"location-button-auto-pan-accessibility-label" = "Auto-pan";
/* The header of the auto-pan section in the location button context menu. */
"location-button-auto-pan-section-header-title" = "Auto-pan";
/* The accessibility value of the location button when the auto-pan mode is navigation. */
"location-button-status-label-navigation" = "Navigation";
/* The accessibility value of the location button when the auto-pan mode is off. */
"location-button-status-label-off" = "Off";
/* The accessibility value of the location button when the auto-pan mode is recenter. */
"location-button-status-label-recenter" = "Recenter";
/* A title for the offline map areas view. */
"Map Areas" = "Map Areas";
/* Text indicating a field's maximum number of allowed characters. */
"Maximum ^[%lld characters](inflect: true)" = "Maximum ^[%lld characters](inflect: true)";
/* Text indicating a field's maximum number of allowed characters is exceeded. */
"Maximum character length exceeded" = "Maximum character length exceeded";
/* A label in reference to media elements contained within a popup. */
"Media" = "Media";
/* Metropolitan Area (Level of Detail) */
"Metropolitan Area" = "Metropolitan Area";
/* A warning message indicating microphone access has been disabled for the current application in the system settings. */
"Microphone access has been disabled in Settings." = "Microphone access has been disabled in Settings.";
/* Text indicating a field's minimum number of allowed characters is not met. */
"Minimum character length not met" = "Minimum character length not met";
/* The mode in which the utility network trace tool is being used (either creating traces or viewing traces). */
"Mode" = "Mode";
/* A label for a button to view details for a list row. */
"More Information" = "More Information";
/* A label for a button to see more options for a list row. */
"More Options" = "More Options";
/* A label in reference to the user defined name for an individual utility network trace. */
"Name" = "Name";
/* Neighborhood (Level of Detail) */
"Neighborhood" = "Neighborhood";
/* A label in reference to a specific utility network. */
"Network" = "Network";
/* A navigation title for a page listing
data sources in a utility network. */
"Network Data Source" = "Network Data Source";
/* A navigation title for a view to create a new association in. */
"New Association" = "New Association";
/* A label in reference to the new name of a file, shown in a file rename interface. */
"New name" = "New name";
/* A label for a button to show new utility network trace configuration options. */
"New Trace" = "New Trace";
/* A label indicating that no associations are available for the utility associations element. */
"No Associations" = "No Associations";
/* A label indicating an element
contains no file attachments. */
"No attachments" = "No attachments";
/* A label indicating that no bookmarks are available for selection. */
"No bookmarks" = "No bookmarks";
/* A label indicating no utility association
candidates matching the filter criteria were
found. */
"No Candidates Found" = "No Candidates Found";
/* A label indicating no field filtering conditions have been added. */
"No conditions added" = "No conditions added";
/* A statement that no utility trace configurations are available. */
"No configurations available." = "No configurations available.";
/* A label indicating no utility association
feature sources were found. */
"No Feature Sources Found" = "No Feature Sources Found";
/* A label indicating no utility association
filter results were found. */
"No Filter Results Found" = "No Filter Results Found";
/* An error message explaining that there is no internet connection. */
"No Internet Connection" = "No Internet Connection";
/* An error message explaining that there is no internet connection and only downloaded areas are shown. */
"No internet connection. Showing downloaded areas only." = "No internet connection. Showing downloaded areas only.";
/* A label indicating that there are no map areas. */
"No Map Areas" = "No Map Areas";
/* A statement that no sites or facilities with names matching a filter phrase were found. */
"No matches found." = "No matches found.";
/* A message to show when there are no results or suggestions. */
"No results found" = "No results found";
/* A label indicating that no utility named trace configurations are available. */
"No trace types found." = "No trace types found.";
/* A label indicating that no utility networks are available. */
"No utility networks found." = "No utility networks found.";
/* A string indicating that no value has been set for a form field. */
"No Value" = "No Value";
/* The cardinal direction North. */
"North" = "North";
/* The intercardinal direction Northeast. */
"Northeast" = "Northeast";
/* The intercardinal direction Northwest. */
"Northwest" = "Northwest";
/* A trace function output result was not provided. */
"Not Available" = "Not Available";
/* A label for a button to choose the current time and date for a field. */
"Now" = "Now";
/* A string identifying a utility network object. */
"Object ID: %@" = "Object ID: %@";
/* A label indicating that the map is offline disabled. */
"Offline Disabled" = "Offline Disabled";
/* The default title of the live activity for taking a map offline. */
"Offline Map" = "Offline Map";
/* A label for button to proceed with an operation. */
"OK" = "OK";
/* A message explaining that the online map failed to load. */
"Online Map Failed to Load" = "Online Map Failed to Load";
/* Helper text indicating that an accompanying button only
removes only the association. */
"Only removes the association. The feature remains." = "Only removes the association. The feature remains.";
/* A label for a button to open a map area. */
"Open" = "Open";
/* The status text when a map area is packaging. */
"Packaging" = "Packaging";
/* The status text when a map area packaging failed. */
"Packaging failed" = "Packaging failed";
/* A label instructing to pan and zoom the map to define an area. */
"Pan and zoom to define the area" = "Pan and zoom to define the area";
/* A label in reference to a credential password. */
"Password" = "Password";
/* A label indicating that a password is required to proceed with an operation. */
"Password Required" = "Password Required";
/* A label in reference to a percent along an
edge of a utility network element. */
"Percent Along" = "Percent Along";
/* A message for an alert requesting camera access. */
"Please enable camera access in settings." = "Please enable camera access in settings.";
/* A label requesting the password associated with the chosen certificate. */
"Please enter a password for the chosen certificate." = "Please enter a password for the chosen certificate.";
/* A label indicating that at least one starting location is required for the
chosen utility network trace configuration. */
"Please set at least 1 starting location." = "Please set at least 1 starting location.";
/* A label indicating that at least two starting locations are required for the
chosen utility network trace configuration. */
"Please set at least 2 starting locations." = "Please set at least 2 starting locations.";
/* An error message shown when a popup cannot be displayed.
The variable provides additional data. */
"Popup evaluation failed: %@" = "Popup evaluation failed: %@";
/* The status text when a map area is ready to download. */
"Ready to download" = "Ready to download";
/* A button allowing users to proceed to record a video while acknowledging audio will not be captured. */
"Record video only" = "Record video only";
/* A label for a button to refresh map area content. */
"Refresh" = "Refresh";
/* A label for a button to remove a utility network association. */
"Remove" = "Remove";
/* A label for a button to remove a utility association. */
"Remove Association" = "Remove Association";
/* A label for a confirmation to remove a utility association. */
"Remove association?" = "Remove association?";
/* A label for a button to remove a map area download. */
"Remove Download" = "Remove Download";
/* A label for a button to rename an attachment. */
"Rename" = "Rename";
/* A label in reference to the action of renaming a file, shown in a file rename interface. */
"Rename attachment" = "Rename attachment";
/* The accessibility hint of the compass component. */
"Reorient map north" = "Reorient map north";
/* A label for button to show when the user has panned the map away
from the original search location. 'Here' is in reference to the
current visible extent of the map or scene. */
"Repeat Search Here" = "Repeat Search Here";
/* A label indicating a field is required */
"Required" = "Required";
/* A label for a button to show utility network trace results. */
"Results" = "Results";
/* Room (Level of Detail) */
"Room" = "Room";
/* Rooms (Level of Detail) */
"Rooms" = "Rooms";
/* Finish editing the feature form. */
"Save" = "Save";
/* A label for a button to save edits. */
"Save Edits" = "Save Edits";
/* A generic prompt for a search field where a more
specific prompt has not been provided. */
"Search" = "Search";
/* A label for a search bar to search through feature
candidates to use in a new utility association. */
"Search Features" = "Search Features";
/* A label in reference to a search query entered by the user. */
"Search Query" = "Search Query";
/* A label prompting the user to make a selection from the available bookmarks. */
"Select a bookmark" = "Select a bookmark";
/* A label directing the user to select a facility. A facility contains one
or more levels in a floor-aware map or scene. */
"Select a facility" = "Select a facility";
/* A title for the on demand configuration view. */
"Select Area" = "Select Area";
/* A label for button to select a utility network. */
"Select Network" = "Select Network";
/* A label for button to select a utility network trace configuration. */
"Select Trace Configuration" = "Select Trace Configuration";
/* A label for a button to take the user to a contextually inferred settings page. */
"Settings" = "Settings";
/* A label for a button to show all the association results. */
"Show all" = "Show all";
/* A label indicating the intended outcome of using the filter view. */
"Show features that meet all the conditions" = "Show features that meet all the conditions";
/* A label for a button to show the indicated feature on the map. */
"Show On Map" = "Show On Map";
/* A label in reference to all of the sites in a floor-aware map or scene. */
"Sites" = "Sites";
/* A label for the file size of the map area. */
"Size: %@" = "Size: %@";
/* Small Building (Level of Detail) */
"Small Building" = "Small Building";
/* The cardinal direction South. */
"South" = "South";
/* The intercardinal direction Southeast. */
"Southeast" = "Southeast";
/* The intercardinal direction Southwest. */
"Southwest" = "Southwest";
/* A label indicating the spatial reference of the chosen basemap doesn't
match the spatial reference of the map or scene. */
"Spatial reference mismatch." = "Spatial reference mismatch.";
/* The accessibility value of the location button when the location display is starting. */
"Starting" = "Starting";
/* A label in reference to the utility elements chosen as starting points for a utility
network trace operation. */
"Starting Points" = "Starting Points";
/* A label for the "starts with" attribute query condition. */
"starts with" = "starts with";
/* State/Province (Level of Detail) */
"State/Province" = "State/Province";
/* States/Provinces (Level of Detail) */
"States/Provinces" = "States/Provinces";
/* The accessibility value of the location button when the location display is not showing. */
"Stopped" = "Stopped";
/* The accessibility value of the location button when the location display is stopping. */
"Stopping" = "Stopping";
/* Street (Level of Detail) */
"Street" = "Street";
/* Streets (Level of Detail) */
"Streets" = "Streets";
/* A label for a button to capture a new photo or video. */
"Take Photo or Video" = "Take Photo or Video";
/* An instruction to the user to tap on a horizontal surface to
place an ArcGIS Scene. */
"Tap a surface to place the scene" = "Tap a surface to place the scene";
/* A label indicating that tapping an image will reveal
additional information. */
"Tap on the image for more information." = "Tap on the image for more information.";
/* A label in reference to a utility terminal. */
"Terminal" = "Terminal";
/* A label in reference to the chosen terminal configuration of a utility network element. */
"Terminal Configuration" = "Terminal Configuration";
/* A label indicating the chosen basemap doesn't have a spatial reference. */
"The basemap does not have a spatial reference." = "The basemap does not have a spatial reference.";
/* An error to be displayed when a basemap chosen from the basemap gallery fails to
load for an unknown reason. */
"The basemap failed to load for an unknown reason." = "The basemap failed to load for an unknown reason.";
/* A label indicating the spatial reference of the chosen basemap doesn't
match the spatial reference of the map. */
"The basemap has a spatial reference that is incompatible with the map." = "The basemap has a spatial reference that is incompatible with the map.";
/* A label indicating the chosen file or given password was invalid. */
"The certificate file or password was invalid." = "The certificate file or password was invalid.";
/* A label indicating the chosen file was invalid. */
"The certificate file was invalid." = "The certificate file was invalid.";
/* The title shown when the feature form failed to save. */
"The form wasn't submitted" = "The form wasn't submitted";
/* A warning that the host service (challenge.host) is providing a potentially unsafe certificate. */
"The identity of \"%@\" cannot be verified. Would you like to connect anyway?" = "The identity of \"%@\" cannot be verified. Would you like to connect anyway?";
/* A label indicating the map doesn't have a spatial reference. */
"The map does not have a spatial reference." = "The map does not have a spatial reference.";
/* A message indicating that the map is not offline enabled. */
"The map is not enabled for offline use." = "The map is not enabled for offline use.";
/* A message explaining that the map area name must be unique. */
"The name for the map area must be unique." = "The name for the map area must be unique.";
/* A label indicating the given password was invalid. */
"The password was invalid." = "The password was invalid.";
/* A generic message for an alert that the selected file was not able
to be imported as an attachment. */
"The selected attachment could not be imported." = "The selected attachment could not be imported.";
/* An error message indicating the selected attachment exceeds the megabyte limit. */
"The selected attachment exceeds the %@ limit." = "The selected attachment exceeds the %@ limit.";
/* Description of error thrown when a remote image could not be loaded. */
"The URL could not be reached or did not contain image data." = "The URL could not be reached or did not contain image data.";
/* A message explaining that there are no map areas for this map. */
"There are no map areas for this map." = "There are no map areas for this map.";
/* A message explaining that there are no map areas for this map and to tap the button below to add a map area. */
"There are no map areas for this map. Tap the button below to get started." = "There are no map areas for this map. Tap the button below to get started.";
/* A notice communicating that a feature form has no elements. */
"This form is empty." = "This form is empty.";
/* A label for a text entry field that allows the user to filter a list of association results by title. */
"Title" = "Title";
/* A label for the element on the "to" side of a utility association. */
"To Element" = "To Element";
/* A label for a button to choose the current date for a field. */
"Today" = "Today";
/* Text indicating the total count of association results. */
"Total: %lld" = "Total: %lld";
/* Town (Level of Detail) */
"Town" = "Town";
/* A label for a button to begin a utility network trace operation. */
"Trace" = "Trace";
/* A label indicating the index of the trace being viewed out of the total number of traces completed. */
"Trace %1$lld of %2$lld" = "Trace %1$lld of %2$lld";
/* A label in reference to a utility network trace configuration. */
"Trace Configuration" = "Trace Configuration";
/* A label indicating that a utility network trace is running. */
"Tracing…" = "Tracing…";
/* A label for a button allowing the user to retry an operation. */
"Try Again" = "Try Again";
/* The accessibility hint for turning the auto-pan mode off in the location button context menu. */
"Turn off auto-pan" = "Turn off auto-pan";
/* The default title of a map area with an unknown title. */
"Unknown" = "Unknown";
/* Text indicating a field has an unknown validation error. */
"Unknown validation error" = "Unknown validation error";
/* A label to use in place of a utility element asset type name. */
"Unnamed Asset Type" = "Unnamed Asset Type";
/* A label for a section in a list of possible values that contains a single value outside the list of valid values. */
"Unsupported Value" = "Unsupported Value";
/* A message explaining that unsaved edits will be
lost if the user continues to dismiss the form
without saving. */
"Updates to the form will be lost." = "Updates to the form will be lost.";
/* A label in reference to a credential username. */
"Username" = "Username";
/* A label for an unknown utility association kind. */
"utility-association-unknown-label" = "Unknown";
/* A label indicating the feature form has validation errors. */