1<?php
2
3$lang['empty']           = "You don't have any pages selected yet.";
4$lang['toprint']         = "Selected Pages";
5$lang['removed']         = "Pages Removed from Selection";
6
7$lang['reset']           = "Clear Selection";
8
9$lang['js']['include']   = "Add to selection";
10$lang['js']['remove']    = "Remove page from selection";
11$lang['export']          = "Export Selection";
12$lang['create']          = "Export";
13
14$lang['exportpdf']       = "Export selection to PDF";
15$lang['exportodt']       = "Export selection to ODT";
16$lang['exportprint']     = "Printable version";
17$lang['exporttext']      = "Text only";
18
19$lang['title']           = "Document's Title";
20$lang['skipforbiddenpages']    = "Skip Forbidden Pages";
21
22$lang['addpage']         = "Add this page to your book";
23$lang['removepage']      = "Remove this page from your book";
24
25$lang['showbook']        = "Manage book";
26$lang['js']['sortable']  = "Drag and drop to sort/remove/add pages";
27
28$lang['pages']           = "page(s)";
29$lang['help']            = "Help";
30
31$lang['toolbar']         = "Book Creator";
32
33$lang['saveselection']   = "Save Selection";
34$lang['needtitle']       = "Please provide a title";
35$lang['saved']           = "Selection saved successfully: %s";
36$lang['deleted']         = "Selection successfully removed: %s";
37$lang['duplicate']       = "&lt;The list with saved selections is already displayed on this page&gt;";
38
39$lang['save']            = "Save";
40$lang['listselections']  = "Saved Selection Lists";
41
42$lang['js']['showpage']  = "Show page";
43$lang['showselection']   = "Show saved selection";
44$lang['delselection']    = "Remove saved selection";
45$lang['loadselection']   = "Load saved selection";
46
47$lang['js']['confirmdel']       = "Do you really want to delete this selection from the archive?";
48$lang['js']['confirmload']      = "Do you really want to load this selection, replacing any pages already selected?";
49
50$lang['js']['btn_addtobook']    = "Add to book";
51$lang['js']['btn_removetobook'] = "Remove from book";
52
53$lang['selectionstored']        = "Selection stored";
54$lang['selectiondeleted']       = "Selection deleted";
55$lang['selectiondontexist']     = "Selection doesn't exist at page '%s'";
56$lang['selectionforbidden']     = "You have no access to selection at page '%s'";
57$lang['exportselection']        = "Export the saved selection '%s' as %s";
58$lang['export_htmlns']          = 'Export namespace "%s:" to screen as html';
59$lang['export_textns']          = 'Export namespace "%s:" to screen as text';
60
61
62$lang['titlepreparedownload']   = "Preparing Download...";
63$lang['preparingdownload']      = "We are preparing your download, please wait...";
64$lang['titleerrordownload']     = "Error";
65$lang['faileddownload']         = "There was a problem generating your download.";
66$lang['forbidden']         = "You have no access to these pages: %s.<br/><br/>Use option 'Skip Forbidden Pages' to create your book with the available pages.";
67$lang['select_namespace']        = "Add a Namespace...";
68$lang['js']['namespace_picker']  = "Namespace picker";
69$lang['js']['select_namespace']  = "Select Namespace:";
70$lang['js']['added_pages']       = "These pages have been added:";
71$lang['js']['no_pages_selected'] = "None. \n(Is the namespace empty?)\n";
72$lang['js']['select']            = "Select";
73$lang['js']['cancel']            = "Cancel";
74$lang['js']['add_subns_too']     = "Add pages in sub-namespaces too?";
75