will added at first $lang[ $cart_err . '3020'] = ' is already available in your cart.' ; // TO BE REMOVED $lang[ $cart_err . '3021'] = 'Your cart items and saved items are merged with new cart.' ; $lang[ $cart_err . '3022'] = ' is part of your current subscription.' ;//after login remove purchased product $lang[ $cart_err . '3023'] = 'The product is a free product.' ;//after login remove purchased product //For content reader $lang[ $cart_err . '3033'] = 'You are not subscribed to this product.' ; $lang[ $cart_err . '3034'] = 'Please log-in to access this content.' ; $lang[ $cart_err . '3035'] = 'You are not subscribed to this product.' ; $lang[ $cart_err . '3036'] = 'Invalid product(s) removed from your cart.' ; $lang[ $cart_err . 'invalid_discount_code'] = 'Invalid Discount Code. Please enter valid Discount Code.' ; $lang[ $cart_err . 'login_to_avail_discount'] = 'Please login to avail the discount.' ; $lang[ $cart_err . 'product_specific_discount'] = 'Discount is valid only for {products}. Please add atleast {min_qty_cnt} of these products to the cart to avail this discount.' ; $lang[ $cart_err . 'discount_min_price'] = 'Total cart amount should be minimum of {min_price} to avail the discount.' ; $lang[ $cart_err . 'discount_min_qty'] = 'Cart should have minimum {min_qty} items to avail the discount.' ; $lang[ $cart_err . 'already_used_discount'] = 'You have already used the discount code.' ; $lang[ $cart_err . 'choose_product_remove'] = 'Choose Product(s) to Remove.' ; $lang[ $cart_err . 'no_shipping_option'] = 'Sorry, Shipping for this region is not available.' ; $lang[ $cart_err . 'product_format_exists'] = 'Choosen Product Format(s) already exists in Cart.' ; /* Cart - end */ /* Catalog - start */ //Catalog Module $catalogLabel = 'ipc.catalog.label.' ; $lang[ $catalogLabel . 'comic_title'] = 'Comic Title' ; $lang[ $catalogLabel . 'issue_title'] = $lang[ $text . 'issue_title'] ; $lang[ $catalogLabel . 'artists'] = $lang[ $text . 'artist'] ; $lang[ $catalogLabel . 'writers'] = $lang[ $text . 'writer'] ; $lang[ $catalogLabel . 'issue_no'] = $lang[ $text . 'issue_no'] ; $lang[ $catalogLabel . 'product_type'] = 'Product Type' ; $lang[ $catalogLabel . 'author'] = 'Author' ; $lang[ $catalogLabel . 'list_price'] = 'List Price' ; $lang[ $catalogLabel . 'price'] = 'eBook Price' ; $lang[ $catalogLabel . 'pages'] = 'Pages' ; $lang[ $catalogLabel . 'isbn'] = 'eISBN' ; $lang[ $catalogLabel . 'overall_rating'] = 'Overall Rating' ; $lang[ $catalogLabel . 'record_found'] = 'Record(s) Found' ; $lang[ $catalogLabel . 'clear_filter'] = 'Clear Filters' ; $catalogBtn = 'ipc.catalog.btn.' ; $lang[ $catalogBtn . 'viewinside'] = 'ViewInside' ; $lang[ $catalogBtn . 'addtocart'] = 'Add to cart' ; $lang[ $catalogBtn . 'read_it'] = 'Read It' ; $lang[ $catalogBtn . 'coming_soon'] = 'Coming Soon' ; $lang[ $catalogBtn . 'view_details'] = 'View Details' ; $lang[ $catalogBtn . 'buy'] = 'Buy' ; //Sort Option text $catalogSort = 'ipc.catalog.sort.' ; $lang[ $catalogSort . 'author_a_z'] = 'Author [A-Z]' ; $lang[ $catalogSort . 'author_z_a'] = 'Author [Z-A]' ; $lang[ $catalogSort . 'price_low_high'] = 'Price [Low-High]' ; $lang[ $catalogSort . 'price_high_low'] = 'Price [High-Low]' ; $lang[ $catalogSort . 'rating_low_high'] = 'Rating [Low-High]' ; $lang[ $catalogSort . 'rating_high_low'] = 'Rating [High-Low]' ; $lang[ $catalogSort . 'title_a_z'] = 'Title [A-Z]' ; $lang[ $catalogSort . 'title_z_a'] = 'Title [Z-A]' ; $lang[ $catalogSort . 'pubdate_low_high'] = 'Published Date [Old-New]' ; $lang[ $catalogSort . 'pubdate_high_low'] = 'Published Date [New-Old]' ; $lang['ipc.catalog.err.1001'] = 'Reader Not Available Now.' ; $lang['ipc.catalog.err.1002'] = 'No Data Found.' ; /* Catalog - end */ /* Categories - start */ //Categories Module $categoriesLabel = 'ipc.categories.label.' ; $lang[ $categoriesLabel . 'all'] = 'All' ; $lang[ $categoriesLabel . 'browse_comics'] = 'Browse Comics' ; $lang[ $categoriesLabel . 'browse_titles'] = 'Browse Titles' ; $lang[ $categoriesLabel . 'title'] = 'Categories' ; /* Categories - end */ /* Channels - start */ $channelsText = 'ipc.channels.text.' ; $lang[ $channelsText . 'DOWNLOAD'] = 'Download' ; $lang[ $channelsText . 'DRM'] = 'DRM' ; $lang[ $channelsText . 'IOFFLINE'] = 'Offline' ; $lang[ $channelsText . 'IPAD'] = 'iPad' ; $lang[ $channelsText . 'ONLINE'] = 'Online' ; $lang[ $channelsText . 'STREAMING'] = 'Streaming' ; $lang[ $channelsText . 'TALKING_AUDIO'] = 'Talking eBook' ; $lang[ $channelsText . 'VIDEO'] = 'Video' ; $lang[ $channelsText . 'ANDROID'] = 'Android' ; $lang[ $channelsText . 'PRINT'] = 'Print Books' ; $lang[ $channelsText . 'PDF'] = 'eBook' ; $lang[ $channelsText . 'EPUB'] = 'ePub' ; $lang[ $channelsText . 'ZIP'] = 'ZIP' ; $lang[ $channelsText . 'MOBI'] = 'MOBI' ; $lang[ $channelsText . 'COLLECTION'] = 'Collection' ; $lang[ $channelsText . 'INTERACTIVE'] = 'Interactive' ; $lang[ $channelsText . 'VIDEO'] = 'Video' ; $lang[ $channelsText . 'RICH_EPUB'] = 'Enhanced ePub' ; /* Channels - end */ /* Change Password - start */ // Change Password Alt Text $chpwdAltText = 'ipc.change_password.alt_text.' ; $lang[ $chpwdAltText . 'update'] = 'Update' ; $lang[ $chpwdAltText . 'reset'] = 'Reset' ; // Error messages in Change Password Form $chpwdErr = 'ipc.change_password.err.' ; $lang[ $chpwdErr . 'confirm_password_empty'] = 'Please enter the Confirm Password.' ; $lang[ $chpwdErr . 'confirm_password_not_matching'] = 'New Password and Confirm Password are different.' ; $lang[ $chpwdErr . 'current_password_empty'] = 'Please enter the Current Password.' ; $lang[ $chpwdErr . 'current_password_not_correct'] = 'Current Password is not correct' ; $lang[ $chpwdErr . 'new_password_empty'] = 'Please enter the New Password' ; $lang[ $chpwdErr . 'new_password_length'] = 'Password should have minimum 6 and maximum of 100 characters.' ; $lang[ $chpwdErr . 'new_password_invalid'] = "BlankSpaces and '(apostrophe) are not allowed in New Password" ; // Change Password Label $chpwdLabel = 'ipc.change_password.label.' ; $lang[ $chpwdLabel . 'heading'] = 'Change Password' ; $lang[ $chpwdLabel . 'password_details'] = 'Password Details' ; $lang[ $chpwdLabel . 'current_password'] = 'Current Password' ; $lang[ $chpwdLabel . 'new_password'] = 'New Password' ; $lang[ $chpwdLabel . 'confirm_password'] = 'Confirm Password' ; // Change Password success message $lang['ipc.change_password.success.password_updated'] = 'Password updated successfully.' ; // Change Password Tool Tip Text $chpwdTooltip = 'ipc.change_password.tool_tip_text.' ; $lang[ $chpwdTooltip . 'current_password'] = 'Please enter your current password.' ; $lang[ $chpwdTooltip . 'new_password'] = "Password can have minimum of {_min_password_length_} characters and maximum of {_max_password_length_} characters. No Blank Spaces or '(apostrophe) are allowed in Password." ; $lang[ $chpwdTooltip . 'confirm_password'] = 'Please confirm your New Password.' ; /* Change Password - end */ /* Content Protection - start */ $content_protection_text = 'ipc.content_protection.text.' ; $lang[ $content_protection_text . 'ioffline_for_desktop'] = 'iPublishCentral Reader for PC/Desktop' ; $lang[ $content_protection_text . 'ioffline_for_ipad'] = 'iPublishCentral Reader for iPad' ; $lang[ $content_protection_text . 'ioffline_for_android'] = 'iPublishCentral Reader for Android' ; $lang[ $content_protection_text . 'info_paragraph_1'] = '

If this is the first time downloading an ebook to this computer or tablet you may need to install the reader app.

Click the Reader button below to continue.

' ; $lang[ $content_protection_text . 'info_paragraph_2'] = '

If you have downloaded the appropriate application click on the download icon to continue downloading the title

