COM_ABOOK="Alexandria Book Library" COM_ABOOK_CONFIGURATION="Alexandria Book Library Configuration" COM_ABOOK_ASCENDING="Ascending" COM_ABOOK_DESCENDING="Descending" COM_ABOOK_BOOK_CONFIG="Book" COM_ABOOK_BOOK_CONFIG_DESC="Book configuration" COM_ABOOK_CATEGORIES_CONFIG="Categories" COM_ABOOK_CATEGORIES_CONFIG_DESC="Categories configuration" COM_ABOOK_EXTRA_CONFIG="Extra" COM_ABOOK_EXTRA_CONFIG_DESC="Extra configuration" COM_ABOOK_SHOW_LIST_DESCRIPTION_LABEL="Description in category list" COM_ABOOK_SHOW_LIST_DESCRIPTION_DESC="Show or hide description in category list" COM_ABOOK_SEARCH_CONFIG="Search" COM_ABOOK_SEARCH_CONFIG_DESC="Search configuration" COM_ABOOK_FIELD_TAGNUM_LABEL="Taggroup per row" COM_ABOOK_FIELD_TAGNUM_DESC="Taggroup foreach row" COM_ABOOK_COMPONENT_NAME="Component name" COM_ABOOK_COMPONENT_NAME_DESC="Name to show if there is not a menu name" COM_ABOOK_N_ITEMS_ARCHIVED="%s items archived." COM_ABOOK_N_ITEMS_ARCHIVED_1="%s item archived." COM_ABOOK_N_ITEMS_CHECKED_IN_0="No item successfully checked in" COM_ABOOK_N_ITEMS_CHECKED_IN_1="%d item successfully checked in" COM_ABOOK_N_ITEMS_CHECKED_IN_MORE="%d items successfully checked in" COM_ABOOK_N_ITEMS_DELETED="%s items deleted." COM_ABOOK_N_ITEMS_DELETED_1="%s item deleted." COM_ABOOK_N_ITEMS_PUBLISHED="%s items published." COM_ABOOK_N_ITEMS_PUBLISHED_1="%s item published." COM_ABOOK_N_ITEMS_TRASHED="%s items trashed." COM_ABOOK_N_ITEMS_TRASHED_1="%s item trashed." COM_ABOOK_N_ITEMS_UNPUBLISHED="%s items unpublished." COM_ABOOK_N_ITEMS_UNPUBLISHED_1="%s item unpublished." COM_ABOOK_DELETE_NOT_ALLOWED_ITEM_ALREADY_USED_IN_A_BOOK="Delete not allowed for this item. Item is assigned to a book" COM_ABOOK_DELETE_NOT_ALLOWED_ITEM_ALREADY_USED_IN_A_CATEGORY_PARENT="Delete not allowed for this item. Item is assigned as category parent to another category" COM_ABOOK_BOOK_OPTIONS="Book options" COM_ABOOK_FIELD_SELECT_BOOK_LABEL="Select book" COM_ABOOK_FIELD_SELECT_AUTHOR_LABEL="Select author" COM_ABOOK_FIELD_SELECT_TAG_LABEL="Select tag" COM_ABOOK_SELECT_AN_AUTHOR="Select an author" COM_ABOOK_CHANGE_BUTTON="Select/Change" COM_ABOOK_COVERS_FOLDER="Covers folder path: images/" COM_ABOOK_FILES_FOLDER="Files folder path: images/" COM_ABOOK_AUTHORS_FOLDER="Authors folder path: images/" COM_ABOOK_TIPS_COVERS_FOLDER="Folder of covers" COM_ABOOK_TIPS_FILES_FOLDER="Folder of files" COM_ABOOK_TIPS_AUTHORS_FOLDER="Folder of authors" COM_ABOOK_SELECT_FILE="Select file" COM_ABOOK_SEARCH_IN_TITLE="Search in Title or Alias" COM_ABOOK_SEARCH_IN_NAME="Search in Name or Alias" COM_ABOOK_CAT_CUSTOM_IMAGE="Custom image" COM_ABOOK_EDIT_BOOK="Edit Book" COM_ABOOK_EDIT_CATEGORY="Edit Category" COM_ABOOK_EDIT_AUTHOR="Edit author" COM_ABOOK_EDIT_EDITOR="Edit editor" COM_ABOOK_EDIT_LIBRARY="Edit Library" COM_ABOOK_EDIT_LOCATION="Edit Location" COM_ABOOK_EDIT_TAG="Edit tag" COM_ABOOK_EDIT_TAGGROUP="Edit tags Group" COM_ABOOK_IMPORT_BOOK="Import books" COM_ABOOK_EXPORT_BOOK="Export books" COM_ABOOK_IMPORT="Import" COM_ABOOK_EXPORT="Export" COM_ABOOK_MYSQL="Mysql backup" COM_ABOOK_CSV="CSV" COM_ABOOK_EXPORT_TYPE="Export type" COM_ABOOK_EXPORT_TYPE_DESC="Select export type" COM_ABOOK_EXPORT_TYPE_TIPS="WARNING: Export tool does not include the images and linked files. You have to save both images and files from the source and put them in the same path to the destination.

