<?php

$lang['empty']           = "You don't have any pages selected yet.";
$lang['toprint']         = "Selected Pages";
$lang['removed']         = "Pages Removed from Selection";

$lang['reset']           = "Clear Selection";

$lang['js']['include']   = "Add to selection";
$lang['js']['remove']    = "Remove page from selection";
$lang['export']          = "Export Selection";
$lang['create']          = "Export";

$lang['exportpdf']       = "Export selection to PDF";
$lang['exportodt']       = "Export selection to ODT";
$lang['exportprint']     = "Printable version";
$lang['exporttext']      = "Text only";

$lang['title']           = "Document's Title";
$lang['skipforbiddenpages']    = "Skip Forbidden Pages";

$lang['addpage']         = "Add this page to your book";
$lang['removepage']      = "Remove this page from your book";

$lang['showbook']        = "Manage book";
$lang['js']['sortable']  = "Drag and drop to sort/remove/add pages";

$lang['pages']           = "page(s)";
$lang['help']            = "Help";

$lang['toolbar']         = "Book Creator";

$lang['saveselection']   = "Save Selection";
$lang['needtitle']       = "Please provide a title";
$lang['saved']           = "Selection saved successfully: %s";
$lang['deleted']         = "Selection successfully removed: %s";
$lang['duplicate']       = "&lt;The list with saved selections is already displayed on this page&gt;";

$lang['save']            = "Save";
$lang['listselections']  = "Saved Selection Lists";

$lang['js']['showpage']  = "Show page";
$lang['showselection']   = "Show saved selection";
$lang['delselection']    = "Remove saved selection";
$lang['loadselection']   = "Load saved selection";

$lang['js']['confirmdel']       = "Do you really want to delete this selection from the archive?";
$lang['js']['confirmload']      = "Do you really want to load this selection, replacing any pages already selected?";

$lang['js']['btn_addtobook']    = "Add to book";
$lang['js']['btn_removetobook'] = "Remove from book";

$lang['selectionstored']        = "Selection stored";
$lang['selectiondeleted']       = "Selection deleted";
$lang['selectiondontexist']     = "Selection doesn't exist at page '%s'";
$lang['selectionforbidden']     = "You have no access to selection at page '%s'";
$lang['exportselection']        = "Export the saved selection '%s' as %s";
$lang['export_htmlns']          = 'Export namespace "%s:" to screen as html';
$lang['export_textns']          = 'Export namespace "%s:" to screen as text';


$lang['titlepreparedownload']   = "Preparing Download...";
$lang['preparingdownload']      = "We are preparing your download, please wait...";
$lang['titleerrordownload']     = "Error";
$lang['faileddownload']         = "There was a problem generating your download.";
$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.";
$lang['select_namespace']        = "Add a Namespace...";
$lang['js']['namespace_picker']  = "Namespace picker";
$lang['js']['select_namespace']  = "Select Namespace:";
$lang['js']['added_pages']       = "These pages have been added:";
$lang['js']['no_pages_selected'] = "None. \n(Is the namespace empty?)\n";
$lang['js']['select']            = "Select";
$lang['js']['cancel']            = "Cancel";
$lang['js']['add_subns_too']     = "Add pages in sub-namespaces too?";
