This repository was archived by the owner on Aug 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathEnglish.txt
More file actions
950 lines (950 loc) · 37.7 KB
/
English.txt
File metadata and controls
950 lines (950 loc) · 37.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
{
"nameOfLanguage": "English",
"directionOfLang": "Left",
"nameInNativeLang": "English",
"Dashboard": "My Home",
"Library": "Library",
"Courses": "Courses",
"Meetups": "Meetups",
"Members": "Members",
"Reports": "Reports",
"Feedback": "Feedback",
"Logout": "Logout",
"Badges": "Badges",
"Calender": "Calendar",
"Email": "Email",
"Welcome_Video": "Welcome Video",
"Nation": "Nation",
"Community": "Community",
"Manager": "Manager",
"Super_Manager": "Super Manager",
"Leader": "Leader",
"Bell": "Bell",
"Learner": "Learner",
"Visits": "Visits",
"Days": [
{
"Sunday": "Sunday",
"Monday": "Monday",
"Tuesday": "Tuesday",
"Wednesday": "Wednesday",
"Thursday": "Thursday",
"Friday": "Friday",
"Saturday": "Saturday"
}
],
"Months": [
{
"January": "January",
"February": "February",
"March": "March",
"April": "April",
"May": "May",
"June": "June",
"July": "July",
"August": "August",
"September": "September",
"October": "October",
"November": "November",
"December": "December"
}
],
"News_Feed": "News Feed",
"My_Library": "My Library",
"My_Courses_Progress": "My Courses Progress",
"My_Teams": "My Teams",
"My_Meetups": "My Meetups",
"Member": "Member",
"Login": "Login",
"Password": "Password",
"Sign_In": "Sign In",
"Become_a_member": "Become a Member",
"My_Home": "My Home",
"Welcome": "Welcome",
"Answer_Reset": "Erase",
"Functionality_Under_Construction": "This functionality is under construction.",
"Add_new_Resource": "Add New Resource",
"Search": "Search",
"Collection": "Collection",
"Resources": "Resources",
"Title": "Title",
"action": "Action",
"year": "Year",
"media": "Media",
"language": "Language",
"subject": "Subject(s)",
"level": "Level(s)",
"publisher_attribution": "Publisher/Attribution",
"link_to_license": "Link to License",
"resource_for": "Resource For",
"author": "Author",
"Request_Resource": "Request Resource",
"Back": "Back",
"Next": "Next",
"Home": "Home",
"resource_type": "Resource Type",
"Open": "Open",
"View": "View",
"Details": "Details",
"Add_to_my_library": "Add To My Library",
"Hide": "Hide",
"No_Resource_Found": "No Resource Found",
"Add_Course": "Add Course",
"Request_Course": "Request Course",
"Manage": "Manage",
"Course": "Course",
"Progress": "Progress",
"Add": "Add",
"Update_Available": "Update Available",
"Release_Notes": "Release Notes",
"Publications": "Publications",
"New": "New",
"Resource": "????",
"Selected": "Selected",
"Save": "Save",
"Cancel": "Cancel",
"Manager_Request": "Manager Request",
"Select_An_option": "Select an Option",
"article_Date": "Article Date",
"added_by": "Added By",
"mediaList": [
"Text",
"Graphics/Pictures",
"Audio/Music/Book",
"Video"
],
"openWithList": [
"Just Download",
"HTML",
"PDF",
"Bell-Reader",
"Audio(MP3)",
"Video(MP4,FLV)",
"Video Book(webm,json)",
"Native Video"
],
"resourceForList": [
"Default",
"Leader",
"Learner"
],
"resourceTypeList": [
"Textbook",
"LessonPlan",
"Activities",
"Exercises",
"Discussion Questions"
],
"Upload": "Upload",
"Browse": "Browse",
"DeleteLabel": "Delete",
"UnHide": "Unhide",
"No_File_Selected": "No File Selected",
"Topic": "Topic",
"Collections": "Collections",
"Photo": "Photo",
"KeyWord_s": "Keyword",
"First_Name": "First Name",
"Last_Name": "Last Name",
"Bell_Email": "BeLL Email",
"EditLabel": "Edit",
"Member_Login": "Member Login",
"Give_Feedback": "Give us your feedback on the current page.",
"Add_a_New_Report": "Add a New Report",
"Activity_Report": "Activity Report",
"Trend": "Trend",
"Time": "Time",
"View_s": "Views",
"Suggestion": "Suggestions",
"Comment": " Comment",
"Urgent": "Urgent",
"Bug": "Bug",
"Question": "Question",
"Submit": "Submit",
"Collection_Name": "Collection Name",
"Nested_Under": "Nested Under",
"Added_Date": "Added Date",
"Description": " Description",
"LevelArray": [
"Early Education",
"Lower Primary",
"Upper Primary",
"Lower Secondary",
"Upper Secondary",
"Undergraduate",
"Graduate",
"Professional"
],
"SubjectList": [
"Agriculture",
"Arts",
"Business and Finance",
"Environment",
"Food and Nutrition",
"Geography",
"Health and Medicine",
"History",
"Human Development",
"Languages",
"Law",
"Learning",
"Literature",
"Math",
"Music",
"Politics and Government",
"Reference",
"Religion",
"Science",
"Social Sciences",
"Sports",
"Technology"
],
"checkAll": "Check All",
"unCheckAll": "Uncheck All",
"Filter": "Filter:",
"Add_New": "Add New",
"Request_Resource_Title": "I would like to have the following resource in BeLL.",
"Request_Course_Title": "I would like to enroll in a course on the following subject.",
"Request_Meetup_Title": "I would like to join a Meetup on the following topic,",
"View_All": "View All",
"Error": " Error",
"Collection_s": "Collections",
"Medium": "Medium",
"Rating": "Rating",
"No_Requests": "No Requests",
"Search_Result": "Search Results",
"Back_to_Search": "Back to Search",
"User": "User",
"Category": "Category",
"Reques_t": "Request",
"Add_Collection": "Add Collection",
"Merge": "Merge",
"Select_Collections_Merge": "Select Collections to Merge",
"Continue": "Continue",
"Please_Select_Collections": "Please select collections to merge.",
"Feedback_For": "Feedback For",
"Add_your_feedback": "Add Your Feedback",
"Back_to_Resources": "Back to Resources",
"save_and_add_feedback": "Save and Add to My Library",
"Add_Feedback_For": "Add Feedback For",
"alphabets": [
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J",
"K",
"L",
"M",
"N",
"O",
"P",
"Q",
"R",
"S",
"T",
"U",
"V",
"W",
"X",
"Y",
"Z"
],
"Course_Title": "Course Title",
"Language_Of_Instruction": "Language Of Instruction",
"Member_Limit": "Member Limit",
"Course_Leader": "Course Leader",
"Method": "Method",
"Grade_Level": "Grade Level",
"Subject_Level": "Subject Level",
"Start_date": "Start Date",
"Start_Time": "Start Time",
"End_Time": "End Time",
"End_date": "End Date",
"Frequency": "Frequency",
"Daily": "Daily",
"Weekly": "Weekly",
"Location": "Location",
"Foreground_Color": "Foreground Color",
"Background_Color": "Background Color",
"Invite_Member": "Invite Member",
"GradeLevelList": [
"Pre-Kindergarten",
"Kindergarten",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"College",
"Post-Graduate"
],
"SubjectLevelList": [
"Beginner",
"Intermediate",
"Advanced",
"Expert"
],
"Course_Manage": "Course Manage",
"Course_Steps": "Course Steps",
"Add_Step": "Add Step",
"Rearrange": "Rearrange",
"Up": "Up",
"Down": "Down",
"Choose": "choose",
"Update": "Update",
"Day": "Day",
"New_Step": "New Step",
"Edit_Step": "Edit Step",
"Step_Method": "Step Method",
"Step_Goals": "Step Goals",
"Allowed_Errors": "Allowed Errors",
"Errors": "Errors",
"Outcomes": "Outcomes",
"Passing_Percentage": "Passing Percentage",
"Paper": "Paper",
"Test": "Test",
"Add_Resource": "Add Resource",
"Required_Text": "Required",
"Step": "Step",
"View_Details": "View Details",
"Select_All": "Select All",
"Previous": "Previous",
"Add_To_Level": "Add to Level",
"Back_To_Course": "Back To Course",
"Back_To_Manage_Course": "Back To Manage Course",
"Create_Test": "Create Test",
"Edit_Test": "Edit Test",
"Instructions": "Instructions",
"Remove": "Remove",
"New_Test": "New Test",
"Save_Test": "Save Test",
"Enter_Question": "Enter your question here.",
"Response_Options": "Response Options",
"Identify_Correct": "Identify the right response.",
"Add_Question": "Add Question",
"Enter_Option": "Enter Option",
"Options": "Options",
"Edit_Member": "Edit Member",
"Middle_Names": "Middle Names",
"Phone": "Phone",
"Birth_Date": "Birth Date",
"Gender": "Gender",
"Levels": "Levels",
"Region": "Region",
"Promote_To_Manager": "Promote To Manager",
"Resign": "Resign",
"Register": "Register",
"Reinstate": "Reinstate",
"Add_Member": "Add Member",
"Invite": "Invite",
"Invitation_Type": "Invitation Type",
"Invitation_Type_Array": [
"All",
"Level",
"Members"
],
"Course_Members": "Course Members",
"Send_Email": "Send Email",
"Name": "Name",
"New_Message": "New Message",
"Recipients": "Recipients",
"Subject_single": "Subject",
"Close": "Close",
"Send": "Send",
"No_Attachment": "No Attachment",
"inviteForm_levels": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"Higher"
],
"Leader_Name": "Leader Name",
"Leader_Email": "Leader Email",
"Leader_Phone_Number": "Leader Phone Number",
"Not_Set": "Not Set",
"Course_Information": "Course Information",
"level_Single": "Level",
"Hi": "Hi",
"Has_Resign_From": "has resigned from",
"Course_Resignation": "Course Resignation",
"Unselect_All": "Unselect All",
"Error_UserCourse_Details": "No data related to selected course found.",
"Take_Test": "Take Test",
"Exit": "Exit",
"DownloadPaperForStep": "Download Paper For Step Number",
"Error_Course_Report": "No data found on server.",
"You_Scored": "You scored",
"Finish": "Finish",
"Course_Pass_Msg": "You have passed this level.",
"Course_Failure_Msg": "You are unable to pass this level. Read carefully and try again.",
"Passed": "Passed",
"Remaining": "Remaining",
"Admission": "Admission",
"Course_Details": "Course Details",
"Schedule": "Schedule",
"Birdeye_View": "Bird's Eye View",
"No_Steps": "No Steps",
"Detailed_View": "Detailed View",
"Steps": "Steps",
"Course_Admission_Req": "Course Admission Request",
"Admission_Req_Received": "Admission request received from user",
"For_Course": "for course",
"Accept": "Accept",
"Reject": "Reject",
"Surveys": "Surveys",
"Date": "Date",
"Empty_Shelf": "No item in the shelf.",
"Empty_Courses": "No courses accepted.",
"No_Meetup": "No Meetup",
"Removed_Member": "Member is removed From course.",
"RequestForCourse": "Admission request successfully sent to this course leader.",
"Invalid_Attachment": "Invalid attachment.",
"Assignment_Submitted": "Assignment successfully submitted.",
"Enter_Recipient": "Please enter recipient.",
"Enter_subject": "Please enter subject.",
"Enter_Message": "Please enter message.",
"Mail_Sent_Success": "Mail successfully sent.",
"Invalid_Email_Address": "Invalid mail address",
"time_Limit": "You have 20 seconds",
"Stopped": "stopped",
"Merge_Error": "Please select 2 or more items to merge.",
"Empty_Collection_Name": "Collection name can not be empty.",
"Missing_Resource_Title": "Resource title is missing",
"Missing_Resource_Author": "Please specify author for this new resource.",
"Invalid_Range": "Invalid range specified.",
"Duplicate_Title": "Title already exists.",
"Resource_Updated": "Resource updated successfully.",
"Resource_failure_update": "Cannot update due to identical title.",
"Error_Welcome_Resource": "Error fetching welcome resources.",
"Success_Msg": "Successfully done",
"Resigned_Success_Msg": "Successfully resigned from",
"No_Activity_Logged": "No activity logged for this period.",
"Select_Date": "You must choose a date to proceed.",
"Added_To_Shelf": "Successfully added to shelf.",
"Duplicate_In_Shelf": "Already in shelf.",
"FeedBack_And_AddedToShelf": "Successfully saved feedback and added to shelf.",
"FeedbackSaved_Not_Resource": "Successfully saved feedback. Resource already in shelf.",
"Collections_Merge_Success": "Collections merge successfully",
"Manifest_Error": "Manifest file is created in BeLL-Apps",
"Success_Saved_Msg": "Successfully saved.",
"Resource_Added_Success": "Resource successfully added.",
"Thank_Member": "Thank you for becoming a member.",
"Duplicate_login": "Login already exists.",
"Event_Created_Success": "Event successfully created.",
"Event_Updated_Success": "Event successfully updated.",
"Config_Added_Success": "Configurations are successfully added.",
"Config_Saved": "Configuration saved.",
"No_Changes": "You have not made any changes.",
"No_Data_Error": "No data found on server.",
"Config_Changed_For_Branch": "Configurations are successfully changed for branch library.",
"UpdateProfile": "Please update your profile.",
"Updated_Successfully": "Updated successfully.",
"LanguagesDb_Creation_Error": "Failed to create languages database.",
"UnableToReplicate": "Unable to replicate apps.",
"TempApp_Replication_Error": "Temp apps replication failed.",
"Create_Apps_Error": "Failed to create apps.",
"UnAuthorized_Community": "The community is not authorized to update until it is properly configured with a nation.",
"Poor_Internet_Error": "Unable to update Bell-Apps. Please check your internet connection or try again later.",
"Notes_Saved_Success": "Notes successfully saved.",
"Prompt_ReleaseNotes": "Please enter release notes.",
"Prompt_Version_Number": "Please enter version no.",
"Event_Deleted_Success": "Event successfully deleted.",
"Rate_Resource_First": "Please rate the resource first.",
"Course_Updated_Success": "Course successfully updated.",
"Course_Created_Success": "Course successfully created.",
"Course_Desc_Missing": "Course description is missing.",
"CourseTitle_Missing": "Course title is missing.",
"Prompt_Course_Desc": "Specify course description first.",
"Member_Removed_From_Course": "Member is removed from course.",
"Invitation_Sent_Success": "Invitation sent successfully.",
"Assignment_Submit_Success": "Assignment successfully submitted.",
"Successfully_Deleted": "Successfully deleted.",
"Invalid_AllowedErrors": "Not a valid allowed errors.",
"DuplicateSteps": "Step already exists.",
"InvalidStepNumber": "Not a valid step number.",
"Step_deleted_Success": "Step successfully deleted.",
"Prompt_CollectionName": "Enter collection name.",
"Collection_Saved_success": "Collection saved successfully.",
"Duplicate_CollectionName": "Collection name already exists.",
"Updated_NewVersion_Success": "Successfully updated to latest version.",
"TryLater_Error": "Error. Try again later.",
"MemberDb_Replicated": "Members database replicated.",
"Course_Step_Progress_Statistics": "Course Step Progress Statistics",
"Member_Course_Progress_Replicated": "Member Course Progress Replicated.",
"FeedbackDb_Replicated_Success": "Successfully replicated application feedback database.",
"ActivityReports_Replicated_Success": "Successfully replicated log activity reports.",
"Reports_Replicated_Success": "Successfully replicated reports.",
"Joined_Success": "Successfully joined.",
"MeetUp_not_Existing": "Meetup does not exist.",
"Already_Joined_MeetUp": "You have already joined this meetup.",
"Course_Existing_Dashboard": "Course already added to your dashboard.",
"Course_Added_Dashboard": "Course added to your dashboard.",
"Course_Full": "This course is full.",
"MyMeetUps_Removed_Success": "Successfully removed from My Meetups.",
"Missing_MeetUp_Location": "Meetup location is missing.",
"MeetUp_Desc_Missing": "Meetup description is missing.",
"MeetUp_Title_Missing": "Meetup title is missing.",
"Duplicate_Save": "Already saved.",
"Prompt_MeetUp_Location_First": "Specify meetup description first.",
"meetUp_Added": "Successfully added to My Meetups.",
"Successfully_Registered": "Successfully registered.",
"Birthday_Range": "Valid Age Range: 5 to 100",
"Update_Profile_Reminder": "Please correct the highlighted information on this form.",
"Invalid_Image_File": "Error. Not a valid image file. File must be in .jpeg format.",
"Invalid_Credentials": "Login or password incorrect.",
"Account_DeActivated": "Your account is deactivated.",
"Publication": "Publication",
"Resources_Synced_Success": "Resources successfully synced.",
"Pubs_Synced_Error": "Error syncing/replicating publication.",
"Resources_Synced_Error": "Failed to sync resources.",
"Courses_Synced_Error": "Failed to sync courses.",
"CourseSteps_Synced_Error": "Failed to sync course steps.",
"Pubs_Replicated_Success": "Successfully replicated publications.",
"Fetch_Resources_Error": "Unable to get resources.",
"Test_Saved_Success": "The group permission was saved successfully.",
"Invalid_Inputs": "Invalid inputs.",
"Reports_Deleted_Success": "Successfully deleted report.",
"Request_Sent_Success": "Request successfully sent.",
"Resource_Level_Missing": "Resource level is missing.",
"Resource_Subject_Missing": "Resource subject is missing.",
"Removed_From_Collection": "Removed successfully from collection.",
"Resource_Deleted_success": "Resource successfully deleted.",
"Resource_RemovedFrom_Shelf_Success": "Resource successfully removed from shelf.",
"Prompt_Resources_first": "Please rate the resource first.",
"Resources_Added_Success": "Your resources have been added successfully.",
"Fetch_Collections_Error": "Unable to get collections.",
"FeedBack_Sent_success": "Feedback successfully sent.",
"No_Result": "No result found.",
"No_Option_Selected": "No option selected.",
"Extra_Docs_Deleted": "Extra publication distribution documents have been deleted.",
"Model_fetch_Pubs_Success": "Model of publications is accessed.",
"PubsDistDb_Delete_Success": "Successfully deleted publication distribution.",
"Issue_Duplicate": "Issue number already exists.",
"Pubs_Issue_Missing": "Publication issue is missing.",
"Pubs_Issue_Saved": "Issue saved.",
"UnAuthorized_Login": "You are not authorized to sign in.",
"Status": "Status",
"Synced_Success": "Synced successfully",
"Check_Sync": "Update status",
"Already_Pub_Sent": "This publication is already sent to",
"Prompt_Community_First": "Please select community first.",
"AddCourse_To_pubs_Failed": "Failed to add the course to the publication.",
"Added_Success": "Added successfully.",
"Duplicate_Course_In_Pub": "This course already exists in this publication.",
"Response_Error": "There was an error in getting a response from the server. Please try again.",
"InValid_CommunityName": "Community 'name' entered is a duplicate. Please try again with a different name.",
"Duplicate_CommunityName_Error": "Community has duplicates in the database. Please delete other copies and retry.",
"Confirm_Survey": "Are you sure you want to delete this survey?",
"Confirm_Report": "Are you sure you want to delete this report?",
"Confirm_Publication": "Are you sure you want to delete this publication?",
"Confirm_Community": "Are you sure you want to delete this community?",
"Confirm_Resource": "Are you sure you want to delete this resource?",
"Confirm_Collection": "Are you sure you want to delete this collection?",
"start_new_meetUp": "Start a New Meetup",
"Edit_MeetUp": "Edit Meetup",
"Recurring": "Recurring",
"categoryList": [
"ICT",
"First Time",
"Mothers",
"General",
"E Learning",
"Farming",
"Academic Discussion",
"Academic Help",
"Awareness"
],
"inviteMemberArray": [
"All",
"Members"
],
"Join_meetUp": "Join Meetup",
"MeetUp": "Meetup",
"meetUp_delete_confirm": "Are you sure that you want to delete this meetup?",
"MeetUp_Detail": "Meetup Detail",
"Unjoin": "Unjoin",
"member_delete_confirm": "Are you sure that you want to delete this member?",
"member_Delete_success": "Member deleted successfully.",
"Missing_Report_Title": "Report title is missing.",
"Missing_Author": "Missing author name.",
"Demo": "Demo",
"All_Reports": "All Reports",
"Generate_Report": "Generate Report",
"DateFormat_Reports": "(YYYY:MM:DD)",
"Period": "Period",
"Total": "Total",
"Male": "Male",
"Female": "Female",
"Registered_Members": "Registered Members",
"Average_Rating": "Average Rating",
"Times_Rated": "Times Rated",
"Max_open_Frequency": "Most Frequently Opened",
"Highest_Rated": "Highest Rated",
"Lowest_Rated": "Lowest Rated",
"Not_Applicable": "Not Applicable",
"TrendReport_msg": "Trend report ending:",
"Title_TrendActivity": "Trend Activity Report (Previous Six Months)",
"Facts_and_Figures": "Facts and Figures",
"registered_past_twelve_months": "Total Registered Members Past 12 Months",
"visits_past_twelve_months": "Total Visits Past 12 Months",
"active_members_this_month": "Active Members This Month",
"members_visits_this_month": "Total Member Visits This Month",
"resource_views_this_month": "Total Resource Views This Month",
"Members_Count": "Members Count",
"Males": "Males",
"Females": "Females",
"Visits_Count": "Visits Count",
"Resource_Count": "Resource Count",
"Tag": "Tag",
"Undefined_Author": "No author defined.",
"Attachment": "Attachment",
"Resource_Detail": "Resource Detail",
"error_direction": "Please specify the direction for specified language.",
"Add_Comment": "Add Comment",
"openUrl": "Open URL",
"School_Year": "School Year",
"Date_format": "DD",
"Year_format": "YYYY",
"Month": "Month",
"View_All_Courses": "View All Courses",
"No_data_found": "No such record exists",
"Configurations": "Configurations",
"Sync_With_Nation": "Sync With Nation",
"Set_Configurations": "Set Configurations",
"IssueNumber": "Issue Number",
"Sync_Publication": "Sync publication",
"Not_Synced": "Not Synced",
"Code": "Code",
"Type": "Type",
"Nation_Name": "Nation Name",
"Nation_Url": "Nation Url",
"Version": "Version",
"Notes": "Notes",
"Select_Language": "Select Language",
"Submit_Configurations": "Submit Configurations",
"Config_Sync_With_Nation_Head": "Select Item('s) To Sync",
"Log_Activity_Reports": "Log Activity Reports",
"Course_Member_Progress": "Course member progress",
"Resources_Feedbacks": "Resources Feedbacks",
"Application_Feedbacks": "Application Feedbacks",
"Members_Database": "Members Database",
"NoUnRead_Mail": "* No Unread Email.",
"newMsg": "New Message",
"Inbox": "Inbox",
"All": "All",
"Unread": "Unread",
"Compose": "Compose",
"Go": "Go",
"searchMessages": "Search Messages",
"courseFull_msg": "this Course Was Full.",
"invite_Accepted": "You have accepted this invitation.",
"invite_rejected": "You have rejected this invitation.",
"Reply": "Reply",
"Sender": "Sender",
"request_Accepted_already": "You have accepted this request.",
"Adm_req_accepted": "Admission Request Accepted",
"adm_req_For_accepted": "Your admission request has been accepted by the course leader for",
"Survey_No": "Survey No.",
"Actions": "Actions",
"Submitted": "Submitted",
"Un_Submitted": "Un-Submitted",
"Download": "Download",
"Survey_Success_Message": "Survey has been submitted successfully",
"Survey_Error_Message": "Please provide all the answers first",
"Survey_Download_Success_Msg": "Survey has been downloaded successfully",
"Survey_Download_Error_Msg": "Unable to download survey",
"Survey_Download_Error_Ques": "Unable to download survey questions",
"Update_Event": "Update Event",
"Add_Event": "Add Event",
"Event_Name": "Event Name",
"Event_Description": "Event Description",
"Event_Detail": "Event Detail",
"Timing": "Timing",
"Destroy": "Destroy",
"edit_welcomeVideo": "Edit Welcome Video Form",
"upload_welcomeVideo": "Upload Welcome Video",
"uploaded_file": "Uploaded File :",
"upload_Date": "Upload Date",
"Add_Survey": "Add Survey",
"Survey_Number": "Survey No",
"Sent_to": "Sent To",
"Submitted_By": "Submitted By",
"None": "None",
"Communities": "Communities",
"Requests": "Requests",
"Databases": "Databases",
"New_Survey": "New Survey",
"missing_surveyNo": "Survey Number is missing",
"duplicate_surveyNo": "SurveyNo already exist",
"survey_Saved_Successfully": "Survey Saved!",
"Send_Survey": "Send Survey",
"Add_new_Question": "Add a New Question",
"Question_Number": "Question Number",
"Select_a_Question": "Select a question",
"Question_types": [
"Multiple Choice (Single Answer)",
"Rating Scale",
"Single Textbox",
"Comment/Essay Box"
],
"Question_Text": " Question Text",
"answer_Choices_Stat": "Answer Choices (each choice on a separate line)",
"require_answer": " Require Answer to Question.",
"column_choices": "Column Choices",
"select_ratings": "Select the number of ratings:",
"ratingsArray": [
"2 ratings",
"3 ratings",
"4 ratings",
"5 ratings",
"6 ratings",
"7 ratings",
"8 ratings",
"9 ratings"
],
"Label": "Label",
"weight": "Weight",
"save_question": "Save Question",
"select_communities": "Select Community('ies)",
"Questions": "Questions",
"empty_Survey": "No questions in this survey",
"question_Saved": "Question has been saved",
"question_Edit": "Question has been edited successfully",
"question_stat_missing": "Question statement is missing",
"atleast_two_options": "Please provide atleast two options",
"less_labels": "Labels are less than the rating value",
"less_options": "Please provide atleast one options",
"nameOfCommunity": "Bell Name:",
"birthYear": "Birth Year",
"no_answer_survey": "No answers in this survey",
"Survey_Title": "Survey Title",
"Edit_Question": "Edit Question",
"survey_sent_Success": "Survey has been sent",
"Add_Issue": "Add Issue",
"Editor_Name": "Editor Name",
"Editor_Email": "Editor Email",
"Editor_Phone": "Editor Phone",
"downloaded_by": "Downloaded By",
"Publication_Issue": "Publication Issue",
"New_Publication_Issue": "New Publication Issue",
"Send_Publication": "Send Publication",
"No_Resource_Pub": " No Resource in this publication",
"No_Course_Pub": "No Course in this publication",
"Done": "Done",
"Add_To_Pub": "Add To Publication",
"new_nation_report": "New Nation Report",
"Select_Comm": "Select Community",
"last_sync_date": "Last Activity sync Date",
"Add_Community": "Add Community",
"Member_Resources_Count": "*The Total Member Visits and Total Resource Views columns contain data of the current month only",
"Last_App": "Last App",
"Version_No": "Version No.",
"Last_Publications": "Last Publications",
"Sync": "Sync",
"Last_Activities": "Last Activities",
"Total_Member": "Total Member",
"Total_Resource": "Total Resource",
"Url": "Url",
"Address": "Address",
"Phone_M": "Phone M",
"ID": "ID",
"Nation_Bell": "Nation Bell",
"Sponsoring_Organization": "Sponsoring Organization",
"General_Manager": "General Manager",
"Tech_Support": "Tech Support",
"Nation_Contact": "Nation Contact",
"Authorized_By": "Authorized By",
"Send_to_communities": "Send to communities",
"Nation_reports": "Nation's Reports",
"Survey_Alert": "You have a new survey, please submit your response",
"Response": "Response",
"Received": "Received",
"Sent": "Sent",
"Survey_Error_Message_For_Required_Questions": "Please provide all the answers to required questions",
"Get_Members_List": "Get Members List",
"Bell_Name": "Bell Name",
"Roles": "Roles",
"Include_Admins": "Include Admins",
"No_members_found": "No members found",
"bells_selection_msg": "Please select bells first",
"member_selection_msg": "Please select members first",
"survey_success_msg": "Survey has been sent successfully",
"Select_Gender": "Select Gender",
"Select_Age_Group": "Select Age Group",
"Less_than_15": "Less than 15",
"Select_Roles": "Select Roles",
"Select_Bells": "Select Bells",
"Gender_Selection_Error": "Please select gender first",
"Group_Selection_Error": "Please select age group first",
"Role_Selection_Error": "Please select roles first",
"No_Member_Found": "No members have been found for the selected options",
"Survey_Note": "This is how the survey will appear to users.*",
"adm_req_For_rejected": "Your admission request has been rejected by the course leader for",
"Title_Error": "Title is required",
"Description_Error": "Description is required",
"Adm_req_rejected": "Admission Request Rejected",
"request_Rejected_already": "you have rejected this invitation",
"accepted_email_text": "Admission request has been accepted from member",
"leader_must_resign": "Leader cannot directly remove himself, he must resign.",
"manager_removes_leader": "Only Manager can remove a Leader",
"No_Record_Found": "No Record Found",
"resource_replication_error": "Error! Resource could not be replicated",
"resource_replication_success": "Successfully replicated resource",
"AddToNation": "Add to Nation",
"Become_an_administrator": "Become an Administrator",
"offline_Status_warning": "Your status is offline, so we are unable to fetch list of nations for you",
"select_nation": "Select Nation",
"same_as_admin": "Same as Administrator",
"fill_all_fields": "Please fill out all the fields first",
"pls_select_nation": "Please select nation",
"pls_select_language": "Please select language",
"title_msg_required": "Required field and don't contain numbers",
"fill_config_first": "Please fill the Configurations form first",
"Communities_request": "Communities List",
"request_pending": "Request Pending",
"community_details": "Community Details",
"request_accepted": "Registration request has been accepted.",
"request_rejected": "Registration request has been rejected.",
"comm_reject_msg": "Your registration request has been rejected, please check your data and re-send",
"old_communities": "Old Communities",
"Nation_Visible": "Nation is visible",
"Nation_InVisible": "Nation is not visible",
"delete_alert": "Are you sure you want to upload this resource?",
"Resource_Already_At_Nation": "Resource is already at Nation",
"Decline": "Decline",
"Confirm_Decline": "Are you sure you declined this resource?",
"Resource_Success_Added": "Resource is Successfully added to library",
"Community_Resources": "Resources From Community",
"Local_Resources": "Local Resources",
"Prompt_MeetUp_save": "Meetup saved! Do you want to invite?",
"Pending_Resources": "Pending Resources",
"Confirm_Course": "Are you sure you want to delete this Course?",
"Has_Requested_Promote": "has requested to be promoted for 'Manager' access.",
"Promote_Request_Rejected": "Request to promote has been rejected.",
"Promote_Request_Accepted": "Member has been successfully promoted.",
"Your_Request_Has_Been_Accepted": "Your Request Has Been Accepted",
"Your_Request_Has_Been_Rejected": "Your Request Has Been Rejected",
"viplink_delete": "Are you sure that you want to delete this link?",
"viplinks": "Vip Links",
"Create": "Create Link",
"Link_Copied": "Link copied to your clipboard",
"Copy": "Copy",
"link_created": "Vip link successfully created.",
"welcome_to": "Welcome to",
"FeedbackForTest": "Once Taken Test Must Be Review First",
"Please_Take_Test_For_Review": "Please Take Test For Review",
"Review_First": "Review First",
"Your_Answer_Has_Been_Reviewed": "Your Answer Has Been Reviewed ",
"Test_Not_Submitted_Yet": "Test Not Submitted Yet",
"Test_Submitted": "Test Submitted",
"TotalMarks": "TotalMarks",
"Each_Member_Progress_Record": "Each Member Progress Record",
"Passing_Percentage_Each_Step_Result": "Passing Percentage/Each Step Result",
"Step_Result": "Each Step Result",
"Failed": "Failed",
"Not_Attempt": "Not Attempt",
"Attempted_But_Not_Review": "Attempted But Not Review",
"Back_To_Step": "Back To Step",
"Green_Point": "Green Point = Pass",
"Red_Point": "Red Point = Fail",
"Blue_Point": "Blue Point = Test Not Attempted",
"Gray_Point": "Gray Point = Test Attempted But Not Review",
"Steps_Percentage": "Steps Percentage",
"All_Courses_Progress": "All Courses Progress",
"Attempt": "Attempt",
"Reviewed": "Reviewed",
"UnReviewed": "UnReviewed",
"UnAttempted": "UnAttempted",
"Attempted": "Attempted",
"Given_Answer": "Given Answer",
"ObtainMarks": "Obtain Marks",
"Attachment_Marks_Review": "Attachment Marks Review",
"Multiple_Choice_Marks_Review": "Multiple Choice Marks Review",
"Single_Essay_Marks_Review": "Single/Essay Marks Review",
"Individual_Member_Course_Progress": "Individual Member Course Progress",
"View_Test": "View Test",
"Answer_Review": "Answer Review",
"Answer_Review_Section": "Answer Review Section",
"StepNO": "StepNO",
"Total_Attempt": "Total Attempt",
"Percentage": "Percentage",
"Review": "Review",
"Grade": "Grade",
"Credits": "Credits",
"Forgot_Password": "Forgot Password ?",
"Email_PasswordReset_Subject": "Request for Password Reset",
"Validation_Required_Password": "Password is empty.",
"Validation_Required_ReTypePassword": "Re-type Password is empty.",
"Msg_Success_PasswordReset": "Password has been updated.Please login with your new password.",
"Approved": "Approved",
"Rejected": "Rejected",
"Msg_Pending_PasswordReset": "Your request is in pending. Please stay calm and tune with us.",
"Msg_Request_PasswordReset": "Password reset request email has been sent. Please stay tune with us.",
"Set_Password": "Set Password",
"ReTypePassword": "Re-type Password",
"Validation_Required_Login": "Login can not be empty.",
"Msg_NotFound_Login": "Login does not exist. Please provide a valid login.",
"Msg_Rejected_PasswordReset": "Your request is rejected. Please contact with administrator.",
"Msg_Validation_NotMatch_Password": "Password and Re-Type password does not match.",
"Msg_Email_RejectedBy": "Rejected By",
"Msg_Email_ApprovedBy": "Approved By",
"Msg_PasswordReset_Email_Rejected": "Email has been rejected.",
"Msg_PasswordReset_Email_Approved": "Email has been approved.",
"Remembered_AND_Login": "Remembered and Login",
"PasswordResetLogin": "Password Reset and logged in",
"Msg_Re_ResetPassword": "You have recently updated password. Do you want to reset your password again ?",
"Msg_Success_ResetPassword_ChangePassword": "Your request has been approved. You can change your password.",
"Msg_Confirm_ResetPassword_ChangePassword": "You have recently updated password. Do you want to reset your password again ?If you click No then it will resend the password email again.",
"Test_Inprogress": "Test in progress",
"Btn_Prev": "Previous",
"Btn_Cancel": "Cancel",
"Msg_PasswordReset_AutomaticApproval": "Your password reset email has been automatically approved. Please reset the password.",
"Automatic_Password_Reset_Duration_HH": "Automatic Password Reset Duration(hr)",
"Note_Password_Reset_Duration_HH": "Note : 0 hr means Manual",
"Nation_Rejected": "Community registration request rejected",
"Nation_Pending": "Community registration request pending",
"Marks_Should_not_be_Zero_or_Negative": "Marks Should not be Zero or Negative",
"Auto_Approve": "Auto Approve",
"Unable_To_Download_Data": "No data to download",
"Label_PullNation": "Pull Nation",
"publisher": "Publisher",
"Course_Progress_Statistics": "Course Progress Statistics",
"Download_Summary": "Download Summary",
"Select_Community_ByRegion": "Filter Community by Region",
"Markdown": "Markdown",
"Rich_Text": "Rich Text",
"Course_Answers": "Course Answers",
"Course_Answers_Replicated": "Course Answers Replicated",
"Please_provide_atleast_one_correct_answer": "Please provide atleast one correct answer",
"You_choose_the_option_without_correct_answer": "You choose the option without correct answer",
"Auto_Publication": "Auto Publication",
"Enable_Auto_Sync": "Enable Auto Sync",
"Disable_Auto_Sync": "Disable Auto Sync",
"Courses_Replicated": "Courses Replicated",
"Answer_Assignment_paper": "Assignment Answers Database",
"Assignment_Database_replicate": "Assignment Paper database successfully replicated",
"Assignment_Name": "Assignment Name",
"Pub_Synced_Again": "Sync Publication Again"
}