move code up one directory
[atutor.git] / documentation / common / text.php
1 <?php\r
2 $text = array();\r
3 $text['next_chapter'] = 'Next Chapter';\r
4 $text['previous_chapter'] = 'Previous Chapter';\r
5 $text['page_not_translated'] = 'This section has not yet been translated to your requested language.';\r
6 $text['atutor_documentation'] = 'ATutor Handbook';\r
7 $text['handbook_toc'] = 'Handbook TOC';\r
8 $text['close_popup'] = 'Close Pop-up';\r
9 $text['return_to_handbook'] = 'Return to Handbook';\r
10 $text['print_version'] = 'Single Page';\r
11 $text['show_contents'] = 'Show Contents';\r
12 $text['hide_contents'] = 'Hide Contents';\r
13 $text['language']      = 'Language';\r
14 $text['search']        = 'Search';\r
15 $text['back_to_contents'] = 'Back to Contents';\r
16 $text['no_results_found'] = 'No results found.';\r
17 $text['search_term_longer_3_chars'] = 'Search term must be longer than 3 characters.';\r
18 $text['doc_user'] = 'User Documentation';\r
19 $text['doc_admin'] = 'Administrator Documentation';\r
20 $text['doc_dev'] = 'Developer Documentation';\r
21 $text['doc_instructor'] = 'Instructor Documentation';\r
22 $text['doc_mods'] = 'Module Development Documentation';\r
23 $text['doc_themes'] = 'Theme Designer Documentation';\r
24 $text['doc_notes_enabled'] = 'User contributed notes is <em>enabled</em>. <a href="index.php?login">Administrator Login</a>.';\r
25 $text['doc_title'] = 'ATutor Handbook';\r
26 $text['doc_welcome'] = 'Welcome to the official ATutor Handbook!';\r
27 $text['doc_unapproved_notes'] = 'Un-Approved User Contributed Notes';\r
28 $text['doc_approved_confirm'] = 'Are you sure you want to approve this note?';\r
29 $text['doc_approve'] = 'Approve';\r
30 $text['doc_delete'] = 'Delete';\r
31 $text['doc_delete_confirm'] = 'Are you sure you want to delete this note?';\r
32 $text['doc_no_notes'] = 'There are no un-approved user contributed notes.';\r
33 $text['doc_logged_in'] = 'Logged in as notes moderator. <a href="index.php?logout">Log-out</a>.';\r
34 $text['user_contributed_notes'] = 'User Contributed Notes';\r
35 $text['no_notes_on_page'] = 'There are no user contributed notes for this page.';\r
36 $text['delete'] = 'Delete';\r
37 $text['are_you_sure_delete_note'] = 'Are you sure you want to delete this note?';\r
38 $text['add_note'] = 'Add Note';\r
39 $text['add_note_blurb'] = 'If you ask a question, report a bug, or request a feature, your note will not be posted. Notes must be approved by an administrator before they are posted.';\r
40 $text['email_name'] = 'Your email address (or name)';\r
41 $text['your_note'] = 'Your note';\r
42 $text['note_added'] = 'Your note has been saved. It will appear only after it has been approved by an administrator.';\r
43 $text['back_to_chapters'] = 'Back to Chapters';\r
44 ?>