Mysql backup: full database export
Csv: exports books by selected category" COM_ABOOK_IMPORT_TYPE="Import type" COM_ABOOK_IMPORT_TYPE_DESC="Select import type" COM_ABOOK_IMPORT_TYPE_TIPS="WARNING: Import tool does not include the images and linked files. You have to save both images and files from the source and put them in the same path to the destination.

Mysql backup: full database import from the same version
Csv: imports books in the selected category. You mast create at least one category before importing the csv file.
csv file features: fields terminated by semi colon (;), fields enclosed by double quotes (\"something\").
See administrator/components/com_abook/assets/samples.
Fields list:
title (string, title of book)
subtitle (string, subtitle of book)
alias (string, alias of book without white space)
id editor (number, editor id taken by #_abeditor table)
price (number, price of book widtout currency symbol)
pag (number, numer of pages of book)
user id (number, user id inserted the book taken by #_users table)
user alias (string, alternative name of the user inserted the book)
description (text, description of book)
path image (string, path images of book eg. images/someting.jpg)
path file (string, path file of book eg. images/someting.pdf)
year (number, publication year of book eg. 2017)
id location (number, location id taken by #_ablocation table)
id library (number, library id taken by #_ablibrary table)
vote (number, vote of book)
numvote (number, number of voters)
hits (number, number of time the book were seen)
published (number, 0\=unpublished, 1\=published, 2\=archived -2\=trashed )
qty (number, number of copies of the same book)
isbn (number, International Standard Book Number)
issn (number, International Standard Serial Number)
numpublication (number, number of publication)
doi (number, Digital Object Identifier)
approved (number, 1\=approved)
userid (unused set 0)
url (string, external url of book eg. http://example.tld)
url label (string, label of external url)
date insert (datetime, dete of book insertion YYYY-MM-DD HH:MM:SS)
catalog (string, number of catalog)
checked_out (number, 0\=ok)
checked_out_time (datetime, set 000-00-00 00:00:00)
access (number, id of public, registered, special or other custom access levels)
metakey (text, comma separated list of metakeywords)
metadesc (text, metadescription of book)
note (text, something you whrite down to remember it)
editedby (number, editor id taken by #_abeditor table)
authors (string, comma separated list of author id taken by #_abauthor table)
tags (string, comma separated list of tag id taken by #_abtag table)" COM_ABOOK_NAME="Name" COM_ABOOK_LINK="Link to" COM_ABOOK_TIPS_LINK="Show/Hide external link" COM_ABOOK_LINK_IMAGE="Link image" COM_ABOOK_TIPS_LINK_IMAGE="Show/Hide an image link" COM_ABOOK_BASIC_FIELDSET_LABEL="Basic options" COM_ABOOK_FIELD_IMAGE_LABEL="Image" COM_ABOOK_FIELD_IMAGE_DESC="Choose an image for this category" COM_ABOOK_FIELD_LANGUAGE_DESC="Select Language" COM_ABOOK_FIELD_DESC_DESC="Description" COM_ABOOK_FIELD_URL_LABEL_DESC="Label for external URL" COM_ABOOK_FIELD_URL_DESC="External URL" COM_ABOOK_FIELD_EDITOR_DESC="Select editor" COM_ABOOK_GENERAL_OPTIONS="General options" COM_ABOOK_CATEGORY_OPTIONS="Category options" COM_ABOOK_FIELD_PARENT_LABEL="Parent category" COM_ABOOK_FIELD_META_DESC="An optional paragraph to be used as the description of the page in the HTML output. This will generally display in the results of search engines." COM_ABOOK_FIELD_META_KEYWORDS_DESC="An optional comma-separated list of keywords and/or phrases to be used in the HTML output." COM_ABOOK_SUBMENU_CPANEL="Control Panel" COM_ABOOK_SUBMENU_BOOKS="Books" COM_ABOOK_SUBMENU_CATEGORIES="Categories" COM_ABOOK_SUBMENU_AUTHORS="Authors" COM_ABOOK_SUBMENU_EDITORS="Editors" COM_ABOOK_SUBMENU_LIBRARIES="Libraries" COM_ABOOK_SUBMENU_LOCATIONS="Locations" COM_ABOOK_SUBMENU_TAGS="Tags" COM_ABOOK_SUBMENU_TAGGROUPS="Tag Groups" COM_ABOOK_SUBMENU_IMPORTEXPORT="Import/Export" COM_ABOOK_YEAR="Year" COM_ABOOK_YEAR_DESC="Year of publication" COM_ABOOK_BREADCRUMB="Breadcrumb" COM_ABOOK_TIPS_BREADCRUMB="Breadcrumbs toolbar. Show toolbar integrated in !Joomla or in Alexandria Book Library" COM_ABOOK_OPTION_BREADCRUMB_JOOMLA="Joomla breadcrumb" COM_ABOOK_OPTION_BREADCRUMB_ABOOK="Abook breadcrumb" COM_ABOOK_SEARCH="Search form" COM_ABOOK_TIPS_SEARCH="Show/Hide search form" COM_ABOOK_FIELD_CATEGORY_LABEL="Search in category" COM_ABOOK_FIELD_CATEGORY_DESC="Select category to search in" COM_ABOOK_FIELD_LOCATION_LABEL="Location" COM_ABOOK_FIELD_LOCATION_DESC="Location of publication" COM_ABOOK_FIELD_LIBRARY_LABEL="Library" COM_ABOOK_FIELD_LIBRARY_DESC="Library" COM_ABOOK_FIELD_CATALOG_LABEL="Catalog #" COM_ABOOK_FIELD_CATALOG_DESC="Catalog number" COM_ABOOK_FIELD_PRICE_LABEL="Price" COM_ABOOK_FIELD_PRICE_DESC="Price" COM_ABOOK_FIELD_PAGES_LABEL="Pages" COM_ABOOK_FIELD_PAGES_DESC="Pages" COM_ABOOK_FIELD_EDITOR_LABEL="Editor" COM_ABOOK_FIELD_AUTHOR_LABEL="Author" COM_ABOOK_FIELD_ISBN_LABEL="ISBN" COM_ABOOK_FIELD_ISBN_DESC="ISBN" COM_ABOOK_FIELD_PARAMS_EBOOK_LABEL="File" COM_ABOOK_FIELD_PARAMS_EBOOK_DESC="File" COM_ABOOK_FIELD_PARAMS_IMAGE_LABEL="Cover Image" COM_ABOOK_FIELD_PARAMS_IMAGE_DESC="Cover Image" COM_ABOOK_DONATE="If you like this component, please consider a donation." COM_ABOOK_RATING="Rating/#users" COM_ABOOK_TIPS_RATING="Show/Hide Rate" COM_ABOOK_RATING_PERMISSIONS="Rating permissions" COM_ABOOK_TIPS_RATING_PERMISSIONS="Select user groups that can rate" COM_ABOOK_TITLE="Title" COM_ABOOK_SUBTITLE="Subtitle" COM_ABOOK_SUBTITLE_DESC="Subtitle" COM_ABOOK_EDITOR_DESC="Editor" COM_ABOOK_FIELD_DESC_LABEL="Description" COM_ABOOK_FIELDSET_AUTHOR="Author information" COM_ABOOK_FIELDSET_PUBLISHING="Publication" COM_ABOOK_FIELDSET_BOOK="Book information" COM_ABOOK_FIELDSET_BUY="Buy Information" COM_ABOOK_FIELDSET_RULES="Rules" COM_ABOOK_FIELDSET_TAGS="Tags" COM_ABOOK_TIPS_TAGS="Show/Hide tags" COM_ABOOK_TAGS="Tags" COM_ABOOK_ICONS="Icons" COM_ABOOK_TIPS_ICONS="Show/Hide icons" COM_ABOOK_PRINT_ICON="Print icon" COM_ABOOK_TIPS_PRINT_ICON="Show/Hide print icon" COM_ABOOK_HITS="Hits" COM_ABOOK_TIPS_HITS="Show/Hide hits" COM_ABOOK_SELECT_TAGS="Select tags" COM_ABOOK_DATEINSERT="Date insert" COM_ABOOK_TIPS_DATEINSERT="Show/Hide date insert" COM_ABOOK_FIELD_DATEINSERT_LABEL="Date insert" COM_ABOOK_FIELD_DATEINSERT_DESC="Date insert" COM_ABOOK_FIELD_CREATED_BY_LABEL="Created by" COM_ABOOK_FIELD_CREATED_BY_DESC="You can change here the name of the user who insert the book." COM_ABOOK_FIELD_CREATED_BY_ALIAS_LABEL="Created by alias" COM_ABOOK_FIELD_CREATED_BY_ALIAS_DESC="You can enter here an alias to be displayed instead of the name of the user who insert the book." COM_ABOOK_FIELD_URL_LABEL_LABEL="Url label" COM_ABOOK_FIELD_URL_LABEL="External url" COM_ABOOK_FIELD_META_KEYS_LABEL="Meta keys" COM_ABOOK_FIELD_META_DESC_LABEL="Meta description" COM_ABOOK_FIELD_ITEM_COUNT_LABEL="Show books count" COM_ABOOK_FIELD_ITEMS_COUNT_DESC="If Show, the number of articles in the category will show." COM_ABOOK_FIELD_TAGGROUP_LABEL="Tag group" COM_ABOOK_FIELD_TAGGROUP_DESC="Tag group" COM_ABOOK_IMAGE="Image" COM_ABOOK_IMAGE_DETAILS="Cover image" COM_ABOOK_COVER="Cover" COM_ABOOK_PREVIEW="Preview" COM_ABOOK_SELECT="SELECT" COM_ABOOK_FIELDSET_INFO="Info" COM_ABOOK_FIELDSET_STATS="Stats" COM_ABOOK_FIELDSET_MOST_READ="Most viewed" COM_ABOOK_FIELDSET_MOST_RATED="Most rated" COM_ABOOK_VOTING="Voting" COM_ABOOK_TIPS_VOTING="Show/Hide voting system" COM_ABOOK_FIELDSET_LICENSE="License" COM_ABOOK_TAGGROUPS="Tags groups" COM_ABOOK_TAGS="Tags" COM_ABOOK_ADD_NEW_TAG="New tag" COM_ABOOK_ADD_NEW_TAGGROUP="New tag group" COM_ABOOK_ADD_NEW_LOCATION="New location" COM_ABOOK_ADD_NEW_LIBRARY="New library" COM_ABOOK_ADD_NEW_EDITOR="New editor" COM_ABOOK_ADD_NEW_CATEGORY="New category" COM_ABOOK_ADD_NEW_BOOK="New book" COM_ABOOK_PAGE_ADD_BOOK="Book Manager: Add New book" COM_ABOOK_PAGE_VIEW_BOOK="Book Manager: View book" COM_ABOOK_PAGE_EDIT_BOOK="Book Manager: Edit book" COM_ABOOK_PAGE_ADD_CATEGORY="Category Manager: Add New category" COM_ABOOK_PAGE_VIEW_CATEGORY="Category Manager: View category" COM_ABOOK_PAGE_EDIT_CATEGORY="Category Manager: Edit category" COM_ABOOK_PAGE_ADD_AUTHOR="Author Manager: Add New author" COM_ABOOK_PAGE_VIEW_AUTHOR="Author Manager: View author" COM_ABOOK_PAGE_EDIT_AUTHOR="Author Manager: Edit author" COM_ABOOK_PAGE_ADD_EDITOR="Editor Manager: Add New editor" COM_ABOOK_PAGE_VIEW_EDITOR="Editor Manager: View editor" COM_ABOOK_PAGE_EDIT_EDITOR="Editor Manager: Edit editor" COM_ABOOK_PAGE_ADD_LIBRARY="Library Manager: Add New library" COM_ABOOK_PAGE_VIEW_LIBRARY="Library Manager: View library" COM_ABOOK_PAGE_EDIT_LIBRARY="Library Manager: Edit library" COM_ABOOK_PAGE_ADD_LOCATION="Location Manager: Add New location" COM_ABOOK_PAGE_VIEW_LOCATION="Location Manager: View location" COM_ABOOK_PAGE_EDIT_LOCATION="Location Manager: Edit location" COM_ABOOK_PAGE_ADD_TAG="Tag Manager: Add New tag" COM_ABOOK_PAGE_VIEW_TAG="Tag Manager: View tag" COM_ABOOK_PAGE_EDIT_TAG="Tag Manager: Edit tag" COM_ABOOK_PAGE_ADD_TAGGROUP="Tag group Manager: Add New tag group" COM_ABOOK_PAGE_VIEW_TAGGROUP="Tag group Manager: View tag group" COM_ABOOK_PAGE_EDIT_TAGGROUP="Tag group Manager: Edit tag group" COM_ABOOK_BOOK_MANAGER="Book Manager" COM_ABOOK_CATEGORY_MANAGER="Category Manager" COM_ABOOK_AUTHOR_MANAGER="Author Manager" COM_ABOOK_EDITOR_MANAGER="Editor Manager" COM_ABOOK_LIBRARY_MANAGER="Library Manager" COM_ABOOK_LOCATION_MANAGER="Location Manager" COM_ABOOK_TAG_MANAGER="Tag Manager" COM_ABOOK_TAGGROUP_MANAGER="Tag group Manager" COM_ABOOK_IMPORTEXPORT_MANAGER="Import/Export Manager" COM_ABOOK_CATALOG="N. Catalog" COM_ABOOK_BOOKS="Books" COM_ABOOK_CATEGORIES="Categories" COM_ABOOK_CATEGORY="Category" COM_ABOOK_CATEGORY_DESC="Select category to show" COM_ABOOK_AUTHORS="Authors" COM_ABOOK_AUTHOR="Author" COM_ABOOK_EDITORS="Editors" COM_ABOOK_EDITOR="Editor" COM_ABOOK_LIBRARIES="Libraries" COM_ABOOK_LIBRARY="Library" COM_ABOOK_LOCATIONS="Locations" COM_ABOOK_LOCATION="Location" COM_ABOOK_PUBLISHED="Published" COM_ABOOK_UNPUBLISHED="Unpublished" COM_ABOOK_TOTAL="Total" COM_ABOOK_ADD_NEW_AUTHOR="New author" COM_ABOOK_REMOVE="Remove" COM_ABOOK_ADD="Add" COM_ABOOK_LICENSE1="Alexandria Book Library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License 2 as published by the Free Software Foundation." COM_ABOOK_LICENSE2="Alexandria Book Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." COM_ABOOK_LICENSE3="You should have received a copy of the GNU General Public License along with Alexandria Book Library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." COM_ABOOK_NUM_CAT="Number of categories" COM_ABOOK_TIPS_NUM_CAT="The number of categories to display" COM_ABOOK_NUM_BOOKS="Number of books" COM_ABOOK_TIPS_NUM_BOOKS="The number of books to display" COM_ABOOK_BOOKS_ORDER="Books order" COM_ABOOK_TIPS_BOOKS_ORDER="Select how to order the list of books" COM_ABOOK_BOOKS_DISPLAY_ORDER_DIR="Books display order dir" COM_ABOOK_TIPS_BOOKS_DISPLAY_ORDER_DIR="Select direction in which order books" COM_ABOOK_CAT_TAGS="Tags in list view" COM_ABOOK_TIPS_CAT_TAGS="Show or hide tags when listing books in a category" COM_ABOOK_TIPS_SEARCH_FIELD="Show or hide field in the search module" COM_ABOOK_SEARCH_TAGS="Show or hide tags in the search results" COM_ABOOK_SEARCH_OPTIONS="Search options" COM_ABOOK_CUSTOM_CAT_IMG="Custom category image" COM_ABOOK_TIPS_CUSTOM_CAT_IMG="Select if you want to show the image chosen in category or from the list below" COM_ABOOK_ACCESS_DELETE_DESC="New setting for delete actions on this book and the calculated setting based on the parent category and group permissions." COM_ABOOK_ACCESS_EDIT_DESC="New setting for edit actions on this book and the calculated setting based on the parent category and group permissions." COM_ABOOK_ACCESS_EDITSTATE_DESC="New setting for edit state actions on this book and the calculated setting based on the parent category and group permissions." COM_ABOOK_EDITEDBY="Edited by" COM_ABOOK_JCOMMENT="Comments (Jcomment)" COM_ABOOK_TIPS_CAT_JCOMMENT="Show/Hide comments count foreach book" COM_ABOOK_TIPS_JCOMMENT="Show/Hide comments" COM_ABOOK_NOTE="Note" COM_ABOOK_RESET_HITS="Reset hits" COM_ABOOK_N_ITEMS_RESET_HITS="Reset hits for %d element" COM_ABOOK_SUCCESSFULLY_MYSQL_IMPORT="Successfully mysql import. %s queries." COM_ABOOK_AN_ERROR_HAS_OCCURRED="An error has occurred, . %s queries." COM_ABOOK_SUCCESSFULLY_CSV_IMPORT="%s book(s) successfully imported" COM_ABOOK_ERROR_SQL_EXT="The file must have the '.sql' extension" COM_ABOOK_ERROR_CSV_EXT="The file must have the '.csv' extension" COM_ABOOK_SELECT_A_IMPORT_TYPE="Select import type" COM_ABOOK_ERROR_BOOK_UNIQUE_ALIAS="Another book from this category has the same alias" COM_ABOOK_WRITTENBY="Written by" COM_ABOOK_TIPS_WRITTENBY="Show/Hide author review" COM_ABOOK_IMPORT_USER="Owner" COM_ABOOK_IMPORT_USER_DESC="Owner of the books. If blank it will use user from CSV" COM_ABOOK_LEND="Lend" COM_ABOOK_NAME_DISPLAY="Author name display" COM_ABOOK_TIPS_NAME_DISPLAY="Choose whether to display the first name and then last name or vice versa. Site only" COM_ABOOK_NAME_DISPLAY_ADMIN="Admin author name display" COM_ABOOK_TIPS_NAME_DISPLAY_ADMIN="Choose whether to display the first name and then last name or vice versa. Admin only" COM_ABOOK_LASTNAME_NAME="lastname name" COM_ABOOK_NAME_LASTNAME="name lastname" COM_ABOOK_ALPHABET_BAR="Alphabetical pagination" COM_ABOOK_FILTERS="Filters" COM_ABOOK_TIPS_FILTERS="Show/Hide filters" COM_ABOOK_FILTER_OPTIONS="Filter options" COM_ABOOK_TIPS_ALPHABET_BAR="Show/Hide alphabetical pagination" COM_ABOOK_LASTNAME="Lastname" COM_ABOOK_TIPS_FILTER_EDITOR="Show/hide editor filter" COM_ABOOK_TIPS_FILTER_TAG="Show/hide tag filter" COM_ABOOK_TIPS_FILTER_CATEGORY="Show/hide category filter" COM_ABOOK_DOWNLOAD_ALLOW="File download allows to" COM_ABOOK_TIPS_DOWNLOAD_ALLOW="Select the group authorized to download files" COM_ABOOK_FIELD_PARAMS_BOOKCAT_LABEL="Categories" COM_ABOOK_FIELD_PARAMS_BOOKCAT_DESC="Show/Hide the book categories" COM_ABOOK_FIELD_PARAMS_BOOKDESC_LABEL="Book description" COM_ABOOK_FIELD_PARAMS_BOOKDESC_DESC="Show/Hide the first 100 word" COM_ABOOK_DOCS="Documents" COM_ABOOK_TIPS_DOCS="Show/hide document list" COM_ABOOK_FIELD_PAG_INDEX_LABEL="Num. page index" COM_ABOOK_FIELD_PAG_INDEX_DESC="Show/Hide index page number" COM_ABOOK_FIELD_PARAMS_REVIEW_LABEL="Review" COM_ABOOK_FIELD_PARAMS_REVIEW_DESC="Show/hide review" COM_ABOOK_FIELD_PARAMS_FILE_LABEL="File" COM_ABOOK_FIELD_PARAMS_FILE_DESC="Show/hide file" COM_ABOOK_FIELDSET_DONATION="Donation" COM_ABOOK_AUTHORS_CONFIG_DESC="Authors configuration" COM_ABOOK_TAGS_CONFIG_DESC="Tags configuration" COM_ABOOK_AUTHOR_ITEMID_LABEL="Authors Itemid" COM_ABOOK_AUTHOR_ITEMID_DESC="Itemid to redirect the author urls without a menu item associated" COM_ABOOK_TAG_ITEMID_LABEL="Tags Itemid" COM_ABOOK_TAG_ITEMID_DESC="Itemid to redirect the tag urls without a menu item associated" COM_ABOOK_CAT_DISPLAY_ORDER_DIR="Order direction" COM_ABOOK_TIPS_CAT_DISPLAY_ORDER_DIR="Categories order direction" COM_ABOOK_PAG_INDEX="Page index" COM_ABOOK_TIPS_PAG_INDEX="Page number index" COM_ABOOK_SELECT_A_BOOK="Select a Book" COM_ABOOK_AUTHORS_CONFIG="Authors" COM_ABOOK_TAGS_CONFIG="Tags" COM_ABOOK_IMPORT_DB="Delete old data" COM_ABOOK_IMPORT_DB_DESC="If YES old data will be erased, if NO the old data will be preserved but you can not import duplicate data" COM_ABOOK_LEND_OUT="Lent from" COM_ABOOK_LEND_IN="Lent until" COM_ABOOK_LEND_HISTORY="Lend history for this book" COM_ABOOK_ADD_NEW_LEND="Add new lend" COM_ABOOK_EDIT_LEND="Edit lend" COM_ABOOK_SELECT_LIBRARY="Select library" COM_ABOOK_LEND_MANAGER="Lend Manager" COM_ABOOK_ISBN="ISBN" COM_ABOOK_RETURN="Return" COM_ABOOK_REQUEST="Request" COM_ABOOK_FIELD_QTY_LABEL="Total number of copies" COM_ABOOK_FIELD_QTY_DESC="Number of copies of this book" COM_ABOOK_RETURNED="Returned" COM_ABOOK_REQUESTED="Requested" COM_ABOOK_LENT="Lent" COM_ABOOK_SUBMENU_LENDS="Lends" COM_ABOOK_OR="OR" COM_ABOOK_CUSTOM_USER_NAME="Custom user name" COM_ABOOK_CUSTOM_USER_EMAIL="Custom user email" COM_ABOOK_LEND_CONFIG="Lend" COM_ABOOK_LEND_CONFIG_DESC="Lend configuration" COM_ABOOK_SHOW_LEND_REQUEST="Lend request form" COM_ABOOK_TIP_SHOW_LEND_REQUEST="Show/hide lend request form in book view" COM_ABOOK_SHOW_LEND_AVAILABILITY="Lend availability" COM_ABOOK_TIP_SHOW_LEND_AVAILABILITY="Show/hide lend availability" COM_ABOOK_LEND_REQUEST_ALLOW="Request form allows to" COM_ABOOK_TIP_LEND_REQUEST_ALLOW="Select the group authorized to sent a lend request" COM_ABOOK_AVAILABLE_COPIES_EXCEEDED="number of available copies exceeded" COM_ABOOK_FIELDSET_MOST_LENT="Most lent" COM_ABOOK_PAGE_EDIT_LEND="Lend Manager: Edit Lend" COM_ABOOK_HEADING_NAME_ASC="Author ascending" COM_ABOOK_HEADING_NAME_DESC="Author descending" COM_ABOOK_DATE_INSERT_ASC="Date insert ascending" COM_ABOOK_DATE_INSERT_DESC="Date insert descending" COM_ABOOK_LOCATION_ASC="Location ascending" COM_ABOOK_LOCATION_DESC="Location descending" COM_ABOOK_LIBRARY_ASC="Library ascending" COM_ABOOK_LIBRARY_DESC="Library descending" COM_ABOOK_EDITOR_ASC="Editor ascending" COM_ABOOK_EDITOR_ORDERDESC="Editor descending" COM_ABOOK_CATALOG_ASC="Catalog ascending" COM_ABOOK_CATALOG_DESC="Catalog descending" COM_ABOOK_YEAR_ASC="Year ascending" COM_ABOOK_YEAR_ORDER_DESC="Year descending" COM_ABOOK_LEND_OUT_ASC="Lend from ascending" COM_ABOOK_LEND_OUT_DESC="Lend from descending" COM_ABOOK_LEND_IN_ASC="Lend until ascending" COM_ABOOK_LEND_IN_DESC="Lend until descending" COM_ABOOK_USERNAME_ASC="Username ascending" COM_ABOOK_USERNAME_DESC="Username descending" COM_ABOOK_TIPS_YEAR="Show/hide year" COM_ABOOK_TIPS_ISBN="Show/hide ISBN" COM_ABOOK_TIPS_CATEGORY="Show/hide category" COM_ABOOK_TIPS_LOCATION="Show/hide location" COM_ABOOK_TIPS_LIBRARY="Show/hide library" COM_ABOOK_TIPS_CATALOG="Show/hide catalog" COM_ABOOK_TIPS_EDITOR="Show/hide editor" COM_ABOOK_TIPS_PAGES="Show/hide pages" iCOM_ABOOK_TIPS_COVER_IMAGE="Show/hide cover image" COM_ABOOK_ALTTITLE_LABEL="Alternate title" COM_ABOOK_FIELD_ISSN_LABEL="ISSN" COM_ABOOK_FIELD_ISSN_DESC="ISSN number (xxxx-xxxx)" COM_ABOOK_FIELD_NUMPUBLICATION_LABEL="Number of pubblication" COM_ABOOK_FIELD_NUMPUBLICATION_DESC="number of pubblication" COM_ABOOK_ISSN="ISSN" COM_ABOOK_TIPS_ISSN="Show/hide ISSN" COM_ABOOK_NUMPUBLICATION="Publication number" COM_ABOOK_TIPS_NUMPUBLICATION="Show/hide Publication number" COM_ABOOK_FIELD_PARAMS_COVER_LINK_LABEL="Image link to" COM_ABOOK_FIELD_PARAMS_COVER_LINK_DESC="Choose whether to display the image link to popup image or file (if it exists)" COM_ABOOK_OPTION_COVER="link to cover" COM_ABOOK_OPTION_FILE="link to file" COM_ABOOK_CONFIG_FIELD_CAPTCHA_LABEL="Captcha" COM_ABOOK_CONFIG_FIELD_CAPTCHA_DESC="Select the captcha plugin that will be used in the lend request forms (only for Guest user). You may need to enter required information for your captcha plugin in the Plugin Manager.
If 'Use Default' is selected, make sure a captcha plugin is selected in Global Configuration." COM_ABOOK_FIELD_DOI_LABEL="DOI" COM_ABOOK_FIELD_DOI_DESC="Digital Object Identifier" COM_ABOOK_FIELD_ALT_TITLE_LABEL="Alternative title" COM_ABOOK_FIELD_ALT_TITLE_DESC="Show/hide Alternative title" COM_ABOOK_DOI_LABEL="DOI Articles" COM_ABOOK_DOI_DESC="Show all article or DOI article only" COM_ABOOK_DOI_ONLY="DOI Articles only" COM_ABOOK_ALL_BOOK="All Articles" COM_ABOOK_LIBRARY_EMAIL="Library email address contact" COM_ABOOK_SHOW_DESCRIPTION_TITLE="Description title" COM_ABOOK_TIPS_SHOW_DESCRIPTION_TITLE="Show/hide description title" COM_ABOOK_AUTHOR_ORDER="Author order" COM_ABOOK_TIPS_AUTHOR_ORDER="The order that author will show in" COM_ABOOK_BY_ORDERING="Book Authors Sorting" COM_ABOOK_FIELD_ADDAUTHOR_LABEL="Add autors" COM_ABOOK_SHOW_AUTHOR="Author(s)" COM_ABOOK_TIPS_SHOW_AUTHOR="Show/hide Author(s)" COM_ABOOK_USE_BOOK_SETTINGS="Use book settings"