strings.xml
42.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
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">FoodSafety</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello Blank Fragment</string>
<string name="name_txt_product_name">Product Name</string>
<string name="print_barcode_on_labeltxt">Print Barcode On Label?</string>
<string name="add_logo_image_txt">Add Logo Image</string>
<string name="pos_paired_devices" translatable="false">Paired devices</string>
<string name="pos_available_devices" translatable="false">Available devices</string>
<string name="pos_title_choose_printer" translatable="false">Choose printer</string>
<string name="pos_title_connecting_to" translatable="false">Connecting to</string>
<string name="action_settings" translatable="false">Settings</string>
<string name="action_connect" translatable="false">Connect</string>
<string name="action_disconnect" translatable="false">Disconnect</string>
<string name="action_print_raw" translatable="false">Print raw</string>
<string name="action_print_programmatically" translatable="false">Print Text</string>
<string name="title_state" translatable="false">State</string>
<string name="title_message" translatable="false">Message</string>
<!--My String names-->
<string name="Forget_Password">Forget password:</string>
<!-- Partner ID , access code & finger print login page -->
<string name="default_txtlogin">if you\'ve registered , Sign in using your partner ID or Access code</string>
<string name="partnerid_txtlogin">Partner ID</string>
<string name="accessCode_txtlogin">Access code</string>
<string name="restaurant_idtxtlogin">Restaurant ID</string>
<string name="signIn_txtlogin">Sign In</string>
<string name="helpQ_txtlogin">Help ?</string>
<string name="use_fromtologin_txtlogin">Use Form To Login</string>
<string name="business_idlogin">Business ID</string>
<!-- done -->
<!--Dashboard & side menu page-->
<string name="sidemenu_nametxthome">David</string>
<string name="roletxt_sotremanager">Store Manager</string>
<string name="roletxt_admin">Admin</string>
<string name="home_txt">Home</string>
<string name="switch_outlet">Switch Outlet</string>
<string name="printer_setting">Printer Settings</string>
<string name="printer_setting_mileage">Label Management</string>
<string name="inventroy_txthome">Product List</string>
<string name="inventroy_caps_txthome">PRODUCT LIST</string>
<string name="business_txthome">Business</string>
<string name="user_txthome">Users</string>
<string name="user_caps_txthome">USERS</string>
<string name="about_txthome">About</string>
<string name="about_caps_txthome">ABOUT</string>
<string name="setting_txthome">Settings</string>
<string name="product_code">Product code</string>
<string name="barcode">Barcode Info.</string>
<string name="help_txthome">Help</string>
<string name="pay_txthome">Pay</string>
<string name="sign_outhome">Sign out</string>
<string name="support_txthome">Support</string>
<string name="chooseLan_txthome">Choose Language</string>
<string name="list_all_itemtxthome">List All Items</string>
<string name="add_new_item_txthome">Add New Item</string>
<string name="categories_txthome">Categories</string>
<string name="add_new_category_txthome">Add New Category</string>
<string name="list_all_businesshome">List All Business</string>
<string name="add_new_businesshome">Add New Businesses</string>
<string name="list_allusers">List All User</string>
<string name="add_new_usershome">Add New Users</string>
<string name="notificationlisthome">Notification</string>
<string name="please_choose_modulehome">
<b>PLEASE CHOOSE MODULE</b>
</string>
<string name="please_choose_storageareahome">
<b>PLEASE CHOOSE STORAGE AREA</b>
</string>
<string name="labels_txthome">LABELS</string>
<string name="temping_txthome">TEMPING</string>
<string name="cheklist_txthome">CHECKLIST</string>
<string name="dashboard_txthome">
<b>DASHBOARD</b>
</string>
<string name="create_use_first_pro_txt">
<b>CREATE USE FIRST PRODUCT</b>
</string>
<string name="edit_use_first_pro_txt">
<b>EDIT USE FIRST PRODUCT</b>
</string>
<!--done-->
<!--labels-->
<string name="labels_comingsoontxt">LABELS AND CHECKLIST COMING SOON</string>
<!--inventory-->
<string name="cancel_Txtinventory">Cancel</string>
<string name="searchitem_txtinventory">Search Items</string>
<string name="name_txt_inventory">Name</string>
<string name="categorie_txtinventory">Category</string>
<string name="temprature_txtinventory">Temprature</string>
<string name="ferahite_txtinventory">F</string>
<string name="qty_txtinventory">Qty</string>
<string name="do_tempinventory">Do Temp</string>
<string name="storage_txtinventoroy">Storage</string>
<string name="add_newstorageArea_location_txtinventory">+ Add New Storage /Location</string>
<string name="save_txtinventory">Save</string>
<string name="item_id_txtinventory">Item ID</string>
<string name="create_inventoryitem_txt">CREATE INVENTORY ITEM</string>
<string name="update_inventoryitem_txt">UPDATE INVENTORY ITEM</string>
<string name="create_newinventorytxt">CREATE NEW INVENTORY CATEGORY</string>
<string name="description_txtinventory">Description(optional)</string>
<string name="drink_txt_inventory">Drinks</string>
<string name="cheese_txt_inventory">Cheese</string>
<string name="cheesefeta_txt_inventory">Cheese Feta Crumble LB</string>
<string name="storageArea_location_txtinventory">Storage area/Location</string>
<string name="container_txtinventory">Container Name #1</string>
<string name="add_imgtxtinventory">Upload Image</string>
<string name="edit_imgtxtinventory">Upload Image</string>
<string name="status_txtinventory">Status</string>
<string name="inventory_itemstxtinventory">Inventory Item</string>
<string name="inventory_edittxtinventory">Edit Product List</string>
<!--business-->
<string name="name_txtbusiness">Name</string>
<string name="default_txtbusiness">Business 128569</string>
<string name="addnew_txt_business">ADD NEW BUSINESS</string>
<string name="editnew_txt_business">EDIT NEW BUSINESS</string>
<string name="business_idtxt_business">Business ID</string>
<string name="access_id_txtbusinss">Access ID</string>
<string name="address_txt_business">Address</string>
<string name="save_txtbusiness">Save</string>
<string name="update_txtbusiness">Update</string>
<string name="product_txt_list">PRODUCT LIST</string>
<!--users-->
<string name="create_new_users">CREATE NEW USER</string>
<string name="edit_new_users">EDIT USER</string>
<string name="add_imgtxt_users">Add Image</string>
<string name="edit_imgtxt_users">Edit Image</string>
<string name="fingerprint_txtusers">FINGERPRINT</string>
<string name="off_txtusers">Off</string>
<string name="on_txtusers">On</string>
<string name="name_txt_users">Name</string>
<string name="role_txt_users">Role</string>
<string name="employee_Idtxt_users">Employee ID</string>
<string name="user_password">Enter Password</string>
<string name="access_code_txtusers">Access Code</string>
<string name="email_users">Email</string>
<string name="mobile_txt_users">Phone</string>
<string name="business_txtusers">Business</string>
<string name="create_txt_users">Create</string>
<string name="searchtype_txt_users">search type....</string>
<string name="businessname_txt_users">Business Name One</string>
<!--about-->
<string name="app_nametxt_about">Food Safety App</string>
<string name="buildtxt_about">Build-v1.0.0</string>
<!--help-->
<string name="helptxt_help">HELP</string>
<string name="needhelpxt_help">Need Help Regarding</string>
<string name="email_txt_help">Email</string>
<string name="notes_txt_help">Notes</string>
<string name="submit_txt_help">Submit</string>
<string name="backtosign_txt_help">Back To Sign In</string>
<!--user profile-->
<string name="profile_txt_pro">
<b>PROFILE</b>
</string>
<string name="updateimg_txt_pro">Update Image</string>
<string name="name_txt_pro">Name</string>
<string name="role_txt_pro">Role</string>
<string name="user_id_txt_pro">User Id</string>
<string name="user_password_txt_pro">********</string>
<string name="user_confirm_password_txt" tools:ignore="MissingTranslation">Confirm password</string>
<string name="email_txt_pro">Email</string>
<string name="phone_txt_pro">Phone</string>
<string name="stores_txt_pro">Stores/Restaurants</string>
<string name="storename_txt_pro">Store Name One</string>
<string name="update_txt_pro">Update</string>
<!--photo proof-->
<string name="cheese_txt_photo">Cheese Feta Crumble LB</string>
<string name="taken_txt_photo">Taken by - jhon 2015 @ 15:30 PM on 10 Dec</string>
<!--setfinger print-->
<string name="set_fingerprinttxt_finger">SET FINGERPRINT</string>
<string name="put_txt_finger">Put your finger on finger scanner</string>
<string name="save_txt_finger">Save</string>
<!--tempDetails-->
<string name="cheese_txt_tempDetails">Cheese Feta Crumble LB</string>
<string name="temprature_txttempDetails">Temprature -43 f</string>
<string name="temprature_txtmode_temp">Mode - infrared</string>
<string name="date_txtmode_temp">Date – 12/12/2018 – 14:30 PM</string>
<string name="changeproduct_text_temp">Change Product</string>
<string name="delete_txt_tempDetails">Delete</string>
<string name="actionin_programs_text_tempDetails">Actions in progress</string>
<string name="coolthepro_text_tempDetails">Cool The Product</string>
<string name="pullthe_pro_text_tempDetails">Pull the product from sandwitch unit and place it</string>
<string name="record_text_tempDetails">Record action</string>
<string name="actionpro_text_tempDetails">Action in progress</string>
<string name="time_text_tempDetails">Time left - 25:20</string>
<string name="measuerment_text_tempDetails">Meauserment temprature again</string>
<!--storage area-->
<string name="labels_txtstorage">LABELS</string>
<string name="create_new_txtstorage">CREATE NEW STORAGE AREA</string>
<string name="update_new_txtstorage">UPDATE STORAGE AREA</string>
<string name="add_icon_imgtextstorage">Uploaded Image</string>
<string name="edit_icon_imgtextstorage">Edit icon image</string>
<string name="name_txtstorage">Name</string>
<string name="do_tempstorage">Do Temp</string>
<string name="temp_singlestorage">Temp every single food</string>
<string name="description_txtstorage">Description(optional)</string>
<string name="coldholding_txtstorage">Cold Holding Tempreture</string>
<string name="min_txtstorage">Min</string>
<string name="max_txtstorage">Max</string>
<string name="ideal_txtstorage">Ideal</string>
<string name="minvalue_txtstorage">00.00 F</string>
<string name="maxvalue_txtstorage">00.00 F</string>
<string name="idealvalue_txtstorage">00.00 F</string>
<string name="hotholding_txtstorage">Hot Holding Tempreture</string>
<string name="save_txtstorage">Save</string>
<string name="update_txtstorage">Update</string>
<string name="delete_txtstorage">Delete</string>
<string name="please_holdtxt_storage">Please hold to edit storage area</string>
<!--temp-->
<string name="take_correctivetxt_temp">Take Corrective action</string>
<string name="savetxt_temp">Save</string>
<string name="tempingtxt_temp">TEMPING</string>
<string name="start_newtemp_logtxt_temp">Start a new Temp Log</string>
<string name="updatetemp_logtxt_temp">Update a Temp Log</string>
<string name="temp_log_history_temp">Temp Log History</string>
<string name="cheese_log_history_temp">CHEESE FETA CRUMBLE LB</string>
<string name="cheese_temp">Cheese</string>
<string name="any_txt_temp">Any</string>
<string name="all_txt_temp">All</string>
<string name="remaining_txt_temp">Remaining :70,500</string>
<string name="outofrange_txt_temp">Out of Range :50,200</string>
<string name="drinks_txt_temp">Drinks</string>
<string name="na_txt_temp">N/A</string>
<string name="temp_logtxttemp">
<b>Temp List</b>
</string>
<string name="temp_caps_logtxttemp">
<b>TEMP LIST</b>
</string>
<!--Settings-->
<string name="account_txt_settings">ACCOUNT SETTINGS</string>
<string name="autologout_txt_settings">Auto Logout</string>
<string name="yes_txt_settings">Yes</string>
<string name="no_txt_settings">No</string>
<string name="removemesurment_txt_settings">Remove Measurements</string>
<string name="please_select_txt_settings">please Select</string>
<string name="hot_items_txt_settings">Hot Items probe usage alert</string>
<string name="illogical_txt_settings">illogical measurment alert</string>
<string name="tempreture_txt_settings">Tempreture is out of range</string>
<string name="tempreturevalue_txt_settings">41.00 F</string>
<string name="ppm_is_outrange_txt_settings">PPM is out of range</string>
<string name="business_txt_settings">BUSINESS SETTINGS</string>
<string name="enable_disable_txt_settings">Enable/Disable Timeframes</string>
<string name="update_product_txt_settings">Update Products</string>
<string name="device_txt_settings">DEVICE SETTINGS</string>
<string name="contacttxt_settings">CONTACT INFO</string>
<string name="name_txt_settings">Name</string>
<string name="email_txt_settings">Email</string>
<string name="about_txt_settings">About</string>
<string name="tempretures_txt_settings">TEMPRETURE SCALE</string>
<string name="fahrenheittxt_settings">\u2109F</string>
<string name="celsius_txt_settings">C</string>
<string name="devicetxt_settings">DEVICE CHARACTERITICS</string>
<string name="software_txt_settings">Software Version</string>
<string name="hardware_txt_settings">Hardware Version</string>
<string name="na_txt_settings">N/A</string>
<string name="save_txt_settings">Save</string>
<string name="phone_txt_settings">Phone</string>
<string name="logs_txt_settings">LOGS</string>
<string name="sendtxt_settings">Send Logs To Support</string>
<string name="logtxt_settings">Log Files</string>
<string name="autoexpand_txt_settings">Auto Expand Sections In Log Sheet</string>
<string name="selectlog_txt_settings">Select Log Level</string>
<string name="removeall_txt_settings">Remove All Logs</string>
<string name="off_text_settings">Off</string>
<string name="error_txt_settings">Error</string>
<string name="warn_txt_settings">Warn</string>
<string name="info_txt_settings">Info</string>
<string name="debug_txt_settings">Debug</string>
<string name="verbose_txt_settings">Verbose</string>
<string name="dropbox_txt_settings">Dropbox</string>
<string name="logs_detailtxt_settings">LOGS DETAILS</string>
<string name="sendtotxt_settings">Send To</string>
<string name="send_logtxt_settings">SEND LOGS</string>
<string name="to_supportxt_settings">TO SUPPORT TEAM</string>
<string name="from_require_txtsettings">From (Required)</string>
<string name="email_option_txtsettings">Email (Optional)</string>
<string name="phone_option_txtsettings">Phone (Optional)</string>
<string name="subject_require_txtsettings">Subject (Required)</string>
<string name="message_options_txtsettings">Message (Optional)</string>
<string name="include_database_txtsettings">INCLUDE DATABASE</string>
<string name="send_txtsettings">Send</string>
<string name="timeframe_txtsettings">
<b>TIMEFRAMES</b>
</string>
<string name="timeframep_txtsettings">Please select which measurment log you would like for restaurent 98566322
</string>
<string name="night_first_txtsettings">Night Owl 1 2–4AM</string>
<string name="night_second_txtsettings">Night Owl 2 4–6AM</string>
<string name="breakfast_third_txtsettings">Breakfast 6–8AM</string>
<string name="beforelunch_fourth_txtsettings">Before Lunch 10–12PM</string>
<string name="after_sixth_txtsettings">After Lunch 2–4PM</string>
<string name="beforedinner_txtsettings">Before Dinner 4–6PM</string>
<string name="afterdinner_txtsettings">After Dinner 8–10PM</string>
<string name="after_twomonth_txtsettings">After 60 days</string>
<string name="after_threemonth_txtsettings">After 90 days</string>
<string name="after_fourmonth_txtsettings">After 120 days</string>
<!--review log-->
<string name="week_endingtxt_reviewlog">WEEK ENDING:30 NOV 2018</string>
<!--startnew Temp-->
<string name="app_measutxt_tempStart">App Is Measuring Surface Temperature</string>
<string name="coldholding_tempStart">COLD HOLDING</string>
<string name="hotholding_tempStart">HOT HOLDING</string>
<string name="coldvalue_tempStart">33.00 F To 41.00 F</string>
<string name="idealis_tempStart">Ideal Is</string>
<!--notification-->
<string name="remind_mystore_notification">Remind My Stores To Temp</string>
<string name="remind_tempratures_notification">Remind To Take Tempratures 60 Mins Before End Of Timeframe</string>
<string name="yes_txt_notificaiton">Yes</string>
<string name="no_txt_notificaiton">NO</string>
<string name="alertme_txt_notificaiton">Alert Me If Stores Are Not Temping</string>
<string name="alertmeif_txt_notificaiton">Alert Me If Stores Are Not Temping At The End Of Timeframe</string>
<string name="daily_txtnotificaiton">Daily Report</string>
<string name="sendme_txtnotificaiton">Send me daily log report</string>
<string name="alertme_action_txtnotificaiton">Alert Me If Stores Are Not Taking Actions</string>
<string name="remind_meto_txtnotificaiton">Remind Me To Take Action</string>
<!--languages-->
<string name="choose_lang">CHOOSE LANGUAGE</string>
<string name="en_lang">English</string>
<string name="cn_lang">Chinese</string>
<string name="gn_lang">German</string>
<string name="sp_lang">French</string>
<!--Labels front End & backend-->
<string name="please_chooselabel_txt">PLEASE CHOOSE LABEL CATEGORY</string>
<string name="prep_txt">PREP</string>
<string name="grap_go_txt">GRAB & GO</string>
<string name="use_first_txt">USE FIRST</string>
<string name="custom_labels_txt">CUSTOM LABEL</string>
<string name="dashboard_txt">Dashboard</string>
<string name="master_label_cate_txt">Master Label Category</string>
<string name="product_categoryTool_txt">
<b>PRODUCT CATEGORY</b>
</string>
<string name="product_category_txt">Product Category</string>
<string name="product_Tool_txt">
<b>PRODUCT</b>
</string>
<string name="product_txt">Product List</string>
<string name="label_type_tooltxt">LABEL TYPE</string>
<string name="label_type_txt">Label Type</string>
<string name="defrost_txt">Defrost</string>
<string name="thawed_txt">Thawed</string>
<string name="opend_txt">Opened</string>
<string name="heated_txt">Heated</string>
<string name="how_to_txt">How To ?</string>
<string name="print_txt">Print</string>
<string name="master_label_txt">
<b>MASTER LABEL LIST</b>
</string>
<string name="product_cat_list_txt">
<b>PRODUCT CATEGORY LIST</b>
</string>
<string name="category_list_txt">Cheese</string>
<string name="create_pro_cat_txt">
<b>CREATE PRODUCT CATEGORY</b>
</string>
<string name="add_image_txt">Add Image</string>
<string name="edit_image_txt">Edit Image</string>
<string name="edit_logo_image_txt">Edit Logo Image</string>
<string name="save_txt">Save</string>
<string name="productlist_Tool_txt">
<b>PRODUCT LIST</b>
</string>
<string name="print_logo_on_labeltxt">Print Logo On Label?</string>
<string name="description_txt">Description</string>
<string name="add_new_label_type_txt">+ Add New Label Type</string>
<string name="upload_how_img_txt">Upload How To Image</string>
<string name="day_text">Day</string>
<string name="hr_txt">Hr</string>
<string name="mins_txt">Mins</string>
<string name="label_title_text">Label Type</string>
<string name="use_first_label_txt">
<b>USE FIRST LABEL TYPES</b>
</string>
<string name="use_lfirst_txt">Use First</string>
<string name="custom_label_txt">
<b>CUSTOM LABEL TYPES</b>
</string>
<string name="allergan_custom_txt">Allergan Warning - Cookie</string>
<string name="print_barcode_txt">Print Barcode On Label?</string>
<string name="add_line_txt">+ Add Line</string>
<string name="bold_txt">
<b>B</b>
</string>
<string name="italic_txt">I</string>
<string name="underline_txt">
<u>U</u>
</string>
<string name="pt_txt">pt</string>
<string name="name_txt">name</string>
<string name="how_to_Txt">How to</string>
<string name="create_custom_label_txt">
<b>CREATE CUSTOM LABEL</b>
</string>
<string name="text_s">Text</string>
<string name="paste_text_url">Paste youtube video url</string>
<string name="add_image_txtcustom">+ Add Images</string>
<string name="create_new_pro_txt">
<b>CREATE NEW PRODUCT</b>
</string>
<string name="update_new_pro_txt">
<b>UPDATE NEW PRODUCT</b>
</string>
<string name="enjoy_txt">Enjoy By-</string>
<string name="daily_vaules_txt">* Percent Daily Values are based on a</string>
<string name="ingredients_txt">
<b>Ingredients</b>
</string>
<string name="allergens_txt">
<b>Allergens</b>
</string>
<string name="nutrition_facts_Txt">
<b>Nutrition Facts</b>
</string>
<string name="daily_value_txt">
<b>Daily Value %</b>
</string>
<string name="serving_size_Txt">Serving Size :</string>
<string name="amount_per_serving_txt">Amount Per Serving</string>
<string name="calories_txt">Calories</string>
<string name="total_fat_txt">
<b>Total Fat</b>
</string>
<string name="saturated_fat_txt">Saturated Fat</string>
<string name="trans_fat_txt">Trans Fat</string>
<string name="sodium_txt">
<b>Sodium</b>
</string>
<string name="percent_txt">0%</string>
<string name="add_new_txt">+Add New</string>
<string name="add_tab_txt">
<b>Label Name</b>
</string>
<string name="storage_area_txt">Storage Area</string>
<string name="temp_log_txt">Temp List</string>
<string name="choose_temp_type">Choose Temp Type</string>
<string name="probe_text">Probe</string>
<string name="i_r_text">I.R</string>
<string name="start_new_temp_txt">Start New Temp</string>
<string name="start_newtemp_tool_txt">
<b>START NEW TEMP</b>
</string>
<string name="safe_temp_range_txt">
<b>SAFE TEMP RANGE</b>
</string>
<string name="current_temp_txt">
<b>CURRENT TEMP</b>
</string>
<string name="temp_log_details_txt">
<b>TEMP DETAIL</b>
</string>
<string name="temp_details_txt">Temp Details</string>
<string name="retake_temp_txt">Retake Temp</string>
<string name="show_temp_list_txt">Show Temp List</string>
<string name="login_bold_txt">
<b>LOGIN</b>
</string>
<string name="user_ui_txt">User ID</string>
<string name="login_txt">Login</string>
<string name="password_txt">Password</string>
<string name="consolidated_temptool_txt">
<b>CONSOLIDATED TEMP LIST</b>
</string>
<string name="consolidated_temp_txt">Consolidated Temp List</string>
<string name="total_product_txt">
<b>TOTAL PRODUCTS</b>
</string>
<string name="total_product_category_txt">
<b>TOTAL PRODUCT CATEGORIES</b>
</string>
<string name="total_outlets_txt">
<b>TOTAL OUTLETS</b>
</string>
<string name="total_partner_txt">
<b>TOTAL PARTNERS</b>
</string>
<string name="total_users_txt">
<b>TOTAL USERS</b>
</string>
<string name="total_product_count_txt">
<b></b>
</string>
<string name="total_product_categoryCount_txt">
<b></b>
</string>
<string name="total_outlets_count_txt">
<b></b>
</string>
<string name="total_partner_count_txt">
<b></b>
</string>
<string name="total_users_count_txt">
<b></b>
</string>
<string name="temping_txt">Temping</string>
<string name="take_temp_txt">Take Temp</string>
<string name="take_log_history_txt">Temp Log History</string>
<string name="temp_log">TEMP LOG</string>
<string name="take_caps_log_history_txt">TEMP LOG HISTORY</string>
<string name="take_log_history_detailstxt">Temp Log Detail</string>
<string name="take_caps_log_history_detailstxt">TEMP LOG DETAIL</string>
<string name="take_temp_settings_txt">Settings</string>
<string name="labeling_txt">Labeling</string>
<string name="print_lable_txt">Print Label</string>
<string name="lable_settings_text">Settings</string>
<string name="products_txt">Products</string>
<string name="list_all_products_txt">List All Products</string>
<string name="add_new_product_txt">Add New Product</string>
<string name="partner_txt">Partners</string>
<string name="partner_caps_txt">PARTNERS</string>
<string name="list_all_partner_txt">List All Partners</string>
<string name="add_new_parnter_txt">Add New Partner</string>
<string name="outlets_text">Outlets</string>
<string name="list_all_outlets_txt">List All Outlets</string>
<string name="add_new_outle_txt">Add New Outlet</string>
<string name="temp_settings_txt">Temp Settings</string>
<string name="enable_diable_timeframetxt">Enable/Disable Timeframes</string>
<string name="enable_disable_2">Enable/Disable Timeframes Here</string>
<string name="flow_settings_txt">Flow Settings</string>
<string name="set_temping_flow_txt">Set temping flow here for front end user</string>
<string name="copyright_txt">©CopyrightFSA2018</string>
<string name="Dashboard_txt_outletlist">Dashboard</string>
<string name="outletlist_txt">Outlet List</string>
<string name="partner_textpartnerlist">
<b>Dashboard</b>
</string>
<string name="partnerlist_txt">Partner List</string>
<string name="name_txtpartner">Name</string>
<string name="business_idtxt_partner">Partner ID</string>
<string name="business_idtxt_email">Email ID</string>
<string name="business_idtxt_mobile">Mobile No.</string>
<string name="access_id_txtpartner">Access ID</string>
<string name="address_txt_partner">Address</string>
<string name="save_txtpartner">Save</string>
<string name="Dashboard_txt">Dashboard</string>
<string name="add_new_partner_txt">Add New Partner</string>
<string name="add_new_partner_textpartner">
<b>ADD NEW PARTNER</b>
</string>
<string name="name_txtoutlet">Outlet Name</string>
<string name="business_idtxt_outlet">Outlet ID</string>
<string name="access_id_txtoutlet">Partner ID</string>
<string name="address_txt_outlet">Address</string>
<string name="save_txtoutlet">Save</string>
<string name="Dashboard_txt_outlet">Dashboard</string>
<string name="outlet_txt">Outlet</string>
<string name="add_new_partner_textoutlet">
<b>ADD NEW OUTLET</b>
</string>
<string name="helptxt_small">Help</string>
<string name="notification_settings_txt">NOTIFICATION SETTINGS</string>
<string name="noti_setting_txt">Notification Settings</string>
<string name="timeframes_txt">TimeFrames</string>
<string name="addnewtimeframesmall_txt">Add New TimeFrame</string>
<string name="addnewtimeframecaps_txt">ADD NEW TIMEFRAME</string>
<string name="timefrom_txt">Time From</string>
<string name="timeto_txt">Time To</string>
<string name="active_txt">Active</string>
<string name="inactive_txt">Inactive</string>
<string name="storage_area_list_txt">
<b>STORAGE AREA LIST</b>
</string>
<string name="flow_settings_txtStorageAreaListAct">Flow Settings</string>
<string name="storage_area_txtStorageAreaListAct">Storage Area</string>
<string name="fahrenheit_txt">\u2109</string>
<string name="al_item_selected">All Outlets Selected</string>
<string name="celsius_Txt">\u2103</string>
<string name="temp_everythings">Temp Everything</string>
<string name="safe_temp_range_Txt">Safe Temp Range</string>
<string name="actions_low_txt">Actions(Low)</string>
<string name="actions_high_txt">Actions(High)</string>
<string name="to_txt">To</string>
<string name="add_more_txt">+ Add More</string>
<string name="create_storage_txt">Create New Storage</string>
<string name="Createnewproductsmall_txt">Create New Products</string>
<string name="productid_txt">ProductID</string>
<string name="notifications_txt">Notifications</string>
<string name="notifications_caps_txt">NOTIFICATIONS</string>
<string name="labeling_setting_txt">Labeling Settings</string>
<string name="master_lable_list_txt">Master Label List</string>
<string name="prep_small_txt">Prep</string>
<string name="product_cat_list">Product Category List</string>
<string name="create_product_cat">Create Product Category</string>
<string name="product_catlist_txt">Product Category List</string>
<string name="create_prep_pro_txt">Create Prep Product</string>
<string name="create_prep_product">Create Prep Product</string>
<string name="create_grab_go_label_setting">Grab & Go Label Setting</string>
<string name="use_first_label_setting">Use First Label Setting</string>
<string name="create_custom_label">Create Custom Label</string>
<string name="create_bigprep_pro_txt">
<b>CREATE PREP PRODUCT</b>
</string>
<string name="update_prep_pro_txt">
<b>UPDATE PREP PRODUCT</b>
</string>
<string name="createproductgrabgo_txt">Create Product Grab & Go</string>
<string name="go_grab_txt">Grab & Go</string>
<string name="create_grab_txt">
<b>CREATE PRODUCT GRAB & GO</b>
</string>
<string name="use_first_lebel_type_list_txt">Use First Label Types List</string>
<string name="create_use_first_txt">Create Use First Product</string>
<string name="custom_label_type_txt">Custom Label Types List</string>
<string name="create_master_cat_txt">
<b>CREATE PRODUCT CATEGORY</b>
</string>
<string name="edit_master_cat_txt">
<b>EDIT PRODUCT CATEGORY</b>
</string>
<string name="delete_master_cat_txt">
<b>DELETE PRODUCT CATEGORIES</b>
</string>
<string name="categorytxtinventory">
<b>PRODUCT CATEGORIES</b>
</string>
<string name="switch_user_txt">SWITCH USER</string>
<string name="unknown_txt">Unknown</string>
<string name="cancle_txt">Cancel</string>
<string name="gallery_txt">GALLERY</string>
<string name="camera_txt">CAMERA</string>
<string name="edit_time_frame_txt">EDIT TIMEFRAME</string>
<string name="sample_txt">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
been the industry\'s standard dummy text ever since the 1500s,
</string>
<!--<string name="name_txtinventoryitem">Name</string>-->
<string name="product_id_txtinventoryitem">Product ID</string>
<string name="see_labeling_info_txtinventoryitem">See Labeling Info</string>
<string name="see_temping_info_txtinventoryitem">See Temping Info</string>
<string name="create_new_products_txtinventoryitem">Create New Product</string>
<!--extratext-->
<string name="empty">
<b>-</b>
</string>
<string name="please_enter_name">Please Enter Name</string>
<string name="please_enter_emID">please enter Employee ID</string>
<string name="create_custom_level_txt">Create Custom Label</string>
<string name="please_enter_accessCode">please Enter AccessCode</string>
<string name="please_enter_comfirm_accessCode" tools:ignore="MissingTranslation">please Enter Comfirm AccessCode</string>
<string name="choose_partner">Choose Partner</string>
<string name="choose_outlet">Choose Outlet</string>
<string name="selective_mode_txt">Selective Mode</string>
<string name="back_from_seMode_txt">Back From Selective Mode</string>
<string name="edit_pro_txt">EDIT PRODUCT</string>
<string name="edit_partner_text">
<b>EDIT PARTNER</b>
</string>
<string name="edit_partner_textlis">Edit Partner</string>
<string name="edit_new_partner_ttoutlet">
<b>EDIT NEW OUTLET</b>
</string>
<string name="choose_outlets_list">Outlets</string>
<string name="choose_caps_outlets_list">OUTLETS</string>
<string name="edit_product_category">
<b>EDIT PRODUCT CATEGORY</b>
</string>
<string name="edit_image">Edit Image</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="delete_txtinventory">Delete</string>
<string name="choose_cat_list">Choose Category List</string>
<string name="grap_go_smalltxt">grab & go</string>
<string name="add_txt">+</string>
<string name="parent_id_txt">Please Enter Label</string>
<string name="enter_id_txt">Enter Parent Id...</string>
<string name="enter_label_name_txt">Enter Label Name...</string>
<string name="edit_custom_label">EDIT CUSTOM LABEL</string>
<string name="alert_emp_txt">Alert Employee To Take Temp</string>
<string name="alert_emp_txt_sub_txt">Notification will be triggered before</string>
<string name="temp_settings_txt_c">Temp Settings</string>
<string name="employee_txt">Employee</string>
<string name="partner_txt_n">Partner</string>
<string name="settings_txt_s">Settings</string>
<string name="remaining_txt">Remaining :</string>
<string name="out_of_range_txt">Out Of Range :</string>
<string name="update_grab_txt">
<b>EDIT PRODUCT GRAB & GO</b>
</string>
<string name="title_activity_pop_up_for_outlet_by_user">PopUpForOutletByUser</string>
<string name="user_list_txt">USER LIST</string>
<string name="tempsetting_txt">TEMP SETTINGS</string>
<string name="title_activity_maps">MapsActivity</string>
<string-array name="shoes">
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
<item>8</item>
<item>9</item>
<item>10</item>
<item>11</item>
<item>12</item>
<item>13</item>
<item>14</item>
<item>15</item>
<item>16</item>
<item>17</item>
<item>18</item>
<item>19</item>
<item>20</item>
<item>21</item>
<item>22</item>
<item>23</item>
<item>24</item>
<item>25</item>
<item>26</item>
<item>27</item>
<item>28</item>
<item>29</item>
<item>30</item>
<item>31</item>
<item>32</item>
<item>33</item>
<item>34</item>
<item>35</item>
<item>36</item>
<item>37</item>
<item>38</item>
<item>39</item>
<item>40</item>
<item>41</item>
<item>42</item>
<item>43</item>
<item>44</item>
<item>45</item>
<item>46</item>
<item>47</item>
<item>48</item>
<item>49</item>
<item>50</item>
<item>51</item>
<item>52</item>
<item>53</item>
<item>54</item>
<item>55</item>
<item>56</item>
<item>57</item>
<item>58</item>
<item>59</item>
<item>60</item>
<item>61</item>
<item>62</item>
<item>63</item>
<item>64</item>
<item>65</item>
<item>66</item>
<item>67</item>
<item>68</item>
<item>69</item>
<item>70</item>
<item>71</item>
<item>72</item>
<item>73</item>
<item>74</item>
<item>75</item>
<item>76</item>
<item>77</item>
<item>78</item>
<item>79</item>
<item>80</item>
<item>81</item>
<item>82</item>
<item>83</item>
<item>84</item>
<item>85</item>
<item>86</item>
<item>87</item>
<item>88</item>
<item>89</item>
<item>90</item>
</string-array>
<string name="calorie_diet">calorie diet</string>
<string name="internet_connection_fail">Internet Connection Falied</string>
<string name="select_outlet">Please Select Any Outlet</string>
<string name="select_item">Please Select Any Item</string>
<string name="choose_patner">First choose any partner</string>
<string name="tv_outlet">outlet</string>
<string name="tv_patner">partner</string>
<string name="upload_successfully">Successful upload</string>
<string name="delete_alert">Do you want to delete?</string>
<string name="tv_alert">Alert!!</string>
<string name="tv_connection_failed">Connection failed</string>
<string name="tv_unknown">Unknown</string>
<string name="tv_confirm">Confirm</string>
<string name="tv_logout_alert">Are you sure you want to Log out?</string>
<string name="tv_enter_how_to">Please Enter How to Text</string>
<string name="tv_select_file">Select File</string>
<string name="tv_number_picker">NumberPicker</string>
<string name="tv_enter_data">Enter Data</string>
<string name="tv_enter_name">Enter name</string>
<string name="tv_enter_description">Enter description</string>
<string name="tv_update">Update</string>
<string name="tv_unChecked">unCheck</string>
<string name="product_updated_successfully">Product Updated successfully !</string>
<string name="product_added_successfully">Product Added successfully</string>
<string name="please_wait">Please wait</string>
<string name="enter_product">Please Enter product</string>
<string name="enter_prod_code">Please enter product code</string>
<string name="enter_barcode_info">Please enter Barcode info</string>
<string name="enter_correct_barcode_info">Please enter correct Barcode info</string>
<string name="choose_category">Please select category</string>
<string name="outlet_update_successfully">Outlet Updated successfully</string>
<string name="rest_id_already_taken">The restaturent id has already been taken.</string>
<string name="outlet_id_already_taken">The Outlet id has already been taken</string>
<string name="enter_outlet_name">Please enter outlet name</string>
<string name="enter_outlet_id">Please enter outlet id</string>
<string name="patner_updated_successfully">Partner Updated successfully</string>
<string name="patner_added_successfully">Partner Added successfully</string>
<string name="email_already_taken">The email has already been taken.</string>
<string name="email_id_already_taken">The email id has already been taken</string>
<string name="enter_patner_name">Please enter partner name</string>
<string name="enter_patner_id">please enter partner id</string>
<string name="choose_resto_image">Please choose a restaurent image</string>
<string name="token_expired">token expired</string>
<string name="enter_email_id">please enter Email ID</string>
<string name="enter_your_notes">please enter your notes</string>
<string name="delete_storage_confirmation">Are you sure you want to delete this storage area?</string>
<string name="enter_safe_range">Please set safe range..</string>
<string name="set_safe_range">Please set safe range..</string>
<string name="all_outlet_selected">All Outlet Selected</string>
<string name="delete_timeframe">Are you sure you want to delete timeframe?</string>
<string name="print_completed">Print completed</string>
<string name="temp_update_successfully">Temperature Updated Successfully</string>
<string name="camera_issue">Device Not Support Camera Feature</string>
<string name="camera_not_open">Error setting camera not open</string>
<string name="not_allowed">Not Allowed</string>
<string name="confirm_change_timeframe">Are you sure ! you want to change status of selected timeframe</string>
<string name="nutrition_fact">Nutrition Facts</string>
<string name="daily_value">Daily Value</string>
<string name="total_fat">Total Fat</string>
<string name="sodium">Sodium</string>
<string name="carbohydrate">Carbohydrate</string>
<string name="protein">Protein</string>
<string name="calories">Calories</string>
<string name="cholesterol">Cholesterol</string>
<string name="total_carbo">Total Carbo.</string>
<string name="custom_lable">Custom Label</string>
<string name="login_successfull">Login Successful</string>
<string name="invalid_credentials">invalid credentials</string>
<string name="enter_user_id">Please Enter User ID</string>
<string name="enter_password">Please Enter Password</string>
<string name="choose_patner_n_outlet">First choose any partner & outlet</string>
<string name="temp_range">Temp Range=</string>
<string name="date">Date</string>
<string name="tv_use">USE</string>
<string name="tv_first">FIRST</string>
<string name="enjoy_by">Enjoy by:</string>
<string name="percent_daily_value">* Percent Daily Values are based on a</string>
<string name="ingredients">Ingredients:</string>
<string name="allergens">Allergens:</string>
<string name="mapping">Mapping</string>
<string name="time">Time</string>
<string name="use_n_nfirst">USE \n\nFIRST</string>
<string name="enter_product_price">Enter Product Price</string>
<string name="enter_product_expiry_date">Enter product Expiry date</string>
<string name="text">(text)</string>
<string name="current_temp">Current Temp=</string>
<string name="select_all">Select All</string>
<string name="stop">Stop</string>
<string name="select_outlets">Select Outlets</string>
<string name="take_temperature">Take Temperature</string>
<string name="enter_days">enter days</string>
<string name="enter_your_registered_email_id">Enter your registered email id</string>
<string name="forget_password">Forgot Password:</string>
<string name="set">Set</string>
<string name="tv_spanish">Spanish</string>
<string name="loading">wait while loading...</string>
<string name="select_image">Please select image</string>
<string name="title_activity_page_qr">page_qr</string>
<!-- Strings used for fragments for navigation -->
<string name="first_fragment_label">First Fragment</string>
<string name="second_fragment_label">Second Fragment</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="hello_first_fragment">Hello first fragment</string>
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
</resources>