-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathstrings.xml
More file actions
463 lines (386 loc) · 25.5 KB
/
strings.xml
File metadata and controls
463 lines (386 loc) · 25.5 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
<resources>
<string name="app_name">BuildmLearn Toolkit</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="menu_load_project">Saved Projects</string>
<string name="menu_settings">Settings</string>
<string name="menu_drafts">My Drafts</string>
<string name="menu_how_to">How to</string>
<string name="menu_about_us">About BuildmLearn</string>
<string name="menu_home">Home</string>
<string name="buildmlearn_welcome_title">Welcome to BuildmLearn Toolkit</string>
<string name="welcome">Welcome</string>
<string name="tap_to_exit">Tap back once more to exit.</string>
<!--Snackbar-->
<string name="snackbar_deleted_message">Item deleted</string>
<string name="snackbar_undo">UNDO</string>
<string name="snackbar_restored_message">Item restored</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="buildmlearn_welcome_text">The BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.\n\nThe toolkit helps creating mobile application with various functionality and allows teachers to input their custom content.</string>
<string name="add_item_help">Click Add button to start adding items</string>
<!-- Draft -->
<string name="draft_deleted">Draft Successfully Deleted!</string>
<string name="draft_deleted_failed">Draft Deletion Failed!</string>
<string name="dialog_delete_all_msg">Are you sure you clear you Draft?</string>
<string name="dialog_delete_all_title">Delete All</string>
<string name="no_saved_drafts">"No Saved Drafts Yet"</string>
<!-- Restore Dialog-->
<string name="dialog_restore_title">Restore Project</string>
<string name="dialog_restore_failed">Unable to restore Project from given apk</string>
<string name="dialog_restore_fileerror">Unable to load given apk</string>
<!-- Quiz Template-->
<string name="app_name_quiz">Quiz Time</string>
<string name="completed_message_quiz">Hurrah! You have completed the Quiz.</string>
<string name="total_correct">Total Correct : %1$d</string>
<string name="total_wrong">Total Wrong : %1$d</string>
<string name="total_unanswered">Total Unanswered : %1$d</string>
<string name="dialog_yes">Yes</string>
<string name="dialog_no">No</string>
<string name="dialog_delete_msg">Are you sure you want to delete this item?</string>
<string name="dialog_delete_title">Delete</string>
<string name="title_activity_simulator">Simulator</string>
<string name="title_activity_template">Templates</string>
<!-- Info Template-->
<string name="info_template_word">Word</string>
<string name="info_template_word_hint">Enter title</string>
<string name="info_template_meaning">Description</string>
<string name="info_template_meaning_hint">Enter description</string>
<string name="info_template_add">Add</string>
<string name="info_template_ok">OK</string>
<string name="info_template_cancel">Cancel</string>
<string name="info_add_new_title">Add new item</string>
<string name="info_edit_title">Edit item</string>
<string name="info_template">InfoTemplate</string>
<string name="main_title_info">Info App</string>
<string name="list_empty_info">List is Empty!</string>
<string name="previous_info">PREVIOUS</string>
<string name="next_info">NEXT</string>
<string name="no_saved_projects">No Saved Projects yet</string>
<string name="exit_info">EXIT</string>
<string name="about_text_info">This application has been developed using the BuildmLearn Toolkit.\n\nTo know more about BuildmLearn Toolkit visit <a href="https://buildmlearn.org/">here</a>.</string>
<string name="info_thumbnail_info">Info Thumbnail</string>
<string name="enter_word">Enter a word.</string>
<!-- Flash Card Template-->
<string name="flash_card_template">FlashCardsTemplate</string>
<string name="flash_photo_source">Select image source</string>
<string name="flash_templete_question">Question</string>
<string name="flash_template_answer">Answer</string>
<string name="flash_template_attach_image">Attach an image</string>
<string name="flash_template_hint">Answer Hint</string>
<string name="flash_template_question_hint">Enter Question</string>
<string name="flash_template_anser_hint">Enter Answer</string>
<string name="flash_template_hint_hint">Enter Hint (Optional)</string>
<string name="main_title_flash">Learn with FlashCards</string>
<string name="next_flash">NEXT</string>
<string name="exit_flash">EXIT</string>
<string name="restart_flash">RESTART</string>
<string name="buildmlearn_logo_flash">BuildmLearn Logo</string>
<string name="completed_message_flash">Hurrah! You have completed.\nThat was the last card!</string>
<string name="previous_flash">PREVIOUS</string>
<string name="flip_flash">FLIP</string>
<string name="backdrop_image_flash">Backdrop image</string>
<!-- Spelling Template-->
<string name="submit">SUBMIT</string>
<string name="restart">Restart</string>
<string name="exit">Exit</string>
<string name="high">High</string>
<string name="speech_rate">Speech Rate:</string>
<string name="main_title_spell">Learn Spellings</string>
<string name="next_spell">NEXT</string>
<string name="exit_spell">EXIT</string>
<string name="restart_spell">RESTART</string>
<string name="buildmlearn_logo_spell">BuildmLearn Logo</string>
<string name="completed_message_spell">Hurrah! You have completed.</string>
<string name="spell_it_spell">SPELL IT</string>
<string name="skip_spell">SKIP</string>
<string name="listen_spell">LISTEN</string>
<string name="submit_spell">SUBMIT</string>
<string name="enter_spelling">Enter Spelling</string>
<string name="normal_spell">Normal</string>
<string name="low_spell">Low</string>
<string name="intro_text_spell">Press SPEAK when you are ready. You may adjust the speech rate using the slider. Listen to the words as many times before answering. If you are not sure, you can skip the word.</string>
<!-- Video Collection Template-->
<string name="video_collection_title">Video Collection</string>
<string name="video_collection_template">VideoCollectionTemplate</string>
<string name="video_collection_description">Choose this template to create applications for learning from videos</string>
<string name="video_collection_template_link">Link</string>
<string name="video_collection_template_title">Title</string>
<string name="video_collection_template_description">Description</string>
<string name="video_collection_template_link_hint">Enter a link</string>
<string name="video_collection_template_link_valid_hint">Enter a valid link</string>
<string name="video_collection_template_description_hint">Enter Description</string>
<string name="video_collection_or">OR</string>
<string name="video_collection_youtube">youtube.com</string>
<string name="video_collection_dailymotion">dailymotion.com</string>
<string name="video_collection_vimeo">vimeo.com</string>
<string name="video_collection_list">List of Videos :</string>
<string name="video_collection_videoList">videoList</string>
<!-- Comprehension Template-->
<string name="comprehension_title">Comprehension</string>
<string name="comprehension_template">ComprehensionTemplate</string>
<string name="comprehension_description">Choose this template to create applications for learning from comprehensions</string>
<string name="comprehension_template_title_hint">Enter a title</string>
<string name="comprehension_template_timer_correct_hint">Max time :: 999,999,999 </string>
<string name="comprehension_navigation_drawer_open">Open navigation drawer</string>
<string name="comprehension_navigation_drawer_close">Close navigation drawer</string>
<string name="comprehension_previous">PREVIOUS</string>
<string name="comprehension_next">NEXT</string>
<string name="comprehension_about_us">About Us</string>
<string name="comprehension_about_text">This application has been developed using the BuildmLearn Toolkit.\n\nTo know more about BuildmLearn Toolkit visit <a href="https://buildmlearn.org/">here</a>.</string>
<string name="comprehension_buildmlearn_logo">BuildmLearn Logo</string>
<string name="comprehension_go_to_questions">GO TO QUESTIONS</string>
<string name="comprehension_passage_title">Passage :</string>
<string name="comprehension_completed_message">Hurrah! You have completed the Comprehension.</string>
<string name="valid_before_setting_answer">Enter a valid option before marking it as answer.</string>
<string name="comprehension_select_option_3_first">Enter option 3 first.</string>
<string name="comprehension_template_choose_correct_option">Choose a correct option.</string>
<string name="comprehension_template_valid_option">Enter a valid option.</string>
<!-- Dictation Template-->
<string name="dictation_title">Dictation</string>
<string name="dictation_template">DictationTemplate</string>
<string name="dictation_description">Choose this template to create applications for practising dictation</string>
<string name="dictation_template_title_hint">Enter a title</string>
<string name="dictation_template_passage_hint">Enter text or upload file.</string>
<!-- MatchTheFollowing Template-->
<string name="match_title">Match</string>
<string name="match_template">MatchTemplate</string>
<string name="match_description">Choose this template to create applications for practising match the following.</string>
<!-- Assets Filename -->
<string name="spelling_assets_name">spelling_content.xml</string>
<string name="quiz_assets_name">quiz_content.xml</string>
<string name="flash_assets_name">flash_content.xml</string>
<string name="info_assets_name">info_content.xml</string>
<string name="video_assets_name">video_content.xml</string>
<string name="comprehension_assets_name">comprehension_content.xml</string>
<string name="dictation_assets_name">dictation_content.xml</string>
<string name="match_assets_name">match_content.xml</string>
<!-- Template Resources-->
<string name="basic_m_learning_title">Basic mLearning</string>
<string name="basic_m_learning_description">Create app displaying clickable list of textual information</string>
<string name="flash_card_title">Flash Cards</string>
<string name="flash_card_description">Choose this template to create flash card applications</string>
<string name="learn_spellings_title">Learn Spellings</string>
<string name="learn_spellings_description">Choose this template to create applications for learning to spell words</string>
<string name="spelling_type">SpellingTemplate</string>
<string name="quiz_title">Quiz</string>
<string name="quiz_new_question_title">Add New Question</string>
<string name="quiz_type">QuizTemplate</string>
<string name="quiz_add">Add</string>
<string name="quiz_delete">Delete</string>
<string name="quiz_ok">OK</string>
<string name="quiz_cancel">Cancel</string>
<string name="quiz_edit">Edit Question</string>
<string name="quiz_description">Choose this template to create Quiz-like applications</string>
<string name="hint_quiz_name">Template Name</string>
<string name="label_quiz">Template Name</string>
<string name="hint_author">Name</string>
<string name="label_author">Author</string>
<string name="title_activity_template_editor">TemplateEditor</string>
<string name="quiz_new_question">Question</string>
<string name="quiz_new_question_answer">Answers</string>
<string name="quiz_option_hint_1">Option 1</string>
<string name="quiz_option_hint_2">Option 2</string>
<string name="quiz_option_hint_3">Option 3</string>
<string name="quiz_option_hint_4">Option 4</string>
<string name="quiz_question_no">Question No : %1$s</string>
<!-- Menu Strings-->
<string name="menu_save_template">Save Template</string>
<string name="menu_simulate">Simulate</string>
<string name="menu_delete_template_item">Delete</string>
<string name="menu_delete_all_template_items">Delete All</string>
<string name="menu_edit_template_item">Edit</string>
<!-- Dialog Sort -->
<!-- Bottom Sheet-->
<string name="bottom_sheet_share_apk">Share APK</string>
<string name="bottom_sheet_save_apk">Save APK</string>
<string name="bottom_sheet_save_project">Save Project</string>
<string name="menu_select_all">Select All</string>
<string name="menu_unselect_all">Unselect All</string>
<string name="menu_search">Select All</string>
<!-- Built-in file manager string values -->
<!-- menu string values -->
<!-- Manage Keys string values -->
<!-- Progress messages -->
<string name="LoadingCertificateAnKey">Loading certificate and private key</string>
<string name="ParsingCentralDirectory">Parsing the input\'s central directory</string>
<string name="GeneratingManifest">Generating manifest</string>
<string name="GeneratingSignatureFile">Generating signature file</string>
<string name="GeneratingSignatureBlock">Generating signature block file</string>
<string name="CopyingZipEntry">Copying zip entry %1$d of %2$d</string>
<!-- Toast messages -->
<string name="unableToRestore">Unable to restore Activity state, finsihing Template Editor activity</string>
<string name="invalidTemplate">Invalid template ID, closing Template Editor activity</string>
<string name="correctOption">Choose a correct option</string>
<string name="MinAns">Minimum two multiple answers are required.</string>
<string name="enterValid">Enter a valid option before marking it as answer</string>
<!-- Error message shown if the input and output filenames are the same -->
<string name="InputFileSameAsOutput">Input and output files are the same. Specify a different name for the output.</string>
<!-- Error message shown when the key/mode="auto" and the key to use for signing can't be determined. %s replaced with input filename. -->
<string name="AutoKeySelectionError">Unable to auto-select key for signing %s</string>
<!-- Preference Data-->
<string name="title_user_name">Enter your name</string>
<string name="key_delete_temporary_files">delete_temp_files</string>
<string name="delete_temp_files">Delete Temporary Files</string>
<string name="summary_temp_files">Delete temporary generated files to save storage space</string>
<string name="key_restore_project">restore_project</string>
<string name="restore_project">Restore Project</string>
<string name="summary_restore_project">Restore Project back from apk</string>
<string name="key_user_name">key_user_name</string>
<string name="your_name">Your Name</string>
<string name="app_settings">App Settings</string>
<string name="advance_settings">Advance Settings</string>
<string name="main_title">BuildmLearn</string>
<string name="main_subtitle">Toolkit</string>
<string name="main_name_hint">Your Name!</string>
<!-- Flash Card Template-->
<!-- Tutorial-->
<string name="screen_1_title">Welcome to BuildmLearn Toolkit</string>
<string name="screen_1_button">Skip tutorial.</string>
<string name="screen_1_desc">BuildmLearn Toolkit helps you create mLearning apps without any knowledge about app development.</string>
<string name="title_activity_tutorial">Tutorial Activity</string>
<string name="screen_2_title">Make mLearning Apps</string>
<string name="screen_2_desc">Press the big pink button to get started with building app.</string>
<string name="screen_3_title">Various Templates</string>
<string name="screen_3_desc">Templates allows creation of various types of apps like info, spelling, quiz, flash, video, comprehension, dictation and match.</string>
<string name="screen_4_title">InBuilt Editing Features</string>
<string name="screen_4_desc">Toolkit editor allows various operations like save, share projects and APKs, simulate app.</string>
<string name="screen_5_title">Simulator Support</string>
<string name="screen_5_desc">BuildmLearn toolkit comes with a Nexus 6 simulator on which you can test app inside toolkit.</string>
<string name="screen_6_title">Load Saved Projects</string>
<string name="screen_6_desc">You can open any saved project created using android or desktop toolkit.</string>
<string name="screen_7_title">Load Saved APKs</string>
<string name="screen_7_desc">You can open any APKs created using android or desktop toolkit.</string>
<string name="screen_8_title">Load Saved Drafts</string>
<string name="screen_8_desc">You can open any automatically saved incomplete project works.</string>
<string name="screen_finish">Lets Start</string>
<string name="title_activity_about_buildm_learn">About BuildmLearn</string>
<!-- About BuildmLearn-->
<string name="about_para_1">BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.</string>
<string name="about_para_2">Visit us at http://buildmlearn.org/.</string>
<string name="about_para_3">Any feedback or suggestions related to BuildmLearn Toolkit are always welcome. Please write to us at buildmlearn@gmail.com.</string>
<string name="title_activity_deep_linker">BuildmLearn Tookit</string>
<string name="apk_progress_dialog">Generating Apk</string>
<string name="restore_progress_dialog">Restoring</string>
<string name="apk_msg">Inserting data into Apk</string>
<string name="video_fetching_error">Error while fetching video info!</string>
<string name="network_error">Network Unavailable! Please try later.</string>
<string name="menu_load_apks">Saved APKs</string>
<!-- About VideoCollectionTemplate -->
<string name="enter_video">ENTER</string>
<string name="by_video">by</string>
<string name="anupam_video" translatable="false">Anupam</string>
<string name="title_activity_about_video">About</string>
<string name="list_empty_video">List is Empty!</string>
<string name="previous_video">PREVIOUS</string>
<string name="next_video">NEXT</string>
<string name="about_text_video">This application has been developed using the BuildmLearn Toolkit.\n\nTo know more about BuildmLearn Toolkit visit <a href="https://buildmlearn.org/">here</a>.</string>
<string name="background_image_video">Background Image</string>
<string name="buildmlearn_logo_video">BuildmLearn Logo</string>
<string name="last_video">That was the last Video!</string>
<string name="video_thumbnail">Video Thumbnail</string>
<string name="comprehension_add_meta_title">Add Meta Details</string>
<string name="comprehension_meta_title">Title</string>
<string name="comprehension_meta_title_of_passage">Title of Passage</string>
<string name="comprehension_meta_passage">Passage</string>
<string name="comprehension_meta_enter_passage">Enter Passage or Upload a file</string>
<string name="or">OR</string>
<string name="upload">UPLOAD</string>
<string name="timer">Timer</string>
<string name="time_hint">Enter Time in Sec</string>
<string name="comprehension_template_passage_hint">Enter text or upload file.</string>
<string name="comprehension_template_timer_hint">Enter time</string>
<string name="comprehension_edit_meta_title">Edit Meta Details</string>
<string name="meta_add_help">Click Add button to start adding meta details</string>
<string name="restart_comprehension">RESTART</string>
<string name="video_collection_template_linited_links">Only Youtube, Dailymotion, Metacafe and Vimeo links supported.</string>
<string name="restore_msg">Restoring data from Apk</string>
<string name="expandbutton">expandButton</string>
<!-- About DictationTemplate -->
<string name="list_empty_dict">List is Empty!</string>
<string name="exit_dict">EXIT</string>
<string name="about_us_dict">About Us</string>
<string name="about_text_dict">This application has been developed using the BuildmLearn Toolkit.\n\nTo know more about BuildmLearn Toolkit visit <a href="https://buildmlearn.org/">here</a>.</string>
<string name="dict_thumbnail">Dict Thumbnail</string>
<string name="fast_dict">FAST</string>
<string name="medium_dict">MEDIUM</string>
<string name="slow_dict">SLOW</string>
<string name="select_speed_dict">SELECT SPEED</string>
<string name="back_dict">BACK</string>
<string name="hint_passage_dict">Click the Sound Icon to recite. And enter the passage that you hear.</string>
<string name="restart_dict">RESTART</string>
<string name="sound_icon_dict">Sound Icon</string>
<!--Match Template -->
<string name="divider">Divider</string>
<string name="first_list_title">First List Title</string>
<string name="enter_first_list_title">Enter First List Title</string>
<string name="second_list_title">Second List Title</string>
<string name="enter_second_list_title">Enter Second List Title</string>
<string name="match_first_list_title">Enter first list title</string>
<string name="match_second_list_title">Enter second list title</string>
<string name="match_dialog_add_title">Enter two matching topics below</string>
<string name="first_list_item_match">First List Item</string>
<string name="second_list_item_match">Second List Item</string>
<string name="enter_first_list_item_match">Enter First List Item</string>
<string name="enter_second_list_item_match">Enter Second List Item</string>
<string name="match_dialog_edit_title">Edit two matching topics below</string>
<string name="meta_title">Title</string>
<string name="meta_title_match_hint">Enter Title</string>
<string name="previous_match">PREVIOUS</string>
<string name="check_answers_match">CHECK ANSWERS</string>
<string name="try_again_match">TRY AGAIN</string>
<string name="first_list_up_match">First List Up</string>
<string name="first_list_down_match">First List Down</string>
<string name="second_list_up_match">Second List Up</string>
<string name="separator_match">Separator</string>
<string name="second_list_down_match">Second List Down</string>
<string name="bottom_sheet_share_project">Share Project</string>
<string name="buildmlearn_logo">BuildmLearn Logo</string>
<string name="buildmlearn_backdrop_image">BuildmLearn backdrop image</string>
<string name="upload_image">Upload image</string>
<string name="flashcard_image">FlashCard image</string>
<string name="delete_item">Delete item</string>
<string name="template_thumbnail">Template thumbnail</string>
<string name="show_more">Show more</string>
<string name="tutorial_image">Tutorial image</string>
<string name="no_saved_apks">"No Saved Apks yet"</string>
<string name="enter_question">Enter a question</string>
<string name="enter_answer">Enter an answer</string>
<string name="cannot_be_empty">Cannot be empty.</string>
<string name="check_sd_card">Please check SD card! Image shot is impossible!</string>
<string name="enter_description">Enter the description.</string>
<string name="enter_meaning">Enter meaning of the word.</string>
<string name="match_main_title">Enter a title.</string>
<string name="valid_before_answer">Enter a valid option before marking it as answer.</string>
<string name="enter_title">Enter a title.</string>
<string name="apk_file_saved">APK file saved in Downloads folder</string>
<string name="apk_generated">APK Generated</string>
<string name="apk_not_generated">APK file not generated</string>
<string name="sd_card_notfound">SD card not found. APK file saved in internal storage.</string>
<string name="choose_correct_option">Choose a correct option</string>
<string name="ques_required">Question is required</string>
<string name="min_answers_required">Minimum two multiple answers are required.</string>
<string name="enter_valid_option">Enter a valid option before marking it as answer.</string>
<string name="LongPress_toedit">Long press to edit this item</string>
<string name="question">Question %1$d</string>
<string name="enter">Enter name</string>
<string name="name_valid_msg">Name must start with alphanumeric character</string>
<string name="enter_name">Enter name</string>
<string name="valid_msg">Name must start with alphanumeric</string>
<string name="title_error">Title is required</string>
<string name="title_valid">Title must start with alphanumeric</string>
<string name="valid_msg_name">Enter valid name</string>
<string name="same_options">Two or more options are same.</string>
<string name="time_zero_error">Time can\'t be zero</string>
<string name="pref_rate_title">Rate Toolkit</string>
<string name="pref_rate_summary">Rate our app on Play Store</string>
<string name="pref_rate_key">rate</string>
<string name="settings_network_unavailable">Network not available</string>
<string name="skip_tutorial">Skip Tutorial</string>
<string name="simulator_frame_top">Simulator frame top</string>
<string name="simulator_frame_left">simulator frame left</string>
<string name="simulator_frame_right">simulator frame right</string>
<string name="simulator_frame_bottom">Simulator frame bottom</string>
<string name="pref_tell_key">tell</string>
<string name="pref_tell_title">Tell a friend</string>
<string name="pref_tell_message">BuildmLearn Toolkit for your phone. Download it from here :</string>
</resources>