This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings_provided.xml
3569 lines (2616 loc) · 218 KB
/
strings_provided.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<resources>
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Common Start *********************************************** -->
<!-- ************************************************************************************************************************* -->
<string name="common_word_all">ALL</string>
<string name="common_word_add">Add</string>
<string name="common_word_agree">Agree</string>
<string name="common_word_cancel">Cancel</string>
<string name="common_word_choose">Choose</string>
<string name="common_word_change">Change</string>
<string name="common_word_close">Close</string>
<string name="common_word_copy">Copy</string>
<string name="common_word_delete">Delete</string>
<string name="common_word_edit">Edit</string>
<string name="common_word_exit">Exit</string>
<string name="common_word_overwrite">Overwrite</string>
<string name="common_word_yes">Yes</string>
<string name="common_word_no">No</string>
<string name="common_word_modify">Modify</string>
<string name="common_word_ok">OK</string>
<string name="common_word_reset">Reset</string>
<string name="common_word_save">Save</string>
<string name="common_word_save_as_new">Save as new</string>
<string name="common_word_submit">Submit</string>
<string name="common_word_show">Show</string>
<string name="common_word_purchase">Purchase</string>
<string name="common_word_public">public</string>
<string name="common_word_private">private</string>
<string name="common_word_locale">Locale</string>
<string name="common_word_enroll">Enroll</string>
<string name="common_word_enrolled">Enrolled</string>
<string name="common_word_ended">Ended</string>
<string name="common_word_description">Description</string>
<string name="common_word_detail">Detail</string>
<string name="common_word_try_again">Try Again</string>
<string name="common_word_contributor">Contributor</string>
<string name="common_word_collection">Collection</string>
<string name="common_word_create">Create</string>
<string name="common_word_information">Information</string>
<string name="common_word_decrypt">Decrypt</string>
<string name="common_word_import">Import</string>
<string name="common_word_import_count">Import %s Item(s)</string>
<string name="common_word_finish">Finish</string>
<string name="common_word_remove">Remove</string>
<string name="common_word_run">Run</string>
<string name="common_word_accept">Save</string>
<string name="common_word_continue">Continue</string>
<string name="common_word_goback">Go Back</string>
<string name="common_word_select">Select</string>
<string name="common_word_see_more">See More</string>
<string name="common_word_see_all">See All</string>
<string name="common_word_settings">Settings</string>
<string name="common_word_share">Share</string>
<string name="common_word_update">Update</string>
<string name="common_word_upload">Upload</string>
<string name="common_word_preview">Preview</string>
<string name="common_word_review">Review</string>
<string name="common_word_restore">Restore</string>
<string name="common_word_warning">Warning</string>
<string name="common_word_deprecated">*deprecated</string>
<string name="common_word_watch">Watch</string>
<string name="common_word_project_information">Project Information</string>
<string name="common_word_project_information_package">Package</string>
<string name="common_word_project_information_project">Project</string>
<string name="common_word_project_information_app_name">App Name</string>
<string name="common_word_project_information_version_code">Version code</string>
<string name="common_word_project_information_version_name">Version name</string>
<string name="common_word_activity">Activity</string>
<string name="common_word_view">View</string>
<string name="common_word_custom_view">Custom View</string>
<string name="common_word_component">Component</string>
<string name="common_word_drawer">Drawer</string>
<string name="common_word_moreblock">MoreBlock</string>
<string name="common_word_image">Image</string>
<string name="common_word_sound">Sound</string>
<string name="common_word_font">Font</string>
<string name="common_word_widget">Widget</string>
<string name="common_word_block">Block</string>
<string name="common_word_variable">Variable</string>
<string name="common_message_insufficient_storage_space_title">Insufficient storage space</string>
<string name="common_message_insufficient_storage_space">There is not enough space available in the storage.\nPlease make room and try again</string>
<string name="common_message_not_enough_memory">Not enough memory</string>
<string name="common_message_progress">Progressing</string>
<string name="common_message_loading">Now Loading</string>
<string name="common_message_downloading">Downloading</string>
<string name="common_message_downloading_data">Downloading Data Files</string>
<string name="common_message_downloading_resources">Downloading Resources</string>
<string name="common_message_downloading_icon">Downloading Icon</string>
<string name="common_message_need_login">You need to be logged in to use this feature</string>
<string name="common_message_need_username">You need to create a username to use this feature</string>
<string name="common_message_check_network">Please check your internet connection</string>
<string name="common_message_complete_copy_to_clipborad">Copied to clipboard</string>
<string name="common_message_permission_account">Contacts permission is needed to enable social media login in Sketchware. Please give access in the next step</string>
<string name="common_message_permission_account1">Permission Denied. Please click on "Settings" to allow permission for "Contacts".Without this permission, you can not use Google Account to login</string>
<string name="common_message_permission_account_for_purchase">In order to manage purchase history, we need permission to access your Google Account</string>
<string name="common_message_permission_account1_for_purchase">Permission Denied. Please click on "Settings" to allow permission for "Contacts".\nWithout this permission, we can not manage the purchase history</string>
<string name="common_message_permission_title_storage">Permission Required</string>
<string name="common_message_permission_storage">To access photos, media, and files, please give Sketchware permission in the next step</string>
<string name="common_message_permission_storage1">Permission Denied.\nPlease click on "Settings" to allow permission for "Storage". Without this permission, some features may not function properly</string>
<string name="common_message_permission_denied">Permission denied</string>
<string name="common_message_permission_need_load_project">We need your permission to Storage to save and load projects</string>
<string name="common_message_file_to_save_not_exist">Files to save do not exist</string>
<string name="common_message_name_unavailable">Current name is unavailable</string>
<string name="common_message_complete_save">Save complete</string>
<string name="common_message_complete_reset">Reset complete</string>
<string name="common_message_complete_delete">Delete complete</string>
<string name="common_message_complete_copy">Copy complete</string>
<string name="common_message_complete_upload">Upload complete</string>
<string name="common_message_complete_modify">Modify complete</string>
<string name="common_message_complete_update">Updated</string>
<string name="common_message_confirm">Are you sure?</string>
<string name="common_error_unknown">Unknown error! Please contact the administrator</string>
<string name="common_error_failed_load_data">Failed to load data</string>
<string name="common_error_failed_to_initialize">Failed to initialize </string>
<string name="common_error_an_error_occurred">An error occurred!</string>
<string name="common_error_failed_to_save">Failed to save</string>
<string name="common_error_failed_to_connect_server">Failed to connect to the server</string>
<string name="common_error_failed_to_load_ad">Ad failed to load. Try again shortly</string>
<string name="common_error_failed_save_server">Failed to save in the server</string>
<string name="common_error_activity_not_found">Activity not found</string>
<string name="common_error_failed_download_from_server">Failed to download from the server</string>
<string name="common_error_access_denied">Access denied</string>
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Common End *********************************************** -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Main Start ************************************************* -->
<!-- ************************************************************************************************************************* -->
<string name="main_tab_title_myproject">My Projects</string>
<string name="main_tab_title_tutorials">Tutorials</string>
<string name="main_tab_title_shared_projects">Shared Projects</string>
<string name="main_drawer_title_remove_ads">Remove Ads</string>
<string name="main_drawer_title_purchase_list">Purchase List</string>
<string name="main_drawer_title_docs">Documentation</string>
<string name="main_drawer_title_share_with_friends">Share with Friends</string>
<string name="main_drawer_title_system_settings">System Settings</string>
<string name="main_drawer_title_program_information">Program information</string>
<string name="main_drawer_title_language_settings">Language Settings</string>
<string name="main_drawer_context_menu_title_slack_invitation">Get my invitation</string>
<string name="main_drawer_context_menu_title_slack_open">Open in Slack (Invitation Required)</string>
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Main End ************************************************* -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Intro Start ************************************************ -->
<!-- ************************************************************************************************************************* -->
<string name="intro_pager_1_title">Create Awesome Apps</string>
<string name="intro_pager_1_description">User-friendly interface and hassle-free experience</string>
<string name="intro_pager_2_title">Simple Block Programming</string>
<string name="intro_pager_2_description">No programming experience necessary</string>
<string name="intro_pager_3_title">Share With the World</string>
<string name="intro_pager_3_description">Explore and share awesome creations with others</string>
<string name="intro_button_explore">Explore</string>
<string name="intro_button_sign_in">Sign In</string>
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Intro End ************************************************ -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* MY PROJECTS Start ****************************************** -->
<!-- ************************************************************************************************************************* -->
<string name="myprojects_confirm_project_delete">Are you sure you want to delete this project?</string>
<string name="myprojects_confirm_project_overwrite">A project with the same name already exists. Would you like to overwrite?</string>
<string name="myprojects_list_menu_title_create_a_new_project">Create A New Project</string>
<string name="myprojects_list_menu_title_settings">Setting</string>
<string name="myprojects_list_menu_title_share">Share</string>
<string name="myprojects_list_menu_title_sign">Sign</string>
<string name="myprojects_list_menu_title_export">Export</string>
<string name="myprojects_list_menu_title_delete">Delete</string>
<string name="myprojects_show_message_different_package_name">Please change to a different package name.\nProjects starting with \"%s\" package name can not be shared</string>
<string name="myprojects_fail_share">Share failed. Please try again later</string>
<string name="myprojects_settings_description_change_icon">Tap to change Icon</string>
<string name="myprojects_settings_hint_enter_application_name">Enter application name</string>
<string name="myprojects_settings_actionbar_title_new_projet">New Project</string>
<string name="myprojects_settings_actionbar_title_project_settings">Project Settings</string>
<string name="myprojects_settings_title_advanced_settings">Advanced Settings</string>
<string name="myprojects_settings_hint_enter_package_name">Package name</string>
<string name="myprojects_settings_hint_enter_project_name">Project name</string>
<string name="myprojects_settings_message_contain_dot">Package name must contain at least one or more Dot(.) character</string>
<string name="myprojects_settings_button_save">Save</string>
<string name="myprojects_settings_button_create_app">Create App</string>
<string name="myprojects_settings_context_menu_title_choose">Choose</string>
<string name="myprojects_settings_context_menu_title_choose_gallery">Choose from Gallery</string>
<string name="myprojects_settings_context_menu_title_choose_gallery_with_crop">Choose from Gallery (with Crop)</string>
<string name="myprojects_settings_context_menu_title_choose_gallery_default">Change to Default Icon</string>
<string name="myprojects_settings_message_package_rename">This project is linked with Firebase. Firebase may not work properly if you change the package name.</string>
<string name="myprojects_settings_confirm_reset_icon">Are you sure you want to reset the icon?</string>
<string name="myprojects_settings_version_control_title">Version Control</string>
<string name="myprojects_settings_version_control_title_code">Code</string>
<string name="myprojects_settings_version_control_title_name">Name</string>
<string name="myprojects_share_project_actionbar_title">Share Project</string>
<string name="myprojects_share_project_title_visibiity">Visibility</string>
<string name="myprojects_share_project_title_visibiity_public">Public</string>
<string name="myprojects_share_project_title_visibiity_private">Private</string>
<string name="myprojects_share_project_title_allow_comments">Allow comments</string>
<string name="myprojects_share_project_title_screenshots">Screenshots</string>
<string name="myprojects_share_project_message_at_least_one_screenshot">At least one screenshot is needed</string>
<string name="myprojects_share_project_title_shrare_title">Title</string>
<string name="myprojects_share_project_title_shrare_description">Description</string>
<string name="myprojects_share_project_hint_share_title">This will be the title for the post</string>
<string name="myprojects_share_project_hint_share_desc">Explain about your application in a few sentences</string>
<string name="myprojects_share_project_dialog_terms_of_use_title">Terms of Use</string>
<string name="myprojects_share_project_dialog_terms_of_use_description">Please read and agree to our terms before continuing</string>
<string name="myprojects_share_project_message_set_project_private">If you set the project private, you will only be able to access it using the same login information</string>
<string name="myprojects_share_project_message_complete_share">Share complete</string>
<string name="myprojects_share_project_title_select_my_projects">Select my Projects</string>
<string name="myprojects_share_project_title_select_shared_projects">Select Shared Projects</string>
<string name="myprojects_share_project_title_currently_shared_project">Currently shared project</string>
<string name="myprojects_share_project_consent_actionbar_title">Terms of Use Agreement</string>
<string name="myprojects_share_project_consent_description_agree">You agree that you will NOT share</string>
<string name="myprojects_share_project_consent_button_agree">I Agree</string>
<string name="myprojects_share_project_consent_title_sexual_content">Sexual content</string>
<string name="myprojects_share_project_consent_title_empty_projects">Empty projects</string>
<string name="myprojects_share_project_consent_title_advertisments">Advertisements</string>
<string name="myprojects_share_project_consent_title_copyright_raw">Content that infringes copyright law</string>
<string name="myprojects_share_project_consent_title_disrespectful_or_insulting">Disrespectful or insulting projects</string>
<string name="myprojects_sign_apk_guide_title">Publish to Google Play Store</string>
<string name="myprojects_sign_apk_guide_description">By signing the application, you can then export the project to upload to the Play Store</string>
<string name="myprojects_sign_apk_actionbar_title">Sign APK File</string>
<string name="myprojects_sign_apk_button_sign">Sign</string>
<string name="myprojects_sign_apk_description_need_certificate">To upload your APK file to the Google Play Store, a self-signed certificate is needed</string>
<string name="myprojects_sign_apk_title_certificate">Certificate</string>
<string name="myprojects_sign_apk_message_not_found_certificate">Certificate was not found</string>
<string name="myprojects_sign_apk_incorrect_password">Incorrect password</string>
<string name="myprojects_sign_apk_hint_enter_new_password">Enter new password</string>
<string name="myprojects_sign_apk_hint_enter_current_password">Enter current password</string>
<string name="myprojects_sign_apk_new_certificate_title_new_certificate">Create a New Certificate</string>
<string name="myprojects_sign_apk_new_certificate_hint_certificate_name">Enter certificate name</string>
<string name="myprojects_sign_apk_new_certificate_title_certificate">Certificate</string>
<string name="myprojects_sign_apk_new_certificate_title_validity">Validity(Years)</string>
<string name="myprojects_sign_apk_new_certificate_hint_first_and_last_name">First and Last Name </string>
<string name="myprojects_sign_apk_new_certificate_hint_organizational_unit">Organizational Unit</string>
<string name="myprojects_sign_apk_new_certificate_hint_organization">Organization</string>
<string name="myprojects_sign_apk_new_certificate_hint_city">City or Locality</string>
<string name="myprojects_sign_apk_new_certificate_hint_state">State or Province</string>
<string name="myprojects_sign_apk_new_certificate_hint_country_code">Country Code(XX)</string>
<string name="myprojects_sign_apk_new_certificate_hint_confirm_password">Confirm the password</string>
<string name="myprojects_sign_apk_new_certificate_button_create">Create</string>
<string name="myprojects_sign_apk_title_export_certificate">Export Certificate</string>
<string name="myprojects_sign_apk_error_failed_create_new_certificate">Failed to create a new certificate</string>
<string name="myprojects_sign_apk_dialog_title_delete_certificate">Delete Certificate</string>
<string name="myprojects_sign_apk_dialog_message_confirm_delete_certificate">Are you sure you want to delete this certificate? You won\'t be able to undo this action and there could be a problem when uploading your application to the Google Play Store.</string>
<string name="myprojects_sign_apk_dialog_complete_create_certificate">A new certificate has been created</string>
<string name="myprojects_export_title_email_subject">%s APK file for installation</string>
<string name="myprojects_export_title_email_body">attached file : %s </string>
<string name="myprojects_export_chooser_title_email">Choose email</string>
<string name="myprojects_export_button_share">SHARE APK FILE</string>
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* MY PROJECTS End ****************************************** -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Design Start **************************************** -->
<!-- ************************************************************************************************************************* -->
<string name="design_tab_title_view">View</string>
<string name="design_tab_title_event">Event</string>
<string name="design_tab_title_component">Component</string>
<string name="design_actionbar_title_library">Library Manager</string>
<string name="design_actionbar_title_manager_view">View Manager</string>
<string name="design_actionbar_title_manager_collection">Collection Manager</string>
<string name="design_actionbar_title_manager_image">Image Manager</string>
<string name="design_actionbar_title_manager_sound">Sound Manager</string>
<string name="design_actionbar_title_manager_font">Font Manager</string>
<string name="design_actionbar_title_show_source_code">Show Source code</string>
<string name="design_file_selector_title_java">Available Java Files</string>
<string name="design_option_menu_title_save_project">Save Project</string>
<string name="design_quit_title_exit_projet">Exit Project</string>
<string name="design_quit_button_save_and_exit">Save & Exit</string>
<string name="design_quit_message_confirm_save">Do you want to save your changes before quitting?</string>
<string name="design_restore_data_title">Restore Data</string>
<string name="design_restore_data_message_confirm">Something went wrong and previous data was not saved. Would you like to recover it?</string>
<string name="design_run_title_ready_to_build">Getting ready to build </string>
<string name="design_run_message_invalid_forever_block">Stop block does not exist in forever block</string>
<string name="design_run_message_usage_break_block">Break block can only be used inside the repeat or forever blocks</string>
<string name="design_drawer_menu_title">Configuration</string>
<string name="design_drawer_menu_bottom_title">Global</string>
<string name="design_drawer_menu_title_theme">Theme</string>
<string name="design_drawer_menu_title_library">Library</string>
<string name="design_drawer_menu_title_collection">Collection</string>
<string name="design_drawer_menu_title_view">View</string>
<string name="design_drawer_menu_title_image">Image</string>
<string name="design_drawer_menu_title_sound">Sound</string>
<string name="design_drawer_menu_title_font">Font</string>
<string name="design_drawer_menu_title_source_code">Show Source Code</string>
<string name="design_drawer_menu_description_theme">Color theme</string>
<string name="design_drawer_menu_description_library">Component settings</string>
<string name="design_drawer_menu_description_collection">My saved collections</string>
<string name="design_drawer_menu_description_view">Manage multiple screens</string>
<string name="design_drawer_menu_description_image">Import photos and icons</string>
<string name="design_drawer_menu_description_sound">Import music and sound efects</string>
<string name="design_drawer_menu_description_font">Import different fonts</string>
<string name="design_drawer_menu_description_source_code">Show Java and Xml files</string>
<string name="design_library_settings_title_enabled">Enabled</string>
<string name="design_library_settings_guide_tutorial">Please refer to the tutorial if it\'s your first time setting up.</string>
<string name="design_library_title_appcompat">AppCompat</string>
<string name="design_library_title_appcompat_and_design">AppCompat and Design</string>
<string name="design_library_message_confirm_uncheck_appcompat_and_design">The existing Drawer Layout and FAB will be deleted. Would you like to continue?</string>
<string name="design_library_description_appcompat_and_design">Drawer Layout, Floating Action Button </string>
<string name="design_library_description_firebase">Use Firebase Database and Authentication</string>
<string name="design_library_message_slow_down_compilation_time">Including the library may slow down the compilation time on certain devices.</string>
<string name="design_library_appcompat_description">Activating App Compat library will let you add Drawer Layout and Floating Action Button to the Activities.</string>
<string name="design_library_firebase_description">If enabled, you will be able to use Firebase DB, Auth, and Storage Components.</string>
<string name="design_library_firebase_title_firebase_settings">Firebase Settings</string>
<string name="design_library_firebase_title_data_location">Data location</string>
<string name="design_library_firebase_hint_enter_data_location">Enter the data location</string>
<string name="design_library_firebase_hint_enter_firebase_project_id">Enter Firebase Project ID</string>
<string name="design_library_firebase_hint_enter_firebase_app_id">Enter Firebase APP ID</string>
<string name="design_library_firebase_hint_enter_firebase_api_key">Enter Firebase API Key</string>
<string name="design_library_firebase_hint_enter_firebase_storage_bucket_url">Enter Firebase Storage Bucket Url</string>
<string name="design_library_firebase_description_settings">Project ID, App ID, and API Key must match the values inside the Firebase Console.</string>
<string name="design_library_firebase_description_storage">Storage Bucket URL must match the value in Firebase Storage for it to work properly.</string>
<string name="design_library_firebase_title_firebase_setup_tutorial">Firebase Setup Tutorial</string>
<string name="design_library_firebase_title_firebase">Firebase</string>
<string name="design_library_firebase_dialog_description_confirm_uncheck_firebase">If you uncheck the option for Firebase DB, existing Firebase components will be deleted. Are you sure you want to continue?</string>
<string name="design_library_firebase_button_goto_firebase_console">Go To Firebase Console</string>
<string name="design_library_firebase_button_goto_firebase_database">Go To Firebase Database</string>
<string name="design_library_firebase_button_goto_firebase_authentication">Go To Firebase Authentication</string>
<string name="design_library_firebase_button_goto_firebase_storage">Go To Firebase Storage</string>
<string name="design_library_firebase_description_about_firebase">Firebase Realtime Database is Google\'s cloud-based NoSQL database, where you can save and sync data realtime.</string>
<string name="design_library_guide_setup_first">In order to use this component, you have to setup the settings in the Library Manager first.</string>
<string name="design_library_firebase_guide_setup_first">In order to use this component, you have to setup the API Key in the Firebase Settings first.</string>
<string name="design_library_firebase_guide_path_example">Path starting from the root.\nex)\"users/username\"</string>
<string name="design_library_firebase_message_id_fill_out">Project ID, App ID, and API Key must be filled out.</string>
<string name="design_manager_tab_title_this_project">This Project</string>
<string name="design_manager_tab_title_my_collection">My Collection</string>
<string name="design_manager_title_add_to_collection">Add to My Collection</string>
<string name="design_manager_change_name_button">CHANGE NAME</string>
<string name="design_manager_message_collection_name_conflict">There seems to be a naming conflict. Please make sure there are no duplicate names.</string>
<string name="design_manager_message_collection_name_no_conflict">There were no naming conflicts</string>
<string name="design_manager_message_edit_complete">Edit complete</string>
<string name="design_manager_message_add_complete">Add complete</string>
<string name="design_manager_message_import_complete">Import complete</string>
<string name="design_manager_view_title_add_custom_view">New Custom View</string>
<string name="design_manager_view_title_add_view">New Activity</string>
<string name="design_manager_view_title_edit_view">Edit Activity</string>
<string name="design_manager_view_title_screen_orientation">Screen Orientation</string>
<string name="design_manager_view_title_keyboad_settings">Keyboard Settings</string>
<string name="design_manager_view_title_activity_preset">Activity Preset</string>
<string name="design_manager_view_title_empty_activity">Empty Activity</string>
<string name="design_manager_view_title_view_name">View Name : </string>
<string name="design_manager_view_title_activity_name">Activity Name : </string>
<string name="design_manager_view_message_slow_down">Including the drawer or the FAB may slow down the compilation time on certain devices.</string>
<string name="design_manager_view_message_no_view">No views to display</string>
<string name="design_manager_view_description_guide_create_activity">To create a new Activity, add it here</string>
<string name="design_manager_view_description_guide_create_custom_view">Create a new Custom View here</string>
<string name="design_manager_view_description_guide_use_custom_view">Custom View can be used to change the way items are displayed inside the ListView or the Spinner</string>
<string name="design_manager_view_hint_enter_view_name">Enter View name</string>
<string name="design_manager_image_title_add_image">Add Image</string>
<string name="design_manager_image_title_edit_image">Edit Image</string>
<string name="design_manager_image_title_edit_image_name">Edit Image Name</string>
<string name="design_manager_image_description_guide_add_image">If you add an image here\n You can use it as an Icon or ImageView</string>
<string name="design_manager_image_hint_enter_image_name">Enter image name</string>
<string name="design_manager_image_title_apply_same_naming">Apply same naming style to other available images</string>
<string name="design_manager_sound_title_add_sound">Add Sound</string>
<string name="design_manager_sound_title_edit_sound">Edit Sound</string>
<string name="design_manager_sound_title_edit_sound_name">Edit Sound Name</string>
<string name="design_manager_sound_hint_enter_sound_name">Enter sound name</string>
<string name="design_manager_sound_description_guide_add_sound">Add background music\n or sound effects here</string>
<string name="design_manager_sound_title_apply_same_naming">Apply same naming style to other available sounds</string>
<string name="design_manager_font_title_add_font">Add Font</string>
<string name="design_manager_font_title_edit_font">Edit Font</string>
<string name="design_manager_font_title_edit_font_name">Edit Font Name</string>
<string name="design_manager_font_message_not_support_font">If your device does not support the font above, the text in the parentheses may fail to display</string>
<string name="design_manager_font_hint_enter_font_name">Enter font name</string>
<string name="design_manager_font_description_example_sentence">An example sentence for preview</string>
<string name="design_manager_font_description_guide_add_font">Add font files with .ttf extension</string>
<string name="design_manager_font_title_apply_same_naming">Apply same naming style to other available fonts</string>
<string name="design_manager_font_description_look_like_this">My new font would look like this!</string>
<string name="design_manager_icon_actionbar_title">Import Icon</string>
<string name="design_manager_icon_hint_enter_icon_name">Enter icon name</string>
<string name="design_manager_image_import_icon_button_black">BLACK</string>
<string name="design_manager_image_import_icon_button_grey">GREY</string>
<string name="design_manager_image_import_icon_button_white">WHITE</string>
<string name="design_manager_block_detail_actionbar_title">Block Details</string>
<string name="design_manager_block_hint_enter_block_name">Enter block name</string>
<string name="design_manager_widget_title_actionbar_title">Widget Details</string>
<string name="design_manager_widget_hint_enter_widget_name">Enter widget name</string>
<string name="design_property_recent_message_nodata">Recently used properties will be displayed</string>
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Design End ***************************************** -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* View Start ***************************************** -->
<!-- ************************************************************************************************************************* -->
<string name="view_panel_title_widgets">Widgets</string>
<string name="view_panel_title_layouts">Layouts</string>
<string name="view_panel_title_properties">Properties</string>
<string name="view_widget_favorites_save_title">Save Widget to My Collection</string>
<string name="view_widget_favorites_save_guide">Saved widgets are saved to My Collection and are accessible from all the projects.</string>
<string name="view_widget_favorites_delete_title">Delete from My Collection</string>
<string name="view_widget_favorites_delete_message">Are you sure you want to delete your saved widget from My Collection? This action can not be undone.</string>
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* View End ***************************************** -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Event Start ***************************************** -->
<!-- ************************************************************************************************************************* -->
<string name="event_title_add_new_event">Add new event</string>
<string name="event_title_add_new_component">Add new component</string>
<string name="event_message_new_event">New event added</string>
<string name="event_message_new_events">New events added</string>
<string name="event_message_no_events">No events to display</string>
<string name="event_message_no_avail_events">No available events to add</string>
<string name="event_context_menu_title">Event Menu</string>
<string name="event_context_menu_title_initialize_logic">Initialize logic</string>
<string name="event_context_menu_title_delete_more_block">Delete moreBlock</string>
<string name="event_context_menu_title_delete_event">Delete Event</string>
<string name="event_dialog_confirm_reset_logic">Are you sure you want to reset this logic?</string>
<string name="event_dialog_confirm_delete_moreblock">Are you sure you want to delete this moreBlock?</string>
<string name="event_dialog_confirm_delete_component">Are you sure you want to delete the selected component?</string>
<string name="event_dialog_confirm_delete_logic">All logic data of the selected event will be lost\nDo you want to continue?</string>
<string name="event_initialize">On activity create</string>
<string name="event_definefunc">MoreBlock</string>
<string name="event_onbackpressed">On back button press</string>
<string name="event_onpostcreated">On activity start-up complete</string>
<string name="event_onstart">On activity becoming visible</string>
<string name="event_onstop">On activity no longer visible</string>
<string name="event_ondestroy">On activity destroyed</string>
<string name="event_onresume">On activity resume</string>
<string name="event_onpause">On activity pause</string>
<string name="event_onclick">onClick</string>
<string name="event_oncheckchanged">onCheckChanged</string>
<string name="event_onitemselected">onItemSelected</string>
<string name="event_ontextchanged">onTextChanged</string>
<string name="event_onprogresschanged">onProgressChanged</string>
<string name="event_onstarttrackingtouch">onStartTrackingTouch</string>
<string name="event_onstoptrackingtouch">onStopTrackingTouch</string>
<string name="event_onpagestarted">onPageStarted</string>
<string name="event_onpagefinished">onPageFinished</string>
<string name="event_onanimationstart">onAnimationStart</string>
<string name="event_onanimationend">onAnimationEnd</string>
<string name="event_onanimationcancel">onAnimationCancel</string>
<string name="event_onitemclicked">onItemClicked</string>
<string name="event_onitemlongclicked">onItemLongClicked</string>
<string name="event_onbindcustomview">onBindCustomView</string>
<string name="event_onchildadded">onChildAdded</string>
<string name="event_onchildchanged">onChildChanged</string>
<string name="event_onchildremoved">onChildRemoved</string>
<string name="event_oncancelled">onCancelled</string>
<string name="event_onsensorchanged">onSensorChanged</string>
<string name="event_oncreateusercomplete">onCreateUserComplete</string>
<string name="event_onsigninusercomplete">onSignInUserComplete</string>
<string name="event_onresetpasswordemailsent">onResetPasswordEmailSent</string>
<string name="event_onadloaded">onAdLoaded</string>
<string name="event_onadfailedtoload">onAdFailedToLoad</string>
<string name="event_onadopened">onAdOpened</string>
<string name="event_onadclosed">onAdClosed</string>
<string name="event_onuploadprogress">onUploadProgress</string>
<string name="event_ondownloadprogress">onDownloadProgress</string>
<string name="event_onuploadsuccess">onUploadSuccess</string>
<string name="event_ondownloadsuccess">onDownloadSuccess</string>
<string name="event_ondeletesuccess">onDeleteSuccess</string>
<string name="event_onfailure">onFailure</string>
<string name="event_onpicturetaken">onPictureTaken</string>
<string name="event_onfilespicked">onFilesPicked</string>
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Event End ***************************************** -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Component Start ***************************************** -->
<!-- ************************************************************************************************************************* -->
<string name="component_context_menu_title">Component menu</string>
<string name="component_context_menu_title_delete_component">Delete Component</string>
<string name="component_hint_enter_name">Enter Component name</string>
<string name="component_file_title_file_name">File name</string>
<string name="component_file_hint_enter_file_name">Enter file name</string>
<string name="component_message_component_block_added">New blocks have been added in the Logic Editor</string>
<string name="component_message_no_components">No components to display</string>
<string name="component_file_picker_hint_mime_type">Enter mime type</string>
<string name="component_file_picker_title_select_mime_type">Select Mime Type</string>
<string name="component_file_picker_title_select_mime_type_all_files">All files</string>
<string name="component_file_picker_title_select_mime_type_image_files">Image files</string>
<string name="component_file_picker_title_select_mime_type_audio_files">Audio files</string>
<string name="component_file_picker_title_select_mime_type_text_files">Text files</string>
<string name="component_title_add_component">Add Component</string>
<string name="component_description_intent">Intent is used to start a new Activity</string>
<string name="component_description_file">File is used to save data locally</string>
<string name="component_description_calendar">Calendar is used to calculate time and date</string>
<string name="component_description_vibrator">Vibrator is used vibrate the device</string>
<string name="component_description_timer">Timer is used to delay certain actions</string>
<string name="component_description_soundpool">SoundPool is used to play short sound effects</string>
<string name="component_description_mediaplayer">MediaPlayer is used to play big sound files</string>
<string name="component_description_dialog">Dialog is used to create a pop-up</string>
<string name="component_description_objectanimator">ObjectAnimator is used to animate certain properties of a View</string>
<string name="component_description_gyrosope">The gyroscope measures the rate of rotation in rad/s around a device\'s x, y, and z axis.</string>
<string name="component_description_firebase_auth">Firebase Auth allows online user authentication</string>
<!-- ************************************** ToDo : 2018.06.08 Component Description *******************************************-->
<string name="component_description_firebase_storage">Firebase Storage is built for app developers who need to store and serve user-generated content.</string>
<string name="component_description_camera">Camera is used to take a picture.</string>
<string name="component_description_file_picker">FilePicker is used to select raw and media files, such as images, sounds, and text.</string>
<string name="component_description_file_picker_guide_mime_type_example">MIME type is used to identify a type of data.\nex)\"*/*\", \"image/*\", \"audio/*\", \"text/*\"</string>
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Component End ***************************************** -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Logic Editor Start **************************************** -->
<!-- ************************************************************************************************************************* -->
<string name="logic_block_favorites_save_title">Save Block to My Collection</string>
<string name="logic_block_favorites_save_guide">Saved blocks are added to My Collection and are accessible from all the projects.</string>
<string name="logic_block_favorites_delete_title">Delete from My Collection</string>
<string name="logic_block_favorites_delete_message">Are you sure you want to delete your saved block from My Collection? This action can not be undone.</string>
<string name="logic_variable_type_boolean">Boolean</string>
<string name="logic_variable_type_number">Number</string>
<string name="logic_variable_type_string">String</string>
<string name="logic_variable_type_map">Map</string>
<string name="logic_variable_type_list_number">List Number</string>
<string name="logic_variable_type_list_string">List String</string>
<string name="logic_variable_type_list_map">List Map</string>
<string name="logic_editor_title_select_view">Select widget</string>
<string name="logic_editor_title_select_image">Select image</string>
<string name="logic_editor_title_select_image_background">Select background image</string>
<string name="logic_editor_title_select_sound">Select sound</string>
<string name="logic_editor_title_select_font">Select font</string>
<string name="logic_editor_title_select_typeface">Select typeface</string>
<string name="logic_editor_title_select_variable_number">Select number variable</string>
<string name="logic_editor_title_select_variable_boolean">Select boolean variable</string>
<string name="logic_editor_title_select_variable_string">Select string variable</string>
<string name="logic_editor_title_select_variable_map">Select map variable</string>
<string name="logic_editor_title_select_list_number">Select number list</string>
<string name="logic_editor_title_select_list_boolean">Select boolean list</string>
<string name="logic_editor_title_select_list_string">Select string list</string>
<string name="logic_editor_title_select_list_map">Select map list</string>
<string name="logic_editor_title_select_list">Select list</string>
<string name="logic_editor_title_select_activity">Select activity</string>
<string name="logic_editor_title_select_component_intent">Select intent component</string>
<string name="logic_editor_title_select_component_file">Select file component</string>
<string name="logic_editor_title_select_component_intent_action">Select intent action</string>
<string name="logic_editor_title_select_component_intent_flags">Select intent flag</string>
<string name="logic_editor_title_select_component_calendar">Select calendar component</string>
<string name="logic_editor_title_select_component_calendar_field">Select calendar field</string>
<string name="logic_editor_title_select_component_vibrator">Select vibrator component</string>
<string name="logic_editor_title_select_component_timer">Select timer component</string>
<string name="logic_editor_title_select_component_firebase">Select Firebase DB component</string>
<string name="logic_editor_title_select_component_dialog">Select dialog component</string>
<string name="logic_editor_title_select_component_mediaplayer">Select MediaPlayer component</string>
<string name="logic_editor_title_select_component_soundpool">Select SoundPool component</string>
<string name="logic_editor_title_select_component_objectanimator">Select ObjectAnimator component</string>
<string name="logic_editor_title_select_component_gyroscope">Select Gyroscope component</string>
<string name="logic_editor_title_select_component_interstitialad">Select Interstitial Ad component</string>
<string name="logic_editor_title_select_component_firebasestorage">Select Firebase Storage component</string>
<string name="logic_editor_title_select_component_camera">Select Camera component</string>
<string name="logic_editor_title_select_component_filepicker">Select FilePicker component</string>
<string name="logic_editor_title_select_visibility">Select visibility</string>
<string name="logic_editor_title_select_cache_mode">Select cache mode</string>
<string name="logic_editor_title_select_animator_repeat_mode">Select repeat mode</string>
<string name="logic_editor_title_select_animator_target_property">Select target property</string>
<string name="logic_editor_title_select_animator_interpolator">Select interpolator</string>
<string name="logic_editor_title_select_gyroscope">Select gyroscope component</string>
<string name="logic_editor_title_select_directory_type">Select directory type</string>
<string name="logic_editor_component_firebaseauth_title_select_firebase_auth">Select Firebase Auth component</string>
<string name="logic_editor_option_menu_title_copy_blocks">Copy blocks</string>
<string name="logic_editor_option_menu_title_paste_blocks">Paste copied blocks</string>
<string name="logic_editor_panel_button_add_variable">Add variable</string>
<string name="logic_editor_panel_button_remove_variable">Remove variable</string>
<string name="logic_editor_panel_button_add_list">Add list</string>
<string name="logic_editor_panel_button_remove_list">Remove list</string>
<string name="logic_editor_panel_button_create_moreblock">Create</string>
<string name="logic_editor_panel_button_add_component">Add component</string>
<string name="logic_editor_title_add_new_variable">Add new variable</string>
<string name="logic_editor_title_remove_variable">Remove a variable</string>
<string name="logic_editor_title_block_collection">My Block Collection</string>
<string name="logic_editor_title_add_new_list">Add new list</string>
<string name="logic_editor_title_remove_list">Remove a list</string>
<string name="logic_editor_more_block_actionbar_title_create_more_block">Create a new More Block</string>
<string name="logic_editor_more_block_title_name_of_block">Block Name</string>
<string name="logic_editor_more_block_dialog_message_confirm_goback">Are you sure?</string>
<string name="logic_editor_more_block_dialog_description_goback">Your current work will be lost</string>
<string name="logic_editor_more_block_hint_enter_new_block_name">* Enter a new name for the block</string>
<string name="logic_editor_more_block_hint_enter_block_label">Enter a label text</string>
<string name="logic_editor_more_block_hint_enter_variable_name">Enter a variable name</string>
<string name="logic_editor_more_block_button_add">ADD</string>
<string name="logic_editor_more_block_title_add_label">Add Label</string>
<string name="logic_editor_more_block_title_add_variable">Add Variable</string>
<string name="logic_editor_more_block_title_add_variable_type">Add Variable Type</string>
<string name="logic_editor_title_enter_number_value">Enter Number value</string>
<string name="logic_editor_title_enter_string_value">Enter string value</string>
<string name="logic_editor_title_enter_data_value">Enter data value</string>
<string name="logic_editor_message_currently_used_variable">Selected variable is currently used\nPlease try again after removing the blocks with this variable</string>
<string name="logic_editor_message_currently_used_list">Selected list is currently used\nPlease try again after removing the blocks with this list</string>
<string name="logic_editor_message_currently_used_block">Selected block is currently used\nPlease try again after removing the block(s)</string>
<string name="logic_editor_message_reserved_keywords">Can\'t use reserved keywords </string>
<string name="logic_editor_message_variable_name_must_start_letter">The variable name must start with a letter</string>
<string name="logic_editor_message_select_copy_block">Select a block you want to copy</string>
<string name="logic_editor_message_name_requied">A valid name for Moreblock is required</string>
<string name="logic_editor_hint_enter_variable_name">Enter variable name (Case-sensitive)</string>
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Logic Editor Start **************************************** -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Account Start ****************************************** -->
<!-- ************************************************************************************************************************* -->
<string name="account_mypage_tab_title_shared">Shared</string>
<string name="account_mypage_tab_title_favorite">Favorite</string>
<string name="account_mypage_title_remaing_shares">Remaining Shares : </string>
<string name="account_mypage_button_go_premmium">GO PREMIUM</string>
<string name="account_mypage_message_no_projects">No projects to display</string>
<string name="account_settings_actionbar_title">Account Settings</string>
<string name="account_settings_description_no_nickname">No nickname created</string>
<string name="account_settings_button_logout">Log Out</string>
<string name="account_login_description_keep_your_project">Keep your projects safe \nwith a free Sketchware Account</string>
<string name="account_login_description_create_account">Create a Sketchware Account</string>
<string name="account_login_description_agree_terms">By logging in, you\'re agreeing to the terms</string>
<string name="account_login_button_terms_of_service">Terms of Service</string>
<string name="account_reset_password_actionbar_title">Reset Password</string>
<string name="account_error_failed_login">Failed to login</string>
<string name="account_dialog_google_login_title">Choose an account</string>
<string name="account_dialog_suspended_title">Account Suspended</string>
<string name="account_dialog_suspended_description">Your account (%s) has been suspended. If you feel like this suspension was made by mistake, please contact help@sketchware.io</string>
<string name="account_deactivate_actionbar_title">Deactivate Account</string>
<string name="account_message_nickname_unavailable">Current nickname is unavailable</string>
<string name="account_message_already_used_nickname">Nickname unavailable</string>
<string name="account_edit_profile_actionbar_title">Edit Profile</string>
<string name="account_edit_profile_description_nickname_public">*This name will be shown to public</string>
<string name="account_edit_profile_hint_enter_nickname">Enter your name or nickname</string>
<string name="account_deactivate_dialog_deactivate_account">Deactivate</string>
<string name="account_deactivate_button_deactivate_account">Deactivate account</string>
<string name="account_deactivate_dialog_confirm_lost_data">All information will be lost.\nDo you want to continue?</string>
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Account End ****************************************** -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Shared Project Start ***************************************** -->
<!-- ************************************************************************************************************************* -->
<string name="shared_project_viewpager_title_trending">TRENDING</string>
<string name="shared_project_viewpager_button_open_project">Open Project</string>
<string name="shared_project_list_title_new">NEW</string>
<string name="shared_project_list_title_popular">POPULAR</string>
<string name="shared_project_list_title_editor_choice">EDITORS\' CHOICE</string>
<string name="shared_project_all_actionbar_title_editor_choice_project">Editors\' Choice Projects</string>
<string name="shared_project_all_actionbar_title_popular_project">Popular Projects</string>
<string name="shared_project_all_actionbar_title_new_project">New Projects</string>
<string name="shared_project_all_actionbar_title_my_shared_project">My Shared Projects</string>
<string name="shared_project_all_actionbar_title_my_liked_project">My Liked Projects</string>
<string name="shared_project_all_actionbar_title_who_liked_project">%s\'s Shared Projects</string>
<string name="shared_project_message_no_shared_projects">No shared projects to display</string>
<string name="shared_project_detail_dialog_last_version_title">Update Required</string>
<string name="shared_project_detail_dialog_last_version_description">You need the latest version of Sketchware to open this project</string>
<string name="shared_project_detail_dialog_share_project_title">Share Project</string>
<string name="shared_project_detail_dialog_share_project_confirm">Would you like to share this project?</string>
<string name="shared_project_detail_tab_title_about">About</string>
<string name="shared_project_detail_tab_title_comments">Comments</string>
<string name="shared_project_detail_button_open_project">OPEN PROJECT</string>
<string name="shared_project_detail_about_title_read_less">READ LESS</string>
<string name="shared_project_detail_about_title_read_more">READ MORE</string>
<string name="shared_project_detail_about_project_information_last_updated">Last Updated</string>
<string name="shared_project_detail_about_project_information_registered_date">Registered Date</string>
<string name="shared_project_detail_about_title_more_project_by_whom">More Projects by %s</string>
<string name="shared_project_detail_about_title_report_project">Report Project</string>
<string name="shared_project_detail_about_button_title_save_as_new">Save as New</string>
<string name="shared_project_detail_about_button_title_edit_project">Edit Project</string>
<string name="shared_project_detail_about_button_title_delete_project">Delete Project</string>
<string name="shared_project_detail_about_report_project_title_reason_type_1">Sexual content</string>
<string name="shared_project_detail_about_report_project_title_reason_type_2">Graphic violence</string>
<string name="shared_project_detail_about_report_project_title_reason_type_3">Hateful or abusive content</string>
<string name="shared_project_detail_about_report_project_title_reason_type_4">Spam</string>
<string name="shared_project_detail_about_report_project_title_reason_type_5">Advertisements</string>
<string name="shared_project_detail_about_report_project_title_reason_type_6">Gambling content</string>
<string name="shared_project_detail_about_report_project_title_reason_type_7">Illegal activity</string>
<string name="shared_project_detail_about_report_project_title_reason_type_8">Other objection</string>
<string name="shared_project_detail_about_report_project_dialog_title_flag_as_inappropriate">Flag as inappropriate</string>
<string name="shared_project_detail_about_report_project_dialog_description_reason">The reason you find this content or app objectionable:</string>
<string name="shared_project_detail_about_report_project_hint_written_english">The reason has to be written in English</string>
<string name="shared_project_detail_about_error_failed_delete_project">Deleting project failed\nPlease try again later</string>
<string name="shared_project_detail_about_error_failed_download_project">Download failed\nPlease try again later</string>
<string name="shared_project_detail_comments_hint_enter_comment">Enter your comment</string>
<string name="shared_project_detail_comments_context_menu_title">Show %s\'s projets</string>
<string name="shared_project_detail_comments_context_menu_title_comment_copy">Copy Comment</string>
<string name="shared_project_detail_comments_context_menu_title_comment_delete">Delete Comment</string>
<string name="shared_project_detail_comments_confirm_delete_comment">Are you sure you want to delete this comment? </string>
<string name="shared_project_detail_comments_message_no_comments">No comments to display</string>
<string name="shared_project_detail_comments_message_commented">Commented</string>
<string name="shared_project_detail_comments_message_already_delete_comment">This comment was already deleted</string>
<string name="shared_project_detail_comments_error_failed_load_comment">Failed to load comments \n Please try again later</string>
<string name="shared_project_detail_comments_error_failed_delete_comment">Deleting comment failed\nPlease try again later</string>
<string name="shared_project_detail_comment_hint_enter_comment">Enter your comment</string>
<string name="shared_project_detail_comment_error_failed_comment">Failed to comment \n Please try again later</string>
<string name="shared_project_detail_message_already_liked_project">You already liked this project</string>
<string name="shared_project_detail_message_liked">Liked</string>
<string name="shared_project_detail_message_unliked">Unliked</string>
<string name="shared_project_detail_message_unregister_like">Like was not registered</string>
<string name="shared_project_detail_error_failed_like_project">Like failed \n Please try again later</string>
<string name="shared_project_detail_error_failed_unlike_project">Unlike failed \n Please try again later</string>
<string name="shared_project_detail_comment_complete_deleted_comment">Deleted Comment</string>
<string name="shared_project_detail_comment_complete_deleted_project">Deleted Project</string>
<string name="shared_project_error_failed_generate_shareable_link">Failed to generate a shareable link</string>
<string name="shared_project_confirm_delete_project">Are you sure you want to delete this project? You can\'t undo this action</string>
<string name="shared_project_viewpager_message_share_my_project">What\'s your awesome project?</string>
<string name="shared_project_viewpager_button_share_my_project">SHARE MY PROJECT</string>
<string name="shared_project_viewpager_message_go_premium">Want your project featured?</string>
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Shared Project End ***************************************** -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************************************************************************************* -->
<!-- ************************************************* Language Settings Start ************************************ -->
<!-- ************************************************************************************************************************* -->
<string name="language_actionbar_title">Language Files</string>
<string name="language_upload_title">Upload strings.xml</string>
<string name="language_download_title">Download Language File</string>
<string name="language_title_version">Version</string>
<string name="language_dialog_title_shared_languages">Shared Language Files</string>
<string name="language_dialog_reset_title">Reset Language Settings</string>
<string name="language_dialog_reset_description">Are you sure? The current language file will be deleted and Sketchware will revert back to English.</string>
<string name="language_message_confirm_update_new_version">A new version of localization file is available. Would you like to update?</string>
<string name="language_message_complete_download_restart">Download complete. Restarting Sketchware now</string>
<string name="language_message_not_support_font">If your device does not support the font above, the text in the parentheses may fail to display</string>
<string name="language_actionbar_title_my_shared_language">My Shared Language Files</string>
<string name="language_actionbar_title_upload_language">Upload strings.xml</string>
<string name="language_dialog_title_avaiable_language">Available Language Files</string>
<string name="language_message_already_strings_xml">You have already shared this strings.xml file</string>
<string name="language_actionbar_title_modify_lanuage">Modify Language File</string>
<string name="language_error_failed_upload_on_server">Failed to upload to the server</string>
<string name="language_error_failed_update_on_server">Failed to update the file on the server</string>
<string name="language_error_failed_delete_from_server">Failed to delete from the server</string>
<string name="language_message_confirm_strings_xml_upload">The strings.xml file will be uploaded. Continue?</string>
<string name="language_message_strings_xml_not_valid">Your strings.xml file is not valid. Please double check the file.</string>
<string name="language_title_language_information">Language Information</string>
<string name="language_invalid_rule_strings_xml_length">Version number for strings.xml should be no longer than %d characters</string>
<string name="language_message_duplicate_language_files">Duplicate of this file was previously downloaded or uploaded.</string>
<string name="language_message_complete_download">Download and encryption complete.</string>
<string name="language_message_version_locale_not_found">Version and locale code not found. Please write them on the first line of the file.</string>
<string name="language_message_missing_version_information">Missing version information.</string>
<string name="language_message_missing_locale_code">Missing locale code.</string>
<string name="language_message_not_match_locale_code">The locale code of strings.xml does not match the file you are trying to edit.</string>
<string name="language_detail_button_download">DOWNLOAD</string>
<string name="language_detail_comments_context_menu_title_comment_copy">Copy Comment</string>
<string name="language_detail_comments_context_menu_title_comment_delete">Delete Comment</string>
<string name="language_hint_explain_strings_xml">Explain about your strings.xml in a few sentences</string>
<string name="language_description_no_language_uploaded">No language files uploaded</string>
<string name="language_description_no_language_shared">No language files shared</string>
<string name="language_title_more_language_by_whom">More Language files by %s</string>
<string name="language_message_confirm_delete">Are you sure you want to delete?</string>
<string name="language_message_already_liked_lanuage">You already liked this language</string>
<string name="language_message_liked">Liked</string>
<string name="language_message_unliked">Unliked</string>