' ; $lang[ $content_protection_text . 'download_session_msg_1'] = 'The book can be downloaded only once per session' ; $lang[ $content_protection_text . 'download_session_msg_2'] = 'The book has been already downloaded in this session' ; $lang[ $content_protection_text . 'download_session_msg_3'] = 'Download limit exceeded.' ; /* Content Protection - end */ /* Contributor Type - start */ $contributor_text = 'ipc.contributor_type.text.' ; $lang[ $contributor_text . 'art_by'] = 'Art by' ; $lang[ $contributor_text . 'by'] = 'By' ; $lang[ $contributor_text . 'by_author'] = 'By (author)' ; $lang[ $contributor_text . 'by_composer'] = 'By (composer)' ; $lang[ $contributor_text . 'colors_by'] = 'Colors by' ; $lang[ $contributor_text . 'compiled_by'] = 'Compiled by' ; $lang[ $contributor_text . 'created_by'] = 'Created by' ; $lang[ $contributor_text . 'design_by'] = 'Design by' ; $lang[ $contributor_text . 'edits_by'] = 'Edits by' ; $lang[ $contributor_text . 'edited_by'] = 'Edited by' ; $lang[ $contributor_text . 'illustrated_by'] = 'Illustrated by' ; $lang[ $contributor_text . 'inks_by'] = 'Inks by' ; $lang[ $contributor_text . 'letters_by'] = 'Letters by' ; $lang[ $contributor_text . 'lyrics_by'] = 'Lyrics by' ; $lang[ $contributor_text . 'pencils_by'] = 'Pencils by' ; $lang[ $contributor_text . 'plot_by'] = 'Plot by' ; $lang[ $contributor_text . 'screenplay_by'] = 'Screenplay by' ; $lang[ $contributor_text . 'script_by'] = 'Script by' ; $lang[ $contributor_text . 'summary_by'] = 'Summary by' ; /* Contributor Type - end */ /* Dashboard - start */ //Dashboard labels $dashboardLabel = 'ipc.dashboard.label.' ; $lang[ $dashboardLabel . 'last_login_on'] = 'Last login on' ; $lang[ $dashboardLabel . 'my_bookshelf'] = 'My Bookshelf' ; $lang[ $dashboardLabel . 'categories_on_my_bookshelf'] = 'Categories on My Bookshelf' ; $lang[ $dashboardLabel . 'no_of_titles'] = 'No. of Titles' ; $lang[ $dashboardLabel . 'categories'] = 'Categories' ; $lang[ $dashboardLabel . 'new_books_on_my_shelf'] = 'New Books on my shelf' ; $lang[ $dashboardLabel . 'my_activities'] = 'My Activities' ; $lang[ $dashboardLabel . 'notes'] = 'Notes By Title' ; $lang[ $dashboardLabel . 'bookmarks'] = 'Bookmarks By Title' ; $lang[ $dashboardLabel . 'comments'] = 'Comments' ; $lang[ $dashboardLabel . 'my_order_history'] = 'My Order History' ; $lang[ $dashboardLabel . 'serial_number'] = 'Sl.No' ; $lang[ $dashboardLabel . 'order_description'] = 'Order Description' ; $lang[ $dashboardLabel . 'order_date'] = 'Date' ; $lang[ $dashboardLabel . 'order_view'] = 'View' ; $lang[ $dashboardLabel . 'note_page_no'] = 'Page No.' ; $lang[ $dashboardLabel . 'note_title'] = 'Note Title' ; $lang[ $dashboardLabel . 'note_book_title'] = 'Book Title' ; $lang[ $dashboardLabel . 'note_date'] = 'Date' ; $lang[ $dashboardLabel . 'bookmark_page_no'] = 'Page No.' ; $lang[ $dashboardLabel . 'bookmark_description'] = 'Bookmark Description' ; $lang[ $dashboardLabel . 'bookmark_book_title'] = 'Book Title' ; $lang[ $dashboardLabel . 'bookmark_date'] = 'Date' ; //Dashboard Text Links $dashboardTextLink = 'ipc.dashboard.text_link.' ; $lang[ $dashboardTextLink . 'profile_settings'] = 'Profile Settings' ; $lang[ $dashboardTextLink . 'edit_profile_details'] = 'Edit Profile Details' ; $lang[ $dashboardTextLink . 'change_password'] = 'Change Password' ; $lang[ $dashboardTextLink . 'my_notes'] = 'My Notes' ; $lang[ $dashboardTextLink . 'my_bookmarks'] = 'My Bookmarks' ; $lang[ $dashboardTextLink . 'order_history'] = 'Order History' ; $lang[ $dashboardTextLink . 'edit_institution'] = 'Edit Institution' ; $lang[ $dashboardTextLink . 'manage_institution_users'] = 'Manage Library Users' ; $lang[ $dashboardTextLink . 'add_institution_user'] = 'Add Library User' ; $lang[ $dashboardTextLink . 'manage_ip_range'] = 'Manage IP Range' ; $lang[ $dashboardTextLink . 'add_ip_range'] = 'Add IP Range' ; $lang[ $dashboardTextLink . 'manage_referer'] = 'Manage HTTP Referer' ; $lang[ $dashboardTextLink . 'add_referer'] = 'Add HTTP Referer' ; $lang[ $dashboardTextLink . 'reports'] = 'Reports' ; $lang[ $dashboardTextLink . 'manage_teachers'] = 'Manage School Teachers' ; $lang[ $dashboardTextLink . 'manage_students'] = 'Manage School Students' ; $lang[ $dashboardTextLink . 'manage_subscriptions'] = 'Manage Subscriptions' ; //Dashboard error message $dashboardErr = 'ipc.dashboard.err.' ; $lang[ $dashboardErr . 'no_comments'] = 'No Product Comments added' ; $lang[ $dashboardErr . 'no_bookmarks'] = 'No Bookmarks added' ; $lang[ $dashboardErr . 'no_notes'] = 'No notes added' ; $lang[ $dashboardErr . 'no_category'] = 'The subscribed books are not linked to any of the Category' ; /* Dashboard - end */ /* Download IOffline Gadget Error Messages - start */ $downloadioffline = 'ipc.downloadioffline.message.' ; $lang[ $downloadioffline . 'available_msg'] = 'The iPublishCentral Reader can be used on both Windows and Macintosh Operating Systems.' ; $lang[ $downloadioffline . 'help_1'] = '- When you first open the reader you will be asked to enter your username and password and the eBook Site URL' ; $lang[ $downloadioffline . 'help_2'] = '- Enter your account details. Once they are verified to be right, the contents of your Bookshelf will be made available on the Reader' ; $lang[ $downloadioffline . 'help_3'] = '- Click on individual eBooks to download them to the Reader
  • - Click on the eBook to Read' ; $lang[ $downloadioffline . 'help_4'] = 'Once authentication is complete, by default your iPublishCentral Reader application will start. You can then start to download your licensed titles.' ; $lang[ $downloadioffline . 'help_5'] = 'This is one-time only process. Your titles will be immediately accessible; you will not have to re-authenticate or re-download your titles, even if you need to re-install the application on the same computer.' ; $lang[ $downloadioffline . 'help_6'] = 'See the Quick Tips section for further pointers on the iPublishCentral Reader' ; $lang[ $downloadioffline . 'help_note'] = '1 Only if you are not an Institutional User, but a \"Password User\" , you will select the \"Normal User\" option, and besides the Account URL, additionally enter your login information.' ; $lang[ $downloadioffline . 'download_label'] = 'Download' ; $lang[ $downloadioffline . 'badge'] = 'Install (or) Upgrade Flash player to download the iPublishCentral Reader' ; $lang[ $downloadioffline . 'message1'] = 'You need to ' ; $lang[ $downloadioffline . 'message2'] = ' upgrade ' ; $lang[ $downloadioffline . 'message3'] = ' Flash player to download the iPublishCentral Reader' ; $lang[ 'ipc.downloadioffline.label.manual_download'] = 'Manually Download' ; $lang[ 'ipc.downloadioffline.label.download_and_install'] = 'Download and install' ; $lang[ 'ipc.downloadioffline.label.latest_ioffline_release'] = 'the latest iPublishCentral Reader release' ; $lang[ 'ipc.downloadioffline.label.adobe_air'] = 'Adobe Air' ; $lang[ 'ipc.downloadioffline.label.if_not_installed'] = 'if not already installed'; /* Download IOffline Gadget Messages - end */ /* Ecomm - start */ // Error Message for eComm Billing Address Fields $ecommBillAddrErrMsg = 'ipc.ecomm.bill_addr.err.' ; $lang[ $ecommBillAddrErrMsg . 'enter_bill_addr'] = 'Please Enter Valid Billing Address.' ; $lang[ $ecommBillAddrErrMsg . 'billing_firstname_1'] = 'Please enter the Billing First Name.' ; $lang[ $ecommBillAddrErrMsg . 'billing_firstname_2'] = 'Billing First Name can contain maximum 50 characters.' ; $lang[ $ecommBillAddrErrMsg . 'billing_lastname_1'] = 'Please enter the Billing Last Name.' ; $lang[ $ecommBillAddrErrMsg . 'billing_lastname_2'] = 'Billing Last Name can contain maximum 50 characters.' ; $lang[ $ecommBillAddrErrMsg . 'billing_address_1_1'] = 'Please enter the Billing Address.' ; $lang[ $ecommBillAddrErrMsg . 'billing_address_1_2'] = 'Billing Address can have maximum of 255 characters.' ; $lang[ $ecommBillAddrErrMsg . 'billing_address_1_3'] = 'Please enter valid Billing Address.' ; $lang[ $ecommBillAddrErrMsg . 'billing_address_2_1'] = 'Billing Address can have maximum of 255 characters.' ; $lang[ $ecommBillAddrErrMsg . 'billing_address_2_2'] = 'Please enter valid Billing Address.' ; $lang[ $ecommBillAddrErrMsg . 'billing_country'] = 'Please select the Billing Country.' ; $lang[ $ecommBillAddrErrMsg . 'billing_state_1'] = 'Please enter the Billing State.' ; $lang[ $ecommBillAddrErrMsg . 'billing_state_2'] = 'Billing State can have maximum of 100 characters.' ; $lang[ $ecommBillAddrErrMsg . 'billing_state_3'] = 'Please enter valid Billing State information.' ; $lang[ $ecommBillAddrErrMsg . 'billing_state_4'] = 'Please select the Billing State.' ; $lang[ $ecommBillAddrErrMsg . 'billing_city_1'] = 'Please enter the Billing City.' ; $lang[ $ecommBillAddrErrMsg . 'billing_city_2'] = 'Billing City can have maximum of 100 characters.' ; $lang[ $ecommBillAddrErrMsg . 'billing_city_3'] = 'Please enter valid Billing City information.' ; $lang[ $ecommBillAddrErrMsg . 'billing_city_4'] = 'Please select the Billing City.' ; $lang[ $ecommBillAddrErrMsg . 'billing_zipcode_1'] = 'Please enter the Billing Postal/Zip code.' ; $lang[ $ecommBillAddrErrMsg . 'billing_zipcode_2'] = 'Invalid Postal/Zip Code, please enter a valid Billing Postal/Zip Code.' ; $lang[ $ecommBillAddrErrMsg . 'billing_phone_1'] = 'Please enter a valid Billing Phone.' ; $lang[ $ecommBillAddrErrMsg . 'billing_phone_2'] = 'Invalid Phone, please enter a valid Billing Phone.' ; $lang[ $ecommBillAddrErrMsg . 'billing_email_1'] = 'Please enter the Billing E-mail ID.' ; $lang[ $ecommBillAddrErrMsg . 'billing_email_2'] = 'Please enter a valid Billing E-mail ID.' ; // Error Message for eComm Shipping Address Fields $ecommShipAddrErrMsg = 'ipc.ecomm.ship_addr.err.' ; $lang[ $ecommShipAddrErrMsg . 'enter_ship_addr'] = 'Please Enter Valid Shipping Address.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_firstname_1'] = 'Please enter the Shipping First Name.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_firstname_2'] = 'Shipping First Name can contain maximum 50 characters.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_lastname_1'] = 'Please enter the Shipping Last Name.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_lastname_2'] = 'Shipping Last Name can contain maximum 50 characters.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_address_1_1'] = 'Please enter the Shipping Address.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_address_1_2'] = 'Shipping Address can have maximum of 255 characters.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_address_1_3'] = 'Please enter valid Shipping Address.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_address_2_1'] = 'Shipping Address can have maximum of 255 characters.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_address_2_2'] = 'Please enter valid Shipping Address.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_country'] = 'Please select the Shipping Country.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_state_1'] = 'Please enter the Shipping State.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_state_2'] = 'Shipping State can have maximum of 100 characters.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_state_3'] = 'Please enter valid Shipping State information.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_state_4'] = 'Please select the Shipping State.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_city_1'] = 'Please enter the Shipping City.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_city_2'] = 'Shipping City can have maximum of 100 characters.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_city_3'] = 'Please enter valid Shipping City information.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_city_4'] = 'Please select the Shipping City.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_zipcode_1'] = 'Please enter the Shipping Postal/Zip code.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_zipcode_2'] = 'Invalid Postal/Zip Code, please enter a valid Shipping Postal/Zip Code.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_phone_1'] = 'Please enter a valid Shipping Phone.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_phone_2'] = 'Invalid Phone, please enter a valid Shipping Phone.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_email_1'] = 'Please enter the Shipping E-mail ID.' ; $lang[ $ecommShipAddrErrMsg . 'shipping_email_2'] = 'Please enter a valid Shipping E-mail ID.' ; // Labels $ecommLabel = 'ipc.ecomm.label.' ; $lang[ $ecommLabel . 'address1'] = 'Address Line 1' ; $lang[ $ecommLabel . 'address2'] = 'Address Line 2' ; $lang[ $ecommLabel . 'billingAddress'] = 'Billing Address' ; $lang[ $ecommLabel . 'city'] = 'City' ; $lang[ $ecommLabel . 'country'] = 'Country' ; $lang[ $ecommLabel . 'editShippingAddress'] = 'Edit Shipping Address' ; $lang[ $ecommLabel . 'editShippingOption'] = 'Edit Shipping Option' ; $lang[ $ecommLabel . 'editShoppingCart'] = 'Edit Shopping Cart' ; $lang[ $ecommLabel . 'emailid'] = 'E-mail ID' ; $lang[ $ecommLabel . 'firstName'] = 'First Name' ; $lang[ $ecommLabel . 'lastName'] = 'Last Name' ; $lang[ $ecommLabel . 'middleName'] = 'Middle Name' ; $lang[ $ecommLabel . 'orderConfirmation'] = 'Order Confirmation' ; $lang[ $ecommLabel . 'phone'] = 'Phone' ; $lang[ $ecommLabel . 'postalcode'] = 'Zip/Postalcode' ; $lang[ $ecommLabel . 'same_as_bill_addr'] = 'Same as Billing Address' ; $lang[ $ecommLabel . 'shippingAddress'] = 'Shipping Address' ; $lang[ $ecommLabel . 'shippingOption'] = 'Shipping Option' ; $lang[ $ecommLabel . 'shippingTo'] = 'Shipping To' ; $lang[ $ecommLabel . 'shopingCart'] = 'Shopping Cart' ; $lang[ $ecommLabel . 'state'] = 'State/Province/Region' ; // texts $ecommText = 'ipc.ecomm.text.' ; $lang[ $ecommText . 'otherCity'] = '--Other City--' ; $lang[ $ecommText . 'otherState'] = '--Other State--' ; $lang[ $ecommText . 'selectCity'] = '--Select the City--' ; $lang[ $ecommText . 'selectCountry'] = '--Select the Country--' ; $lang[ $ecommText . 'selectState'] = '--Select the State--' ; // tool tip texts $ecommTooltiptext = 'ipc.ecomm.tooltiptext.' ; $lang[ $ecommTooltiptext . 'address1'] = 'Address Line-1 can contain maximum of 255 characters.' ; $lang[ $ecommTooltiptext . 'address2'] = 'Address Line-2 can contain maximum of 255 characters.' ; $lang[ $ecommTooltiptext . 'country'] = 'Select your Country.' ; $lang[ $ecommTooltiptext . 'emailid'] = 'Please enter the your E-mail ID. Example: xxx@xxx.xxx or xxx@xxx.xx.xx' ; $lang[ $ecommTooltiptext . 'firstName'] = "Characters allowed for First Name are A-Z, a-z, Space and '(apostrophe)" ; $lang[ $ecommTooltiptext . 'lastName'] = "Characters allowed for Last Name are A-Z, a-z, Space and '(apostrophe)" ; $lang[ $ecommTooltiptext . 'middleName'] = "Characters allowed for First Name are A-Z, a-z, Space and '(apostrophe)" ; $lang[ $ecommTooltiptext . 'phone'] = 'Phone Number can be like xxx-xxxxxxxx or xx-xxx-xxxxxx.' ; $lang[ $ecommTooltiptext . 'postalcode'] = 'Postal/Zip code can be Alphanumeric or Numeric and space.' ; $lang[ $ecommTooltiptext . 'selectCity'] = 'Select your City.' ; $lang[ $ecommTooltiptext . 'selectState'] = 'Select your State.' ; $lang[ $ecommTooltiptext . 'textCity'] = 'City can contain maximum of 100 characters.' ; $lang[ $ecommTooltiptext . 'textState'] = 'State can contain maximum of 100 characters.' ; /* Ecomm - end */ /* edit institution - start */ // Error / Success mesage $edit_inst_err = 'ipc.edit_institution.err.' ; $lang[ $edit_inst_err . 'institution_name_1'] = 'Please enter the Institution Name.' ; $lang[ $edit_inst_err . 'institution_name_2'] = 'Max length of Institution Name is 300 chars.' ; $lang[ $edit_inst_err . 'institution_name_3'] = 'Institution already registered.' ; $lang[ $edit_inst_err . 'institution_name_4'] = 'Special Characters are not allowed.' ; $lang[ $edit_inst_err . 'contact_person_name_1'] = 'Please enter the Contact Person Name.' ; $lang[ $edit_inst_err . 'contact_person_name_2'] = 'Max length of Contact Person Name is 50 chars.' ; $lang[ $edit_inst_err . 'contact_person_name_3'] = "Characters allowed for Contact Person Name are A-Z, a-z, Space and '(apostrophe)." ; $lang[ $edit_inst_err . 'contact_person_email_1'] = 'Please enter the Contact Person Email.' ; $lang[ $edit_inst_err . 'contact_person_email_2'] = 'Invalid E-mail, Please enter a valid E-mail.' ; $lang[ $edit_inst_err . 'contact_person_email_3'] = 'This E-mail is already used by a registered user. Please enter a different E-mail.' ; $lang[ $edit_inst_err . 'contact_person_mobile_1'] = 'Please enter the Contact Person Mobile.' ; $lang[ $edit_inst_err . 'contact_person_mobile_2'] = 'Invalid Mob-Phone, Please enter a valid Mob-Phone.' ; $lang[ $edit_inst_err . 'maximum_user_1'] = 'Please enter the Maximum User.' ; $lang[ $edit_inst_err . 'maximum_user_2'] = 'Maximum User should be Integer.' ; $lang[ $edit_inst_err . 'concurrent_user_1'] = 'Please enter the Concurrent User.' ; $lang[ $edit_inst_err . 'concurrent_user_2'] = 'Concurrent User should be Integer.' ; $lang[ $edit_inst_err . 'institution_address_1'] = 'Please enter the Institution Address.' ; $lang[ $edit_inst_err . 'institution_address_2'] = 'Max length of Address field is 255 chars.' ; $lang[ $edit_inst_err . 'institution_city_1'] = 'Please enter the Institution City.' ; $lang[ $edit_inst_err . 'institution_city_2'] = 'Max length of Institution City is 100 chars.' ; $lang[ $edit_inst_err . 'institution_state_1'] = 'Please enter the Institution State.' ; $lang[ $edit_inst_err . 'institution_state_2'] = 'Max length of Institution State is 100 chars.' ; $lang[ $edit_inst_err . 'institution_country_1'] = 'Please select the Institution Country.' ; $lang[ $edit_inst_err . 'institution_postalcode_1'] = 'Please enter the Institution Postal/Zip Code.' ; $lang[ $edit_inst_err . 'institution_postalcode_2'] = 'Invalid Postal/Zip Code, Please enter a valid Postal/Zip Code.' ; $lang[ $edit_inst_err . 'institution_offphone_1'] = 'Please enter the Institution Office Phone.' ; $lang[ $edit_inst_err . 'institution_offphone_2'] = 'Invalid Off-Phone, Please enter a valid Off-Phone.' ; $lang[ $edit_inst_err . 'institution_fax'] = 'Invalid Fax, Please enter a valid Fax.' ; $lang[ $edit_inst_err . 'institution_invalid_image_type'] = 'Invalid file type' ; $lang[ $edit_inst_err . 'institution_invalid_image_size'] = 'Image size is more than 2 mb.' ; $lang[ $edit_inst_err . 'institution_invalid_image_dms'] = 'Image dimension is more than the allowed dimension' ; $lang[ 'ipc.edit_institution.succ.updated'] = 'Institution details updated successfully.' ; // Text $edit_inst_text = 'ipc.edit_institution.text.' ; $lang[ $edit_inst_text . 'address_line_1'] = 'Address Line 1' ; $lang[ $edit_inst_text . 'address_line_2'] = 'Address Line 2' ; $lang[ $edit_inst_text . 'city'] = 'City' ; $lang[ $edit_inst_text . 'concurrent_user'] = 'Concurrent User' ; $lang[ $edit_inst_text . 'contact_person_email'] = 'Contact Person Email' ; $lang[ $edit_inst_text . 'contact_person_mobile'] = 'Contact Person Mobile' ; $lang[ $edit_inst_text . 'contact_person_name'] = 'Contact Person Name' ; $lang[ $edit_inst_text . 'country'] = 'Country' ; $lang[ $edit_inst_text . 'edit_institution'] = 'Edit Library' ; $lang[ $edit_inst_text . 'fax'] = 'Fax' ; $lang[ $edit_inst_text . 'institution_address'] = 'Institution Address' ; $lang[ $edit_inst_text . 'institution_details'] = 'Institution Details' ; $lang[ $edit_inst_text . 'institution_name'] = 'Institution Name' ; $lang[ $edit_inst_text . 'maximum_user'] = 'Maximum User' ; $lang[ $edit_inst_text . 'off_phone_1'] = 'Off-Phone 1' ; $lang[ $edit_inst_text . 'off_phone_2'] = 'Off-Phone 2' ; $lang[ $edit_inst_text . 'postal_code'] = 'ZIP/Postal code' ; $lang[ $edit_inst_text . 'state'] = 'State' ; $lang[ $edit_inst_text . 'unlimited_concurrent_user'] = 'Unlimited Concurrent User' ; $lang[ $edit_inst_text . 'unlimited_maximum_user'] = 'Unlimited Maximum User' ; $lang[ $edit_inst_text . 'institution_logo'] = 'Institution Logo' ; $lang[ $edit_inst_text . 'link'] = 'Link' ; $lang[ $edit_inst_text . 'upload_logo'] = 'Upload Logo' ; $lang[ $edit_inst_text . 'image_size'] = 'Maximum allowed image size is 2 mb.' ; $lang[ $edit_inst_text . 'image_delete'] = 'Delete' ; $lang[ $edit_inst_text . 'image_extensions'] = 'jpg, jpeg, gif, png' ; $lang[ $edit_inst_text . 'logo_delete'] = 'Are you sure , you want to delete the logo ?' ; // Tooltip text $edit_inst_tooltip = 'ipc.edit_institution.tooltip.' ; $lang[ $edit_inst_tooltip . 'address_line_1'] = 'Address Line-1 can contain maximum of 255 characters.' ; $lang[ $edit_inst_tooltip . 'address_line_2'] = 'Address Line-2 can contain maximum of 255 characters.' ; $lang[ $edit_inst_tooltip . 'city'] = 'City can contain maximum of 100 characters.' ; $lang[ $edit_inst_tooltip . 'concurrent_user'] = 'Concurrent user count should be Integer.' ; $lang[ $edit_inst_tooltip . 'contact_person_email'] = 'Please enter the your E-mail ID. Example: xxx@xxx.xxx or xxx@xxx.xx.xx' ; $lang[ $edit_inst_tooltip . 'contact_person_mobile'] = 'Mobile Number should be +91-(974)-0083117 or 00-91-974-008-3117 or 11 00811 283.' ; $lang[ $edit_inst_tooltip . 'contact_person_name'] = "Characters allowed for Person Name are A-Z, a-z, Space and '(apostrophe)." ; $lang[ $edit_inst_tooltip . 'country'] = 'Select your Country.' ; $lang[ $edit_inst_tooltip . 'fax'] = 'Fax can be like xxx-xxxxxxxx or xx-xxx-xxxxxx.' ; $lang[ $edit_inst_tooltip . 'institution_name'] = 'Institution name should be keyboard chars and Its length is 250.' ; $lang[ $edit_inst_tooltip . 'maximum_user'] = 'Maximum user count should be Integer.' ; $lang[ $edit_inst_tooltip . 'phone'] = 'Phone Number can be like xxx-xxxxxxxx or xx-xxx-xxxxxx.' ; $lang[ $edit_inst_tooltip . 'postal_code'] = 'Postal/Zip code can be Alphanumeric or Numeric and space.' ; $lang[ $edit_inst_tooltip . 'state'] = 'State can contain maximum of 100 characters.' ; /* edit institution - end */ /* Edit Profile - end */ // Edit Profile labels $editProfileLabel = 'ipc.edit_profile.label.' ; $lang[ $editProfileLabel . 'heading'] = 'Edit Profile' ; $lang[ $editProfileLabel . 'account_details'] = 'Account Details' ; $lang[ $editProfileLabel . 'mandatory_fields'] = 'fields are mandatory' ; $lang[ $editProfileLabel . 'first_name'] = 'First Name' ; $lang[ $editProfileLabel . 'last_name'] = 'Last Name' ; $lang[ $editProfileLabel . 'gender'] = 'Gender' ; $lang[ $editProfileLabel . 'male'] = 'Male' ; $lang[ $editProfileLabel . 'female'] = 'Female' ; $lang[ $editProfileLabel . 'email_id'] = 'Email-ID' ; $lang[ $editProfileLabel . 'mobile_no'] = 'Mobile No.' ; $lang[ $editProfileLabel . 'security_question'] = 'Security Question' ; $lang[ $editProfileLabel . 'your_own_question'] = 'Your Own Question' ; $lang[ $editProfileLabel . 'security_answer'] = 'Security Answer' ; $lang[ $editProfileLabel . 'contact_details'] = 'Contact Details' ; $lang[ $editProfileLabel . 'address_line_1'] = 'Address Line 1' ; $lang[ $editProfileLabel . 'address_line_2'] = 'Address Line 2' ; $lang[ $editProfileLabel . 'city'] = 'City' ; $lang[ $editProfileLabel . 'state'] = 'State' ; $lang[ $editProfileLabel . 'country'] = 'Country' ; $lang[ $editProfileLabel . 'postal_code'] = 'ZIP/Postal Code' ; $lang[ $editProfileLabel . 'phone'] = 'Phone' ; $lang[ $editProfileLabel . 'fax'] = 'Fax' ; $lang[ $editProfileLabel . 'error_msg'] = 'Fill all mandatory fields with valid data' ; $lang[ $editProfileLabel . 'name_of_first_school'] = "What was the name of your first school?"; $lang[ $editProfileLabel . 'favorite_pastime'] = "What is your favorite pastime?"; $lang[ $editProfileLabel . 'first_car_or_bike'] = "What make was your first car or bike?"; $lang[ $editProfileLabel . 'pets_name'] = "What is your pet's name?"; // Edit Profile tool tip texts $editProfileTooltip = 'ipc.edit_profile.tool_tip_text.' ; $lang[ $editProfileTooltip . 'first_name'] = "Characters allowed for First Name are A-Z, a-z, Space and '(apostrophe)"; $lang[ $editProfileTooltip . 'last_name'] = "Characters allowed for Last Name are A-Z, a-z, Space and '(apostrophe)"; $lang[ $editProfileTooltip . 'gender'] = 'Select Gender information.' ; $lang[ $editProfileTooltip . 'email_id'] = 'Please enter the your E-mail ID. Example: xxx@xxx.xxx or xxx@xxx.xx.xx' ; $lang[ $editProfileTooltip . 'mobile_no'] = 'Mobile Number should be +91-(974)-0083117 or 00-91-974-008-3117 or 11 00811 283' ; $lang[ $editProfileTooltip . 'security_question'] = 'Select a Security Question.' ; $lang[ $editProfileTooltip . 'your_own_question'] = 'Your Own Question can contain maximum of 255 characters.' ; $lang[ $editProfileTooltip . 'security_answer'] = 'Security Answer can contain maximum of 255 characters.' ; $lang[ $editProfileTooltip . 'address_line_1'] = 'Address Line-1 can contain maximum of 255 characters.' ; $lang[ $editProfileTooltip . 'address_line_2'] = 'Address Line-2 can contain maximum of 255 characters.' ; $lang[ $editProfileTooltip . 'city'] = 'City can contain maximum of 100 characters.' ; $lang[ $editProfileTooltip . 'state'] = 'State can contain maximum of 100 characters.' ; $lang[ $editProfileTooltip . 'country'] = 'Select your Country.' ; $lang[ $editProfileTooltip . 'postal_code'] = 'Postal/Zip code can be Alphanumeric or Numeric and space.' ; $lang[ $editProfileTooltip . 'phone'] = 'Phone Number can be like xxx-xxxxxxxx or xx-xxx-xxxxxx.' ; $lang[ $editProfileTooltip . 'fax'] = 'Fax can be like xxx-xxxxxxxx or xx-xxx-xxxxxx.' ; // Edit Profile alt/title texts $editProfileAltText = 'ipc.edit_profile.alt_text.' ; $lang[ $editProfileAltText . 'star'] = 'star' ; $lang[ $editProfileAltText . 'update'] = 'Update' ; $lang[ $editProfileAltText . 'reset'] = 'Reset' ; $editProfileMsg = 'ipc.edit_profile.message.' ; $lang[ $editProfileMsg . 'success'] = 'Profile details updated successfully.' ; $lang[ $editProfileMsg . 'try_again'] = 'Due to some error the system is not able to process your request. Please try after sometime.' ; /* Edit Profile - end */ /* Common Errors - start */ $err = 'ipc.error.' ; $lang[ $err . 'fill_all'] = 'Fill all mandatory fields with valid data.' ; $lang[ $err . 'system'] = 'Due to some error the system is not able to process your request. Please try after sometime.' ; /* Common Errors - end */ /* Facet - Search*/ $facetSearchLbl = 'ipc.facet_search.label.' ; $lang[ $facetSearchLbl . 'narrowrslts'] = 'Narrow Search Results' ; $lang[ $facetSearchLbl . 'author'] = 'Authors' ; $lang[ $facetSearchLbl . 'category'] = 'Category' ; $lang[ $facetSearchLbl . 'format'] = 'Format' ; $lang[ $facetSearchLbl . 'rating'] = 'Rating' ; $lang[ $facetSearchLbl . 'pyear'] = 'Published by year' ; $lang[ $facetSearchLbl . 'price'] = 'Price' ; $lang[ $facetSearchLbl . 'product'] = 'Product' ; $lang[ $facetSearchLbl . 'sall'] = 'Show All' ; $lang[ $facetSearchLbl . 'sfew'] = 'Show Few' ; $facetSearchTooltipTxt = 'ipc.facet_search.tool_tip_text.' ; $lang[ $facetSearchTooltipTxt . 'stars'] = 'Rating between %d and %d stars out of 5 ' ; $lang[ $facetSearchTooltipTxt . '5star'] = 'Rating %d stars out of 5 ' ; $lang[ $facetSearchTooltipTxt . 'result'] = 'Result' ; $lang[ $facetSearchTooltipTxt . 'results'] = 'Results' ; /* Facet - Search*/ /* Forgot Password - start */ // Forgot Password labels $forgotPwdLabel = 'ipc.forgot_password.label.' ; $lang[ $forgotPwdLabel . 'heading'] = 'Forgot Password' ; $lang[ $forgotPwdLabel . 'username'] = 'Username' ; // used as both text box label and in drop down option $lang[ $forgotPwdLabel . 'email_id'] = 'Email-ID' ; // used in drop down option. For text box label on option change the lable id picked from scripts/language // Forgot Password Error Messages $forgotPwdErr = 'ipc.forgot_password.err.' ; $lang[ $forgotPwdErr . 'user_email_1'] = 'Please enter the Email-ID.' ; $lang[ $forgotPwdErr . 'user_email_2'] = 'Please enter a valid E-mail address.' ; $lang[ $forgotPwdErr . 'invalid_user_details'] = 'Invalid user details.' ; $lang[ $forgotPwdErr . 'username_1'] = 'Please enter the Username.' ; $lang[ $forgotPwdErr . 'username_2'] = 'Username should have minimum 3 and maximum of 50 characters.' ; $lang[ $forgotPwdErr . 'username_3'] = 'Characters allowed for Username are A-Z, a-z, 0-9, -, _, @ and .(dot)' ; // Forgot Password Success Message $lang['ipc.forgot_password.success.password_emailed'] = 'Information about the password has been emailed to you.' ; /* Forgot Password - end */ /* Footer Links - Start */ // Footerlinks Module - Div text $footerlinks_text = 'ipc.footer_links.text.' ; $lang[ $footerlinks_text . 'copyright'] = '© Copyright' ; $lang[ $footerlinks_text . 'creator'] = 'Created on iPublishCentral' ; $lang[ $footerlinks_text . 'privacy_policy'] = 'PRIVACY POLICY' ; $lang[ $footerlinks_text . 'termsofuse'] = 'TERMS OF USE' ; /* Footer Links - end */ /* FAQ's */ $lang['ipc.faq.label.title'] = 'Frequently Asked Questions' ; /* FAQ's - ENDS */ /* iCons alt & title text - start */ $iConsAltTitle = 'ipc.icons.alt_title.' ; $lang[ $iConsAltTitle . 'CP_DOWNLOAD_EPUB'] = 'Download' ; $lang[ $iConsAltTitle . 'CP_DOWNLOAD_PDF'] = 'Download' ; $lang[ $iConsAltTitle . 'PDF_ONLINE'] = 'Read Online' ; $lang[ $iConsAltTitle . 'PDF_IOFFLINE'] = 'Read using iPublishCentral Reader' ; $lang[ $iConsAltTitle . 'PDF_DOWNLOAD'] = 'Download PDF' ; $lang[ $iConsAltTitle . 'PDF_DRM'] = 'Download PDF with DRM' ; $lang[ $iConsAltTitle . 'PDF_IPAD'] = 'Read using iPad' ; $lang[ $iConsAltTitle . 'EPUB_ONLINE'] = 'Read Online' ; $lang[ $iConsAltTitle . 'EPUB_OFFLINE'] = 'Read using iPublishCentral Reader' ; $lang[ $iConsAltTitle . 'EPUB_DOWNLOAD'] = 'Download ePub' ; $lang[ $iConsAltTitle . 'EPUB_DRM'] = 'Download ePub with DRM' ; $lang[ $iConsAltTitle . 'EPUB_IPAD'] = 'Read using iPad' ; $lang[ $iConsAltTitle . 'ZIP_TALKING_AUDIO'] = 'Read & Listen' ; $lang[ $iConsAltTitle . 'ZIP_VIDEO'] = 'Download Video' ; $lang[ $iConsAltTitle . 'INTERACTIVE_ONLINE'] = 'View Online' ; $lang[ $iConsAltTitle . 'VIDEO_STREAMING'] = 'View Online' ; $lang[ $iConsAltTitle . 'VIDEO_STREAMING'] = 'View Online' ; $lang[ $iConsAltTitle . 'DOWNLOAD_DOC'] = 'Download Doc' ; $lang[ $iConsAltTitle . 'DOWNLOAD_EXCEL'] = 'Download Excel' ; $lang[ $iConsAltTitle . 'MOBI_DOWNLOAD'] = 'Download Mobi' ; $lang[ $iConsAltTitle . 'not_available'] = 'Content Not Available' ; /*'PRINT_VIRTUAL','PDF_ONLINE','PDF_IOFFLINE','PDF_DOWNLOAD','PDF_DRM','PDF_IPAD','PDF_ANDROID','EPUB_ONLINE','EPUB_OFFLINE','EPUB_DOWNLOAD','EPUB_DRM','EPUB_IPAD','EPUB_ANDROID','ZIP_TALKING_AUDIO','ZIP_VIDEO','ZIP_ANDROID_AUDIO','ZIP_ANDROID_VIDEO','COLLECTION_VIRTUAL','INTERACTIVE_ONLINE','ZIP_IPAD_AUDIO','ZIP_IPAD_VIDEO','PDF_IPAD_DRM','EPUB_IPAD_DRM','PDF_ANDROID_DRM','EPUB_ANDROID_DRM','VIDEO_STREAMING','MOBI_DOWNLOAD','PDF_DOWNLOAD','EPUB_DOWNLOAD','DOC_DOWNLOAD','EXCEL_DOWNLOAD','CP_DOWNLOAD_EPUB','CP_DOWNLOAD_PDF'*/ /* iCons alt & title text - end */ /* IOffline Gadget Error Messages - start */ $iOfflineMessage = 'ipc.ioffline.message.' ; $lang[ $iOfflineMessage . 'read_offline'] = 'Read Offline' ; $lang[ $iOfflineMessage . 'read_offline_label'] = 'Now you can also read your books offline' ; $lang[ $iOfflineMessage . 'download_label'] = 'Download iPublishCentral Reader' ; /* IOffline Gadget Messages - end */ /* IP Range - start */ // Alt / Title text $ip_alt_title = 'ipc.ip_range.alt_title.' ; $lang[ $ip_alt_title . 'active_iprange'] = 'Active IP Range' ; $lang[ $ip_alt_title . 'add_iprange'] = 'Add IP Range' ; $lang[ $ip_alt_title . 'deactive_iprange'] = 'Deactive IP Range' ; $lang[ $ip_alt_title . 'delete_iprange'] = 'Delete IP Range' ; $lang[ $ip_alt_title . 'edit_iprange'] = 'Edit IP Range' ; // Error Message $ip_err = 'ipc.ip_range.err.' ; $lang[ $ip_err . 'start_ip_1'] = 'Please enter Start IP Address.' ; $lang[ $ip_err . 'start_ip_2'] = 'Please enter valid Start IP Address.' ; $lang[ $ip_err . 'end_ip_1'] = 'Please enter End IP Address.' ; $lang[ $ip_err . 'end_ip_2'] = 'Please enter valid End IP Address.' ; $lang[ $ip_err . 'end_ip_3'] = 'End IP Address should be greater than Start IP Address.' ; $lang[ $ip_err . 'ip_not_available'] = 'IP Range is already used by other Institution.' ; $lang[ $ip_err . 'no_ip_available'] = 'No IP addresses available' ; $lang[ $ip_err . 'not_auth_to_view_1'] = 'You are not authorize to view Manage IP Range.' ; $lang[ $ip_err . 'not_auth_to_view_2'] = 'You are not authorize to view Add IP Range.' ; // Success Message $ip_succ = 'ipc.ip_range.succ.' ; $lang[ $ip_succ . 'ip_activated'] = 'IP Range(s) activated successfully.' ; $lang[ $ip_succ . 'ip_deactivated'] = 'IP Range(s) deactivated successfully.' ; $lang[ $ip_succ . 'ip_deleted'] = 'IP Range(s) deleted successfully.' ; $lang[ $ip_succ . 'ip_updated'] = 'IP Addresses updated successfully.' ; $lang[ $ip_succ . 'ip_added'] = 'IP Addresses added successfully.' ; // Text (html) $ip_text = 'ipc.ip_range.text.' ; $lang[ $ip_text . 'start_ipaddress'] = 'Start IP Address' ; $lang[ $ip_text . 'end_ipaddress'] = 'End IP Address' ; $lang[ $ip_text . 'status'] = 'Status' ; $lang[ $ip_text . 'add_ip_heading'] = 'Add IP Ranges' ; $lang[ $ip_text . 'manage_ip_heading'] = 'Manage IP Ranges' ; $lang[ $ip_text . 'edit_ip_heading'] = 'Edit IP Ranges' ; $lang[ $ip_text . 'note'] = 'Note: For single IP address, Please enter it in both fields' ; /* IP Range - end */ /* Last Login - start */ // Last Login Module Labels $lastLoginLabel = 'ipc.last_login.label.' ; $lang[ $lastLoginLabel . 'formheading'] = 'Last Login' ; $lang[ $lastLoginLabel . 'last_login_on'] = 'Last Login on ' ; /* Last Login - end */ /* Login - start */ // Login Module - Alt/Title $login_alt_title = 'ipc.login.alt_text.' ; $lang[ $login_alt_title . 'forgot_password'] = 'Forgot Password?' ; $lang[ $login_alt_title . 'signup'] = 'Sign Up' ; $lang[ $login_alt_title . 'submit'] = 'Login' ; // Login Module - Label $login_label = 'ipc.login.label.' ; $lang[ $login_label . 'forgot_password'] = 'Forgot Password?' ; $lang[ $login_label . 'form_heading'] = 'User Login' ; $lang[ $login_label . 'signin_with'] = 'Sign In With' ; $lang[ $login_label . 'single_sign_on'] = 'Single Sign-on' ; $lang[ $login_label . 'athens_login'] = 'Athens Login' ; $lang[ $login_label . 'other_options'] = 'Other Options' ; $lang[ $login_label . 'library_card_login'] = 'Library Card Login' ; $lang[ $login_label . 'password'] = 'Password' ; $lang[ $login_label . 'signup'] = 'Sign Up' ; $lang[ $login_label . 'submit'] = 'Login' ; $lang[ $login_label . 'username'] = 'Username' ; $lang[ $login_label . 'stay_signed_in'] = 'Stay signed in' ; // Login Module - Success/Error Message $loginMsg = 'ipc.login.msg.' ; $lang[ $loginMsg . 'err1'] = 'Incorrect Username and Password.' ; $lang[ $loginMsg . 'err1-1'] = 'Please try again.' ; $lang[ $loginMsg . 'err2'] = 'This user is already logged in.' ; $lang[ $loginMsg . 'err3'] = 'Your account has expired.' ; $lang[ $loginMsg . 'err4'] = 'Unable to connect to the social media server.Please try again later.' ; /* Login - end */ // Library Card login module Success/Error Message - START $lang['ipc.libraryCard.msg.err1'] = 'Please select an institution from the dropdown.' ; $lang['ipc.libraryCard.msg.err2'] = 'Please enter a valid library card number.' ; $lang['ipc.libraryCard.msg.err3'] = 'This Library Card number is not associated with the Institute.' ; $lang['ipc.libraryCard.login.label.name'] = 'Library Card Login' ; $lang['ipc.libraryCard.login.label.welcome'] = 'Welcome' ; $lang['ipc.libraryCard.login.label.choose'] = 'Choose Institution' ; $lang['ipc.libraryCard.login.label.select'] = '-- Please Select --' ; $lang['ipc.libraryCard.login.label.number'] = 'Library Card Number' ; // Library Card login module Success/Error Message - END // Recently viewed module - START $lang['ipc.recentlyviewed.msg.title'] = 'Your Recently Viewed Title(s)' ; // Recently viewed module - END /* Manage Common Users (mcu) - start */ // Alert type of messages $mcu_alert = 'ipc.manage_common_users.alert.' ; $lang[ $mcu_alert . 'not_auth_to_view'] = 'You are not authorize to view Manage Common Users.' ; // Alt/Title Text $mcu_alt_title = 'ipc.manage_common_users.alt_title.' ; $lang[ $mcu_alt_title . 'active_user'] = 'Active User' ; $lang[ $mcu_alt_title . 'add_user'] = 'Add User' ; $lang[ $mcu_alt_title . 'edit_user'] = 'Edit User' ; $lang[ $mcu_alt_title . 'deactive_user'] = 'Deactive User' ; $lang[ $mcu_alt_title . 'delete_user'] = 'Delete User' ; $lang[ $mcu_alt_title . 'change_pwd'] = 'Change Password' ; // Error Message $mcu_err = 'ipc.manage_common_users.err.' ; $lang[ $mcu_err . 'max_users_count'] = 'Maximum user accounts allowed for this institution: %d' ; $lang[ $mcu_err . 'current_users_count'] = 'Total number of active accounts already created: %d' ; $lang[ $mcu_err . 'activate_err'] = 'You can activate only %dR% user accounts, but you have choosen %dC% accounts to activate, this exceeds the limit. Please take corrective action.' ; // Success Message $mcu_succ = 'ipc.manage_common_users.succ.' ; $lang[ $mcu_succ . 'users_activated'] = 'Common User(s) activated successfully.' ; $lang[ $mcu_succ . 'user_added'] = 'Common User added successfully.' ; $lang[ $mcu_succ . 'users_deactivated'] = 'Common User(s) deactivated successfully.' ; $lang[ $mcu_succ . 'pwd_changed'] = 'Password updated successfully.' ; $lang[ $mcu_succ . 'users_deleted'] = 'Common User(s) deleted successfully.' ; // Text (html) $mcu_text = 'ipc.manage_common_users.text.' ; $lang[ $mcu_text . 'mcu_heading'] = 'Manage Common Users' ; $lang[ $mcu_text . 'ecu_heading'] = 'Edit Common User' ; /* Manage Institutional Users - end */ /* Manage Institutional Users (miu) - start */ // Alert type of messages $miu_alert = 'ipc.manage_institutional_users.alert.' ; $lang[ $miu_alert . 'not_auth_to_view'] = 'You are not authorize to view Manage Institutional Users.' ; // Alt/Title Text $miu_alt_title = 'ipc.manage_institutional_users.alt_title.' ; $lang[ $miu_alt_title . 'active_user'] = 'Active User' ; $lang[ $miu_alt_title . 'add_user'] = 'Add User' ; $lang[ $miu_alt_title . 'deactive_user'] = 'Deactive User' ; $lang[ $miu_alt_title . 'delete_user'] = 'Delete User' ; $lang[ $miu_alt_title . 'change_pwd'] = 'Change Password' ; $lang[ $miu_alt_title . 'edit_user'] = 'Edit User' ; // Error Message $miu_err = 'ipc.manage_institutional_users.err.' ; $lang[ $miu_err . 'max_users_count'] = 'Maximum user accounts allowed for this institution: %d' ; $lang[ $miu_err . 'current_users_count'] = 'Total number of active accounts already created: %d' ; $lang[ $miu_err . 'activate_err'] = 'You can activate only %dR% user accounts, but you have choosen %dC% accounts to activate, this exceeds the limit. Please take corrective action.' ; // Success Message $miu_succ = 'ipc.manage_institutional_users.succ.' ; $lang[ $miu_succ . 'users_activated'] = 'Institutional User(s) activated successfully.' ; $lang[ $miu_succ . 'users_deactivated'] = 'Institutional User(s) deactivated successfully.' ; $lang[ $miu_succ . 'pwd_changed'] = 'Password updated successfully.' ; $lang[ $miu_succ . 'users_deleted'] = 'Institutional User(s) deleted successfully.' ; // Text (html) $miu_text = 'ipc.manage_institutional_users.text.' ; $lang[ $miu_text . 'miu_heading'] = 'Manage Library Users' ; /* Manage Institutional Users - end */ /* School Subscription Labels - Start */ $schoolsubscriptionLabel = 'ipc.schoolsubscriptionlist.label.'; $lang[ $schoolsubscriptionLabel . 'subscribed_products'] = 'Subscribed Products' ; $lang[ $schoolsubscriptionLabel . 'product_names'] = 'Product Names' ; $lang[ $schoolsubscriptionLabel . 'pin_codes'] = 'Access Codes' ; $lang[ $schoolsubscriptionLabel . 'no_of_users'] = 'Users Linked' ; $lang[ $schoolsubscriptionLabel . 'expiry_date'] = 'Expiry Date' ; $lang[ $schoolsubscriptionLabel . 'link_users'] = 'Link Users' ; $lang[ $schoolsubscriptionLabel . 'max_users'] = 'Max Users' ; $schoolsubscriptionLinkText = 'ipc.schoolsubscriptionlist.link_text.'; $lang[ $schoolsubscriptionLinkText . 'select_users'] = 'Select users to link' ; $lang[ $schoolsubscriptionLinkText . 'manage_users'] = 'Manage Users' ; $lang[ $schoolsubscriptionLinkText . 'clear_search'] = 'Clear Search' ; $schoolsubscriptionText = 'ipc.schoolsubscriptionlist.text.'; $lang[ $schoolsubscriptionText . 'empty_search_results'] = 'No Search results' ; $lang[ $schoolsubscriptionText . 'no_subscribed_products'] = 'No Subscribed Products' ; $lang[ $schoolsubscriptionText . 'empty_search'] = 'Search Product' ; /* School Subscription Labels - End */ /* School Subscription Student List - Start*/ $subscriptionUserLabel = 'ipc.subscriptionstudentslist.label.'; $lang[ $subscriptionUserLabel . 'manage_users'] = 'Manage Users' ; $lang[ $subscriptionUserLabel . 'username'] = 'Username' ; $lang[ $subscriptionUserLabel . 'firstname'] = 'Firstname' ; $lang[ $subscriptionUserLabel . 'lastname'] = 'Lastname' ; $lang[ $subscriptionUserLabel . 'email'] = 'Email' ; $lang[ $subscriptionUserLabel . 'user_type'] = 'User Type' ; $lang[ $subscriptionUserLabel . 'user_grade'] = 'Grade'; $lang[ $subscriptionUserLabel . 'not_applicable'] = 'NA'; $subscriptionUserLinkText = 'ipc.subscriptionstudentslist.link_text.'; $lang[ $subscriptionUserLinkText . 'link_users'] = 'Link Users' ; $lang[ $subscriptionUserLinkText . 'link_more_users'] = 'Link More Users' ; $lang[ $subscriptionUserLinkText . 'unlink_users'] = 'Unlink Users' ; $lang[ $subscriptionUserLinkText . 'clear_search'] = $lang[ $schoolsubscriptionLinkText . 'clear_search'] ; $subscriptionUserText = 'ipc.subscriptionstudentslist.text.'; $lang[ $subscriptionUserText . 'no_subscribed_users'] = 'No Subscribed Users' ; $lang[ $subscriptionUserText . 'empty_search'] = 'Search Users' ; $lang[ $subscriptionUserText . 'empty_search_results'] = $lang[ $schoolsubscriptionText . 'empty_search_results'] ; /* School Subscription Student List - End*/ /* School Users - Start */ $schoolUserLabel = 'ipc.listschoolusers.label.'; $lang[ $schoolUserLabel . 'school_users'] = 'School Users' ; $lang[ $schoolUserLabel . 'username'] = $lang[ $subscriptionUserLabel . 'username'] ; $lang[ $schoolUserLabel . 'firstname'] = $lang[ $subscriptionUserLabel . 'firstname'] ; $lang[ $schoolUserLabel . 'lastname'] = $lang[ $subscriptionUserLabel . 'lastname'] ; $lang[ $schoolUserLabel . 'email'] = $lang[ $subscriptionUserLabel . 'email'] ; $lang[ $schoolUserLabel . 'user_type'] = $lang[ $subscriptionUserLabel . 'user_type'] ; $lang[ $schoolUserLabel . 'user_grade'] = $lang[ $subscriptionUserLabel . 'user_grade'] ; $lang[ $schoolUserLabel . 'not_applicable'] = $lang[ $subscriptionUserLabel . 'not_applicable'] ; $schoolUserText = 'ipc.listschoolusers.text.'; $lang[ $schoolUserText . 'empty_search'] = $lang[ $subscriptionUserText . 'empty_search']; $lang[ $schoolUserText . 'no_school_users'] = 'No Users'; $lang[ $schoolUserText . 'empty_search_results'] = $lang[ $schoolsubscriptionText . 'empty_search_results']; $schoolUserLinkText = 'ipc.listschoolusers.link_text.'; $lang[ $schoolUserLinkText . 'clear_search'] = $lang[ $schoolsubscriptionLinkText . 'clear_search'] ; /* School Users - End */ /* Manage School Users - start */ // Alt/Title Text $msu_alt_title = 'ipc.manage_school_users.alt_title.' ; $lang[ $msu_alt_title . 'change_pwd'] = 'Change Password' ; $lang[ $msu_alt_title . 'active_group'] = 'Active Group' ; $lang[ $msu_alt_title . 'add_group'] = 'Add Group' ; $lang[ $msu_alt_title . 'deactive_group'] = 'Deactive Group' ; $lang[ $msu_alt_title . 'delete_group'] = 'Delete Group' ; $lang[ $msu_alt_title . 'edit_group'] = 'Edit Group' ; $lang[ $msu_alt_title . 'active_student'] = 'Active Student' ; $lang[ $msu_alt_title . 'add_student'] = 'Add Student' ; $lang[ $msu_alt_title . 'deactive_student'] = 'Deactive Student' ; $lang[ $msu_alt_title . 'delete_student'] = 'Delete Student' ; $lang[ $msu_alt_title . 'edit_student'] = 'Edit Student' ; $lang[ $msu_alt_title . 'active_teacher'] = 'Active Teacher' ; $lang[ $msu_alt_title . 'add_teacher'] = 'Add Teacher' ; $lang[ $msu_alt_title . 'deactive_teacher'] = 'Deactive Teacher' ; $lang[ $msu_alt_title . 'delete_teacher'] = 'Delete Teacher' ; $lang[ $msu_alt_title . 'edit_teacher'] = 'Edit Teacher' ; // Error Text $msu_err = 'ipc.manage_school_users.err.' ; $lang[ $msu_err . 'not_authorize_to_edit_group'] = 'You are not authorize to Edit School Group Account.' ; $lang[ $msu_err . 'not_authorize_to_edit_student'] = 'You are not authorize to Edit Student Account.' ; $lang[ $msu_err . 'not_authorize_to_edit_teacher'] = 'You are not authorize to Edit Teacher Account.' ; // Success Message $msu_succ = 'ipc.manage_school_users.succ.' ; $lang[ $msu_succ . 'pwd_changed'] = 'Password updated successfully.' ; $lang[ $msu_succ . 'groups_activated'] = 'School Group(s) activated successfully.' ; $lang[ $msu_succ . 'group_added'] = 'School Group added successfully.' ; $lang[ $msu_succ . 'groups_deactivated'] = 'School Group(s) deactivated successfully.' ; $lang[ $msu_succ . 'groups_deleted'] = 'School Group(s) deleted successfully.' ; $lang[ $msu_succ . 'group_updated'] = 'School Group updated successfully.' ; $lang[ $msu_succ . 'students_activated'] = 'Student(s) activated successfully.' ; $lang[ $msu_succ . 'student_added'] = 'Student added successfully.' ; $lang[ $msu_succ . 'students_deactivated'] = 'Student(s) deactivated successfully.' ; $lang[ $msu_succ . 'students_deleted'] = 'Student(s) deleted successfully.' ; $lang[ $msu_succ . 'student_updated'] = 'Student updated successfully.' ; $lang[ $msu_succ . 'teachers_activated'] = 'Teacher(s) activated successfully.' ; $lang[ $msu_succ . 'teacher_added'] = 'Teacher added successfully.' ; $lang[ $msu_succ . 'teachers_deactivated'] = 'Teacher(s) deactivated successfully.' ; $lang[ $msu_succ . 'teachers_deleted'] = 'Teacher(s) deleted successfully.' ; $lang[ $msu_succ . 'teacher_updated'] = 'Teacher updated successfully.' ; $msu_text = 'ipc.manage_school_users.text.' ; $lang[ $msu_text . 'add_gsu_heading'] = 'Assign Groups to School Users' ; $lang[ $msu_text . 'add_sg_heading'] = 'Assign Students to Groups' ; $lang[ $msu_text . 'add_su_heading'] = 'Assign Products to School Users' ; $lang[ $msu_text . 'add_tg_heading'] = 'Assign Teachers to Groups' ; $lang[ $msu_text . 'add_school_group'] = 'Add User Group' ; $lang[ $msu_text . 'add_school_student'] = 'Add School Student' ; $lang[ $msu_text . 'add_school_teacher'] = 'Add School Teacher' ; $lang[ $msu_text . 'assign_groups'] = 'Assign Groups' ; $lang[ $msu_text . 'assign_products'] = 'Assign Products' ; $lang[ $msu_text . 'assign_students'] = 'Assign Students' ; $lang[ $msu_text . 'assign_teachers'] = 'Assign Teachers' ; $lang[ $msu_text . 'assigned_products'] = 'Assigned Products' ; $lang[ $msu_text . 'asu_group_heading'] = 'Add User Group' ; $lang[ $msu_text . 'asu_student_heading'] = 'Add School Student' ; $lang[ $msu_text . 'asu_teacher_heading'] = 'Add School Teacher' ; $lang[ $msu_text . 'channels'] = 'Channels' ; $lang[ $msu_text . 'esu_group_heading'] = 'Edit School Group' ; $lang[ $msu_text . 'esu_student_heading'] = 'Edit School Student' ; $lang[ $msu_text . 'esu_teacher_heading'] = 'Edit School Teacher' ; $lang[ $msu_text . 'grade'] = 'Grade' ; $lang[ $msu_text . 'groups'] = 'Groups' ; $lang[ $msu_text . 'manage_school'] = 'Manage School' ; $lang[ $msu_text . 'manage_school_groups'] = 'Manage User Groups' ; $lang[ $msu_text . 'manage_school_students'] = 'Manage School Students' ; $lang[ $msu_text . 'manage_school_teachers'] = 'Manage School Teachers' ; $lang[ $msu_text . 'manage_school_subscription'] = 'Manage School Subscription' ; $lang[ $msu_text . 'no_groups_available'] = 'No Groups Available' ; $lang[ $msu_text . 'no_products_available'] = 'No Products Available' ; $lang[ $msu_text . 'no_school_users_available'] = 'No School Users Available' ; $lang[ $msu_text . 'no_students_available'] = 'No School Students Available' ; $lang[ $msu_text . 'no_teachers_available'] = 'No School Teachers Available' ; $lang[ $msu_text . 'products'] = 'Products' ; $lang[ $msu_text . 'products_channel'] = 'Products & Channel' ; $lang[ $msu_text . 'remove_groups'] = 'Remove Groups' ; $lang[ $msu_text . 'remove_products'] = 'Remove Products' ; $lang[ $msu_text . 'remove_students'] = 'Remove Students' ; $lang[ $msu_text . 'remove_teachers'] = 'Remove Teachers' ; $lang[ $msu_text . 'remove_gsu_heading'] = 'Remove Groups from School User' ; $lang[ $msu_text . 'remove_sg_heading'] = 'Remove Students from Groups' ; $lang[ $msu_text . 'remove_su_heading'] = 'Remove Products from School User' ; $lang[ $msu_text . 'remove_tg_heading'] = 'Remove Teachers from Groups' ; $lang[ $msu_text . 'school_group'] = 'Group' ; $lang[ $msu_text . 'school_student'] = 'Student' ; $lang[ $msu_text . 'school_teacher'] = 'Teacher' ; $lang[ $msu_text . 'school_user'] = 'User' ; $lang[ $msu_text . 'students_list'] = 'Students List' ; $lang[ $msu_text . 'teachers_list'] = 'Teachers List' ; /* Manage School Users - end */ /* Meta Data Titles/ Page Title - start */ $meta_title = 'ipc.meta_title.text.' ; $lang[ $meta_title . 'about_us'] = 'Aboutus' ; $lang[ $meta_title . 'add_institutional_user'] = 'Add Institutional User' ; $lang[ $meta_title . 'add_ip_range'] = 'Add IP Range' ; $lang[ $meta_title . 'add_referer'] = 'Add HTTP Referer' ; $lang[ $meta_title . 'advanced_search'] = 'Advanced Search' ; $lang[ $meta_title . 'announcements'] = 'Announcements' ; $lang[ $meta_title . 'best_sellers'] = 'Best Sellers' ; $lang[ $meta_title . 'bookshelf'] = 'Bookshelf' ; $lang[ $meta_title . 'catalog'] = 'Catalog' ; $lang[ $meta_title . 'change_password'] = 'Change Password' ; $lang[ $meta_title . 'contact_us'] = 'Contact Us' ; $lang[ $meta_title . 'dashboard'] = 'Dashboard' ; $lang[ $meta_title . 'edit_ip_range'] = 'Edit IP Range' ; $lang[ $meta_title . 'edit_institution'] = 'Edit Institution' ; $lang[ $meta_title . 'edit_institutional_user'] = 'Edit Institutional User' ; $lang[ $meta_title . 'edit_referer'] = 'Edit HTTP Referer' ; $lang[ $meta_title . 'faqs'] = 'FAQs' ; $lang[ $meta_title . 'featured_products'] = 'Featured Products' ; $lang[ $meta_title . 'forgot_password'] = 'Forgot Password' ; $lang[ $meta_title . 'help'] = 'Help' ; $lang[ $meta_title . 'home'] = 'Home' ; $lang[ $meta_title . 'login'] = 'Login' ; $lang[ $meta_title . 'manage_ip_range'] = 'Manage IP Range' ; $lang[ $meta_title . 'manage_referer'] = 'Manage HTTP Referer' ; $lang[ $meta_title . 'manage_institutional_users'] = 'Manage Institutional Users' ; $lang[ $meta_title . 'marc'] = 'MAchine-Readable Cataloging' ; $lang[ $meta_title . 'marc_records_title'] = 'Marc Records' ; $lang[ $meta_title . 'marc_records_metatitle'] = 'Marc Records' ; $lang[ $meta_title . 'marc_records_description'] = 'Marc Records' ; $lang[ $meta_title . 'marc_records_keywords'] = 'Marc Records' ; $lang[ $meta_title . 'my_bookmarks'] = 'My Bookmarks' ; $lang[ $meta_title . 'my_folder'] = 'My Folder' ; $lang[ $meta_title . 'my_folder_change_password'] = 'My Folder, Change Password' ; $lang[ $meta_title . 'my_folder_dashboard'] = 'My Folder, Dashboard' ; $lang[ $meta_title . 'my_folder_order_history'] = 'My Folder, Change Password' ; $lang[ $meta_title . 'my_folder_my_notes'] = 'My Folder, My Notes' ; $lang[ $meta_title . 'my_folder_my_bookmarks'] = 'My Folder, My Bookmarks' ; $lang[ $meta_title . 'my_notes'] = 'My Notes' ; $lang[ $meta_title . 'new_arrivals'] = 'New Arrivals' ; $lang[ $meta_title . 'order_details'] = 'Order Details' ; $lang[ $meta_title . 'order_history'] = 'Order History' ; $lang[ $meta_title . 'privacy_policy'] = 'Privacy Policy' ; $lang[ $meta_title . 'product_details'] = 'Product Details' ; $lang[ $meta_title . 'product_showcase'] = 'Product Showcase' ; $lang[ $meta_title . 'profile_settings'] = 'Profile Settings' ; $lang[ $meta_title . 'registration'] = 'Registration' ; $lang[ $meta_title . 'search_results'] = 'Search Results' ; $lang[ $meta_title . 'show_catalog'] = 'Show Catalog' ; $lang[ $meta_title . 'show_cart'] = 'Show Cart' ; $lang[ $meta_title . 'simple_search'] = 'Simple Search' ; $lang[ $meta_title . 'terms_of_use'] = 'Terms of Use' ; /* Meta Data Titles/ Page Title - end */ /* My Bookmarks - start */ // My Bookmarks labels $mybookmarsLabel = 'ipc.my_bookmarks.label.' ; $lang[ $mybookmarsLabel . 'heading'] = 'My Bookmarks' ; $lang[ $mybookmarsLabel . 'description'] = 'Description' ; $lang[ $mybookmarsLabel . 'book_title'] = 'Book Title' ; $lang[ $mybookmarsLabel . 'page_no'] = 'Page No.' ; $lang[ $mybookmarsLabel . 'date'] = 'Date' ; $lang[ $mybookmarsLabel . 'action'] = 'Action' ; $lang[ $mybookmarsLabel . 'edit'] = 'Edit' ; $lang[ $mybookmarsLabel . 'notes_search_heading']= 'You have Searched for Keyword'; $lang[ $mybookmarsLabel . 'notes_search_label_total_results']= 'Total Found'; $lang['ipc.my_bookmarks.err.validterm']= 'Please enter a Keyword'; $lang['ipc.my_bookmarks.msg.updatesuccess']= 'Note(s) Updated Successfully'; $lang['ipc.my_bookmarks.msg.noupdate']='No Changes made to the Note'; // My Bookmarks Alt texts $mybookmarsAltText = 'ipc.my_bookmarks.alt_text.' ; $lang[ $mybookmarsAltText . 'delete'] = 'Delete Bookmark' ; $lang[ $mybookmarsAltText . 'edit'] = 'Edit Bookmark Description' ; // My Bookmarks message $mybookmarsMsg = 'ipc.my_bookmarks.message.' ; $lang[ $mybookmarsMsg . 'no_bookmarks'] = 'No Bookmarks Available' ; $lang[ $mybookmarsMsg . 'bookmark_updated'] = 'Bookmark updated successfully' ; $lang[ $mybookmarsMsg . 'bookmark_not_updated'] = 'No Changes made to the Bookmark' ; /* My Bookmarks - end */ /* My Notes - start */ // My Notes labels $mynotesLabel = 'ipc.my_notes.label.' ; $lang[ $mynotesLabel . 'heading'] = 'My Notes' ; $lang[ $mynotesLabel . 'note_title'] = 'Note Title' ; $lang[ $mynotesLabel . 'book_title'] = 'Book Title' ; $lang[ $mynotesLabel . 'page_no'] = 'Page No.' ; $lang[ $mynotesLabel . 'date'] = 'Date' ; $lang[ $mynotesLabel . 'action'] = 'Action' ; $lang[ $mynotesLabel . 'edit'] = 'Edit' ; $lang[ $mynotesLabel . 'notes_search_heading']= 'You have Searched for Keyword'; $lang[ $mynotesLabel . 'notes_search_label_total_results']= 'Total Found'; $lang['ipc.my_notes.err.validterm']= 'Please enter a Keyword'; $lang['ipc.my_notes.msg.updatesuccess']= 'Note(s) Updated Successfully'; $lang['ipc.my_notes.msg.noupdate']='No Changes made to the Note'; // My Notes Alt texts $mynotesAltText = 'ipc.my_notes.alt_text.' ; $lang[ $mynotesAltText . 'delete'] = 'Delete Notes' ; $lang[ $mynotesAltText . 'edit'] = 'Edit Note Details' ; // My Notes Alt message $lang['ipc.my_notes.message.no_notes'] = 'No Notes Available' ; /* My Notes - end */ /* Order Details - start */ // Order Details Labels $orderDetailsLabel = 'ipc.order_details.label.' ; $lang[ $orderDetailsLabel . 'heading'] = 'Order Details' ; $lang[ $orderDetailsLabel . 'order_information'] = 'Order Information' ; $lang[ $orderDetailsLabel . 'order_id'] = 'Order Id' ; $lang[ $orderDetailsLabel . 'order_date'] = 'Order Date' ; $lang[ $orderDetailsLabel . 'order_status'] = 'Order Status' ; $lang[ $orderDetailsLabel . 'payment_method'] = 'Payment Method' ; $lang[ $orderDetailsLabel . 'billing_information'] = 'Billing Information' ; $lang[ $orderDetailsLabel . 'shipping_information'] = 'Shipping Information' ; $lang[ $orderDetailsLabel . 'name'] = 'Name' ; $lang[ $orderDetailsLabel . 'address1'] = 'Address1' ; $lang[ $orderDetailsLabel . 'address2'] = 'Address2' ; $lang[ $orderDetailsLabel . 'city'] = 'City' ; $lang[ $orderDetailsLabel . 'state'] = 'State' ; $lang[ $orderDetailsLabel . 'country'] = 'Country' ; $lang[ $orderDetailsLabel . 'zipcode'] = 'Zip/Postalcode' ; $lang[ $orderDetailsLabel . 'email'] = 'Email-ID' ; $lang[ $orderDetailsLabel . 'phone'] = 'Phone' ; $lang[ $orderDetailsLabel . 'id'] = 'ID' ; $lang[ $orderDetailsLabel . 'item_name'] = 'Item Name' ; $lang[ $orderDetailsLabel . 'identifier'] = 'identifier' ; $lang[ $orderDetailsLabel . 'publisher'] = 'Publisher' ; $lang[ $orderDetailsLabel . 'note'] = 'Note: A charge will appear on your bank statement under the name Impelsys for the purchase at ' ; // at site url $lang[ $orderDetailsLabel . 'order_subtotal'] = 'Order Subtotal' ; $lang[ $orderDetailsLabel . 'discount_amount'] = 'Discount Amount' ; $lang[ $orderDetailsLabel . 'shipping_amount'] = 'Shipping Amount' ; $lang[ $orderDetailsLabel . 'tax_amount'] = 'Tax Amount' ; $lang[ $orderDetailsLabel . 'order_total'] = 'Order Total' ; $lang[ $orderDetailsLabel . 'product_information'] = 'Product Information' ; $lang[ $orderDetailsLabel . 'sl_no'] = 'Sl.No' ; $lang[ $orderDetailsLabel . 'product_name'] = 'Product Name' ; $lang[ $orderDetailsLabel . 'quantity'] = 'Quantity' ; $lang[ $orderDetailsLabel . 'price'] = 'Price' ; // Order Status $orderDetailsStatus = 'ipc.order_details.status.' ; $lang[ $orderDetailsStatus . 'P'] = 'Pending' ; $lang[ $orderDetailsStatus . 'C'] = 'Confirmed' ; $lang[ $orderDetailsStatus . 'D'] = 'Delivered' ; $lang[ $orderDetailsStatus . 'I'] = 'In Progress' ; /* Order Details - end */ /* Order History - start */ //Order History labels $orderHistoryLabel = 'ipc.order_history.label.' ; $lang[ $orderHistoryLabel . 'heading'] = 'Order History' ; $lang[ $orderHistoryLabel . 'order_id'] = 'Order ID' ; $lang[ $orderHistoryLabel . 'order_description'] = 'Order Description' ; $lang[ $orderHistoryLabel . 'order_date'] = 'Date' ; $lang[ $orderHistoryLabel . 'order_status'] = 'Status' ; $lang[ $orderHistoryLabel . 'amount'] = 'Amount' ; $lang[ $orderHistoryLabel . 'action'] = 'Action' ; $lang[ $orderHistoryLabel . 'view'] = 'View' ; $lang['ipc.order_history.message.no_orders_available'] = 'No orders available' ; /* Order History - end */ /* Pincode Details - start */ //Pincode Details labels $pincodeDetailsLabel = 'ipc.pincodesubdetails.label.' ; $lang[ $pincodeDetailsLabel . 'heading'] = 'Access code Redemption Details' ; $lang[ $pincodeDetailsLabel . 'access_code'] = 'Access code' ; $lang[ $pincodeDetailsLabel . 'description'] = 'Description' ; $lang[ $pincodeDetailsLabel . 'subscription_start_date'] = 'Subscription Start Date' ; $lang[ $pincodeDetailsLabel . 'subscription_end_date'] = 'Subscription End Date' ; $lang[ $pincodeDetailsLabel . 'no_of_products'] = 'No. of Products' ; $lang[ $pincodeDetailsLabel . 'product_information'] = 'Product Information' ; $lang[ $pincodeDetailsLabel . 'product_name'] = 'Product Name' ; $lang[ $pincodeDetailsLabel . 'slnno'] = 'Sl.No' ; $lang[ $pincodeDetailsLabel . 'formats'] = 'Formats' ; $lang['ipc.pincodesubhistory.message.invalid_pincode'] = 'Invalid Pincode' ; /* Pincode Details - end */ /* Pincode History - start */ //Pincode History labels $pincodeHistoryLabel = 'ipc.pincodesubhistory.label.' ; $lang[ $pincodeHistoryLabel . 'heading'] = 'Access code Redemptions' ; $lang[ $pincodeHistoryLabel . 'access_code'] = 'Access code' ; $lang[ $pincodeHistoryLabel . 'description'] = 'Description' ; $lang[ $pincodeHistoryLabel . 'subscription_start_date'] = 'Subscription Start Date' ; $lang[ $pincodeHistoryLabel . 'subscription_end_date'] = 'Subscription End Date' ; $lang[ $pincodeHistoryLabel . 'no_of_products'] = 'No. of Products' ; $lang['ipc.pincodesubhistory.message.no_pincode_redeemed'] = 'No Acesscode Redeemed' ; /* Pincode History - end */ /* Price Rule text - Start */ $priceRuleText = 'ipc.price_rule.text.' ; $lang[ $priceRuleText . 'print_book'] = 'Print Book' ; $lang[ $priceRuleText . 'ebook_pdf'] = 'Read Online & Offline (PDF)' ; $lang[ $priceRuleText . 'audio_book'] = 'Read & Hear Online' ; $lang[ $priceRuleText . 'video_streaming'] = 'Read & Play Online' ; $lang[ $priceRuleText . 'collection'] = 'Collection of Products' ; $lang[ $priceRuleText . 'drm_download'] = 'Download to Adobe Digital Edition' ; $lang[ $priceRuleText . 'interactive_book'] = 'Read Online (Interactive)' ; $lang[ $priceRuleText . 'ipad_pdf'] = 'Read Online, Offline, iPad (PDF)' ; $lang[ $priceRuleText . 'ipad_epub'] = 'Read Online, Offline, iPad (ePub)' ; $lang[ $priceRuleText . 'ebook_online'] = 'Read Online (PDF)' ; $lang[ $priceRuleText . 'ebook_ioffline'] = 'Read Offline (PDF)' ; /* Price Rule text - end */ /* Product Action text - Start */ $productActionText = 'ipc.product_action.text.' ; $lang[ $productActionText . 'BUY_LINK'] = 'Buy Print Book' ; $lang[ $productActionText . 'DOWNLOAD'] = 'Download' ; $lang[ $productActionText . 'EPUB_DRM'] = 'Download ePub with DRM' ; $lang[ $productActionText . 'PDF_DRM'] = 'Download PDF with DRM' ; $lang[ $productActionText . 'PLAY'] = 'Play' ; $lang[ $productActionText . 'READ_HEAR'] = 'Read & Hear' ; $lang[ $productActionText . 'READ_IT'] = 'Read It' ; $lang[ $productActionText . 'VIEW'] = 'View' ; /* Product Action text - end */ /* Product Comments - start */ $productCommentsLabel = 'ipc.product_comments.label.' ; $lang[ $productCommentsLabel . 'add_your_message'] = 'Add your message' ; $lang[ $productCommentsLabel . 'add_comments'] = 'Add Comments' ; $lang[ $productCommentsLabel . 'hide_comments'] = 'Hide Comments' ; $lang[ $productCommentsLabel . 'by'] = 'By' ; $lang[ $productCommentsLabel . 'on'] = 'On' ; //Error Message $productCommentsErr = 'ipc.product_comments.err.' ; $lang[ $productCommentsErr . '500'] = 'Thank you for providing the comments. Your comments will be published shortly.' ; $lang[ $productCommentsErr . '502'] = 'Tag has been updated successfully' ; $lang[ $productCommentsErr . '503'] = 'Commenting is not allowed for this product.' ; $lang[ $productCommentsErr . '504'] = 'URL is not valid' ; $lang[ $productCommentsErr . '505'] = 'Your bookshelf is empty as you have not subscribed to any books.' ; $lang[ $productCommentsErr . '506'] = 'Be the first person to review this product!' ; $lang[ $productCommentsErr . '507'] = 'Commenting is not allowed for this product' ; /* Product Comments - end */ /* Product Details - start */ // Error Message $productDetailsError = 'ipc.product_details.error.' ; $lang[ $productDetailsError . 'resubscribe'] = 'You no longer have this title checked out. To view Your notes and bookmarks, either check it out again or return to \'My Notes and Bookmarks\' to export the data.' ; $productDetailsLabel = 'ipc.product_details.label.' ; $lang[ $productDetailsLabel . 'author'] = 'Author' ; $lang[ $productDetailsLabel . 'available_in'] = 'Available in' ; $lang[ $productDetailsLabel . 'price'] = 'eBook Price' ; $lang[ $productDetailsLabel . 'pages'] = 'Pages' ; $lang[ $productDetailsLabel . 'isbn'] = 'eISBN' ; $lang[ $productDetailsLabel . 'illustrations'] = 'Illustrations' ; $lang[ $productDetailsLabel . 'overall_rating'] = 'Overall Rating' ; $lang[ $productDetailsLabel . 'rating'] = 'Rating' ; $lang[ $productDetailsLabel . 'recent_comments'] = 'Recent Comments' ; $lang[ $productDetailsLabel . 'read_it'] = 'Read It' ; $lang[ $productDetailsLabel . 'viewinside'] = 'ViewInside' ; $lang[ $productDetailsLabel . 'addtocart'] = 'Add to cart' ; $lang[ $productDetailsLabel . 'comingsoon'] = 'Coming Soon' ; $lang[ $productDetailsLabel . 'external_buy_link'] = 'Buy Print Book' ; $lang[ $productDetailsLabel . 'product_description'] = 'Product Description' ; $lang[ $productDetailsLabel . 'tabs.product_description'] = 'Product Description' ; $lang[ $productDetailsLabel . 'tabs.review_text'] = "Doody's Review" ; $lang[ $productDetailsLabel . 'user_comments'] = 'User Comments' ; $lang[ $productDetailsLabel . 'tabs.user_comments'] = 'User Comments' ; $lang[ $productDetailsLabel . 'part_of_collections'] = 'This product is also a part of the following collection(s):' ; $lang[ $productDetailsLabel . 'add_to_bookshelf'] = 'Add to Book Shelf' ; $lang[$productDetailsLabel . 'product_free_for_registered'] = 'Free for Registered User'; $lang[$productDetailsLabel . 'product_free_for_subscribed'] = 'Free for Subscribed User'; /* Product Details - end */ /* Product Printing Messages - start */ $product_printing = 'ipc.product_printing.message.' ; $lang[ $product_printing . 'user_not_allowed_print'] = 'The user is not allowed to print the product' ; $lang[ $product_printing . 'print_disabled_for_product'] = 'Printing is disabled for the product' ; $lang[ $product_printing . 'user_blocked_print'] = 'The user is blocked from printing the product' ; $lang[ $product_printing . 'institution_blocked_print'] = 'This institution is blocked from printing the product' ; $lang[ $product_printing . 'no_of_pages_print_at_a_time'] = 'Only 10 pages can be printed at a time' ; $lang[ $product_printing . 'selected_pages_not_in_allowed_print_range'] = 'The selected page(s) are not in the allowed printable range' ; $lang[ $product_printing . 'pages_printed_successfully'] = 'The pages are printed successfully' ; /* Product Printing Messages - end */ /* Product Reader Error Messages - start */ $product_reader_err = 'ipc.product_reader.error_message.' ; $lang[ $product_reader_err . 'amf_time_out'] = 'AMF Time Out' ; $lang[ $product_reader_err . 'amf_client_error'] = 'AMF Client Error' ; $lang[ $product_reader_err . 'amf_server_error'] = 'AMF Server Error' ; $lang[ $product_reader_err . 'init_toc_error'] = 'INIT - TOC Error' ; $lang[ $product_reader_err . 'init_content_info_error'] = 'INIT - Content Info Error' ; $lang[ $product_reader_err . 'init_configuration_error'] = 'INIT - Configuration Error' ; $lang[ $product_reader_err . 'init_language_error'] = 'INIT - Languge Error' ; $lang[ $product_reader_err . 'reporting_failed'] = 'Reporting Failed' ; $lang[ $product_reader_err . 'search_call_failed'] = 'Search Call Failed' ; $lang[ $product_reader_err . 'notes_call_failed'] = 'Notes Call Failed' ; $lang[ $product_reader_err . 'bookmarks_call_failed'] = 'Bookmarks Call Failed' ; $lang[ $product_reader_err . 'print_call_failed'] = 'Print Call Failed' ; $lang[ $product_reader_err . 'save_note_failed'] = 'Save Notes Failed' ; $lang[ $product_reader_err . 'save_bookmark_failed'] = 'Save Bookmark Failed' ; $lang[ $product_reader_err . 'internet_error'] = 'Internet Error' ; $lang[ $product_reader_err . 'content_missing'] = 'Content Missing' ; $lang[ $product_reader_err . 'avm1_error'] = 'AVM1 Error' ; $lang[ $product_reader_err . 'corrupt_swf'] = 'Corrupt SWF' ; $lang[ $product_reader_err . 'content_type_not_supported'] = 'Content Type not Supported' ; $lang[ $product_reader_err . 'enc_dec_failed'] = 'Encryption/Decryption Failed' ; $lang[ $product_reader_err . 'enc_version_not_supported'] = 'Encryption Version not Supported' ; $lang[ $product_reader_err . 'content_request_time_out'] = 'Content Request Time Out' ; $lang[ $product_reader_err . 'content_loading_time_out'] = 'Content Loading Time Out' ; /* Product Reader Error Messages - end */ /* Product Type Code - start */ $productTypeCodeText = 'ipc.product_type_code.text.' ; $lang[ $productTypeCodeText . 'all'] = 'All' ; $lang[ $productTypeCodeText . 'ABO'] = 'Audio Book' ; $lang[ $productTypeCodeText . 'CO'] = 'Collection' ; $lang[ $productTypeCodeText . 'EBDRM'] = 'PDF with DRM' ; $lang[ $productTypeCodeText . 'EBO'] = 'eBook' ; $lang[ $productTypeCodeText . 'EPDRM'] = 'ePub with DRM' ; $lang[ $productTypeCodeText . 'EPUB'] = 'ePub' ; $lang[ $productTypeCodeText . 'EPUB_BOOK'] = 'ePub Book' ; $lang[ $productTypeCodeText . 'INTB'] = 'Interactive Book' ; $lang[ $productTypeCodeText . 'PRINTBOOK'] = 'Print Book' ; $lang[ $productTypeCodeText . 'VBO'] = 'Video Book' ; $productTypeCodePrice = 'ipc.product_type_code.price.' ; $lang[ $productTypeCodePrice . 'ABO'] = 'Audio Book Price' ; $lang[ $productTypeCodePrice . 'CO'] = 'Collection Price' ; $lang[ $productTypeCodePrice . 'EBDRM'] = 'PDF with DRM Price' ; $lang[ $productTypeCodePrice . 'EBO'] = 'eBook Price' ; $lang[ $productTypeCodePrice . 'EPDRM'] = 'ePub with DRM Price' ; $lang[ $productTypeCodePrice . 'EPUB'] = 'ePub Price' ; $lang[ $productTypeCodePrice . 'EPUB_BOOK'] = 'ePub Book Price' ; $lang[ $productTypeCodePrice . 'INTB'] = 'Interactive Book Price' ; $lang[ $productTypeCodePrice . 'PRINTBOOK'] = 'Print Book Price' ; $lang[ $productTypeCodePrice . 'VBO'] = 'Video Book Price' ; /* Product Type Code - end */ /* Rating - start */ // Rating Module $altText = 'ipc.rating.alt_text.' ; $lang[ $altText . 'star_0.0'] = '0 star out of 5' ; $lang[ $altText . 'star_0.1'] = '0 star out of 5' ; $lang[ $altText . 'star_0.2'] = '0 star out of 5' ; $lang[ $altText . 'star_0.3'] = '0.5 star out of 5' ; $lang[ $altText . 'star_0.4'] = '0.5 star out of 5' ; $lang[ $altText . 'star_0.5'] = '0.5 star out of 5' ; $lang[ $altText . 'star_0.6'] = '0.5 star out of 5' ; $lang[ $altText . 'star_0.7'] = '0.5 star out of 5' ; $lang[ $altText . 'star_0.8'] = '1 star out of 5' ; $lang[ $altText . 'star_0.9'] = '1 star out of 5' ; $lang[ $altText . 'star_1.0'] = '1 star out of 5' ; $lang[ $altText . 'star_1.1'] = '1 star out of 5' ; $lang[ $altText . 'star_1.2'] = '1 star out of 5' ; $lang[ $altText . 'star_1.3'] = '1.5 stars out of 5' ; $lang[ $altText . 'star_1.4'] = '1.5 stars out of 5' ; $lang[ $altText . 'star_1.5'] = '1.5 stars out of 5' ; $lang[ $altText . 'star_1.6'] = '1.5 stars out of 5' ; $lang[ $altText . 'star_1.7'] = '1.5 stars out of 5' ; $lang[ $altText . 'star_1.8'] = '2 stars out of 5' ; $lang[ $altText . 'star_1.9'] = '2 stars out of 5' ; $lang[ $altText . 'star_2.0'] = '2 stars out of 5' ; $lang[ $altText . 'star_2.1'] = '2 stars out of 5' ; $lang[ $altText . 'star_2.2'] = '2 stars out of 5' ; $lang[ $altText . 'star_2.3'] = '2.5 stars out of 5' ; $lang[ $altText . 'star_2.4'] = '2.5 stars out of 5' ; $lang[ $altText . 'star_2.5'] = '2.5 stars out of 5' ; $lang[ $altText . 'star_2.6'] = '2.5 stars out of 5' ; $lang[ $altText . 'star_2.7'] = '2.5 stars out of 5' ; $lang[ $altText . 'star_2.8'] = '3 stars out of 5' ; $lang[ $altText . 'star_2.9'] = '3 stars out of 5' ; $lang[ $altText . 'star_3.0'] = '3 stars out of 5' ; $lang[ $altText . 'star_3.1'] = '3 stars out of 5' ; $lang[ $altText . 'star_3.2'] = '3 stars out of 5' ; $lang[ $altText . 'star_3.3'] = '3.5 stars out of 5' ; $lang[ $altText . 'star_3.4'] = '3.5 stars out of 5' ; $lang[ $altText . 'star_3.5'] = '3.5 stars out of 5' ; $lang[ $altText . 'star_3.6'] = '3.5 stars out of 5' ; $lang[ $altText . 'star_3.7'] = '3.5 stars out of 5' ; $lang[ $altText . 'star_3.8'] = '4 stars out of 5' ; $lang[ $altText . 'star_4.9'] = '4 stars out of 5' ; $lang[ $altText . 'star_4.0'] = '4 stars out of 5' ; $lang[ $altText . 'star_4.1'] = '4 stars out of 5' ; $lang[ $altText . 'star_4.2'] = '4 stars out of 5' ; $lang[ $altText . 'star_4.3'] = '4.5 stars out of 5' ; $lang[ $altText . 'star_4.4'] = '4.5 stars out of 5' ; $lang[ $altText . 'star_4.5'] = '4.5 stars out of 5' ; $lang[ $altText . 'star_4.6'] = '4.5 stars out of 5' ; $lang[ $altText . 'star_4.7'] = '4.5 stars out of 5' ; $lang[ $altText . 'star_4.8'] = '5 stars out of 5' ; $lang[ $altText . 'star_4.9'] = '5 stars out of 5' ; $lang[ $altText . 'star_5.0'] = '5 stars out of 5' ; $ratingAltText = 'ipc.rating.alt_text.' ; $lang[ $ratingAltText . 'staroutof'] = 'star out of' ; $lang[ $ratingAltText . 'starsoutof'] = 'stars out of' ; $lang[ $ratingAltText . 'overall_rating'] = 'Overall Rating' ; $lang[ $ratingAltText . 'rating'] = 'Rating' ; $lang['ipc.rating.msg.thanks'] = 'Thank you for rating!'; $lang['ipc.rating.err.network'] = 'Service not available'; // rating labels added by sujatha 15-1-10 $ratingLabel = 'ipc.rating.label.' ; $lang[ $ratingLabel . 'ratings'] = 'ratings' ; $lang[ $ratingLabel . 'rating'] = 'rating' ; // rating labels /* Rating - end */ //Reader - start $reader_err = 'ipc.reader.err.' ; $lang[ $reader_err . '100'] = 'You are not subscribed to this product.' ; $lang[ $reader_err . '101'] = 'You need to ' ; $lang[ $reader_err . '102'] = 'upgrade' ; $lang[ $reader_err . '103'] = ' your Flash player to view the reader in flash mode.' ; $lang[ $reader_err . '104'] = ' Currently you are viewing the HTML version of the content.' ; $lang[ $reader_err . '105'] = 'The Title Level limit is %d. Concurrency limit is exceeded. Please try it later.' ; $lang[ $reader_err . 'reading_session_timeout'] = 'Your reading session will be timed out in {count_down_timer} minutes due to inactivity. Please click {a_open_tag}here{a_close_tag} to re-activate your session' ; $lang[ $reader_err . 'no_device_support'] = 'This title cannot be read on this device. Please access this title from a computer.' ; $reader_label = 'ipc.reader.label.' ; $lang[ $reader_label . 'bookmarks.label'] = 'My Bookmarks' ; $lang[ $reader_label . 'bookmarks.tooltip'] = 'Create Bookmark' ; $lang[ $reader_label . 'doublepage.label'] = 'Double Page' ; $lang[ $reader_label . 'doublepage.tooltip'] = 'Switch to Double Page View' ; $lang[ $reader_label . 'singlepage.label'] = 'Single Page' ; $lang[ $reader_label . 'singlepage.tooltip'] = 'Switch to Single Page View' ; $lang[ $reader_label . 'nextpage.label'] = 'Next Page' ; $lang[ $reader_label . 'nextpage.tooltip'] = 'Go to Next Page' ; $lang[ $reader_label . 'previouspage.label'] = 'Previous Page' ; $lang[ $reader_label . 'previouspage.tooltip'] = 'Go to Previous Page' ; $lang[ $reader_label . 'gotopage.tooltip'] = 'Go to Page' ; $lang[ $reader_label . 'zoompage.tooltip'] = 'Zoom the Page' ; $lang[ $reader_label . 'fittohieght.tooltip'] = 'Fit to Height' ; $lang[ $reader_label . 'fittowidth.tooltip'] = 'Fit to Width' ; $lang[ $reader_label . 'togglescreen.tooltip'] = 'Toggle Fullscreen' ; $lang[ $reader_label . 'exitfullscreen.tooltip'] = 'Exit Fullscreen' ; $lang[ $reader_label . 'managenotes.tooltip'] = 'Manage Notes' ; $lang[ $reader_label . 'textselection.tooltip'] = 'Text Selection' ; $lang[ $reader_label . 'print.tooltip'] = 'Print' ; $lang[ $reader_label . 'go.label'] = 'Go' ; $lang[ $reader_label . 'go.tooltip'] = 'Search' ; $lang[ $reader_label . 'notes.label'] = 'My Notes' ; $lang[ $reader_label . 'notes.tooltip'] = 'Add note' ; $lang[ $reader_label . 'deletebutton.label'] = 'Delete' ; $lang[ $reader_label . 'deletebutton.tooltip'] = 'Delete' ; $lang[ $reader_label . 'close.label'] = 'Close' ; $lang[ $reader_label . 'close.tooltip'] = 'Close' ; $lang[ $reader_label . 'hide.label'] = 'Hide' ; $lang[ $reader_label . 'hide.tooltip'] = 'Hide this Panel' ; $lang[ $reader_label . 'search.label'] = 'Search' ; $lang[ $reader_label . 'search.tooltip'] = 'Search' ; $lang[ $reader_label . 'createddate.label'] = 'Created on' ; $lang[ $reader_label . 'description.label'] = 'Description' ; $lang[ $reader_label . 'pagenumber.label'] = 'Page' ; $lang[ $reader_label . 'nosearchresult.label'] = 'No result found for' ; $lang[ $reader_label . 'bookmarkdelete.label'] = 'Are you sure you want to delete selected Bookmark?' ; $lang[ $reader_label . 'notesdelete.label'] = 'Are you sure you want to delete selected Note?' ; $lang[ $reader_label . 'highlightsdelete.label'] = 'Are you sure you want to delete selected Highlight?' ; $lang[ $reader_label . 'alertnotesdelete.label'] = 'Delete Note' ; $lang[ $reader_label . 'alertbookmarkdelete.label'] = 'Delete Bookmark' ; $lang[ $reader_label . 'alerthighlightdelete.label'] = 'Delete Highlight' ; $lang[ $reader_label . 'highlights.label'] = 'My Highlights' ; $lang[ $reader_label . 'edit.label'] = 'Edit' ; $lang[ $reader_label . 'searchresults.label'] = 'Search Results' ; $lang[ $reader_label . 'noofresults.label'] = 'No of Results' ; $lang[ $reader_label . 'searchof.label'] = 'of' ; $lang[ $reader_label . 'searchresult.label'] = 'result' ; $lang[ $reader_label . 'bookmarkpage.label'] = 'Bookmark Page' ; $lang[ $reader_label . 'selectpagerange.label'] = 'Select page range for printing' ; $lang[ $reader_label . 'printing.label'] = 'Printing' ; $lang[ $reader_label . 'printrange.label'] = 'Print Range' ; $lang[ $reader_label . 'all.label'] = 'All' ; $lang[ $reader_label . 'currentpage.label'] = 'Current Page' ; $lang[ $reader_label . 'pagerange.label'] = 'Page Range' ; $lang[ $reader_label . 'forexample.label'] = 'For Eg:1,2,3,4-10' ; $lang[ $reader_label . 'yes.label'] = 'Yes' ; $lang[ $reader_label . 'no.label'] = 'No' ; $lang[ $reader_label . 'opentoc.label'] = 'Open Table of Contents' ; $lang[ $reader_label . 'save.label'] = 'Save' ; $lang[ $reader_label . 'cancel.label'] = 'Cancel' ; $lang[ $reader_label . 'showallnotes.label'] = 'Show All Notes' ; $lang[ $reader_label . 'hideallnotes.label'] = 'Hide All Notes' ; $lang[ $reader_label . 'addnote.label'] = 'Add Note' ; $lang[ $reader_label . 'deletnote.label'] = 'Delete Note' ; $lang[ $reader_label . 'copytext.label'] = 'Copy text' ; $lang[ $reader_label . 'toc.label'] = 'Table of Contents' ; $lang[ $reader_label . 'title.label'] = 'Title' ; $lang[ $reader_label . 'editnote.label'] = 'Edit Note' ; $lang[ $reader_label . 'yousearchedfor.label'] = 'You searched for %s' ; $lang[ $reader_label . 'previous.label'] = 'Previous' ; $lang[ $reader_label . 'next.label'] = 'Next' ; $lang[ $reader_label . 'result.label'] = 'Results' ; $lang[ $reader_label . 'results.label'] = 'Result(s)' ; $lang[ $reader_label . 'opensearchresults.label'] = 'open Search Results' ; $lang[ $reader_label . 'datetext.label'] = 'Date' ; $lang[ $reader_label . 'pageno.label'] = 'Page No' ; $lang[ $reader_label . 'left.label'] = 'Left' ; $lang[ $reader_label . 'right.label'] = 'Right' ; $lang[ $reader_label . 'searchdisabledfullscreen.label'] = 'Search is disabled in FullScreen Mode' ; $lang[ $reader_label . 'pleaseenterasearchtext.label'] = 'Please enter a search text' ; $lang[ $reader_label . 'clicktoviewthepage.label'] = 'Click to view the page*' ; $lang[ $reader_label . 'noselectednotesfound.label'] = 'No Selected Notes Found' ; $lang[ $reader_label . 'noselectedbookmarksfound.label'] = 'No Selected Bookmarks Found' ; $lang[ $reader_label . 'pagecannotbedisplayed.label'] = 'Page cannot be displayed' ; $lang[ $reader_label . 'invalidpage.label'] = '&pgn is an invalid page number' ; $lang[ $reader_label . 'of.label'] = 'of' ; $lang[ $reader_label . 'backtoreader.label'] = 'Back to Reader' ; $lang[ $reader_label . 'mediaimages.label'] = 'Media Library - Images' ; $lang[ $reader_label . 'mediavideos.label'] = 'Media Library - Videos' ; $lang[ $reader_label . 'mediaaudios.label'] = 'Media Library - Audio Clips' ; $lang[ $reader_label . 'mediadocuments.label'] = 'Media Library - Documents' ; $lang[ $reader_label . 'mediaexternal.label'] = 'Media Library - External links' ; $lang[ $reader_label . 'medialibrary.label'] = 'Media Library' ; $lang[ $reader_label . 'images.label'] = 'Images' ; $lang[ $reader_label . 'videos.label'] = 'Videos' ; $lang[ $reader_label . 'audios.label'] = 'Audio Clips' ; $lang[ $reader_label . 'documents.label'] = 'Documents' ; $lang[ $reader_label . 'externallinks.label'] = 'External Links' ; $lang[ $reader_label . 'selectimages.label'] = 'Select images per page' ; $lang[ $reader_label . 'selectvideos.label'] = 'Select videos per page' ; $lang[ $reader_label . 'selectaudios.label'] = 'Select audio clips per page' ; $lang[ $reader_label . 'selectdocuments.label'] = 'Select documents per page' ; $lang[ $reader_label . 'selectexternal.label'] = 'Select external links per page' ; $lang[ $reader_label . 'view.label'] = 'View' ; $lang[ $reader_label . 'download.label'] = 'Download' ; $lang[ $reader_label . 'sortby.label'] = 'Sort by' ; $lang[ $reader_label . 'searchimages.label'] = 'Search for the images' ; $lang[ $reader_label . 'searchvideos.label'] = 'Search for the videos' ; $lang[ $reader_label . 'searchaudios.label'] = 'Search for the audio clips' ; $lang[ $reader_label . 'searchdocuments.label'] = 'Search for the documents' ; $lang[ $reader_label . 'searchlinks.label'] = 'Search for the external links' ; $lang[ $reader_label . 'jpg.label'] = 'JPG' ; $lang[ $reader_label . 'gif.label'] = 'GIF' ; $lang[ $reader_label . 'png.label'] = 'PNG' ; $lang[ $reader_label . 'listbyauthor.label'] = 'List by Author' ; $lang[ $reader_label . 'listbysize.label'] = 'List by size' ; $lang[ $reader_label . 'listalpha.label'] = 'List Alphabetically' ; $lang[ $reader_label . 'imagesperpage.label'] = 'images per page' ; $lang[ $reader_label . 'videosperpage.label'] = 'videos per page' ; $lang[ $reader_label . 'audiosperpage.label'] = 'audio clips per page' ; $lang[ $reader_label . 'documentsperpage.label'] = 'documents per page' ; $lang[ $reader_label . 'linksperpage.label'] = 'external links per page' ; $lang[ $reader_label . 'totalimages.label'] = 'Total &img images' ; $lang[ $reader_label . 'totalvideos.label'] = 'Total &vid videos' ; $lang[ $reader_label . 'totalaudios.label'] = 'Total &aud audio clips' ; $lang[ $reader_label . 'totaldocuements.label'] = 'Total &doc documents' ; $lang[ $reader_label . 'totallinks.label'] = 'Total &ext external links' ; $lang[ $reader_label . 'showing.label'] = 'Showing' ; $lang[ $reader_label . 'editbookmark.label'] = 'Edit Bookmark' ; $lang[ $reader_label . 'rightpage.label'] = 'Right Page' ; $lang[ $reader_label . 'leftpage.label'] = 'Left Page' ; $lang[ $reader_label . 'addbookmark.label'] = 'Add Bookmark' ; $lang[ $reader_label . 'zoomimage.label'] = 'Zoom the image' ; $lang[ $reader_label . 'gotonextimage.label'] = 'Go to next image' ; $lang[ $reader_label . 'gotopreviousimage.label'] = 'Go to previous image' ; $lang[ $reader_label . 'gotofirstimage.label'] = 'Go to first image' ; $lang[ $reader_label . 'gotolastimage.label'] = 'Go to last image' ; $lang[ $reader_label . 'clicktoenlarge.label'] = 'Click to enlarge' ; $lang[ $reader_label . 'downloadtheimage.label'] = 'Download the image' ; $lang[ $reader_label . 'clearsearch.label'] = 'Clear search' ; $lang[ $reader_label . 'imagelabel.label'] = 'Label' ; $lang[ $reader_label . 'imagecaption.label'] = 'Caption' ; $lang[ $reader_label . 'collapsepanel.label'] = 'Collapse panel' ; $lang[ $reader_label . 'expandpanel.label'] = 'Expand panel' ; $lang[ $reader_label . 'relatedmedia.label'] = 'Related Media' ; $lang[ $reader_label . 'medialibraryexternallinks.label'] = 'Media Library - External Links' ; $lang[ $reader_label . 'searchforexternallinks.label'] = 'Search for External Links' ; $lang[ $reader_label . 'nobookmarksadded.label'] = 'You have no bookmarks added' ; $lang[ $reader_label . 'nonotesadded.label'] = 'You have no notes added' ; $lang[ $reader_label . 'nohighlightsadded.label'] = 'You have no highlights added' ; $lang[ $reader_label . 'addhighlight.label'] = 'Save Highlight' ; $lang[ $reader_label . 'delethighlight.label'] = 'Delete Highlight' ; $lang[ $reader_label . 'singlecharactersearchnotallowed.label'] = 'Search keyword should be a minimum of four characters' ; $lang[ $reader_label . 'zoomin.label'] = 'Zoom in' ; $lang[ $reader_label . 'zoomout.label'] = 'Zoom out' ; $lang[ $reader_label . 'sidebar.label'] = 'Side Bar' ; $lang[ $reader_label . 'rotateright.label'] = 'Rotate Right' ; $lang[ $reader_label . 'rotateleft.label'] = 'Rotate Left' ; $lang[ $reader_label . 'zoompercentage.label'] = 'Zoom Percentage' ; $lang[ $reader_label . 'gotofirstpage.label'] = 'Go to first page' ; $lang[ $reader_label . 'gotolastpage.label'] = 'Go to last page' ; $lang[ $reader_label . 'viewsearchpanel.label'] = 'View Search Panel' ; $lang[ $reader_label . 'searchmybookmarks.label'] = 'Search My Bookmarks' ; $lang[ $reader_label . 'searchmynotes.label'] = 'Search My Notes' ; $lang[ $reader_label . 'searchmyhighlights.label'] = 'Search My Highlights' ; /* citations */ $lang[ $reader_label . 'citations.label'] = 'Citations' ; $lang[ $reader_label . 'copy.label'] = 'Copy' ; $lang[ $reader_label . 'citethispage.label'] = 'Cite this page' ; $lang[ $reader_label . 'linkthispage.label'] = 'Link this page' ; /* Dictionary */ $lang[ $reader_label . 'dictionary.label'] = 'Dictionary' ; $lang[ $reader_label . 'nodefination.label'] = 'No Definition' ; $lang[ $reader_label . 'defination.label'] = 'DEFINITION OF' ; /* last read page */ $lang[ $reader_label . 'userSetting.label'] = 'Settings' ; $lang[ $reader_label . 'lastReadPage.label'] = 'Last Read Location' ; $lang[ $reader_label . 'lastReadPageInfo.label'] = 'Enables navigation to the page last read in the previous session. Setting is applicable to all books in the user\'s account' ; $lang[ $reader_label . 'saveSetting.label'] = 'Save settings' ; $lang[ $reader_label . 'on.label'] = 'ON' ; $lang[ $reader_label . 'off.label'] = 'OFF' ; //Reader - end /* Referer - Start */ // Alt / Title text $ref_alt_title = 'ipc.referer.alt_title.' ; $lang[ $ref_alt_title . 'active_referer'] = 'Active HTTP Referer' ; $lang[ $ref_alt_title . 'add_referer'] = 'Add HTTP Referer' ; $lang[ $ref_alt_title . 'deactive_referer'] = 'Deactive HTTP Referer' ; $lang[ $ref_alt_title . 'delete_referer'] = 'Delete HTTP Referer' ; $lang[ $ref_alt_title . 'edit_referer'] = 'Edit HTTP Referer' ; // Error Message $ref_err = 'ipc.referer.err.' ; $lang[ $ref_err . 'not_auth_to_view_1'] = 'You are not authorize to view Manage HTTP Referer URLs.' ; $lang[ $ref_err . 'not_auth_to_view_2'] = 'You are not authorize to view Add HTTP Referer URLs.' ; $lang[ $ref_err . 'not_auth_to_view_3'] = 'You are not authorize to view Edit HTTP Referer URLs.' ; $lang[ $ref_err . 'pattern'] = 'Please enter valid HTTP Referer Pattern.' ; $lang[ $ref_err . 'url_1'] = 'Please enter HTTP Referer URL.' ; $lang[ $ref_err . 'url_2'] = 'Please enter valid HTTP Referer URL.' ; $lang[ $ref_err . 'url_3'] = 'HTTP Referer URL already exist.' ; // Success message $ref_succ = 'ipc.referer.succ.' ; $lang[ $ref_succ . 'added_successfully'] = 'HTTP Referer added successfully.' ; $lang[ $ref_succ . 'activated_successfully'] = 'HTTP Referer(s) activated successfully.' ; $lang[ $ref_succ . 'deactivated_successfully'] = 'HTTP Referer(s) deactivated successfully.' ; $lang[ $ref_succ . 'deleted_successfully'] = 'HTTP Referer(s) deleted successfully.' ; $lang[ $ref_succ . 'updated_successfully'] = 'HTTP Referer(s) updated successfully.' ; // Text (html) $ref_text = 'ipc.referer.text.' ; $lang[ $ref_text . 'add_heading'] = 'Add HTTP Referer' ; $lang[ $ref_text . 'edit_heading'] = 'Edit HTTP Referer' ; $lang[ $ref_text . 'manage_heading'] = 'Manage HTTP Referer' ; $lang[ $ref_text . 'no_referer'] = 'No HTTP Referer Available' ; $lang[ $ref_text . 'referer_pattern'] = 'HTTP Referer Pattern' ; $lang[ $ref_text . 'referer_url'] = 'HTTP Referer URL' ; /* Referer - End */ /* Related Products - start */ //Related Products Module $lang['ipc.related_products.label.title'] = 'Related Title(s) ' ; /* Related Products - end */ /* Reporting tokens - start */ $report_label = 'ipc.report.label.' ; $lang[ $report_label . 'book_report_2'] = 'Book Report 2 (R1)' ; $lang[ $report_label . 'book_report2_msg'] = 'Number of Successful Section Requests by Month and Title' ; $lang[ $report_label . 'date_run'] = 'Date run:' ; $lang[ $report_label . 'publisher'] = 'Publisher' ; $lang[ $report_label . 'platform'] = 'Platform' ; $lang[ $report_label . 'totaloftitles'] = 'Total for all titles' ; $lang[ $report_label . 'isbn'] = 'ISBN' ; $lang[ $report_label . 'issn'] = 'ISSN' ; $lang[ $report_label . 'ytd'] = 'YTD Total' ; $lang[ $report_label . 'total_for_all_titles'] = 'Total for all titles' ; $lang[ $report_label . 'ccrbr4_report'] = 'ccrbr4_report.xls' ; $lang[ $report_label . 'book_report_4'] = 'Book Report 4 (R1)' ; $lang[ $report_label . 'book_report4_msg'] = 'Turnaways by Month and Service' ; $lang[ $report_label . 'total_turnaways'] = 'Total turnaways' ; $lang[ $report_label . 'book_report_5'] = 'Book Report 5 (R1)' ; $lang[ $report_label . 'book_report5_msg'] = 'Total Searches and Sessions by Month and Title' ; $lang[ $report_label . 'total_searches'] = 'Total searches' ; $lang[ $report_label . 'sessions_run'] = 'Sessions' ; $lang[ $report_label . 'searches_run'] = 'Searches run' ; $lang[ $report_label . 'total_sessions'] = 'Total sessions' ; $lang[ $report_label . 'counter_report'] = 'Counter Report' ; $lang[ $report_label . 'bookusagereport'] = 'Book Usage Report' ; $lang[ $report_label . 'br2'] = 'BR2' ; $lang[ $report_label . 'br4'] = 'BR4' ; $lang[ $report_label . 'br5'] = 'BR5' ; $lang[ $report_label . 'export2excel'] = 'Export to Excel' ; $lang[ $report_label . 'view_report'] = 'View Report' ; $lang[ $report_label . 'choose_year'] = 'Choose Year:' ; $lang[ $report_label . 'counter_reports'] = 'Counter Reports' ; $lang[ $report_label . 'book_report_3'] = 'Book Report 3 (R1)' ; $lang[ $report_label . 'book_report3_msg'] = 'Turnaways by Month and Title' ; $lang[ $report_label . 'br3'] = 'BR3' ; $lang[ $report_label . 'BookReport3Xls'] = 'BookReport3.xls' ; $lang[ $report_label . 'BookReport3'] = 'BookReport3' ; $lang[ $report_label . 'BookReport2Xls'] = 'BookReport2.xls' ; $lang[ $report_label . 'BookReport4Xls'] = 'BookReport4.xls' ; $lang[ $report_label . 'BookReport5Xls'] = 'BookReport5.xls' ; $lang[ $report_label . 'BookReport5'] = 'BookReport5' ; $lang[ $report_label . 'BookReport2'] = 'BookReport2' ; $lang[ $report_label . 'BookReport4'] = 'BookReport4' ; $lang[ $report_label . 'bookusage_report'] = 'Book Usage Report' ; $lang[ $report_label . 'prod_name'] = 'Product Name' ; $lang[ $report_label . 'prod_code'] = 'Product Code' ; $lang[ $report_label . 'no_times_opened'] = 'No of Online Book Views' ; $lang[ $report_label . 'no_times_downloaded'] = 'No of Times Downloaded' ; $lang[ $report_label . 'no_records'] = 'No Records Available' ; $lang[ $report_label . 'report_date_range'] = 'Report Date Range' ; $lang[ $report_label . 'BookusageReportXls'] = 'BookusageReport.xls' ; $lang[ $report_label . 'BookusageReport'] = 'BookusageReport' ; $lang[ $report_label . 'book_usage_report'] = 'Book Usage Report' ; $lang[ $report_label . 'book_usage_report_msg'] = 'Book Views And Downloads' ; /* Reporting tokens - end */ /* Simple Search- start */ $lang['ipc.simple_search.text_links.advsearchlink'] = 'Advanced Search' ; /* Simple Search- end */ /* social _share- start */ $lang['ipc.social_share.share_this'] = 'Share this with your friends' ; $lang['ipc.social_share.share_facebook'] = 'Share this on facebook' ; $lang['ipc.social_share.share_twitter'] = 'Share this on twitter' ; $lang['ipc.social_share.share_linkedin'] = 'Share this on linkedin' ; $lang['ipc.social_share.share_pinterest'] = 'Share this on pinterest' ; $lang['ipc.social_share.share_email'] = 'Email this article' ; /* social _share - end */ /* Search- Results */ $lang['ipc.search_results.err.server_down'] = 'Search Functionality is not available' ; $lang['ipc.search_results.err.no_results'] = 'No titles (or content) was found for ' ; // added by Sujatha 17th nov 2009 $lang['ipc.search_results.err.valid_keyword'] = 'Please enter a valid search term' ; $lang['ipc.search_results.err.status_no'] = 'This Product is not available' ; $lang['ipc.search_results.tool_tip_text.star'] = 'Star' ; $lang['ipc.search_results.label.narrow_results'] = 'Narrow Results By ' ; $lang['ipc.search_results.label.searched_for'] = 'You have Searched for ' ; $lang['ipc.search_results.label.sortby'] = 'Sort By ' ; $lang['ipc.search_results.label.totalfound'] = ' and Found' ; $lang['ipc.search_results.label.results'] = ' result(s)' ; $lang['ipc.search_results.label.price'] = 'Price' ; $lang['ipc.search_results.label.price_asc'] = 'Low to high' ; $lang['ipc.search_results.label.price_desc'] = 'High to low' ; $lang['ipc.search_results.label.label_title'] = 'By Title' ; $lang['ipc.search_results.label.label_chapter_title'] = 'By Chapter Title' ; $lang['ipc.search_results.label.label_author'] = 'By Author' ; $lang['ipc.search_results.label.label_rating'] = 'Rating' ; $lang['ipc.search_results.label.published_date'] = 'Published Date' ; $lang['ipc.search_results.label.published_date_asc'] = 'Oldest to Newest' ; $lang['ipc.search_results.label.published_date_desc'] = 'Newest to Oldest' ; $lang['ipc.search_results.label.label_title_asc'] = 'A to Z' ; $lang['ipc.search_results.label.label_title_desc'] = 'Z to A' ; $lang['ipc.search_results.label.label_page_no'] = 'Page No' ; $lang['ipc.search_results.label.label_page_no_asc'] = 'First to last' ; $lang['ipc.search_results.label.label_page_no_desc'] = 'Last to first' ; $lang['ipc.search_results.label.rslts_per_page'] = 'Results per Page' ; $lang['ipc.search_results.label.author'] = 'Author' ; $lang['ipc.search_results.label.ebook_price'] = 'eBook Price' ; $lang['ipc.search_results.label.pages'] = 'Pages' ; $lang['ipc.search_results.label.isbn'] = 'eISBN' ; $lang['ipc.search_results.label.prating'] = 'Overall Rating' ; $lang['ipc.search_results.label.pudate'] = 'Published Date' ; $lang['ipc.search_results.label.readit'] = 'Read It' ; $lang['ipc.search_results.label.read_free_product'] = 'Read Free Product' ; $lang['ipc.search_results.label.add_to_bookshelf'] = 'Add to Book Shelf' ; $lang['ipc.search_results.label.vi'] = 'ViewInside' ; $lang['ipc.search_results.label.buy'] = 'Buy' ; $lang['ipc.search_results.label.nxt'] = 'Next' ; $lang['ipc.search_results.label.prev'] = 'Previous' ; $lang['ipc.search_results.label.pgs'] = 'Pages' ; $lang['ipc.search_results.label.results_heading'] = 'You have Searched for %s and Found %d result(s)' ; $lang['ipc.search_results.label.facet_heading'] = 'Narrow Results %s and Found %d result(s)' ; /* Search- Results*/ /* Tagcloud - start */ // Tagcloud Module $lang['ipc.tagcloud.label.title'] = 'Popular Tags' ; $lang['ipc.tagcloud.err.enter_tag'] = 'Please enter the valid tag' ; $lang['ipc.tagcloud.succ.added'] = 'Shelf has been created sucessfully' ; /* Tagcloud - end */ /* User Management - start */ // Alt / Title text $um_alt_title = 'ipc.user_management.alt_title.' ; $lang[ $um_alt_title . 'cancel'] = 'Cancel' ; $lang[ $um_alt_title . 'check_availability'] = 'Check Availability' ; $lang[ $um_alt_title . 'register'] = 'Register' ; // Error Messages $um_err = 'ipc.user_management.err.' ; $lang[ $um_err . 'not_authorize_to_edit'] = 'You are not authorize to Edit Institutional User.' ; $lang[ $um_err . 'not_authorize_to_add'] = 'You are not authorize to view Add Institutional Users.' ; $lang[ $um_err . 'username_1'] = 'Please enter the Username.' ; $lang[ $um_err . 'username_2'] = 'Username should have minimum 3 and maximum of 50 characters.' ; $lang[ $um_err . 'username_3'] = 'Characters allowed for Username are A-Z, a-z, 0-9, -, _, @ and .(dot)' ; $lang[ $um_err . 'username_4'] = 'This Username is already taken, please try some other name' ; $lang[ $um_err . 'password_1'] = 'Please enter the Password.' ; $lang[ $um_err . 'password_2'] = 'Password should have minimum {_min_password_length_} and maximum of {_max_password_length_} characters.' ; $lang[ $um_err . 'password_3'] = "No Blank Spaces (or) '(apostrophe) are allowed in Password" ; $lang[ $um_err . 'confirm_password_1'] = 'Please enter the Confirm Password.' ; $lang[ $um_err . 'confirm_password_2'] = 'Password and Confirm Password are not same.' ; $lang[ $um_err . 'account_type'] = 'Please select Account Type.' ; $lang[ $um_err . 'user_type'] = 'Please select User Type.' ; $lang[ $um_err . 'is_trial'] = 'Please select User Trial Status.' ; $lang[ $um_err . 'created_date'] = 'Please select Trial Start Date.' ; $lang[ $um_err . 'end_date'] = 'Please select Trial End Date.' ; $lang[ $um_err . 'end_date_1'] = 'Trial End Date should be greater or equal to Trial Start Date.' ; $lang[ $um_err . 'user_first_name_1'] = 'Please enter the First Name.' ; $lang[ $um_err . 'user_first_name_2'] = 'The First Name can have maximum of 50 characters.' ; $lang[ $um_err . 'user_first_name_3'] = "Characters allowed for First Name are A-Z, a-z, Space and '(apostrophe)." ; $lang[ $um_err . 'user_last_name_1'] = 'Please enter the Last Name.' ; $lang[ $um_err . 'user_last_name_2'] = 'The Last Name can have maximum of 50 characters.' ; $lang[ $um_err . 'user_last_name_3'] = "Characters allowed for Last Name are A-Z, a-z, Space and '(apostrophe)." ; $lang[ $um_err . 'user_gender'] = 'Please select the Gender.' ; $lang[ $um_err . 'user_email_1'] = 'Please enter the E-mail Address.' ; $lang[ $um_err . 'user_email_2'] = 'Please enter a valid E-mail address.' ; $lang[ $um_err . 'user_email_3'] = 'This E-mail is already used by a registered user. Please enter a different E-mail.' ; $lang[ $um_err . 'confirm_email_id_1'] = 'Please enter the Confirm Email-ID.' ; $lang[ $um_err . 'confirm_email_id_2'] = 'Email-ID and Confirm Email-ID do not match.' ; $lang[ $um_err . 'user_mobile_1'] = 'Please enter your Mobile Number.' ; $lang[ $um_err . 'user_mobile_2'] = 'Invalid Mobile Number, Please enter a valid Mobile Number.' ; $lang[ $um_err . 'user_sec_qus'] = 'Please select/enter the Security Question.' ; $lang[ $um_err . 'user_own_qus_1'] = 'Please enter the Security Question.' ; $lang[ $um_err . 'user_own_qus_2'] = 'Please correct the information in the highlighted fields in the form.' ; $lang[ $um_err . 'user_sec_ans_1'] = 'Please enter the Security Answer.' ; $lang[ $um_err . 'user_sec_ans_2'] = 'The Security Answer can have maximum of 255 characters.' ; $lang[ $um_err . 'user_sec_ans_3'] = 'Please correct the information in the highlighted fields in the form.' ; $lang[ $um_err . 'user_addr1_1'] = 'Please enter the Address.' ; $lang[ $um_err . 'user_addr1_2'] = 'Address can have maximum of 255 characters.' ; $lang[ $um_err . 'user_addr1_3'] = 'Please correct the information in the highlighted fields in the form.' ; $lang[ $um_err . 'user_addr2_1'] = 'Address can have maximum of 255 characters.' ; $lang[ $um_err . 'user_addr2_2'] = 'Please correct the information in the highlighted fields in the form.' ; $lang[ $um_err . 'user_city_1'] = 'Please enter the City.' ; $lang[ $um_err . 'user_city_2'] = 'City can have maximum of 100 characters.' ; $lang[ $um_err . 'user_city_3'] = 'Please correct the information in the highlighted fields in the form.' ; $lang[ $um_err . 'user_state_1'] = 'Please enter the State.' ; $lang[ $um_err . 'user_state_2'] = 'State can have maximum of 100 characters.' ; $lang[ $um_err . 'user_state_3'] = 'Please correct the information in the highlighted fields in the form.' ; $lang[ $um_err . 'user_country'] = 'Please select the Country.' ; $lang[ $um_err . 'user_zipcode_1'] = 'Please enter the Postal/Zip code.' ; $lang[ $um_err . 'user_zipcode_2'] = 'Invalid Postal/Zip Code. Please enter a valid Postal/Zip Code.' ; $lang[ $um_err . 'user_phone'] = 'Invalid Phone Number. Please enter a valid Phone Number.' ; $lang[ $um_err . 'user_fax'] = 'Invalid Fax Number. Please enter a valid Fax Number.' ; $lang[ $um_err . 'verification_code_1'] = 'Please enter the Verification Code.' ; $lang[ $um_err . 'verification_code_2'] = 'Please enter the code exactly as you see in the image.' ; $lang[ $um_err . 'user_grade'] = 'Please select the grade.' ; // Success Messages $um_succ = 'ipc.user_management.succ.' ; $lang[ $um_succ . 'username_1'] = 'User name is available.' ; $lang[ $um_succ . 'registered'] = 'Congratulations! Your account is created.' ; $lang[ $um_succ . 'user_updated'] = 'Institutional User updated successfully.' ; // Text Messages $um_text = 'ipc.user_management.text.' ; $lang[ $um_text . 'account_details'] = 'Account Details' ; $lang[ $um_text . 'contact_details'] = 'Contact Details' ; $lang[ $um_text . 'username'] = 'Username' ; $lang[ $um_text . 'password'] = 'Password' ; $lang[ $um_text . 'confirm_password'] = 'Confirm Password' ; $lang[ $um_text . 'account_type'] = 'Account Type' ; $lang[ $um_text . 'individual'] = 'Individual' ; $lang[ $um_text . 'common'] = 'Common' ; $lang[ $um_text . 'user_type'] = 'User Type' ; $lang[ $um_text . 'admin'] = 'Admin' ; $lang[ $um_text . 'regular'] = 'Regular' ; $lang[ $um_text . 'is_trial'] = 'Is Trial' ; $lang[ $um_text . 'yes'] = 'Yes' ; $lang[ $um_text . 'no'] = 'No' ; $lang[ $um_text . 'created_date'] = 'Trial Start Date' ; $lang[ $um_text . 'end_date'] = 'Trial End Date' ; $lang[ $um_text . 'user_email'] = 'E-Mail ID' ; $lang[ $um_text . 'confirm_email'] = 'Confirm E-Mail ID' ; $lang[ $um_text . 'verification_code'] = 'Verification Code' ; $lang[ $um_text . 'user_first_name'] = 'First Name' ; $lang[ $um_text . 'user_last_name'] = 'Last Name' ; $lang[ $um_text . 'user_gender'] = 'Gender' ; $lang[ $um_text . 'male'] = 'Male' ; $lang[ $um_text . 'female'] = 'Female' ; $lang[ $um_text . 'user_mobile'] = 'Mobile No' ; $lang[ $um_text . 'user_sec_qus'] = 'Security Question' ; $lang[ $um_text . 'select'] = 'select' ; $lang[ $um_text . 'your_own_qus'] = 'Your Own Question' ; $lang[ $um_text . 'user_sec_ans'] = 'Security Answer' ; $lang[ $um_text . 'user_address_1'] = 'Address Line 1' ; $lang[ $um_text . 'user_address_2'] = 'Address Line 2' ; $lang[ $um_text . 'user_city'] = 'City' ; $lang[ $um_text . 'user_state'] = 'State' ; $lang[ $um_text . 'user_country'] = 'Country' ; $lang[ $um_text . 'user_postal_code'] = 'ZIP/Postal Code' ; $lang[ $um_text . 'user_phone'] = 'Phone' ; $lang[ $um_text . 'user_fax'] = 'Fax' ; $lang[ $um_text . 'thanks'] = 'Thank you for registering with' ; $lang[ $um_text . 'receive_mail'] = 'You will receive an email confirming your registration along with your account credentials.' ; $lang[ $um_text . 'register_heading'] = 'New Registration' ; $lang[ $um_text . 'eiu_heading'] = 'Edit Library User' ; $lang[ $um_text . 'aiu_heading'] = 'Create New Library User' ; $lang[ $um_text . 'acu_heading'] = 'Add Common User' ; $lang[ $um_text . 'user_grade'] = 'Grade' ; $lang[ $um_text . 'gradeselect'] = 'Choose Grade' ; // Tooltip Messages $um_tooltip = 'ipc.user_management.tooltip.' ; $lang[ $um_tooltip . 'username'] = 'Characters allowed for Username are A-Z, a-z, -, _, .(dot) , @ and First char should be alphabet' ; $lang[ $um_tooltip . 'password'] = 'Password can have minimum of {_min_password_length_} characters and maximum of {_max_password_length_} characters. No Blank Spaces or \'(apostrophe) are allowed in Password.' ; $lang[ $um_tooltip . 'confirm_password'] = 'Confirm Password should be same as the Password entered above.' ; $lang[ $um_tooltip . 'created_date'] = 'Choose date from Calendar.' ; $lang[ $um_tooltip . 'end_date'] = 'Choose date from Calendar.' ; $lang[ $um_tooltip . 'user_email'] = 'Please enter the your E-mail ID. Example: xxx@xxx.xxx or xxx@xxx.xx.xx' ; $lang[ $um_tooltip . 'confirm_email_id'] = 'Confirm E-mail ID should be same as the E-mail ID entered above.' ; $lang[ $um_tooltip . 'verification_code'] = 'Please enter the Verification Code exactly as you see in the image.' ; $lang[ $um_tooltip . 'user_first_name'] = "Characters allowed for First Name are A-Z, a-z, Space and '(apostrophe) and First char should be alphabet" ; $lang[ $um_tooltip . 'user_last_name'] = "Characters allowed for Last Name are A-Z, a-z, Space and '(apostrophe) and First char should be alphabet" ; $lang[ $um_tooltip . 'user_mobile'] = 'Mobile Number should be +91-(974)-0083117 or 00-91-974-008-3117 or 11 00811 283' ; $lang[ $um_tooltip . 'user_sec_qus'] = 'Select Security Question' ; $lang[ $um_tooltip . 'your_own_qus'] = 'Your Own Question can contain maximum of 255 characters' ; $lang[ $um_tooltip . 'user_sec_ans'] = 'Security Answer can contain maximum of 255 characters' ; $lang[ $um_tooltip . 'user_address_1'] = 'Address Line-1 can contain maximum of 255 characters' ; $lang[ $um_tooltip . 'user_address_2'] = 'Address Line-2 can contain maximum of 255 characters' ; $lang[ $um_tooltip . 'user_city'] = 'City can contain maximum of 100 characters' ; $lang[ $um_tooltip . 'user_state'] = 'State can contain maximum of 100 characters' ; $lang[ $um_tooltip . 'user_country'] = 'Select your Country' ; $lang[ $um_tooltip . 'user_postal_code'] = 'Postal/Zip code can be Alphanumeric or Numeric and space' ; $lang[ $um_tooltip . 'user_phone'] = 'Phone Number can be like xxx-xxxxxxxx or xx-xxx-xxxxxx' ; $lang[ $um_tooltip . 'user_fax'] = 'Fax can be like xxx-xxxxxxxx or xx-xxx-xxxxxx' ; $lang[ $um_tooltip . 'user_grade'] = 'Choose the Grade' ; /* User Management - end */ /** Language Tokens for MLUH feature(Teacher/Student Model)**/ $addschool_label = 'ipc.addschool.label.' ; $lang[ $addschool_label . 'school_name']='School Name'; $lang[ $addschool_label . 'heading']='Add School Account'; $lang[ $addschool_label . 'mandatory_fields']='Fields are mandatory.'; $lang[ $addschool_label . 'contact_person_name']='Contact Person Name'; $lang[ $addschool_label . 'contact_person_email']='Contact Person E-Mail'; $lang[ $addschool_label . 'contact_person_mobile']='Contact Person Mobile'; $lang[ $addschool_label . 'address1']='Address Line1'; $lang[ $addschool_label . 'address2']='Address Line2'; $lang[ $addschool_label . 'city']='City'; $lang[ $addschool_label . 'state']='State'; $lang[ $addschool_label . 'zipcode']='Zip'; $lang[ $addschool_label . 'country']='Country'; $lang[ $addschool_label . 'office_phone1']='Office Phone1'; $lang[ $addschool_label . 'office_phone2']='Office Phone2'; $lang[ $addschool_label . 'fax']='Fax'; $lang['ipc.addschool.alt_text.addschool']='Add'; $lang['ipc.addschool.alt_text.reset']='Reset'; $addschool_tool_tip = 'ipc.addschool.tool_tip_text.' ; $lang[ $addschool_tool_tip . 'school_name']="Characters allowed for School Name are A-Z, a-z, Space and '(apostrophe)"; $lang[ $addschool_tool_tip . 'contact_person_name']="Characters allowed for Contact Person Name are A-Z, a-z, Space and '(apostrophe"; $lang[ $addschool_tool_tip . 'contact_person_email']='Please enter your E-mail ID. Example: xxx@xxx.xxx or xxx@xxx.xx.xx'; $lang[ $addschool_tool_tip . 'contact_person_mobile']='Mobile Number should be +91-(974)-0083117 or 00-91-974-008-3117 or 11 00811 283'; $lang[ $addschool_tool_tip . 'address1']='Address Line-1 can contain maximum of 255 characters.'; $lang[ $addschool_tool_tip . 'address2']='Address Line-1 can contain maximum of 255 characters.'; $lang[ $addschool_tool_tip . 'city']='City can contain maximum of 100 characters.'; $lang[ $addschool_tool_tip . 'state']='State can contain maximum of 100 characters.'; $lang[ $addschool_tool_tip . 'zipcode']='Postal/Zip code can be Alphanumeric or Numeric and space.'; $lang[ $addschool_tool_tip . 'country']='Select your Country'; $lang[ $addschool_tool_tip . 'office_phone1']='Phone Number can be like xxx-xxxxxxxx or xx-xxx-xxxxxx.'; $lang[ $addschool_tool_tip . 'office_phone2']='Phone Number can be like xxx-xxxxxxxx or xx-xxx-xxxxxx.'; $lang[ $addschool_tool_tip . 'fax']='Fax can be like xxx-xxxxxxxx or xx-xxx-xxxxxx.'; $lang[ $addschool_tool_tip . 'heading']='Add School Account'; $addschool_err = 'ipc.addschool.err.' ; $lang[ $addschool_err . 'school_name_1']='Please enter the School Name.'; $lang[ $addschool_err . 'school_name_2']='The School Name can have maximum of 50 characters.'; $lang[ $addschool_err . 'contact_person_name_1']='Please enter the Contact Person Name.'; $lang[ $addschool_err . 'contact_person_name_2']='The Contact Person Name can have maximum of 50 characters.'; $lang[ $addschool_err . 'contact_person_email_1']='Please enter the E-mail Address.'; $lang[ $addschool_err . 'contact_person_email_2']='Please enter a valid E-mail address.'; $lang[ $addschool_err . 'contact_person_mobile_1']='Please enter your Mobile Number.'; $lang[ $addschool_err . 'contact_person_mobile_2']='Invalid Mobile Number, Please enter a valid Mobile Number.'; $lang[ $addschool_err . 'addr1_1']='Please enter the Address.'; $lang[ $addschool_err . 'addr1_2']= 'Address can have maximum of 255 characters.'; $lang[ $addschool_err . 'addr1_3']='Please correct the information in the highlighted fields in the form.'; $lang[ $addschool_err . 'addr2_1']='Please enter the Address2.'; $lang[ $addschool_err . 'addr2_2']='Address can have maximum of 255 characters.'; $lang[ $addschool_err . 'addr2_3']='Please correct the information in the highlighted fields in the form.'; $lang[ $addschool_err . 'city_1']='Please enter the City.'; $lang[ $addschool_err . 'city_2']='City can have maximum of 100 characters.'; $lang[ $addschool_err . 'city_3']='Please correct the information in the highlighted fields in the form.'; $lang[ $addschool_err . 'state_1']='Please enter the State.'; $lang[ $addschool_err . 'state_2']='State can have maximum of 100 characters.'; $lang[ $addschool_err . 'state_3']='Please correct the information in the highlighted fields in the form.'; $lang[ $addschool_err . 'country']='Please select the Country.'; $lang[ $addschool_err . 'zipcode_1']='Please enter the Postal/Zip code.'; $lang[ $addschool_err . 'zipcode_2']='Invalid Postal/Zip Code. Please enter a valid Postal/Zip Code.'; $lang[ $addschool_err . 'phone1_1']='Please enter the Office phone1.'; $lang[ $addschool_err . 'phone1_2']='Invalid Phone Number. Please enter a valid Phone Number.'; $lang[ $addschool_err . 'phone2_1']='Please enter the Office phone2.'; $lang[ $addschool_err . 'phone2_2']='Invalid Phone Number. Please enter a valid Phone Number.'; $lang[ $addschool_err . 'fax_1']='Please enter the Fax.'; $lang[ $addschool_err . 'fax_2']='Invalid Fax Number. Please enter a valid Fax Number.'; $lang[ $addschool_err . 'school_already_exists']='School Name Already Exists.'; /** Language Tokens for MLUH feature(Teacher/Student Model)**/