| Current Path : /home/purehotels/public_html/language/en-GB/ |
| Current File : /home/purehotels/public_html/language/en-GB/en-GB.mod_easyfolderlisting.ini |
; Easy Folder Listing ; Copyright (C) 2010-2021 Michael Albert Gilkes. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 - No BOM ; ; These translations are used for: ; a. front-end text ; b. back-end text ; ; Keys in XML details file MOD_EASYFOLDERLISTING="Easy Folder Listing" MOD_EFL_DESCRIPTION="<h2>Easy Folder Listing</h2><h4>Developed by Michael Gilkes<br />Valor Apps</h4><h3>Description</h3><p>This is a simple-to-use module that is used to list the contents of a folder in either a table or a list. The folder listing can display the filename, with or without the extension, with or without the date modified and file size, as well as a icon representing the file type. It has the feature of allowing the user to specify whether the filename listed should be linked or not.</p>" MOD_EFL_PARENT_LABEL="Choose the Parent Folder" MOD_EFL_PARENT_DESC="This is the parent folder where the files are stored." MOD_EFL_FOLDER_LABEL="Location within the Parent Folder" MOD_EFL_FOLDER_DESC="This is the actual folder, within the parent folder (above), where the files are kept. Leave blank to show the contents of the parent folder." MOD_EFL_NUMBERFILES_LABEL="File Display Limit" MOD_EFL_NUMBERFILES_DESC="Specify the maximum number of files to be displayed in the list. Specifying Zero (0) means there is no maximum, and all files will be displayed." MOD_EFL_UTF8_SPACER="<b>UTF-8 Options</b>" MOD_EFL_ENCODE_UTF8_LABEL="Force Encode UTF-8" MOD_EFL_ENCODE_UTF8_DESC="If your non-English filenames are not showing correctly, choose one of these methods to correct it. Default is set to none." MOD_EFL_TRANSLIT_VALUE="Use iconv with Translit" MOD_EFL_PLAIN_VALUE="Use Plain iconv" MOD_EFL_IGNORE_VALUE="Use iconv with Ignore" MOD_EFL_ENCODE_VALUE="Use PHP Encode" MOD_EFL_NONE_VALUE="None" MOD_EFL_SOURCE_ENCODING_LABEL="Source Encoding" MOD_EFL_SOURCE_ENCODING_DESC="Character Encoding of the filename text taken from the server file system." MOD_EFL_SETTINGS_SPACER="<b>Custom Settings</b>" MOD_EFL_ICONS_LABEL="Show Icons" MOD_EFL_ICONS_DESC="If this option is set to Yes, each file will have an icon to describe the type of the file." MOD_EFL_YES_VALUE="Yes" MOD_EFL_NO_VALUE="No" MOD_EFL_EXTENSIONS_LABEL="Show File Extensions" MOD_EFL_EXTENSIONS_DESC="If this option is set to No, each file name will be displayed without the file extension." MOD_EFL_SHOWSIZE_LABEL="Show File Size" MOD_EFL_SHOWSIZE_DESC="If this option is set to Yes, the size of the file will be shown." MOD_EFL_SHOWDATE_LABEL="Show Date" MOD_EFL_SHOWDATE_DESC="If this option is set to Yes, the date that each file was modified will be shown." MOD_EFL_SHOWTIME_LABEL="Show Time (with the Date above)" MOD_EFL_SHOWTIME_DESC="If this option is set to Yes, the time stamp that each file was modified will be shown. If it is set to No, then only the Date will be shown. Note that if Date (above) is not shown at all, then time will not show either." MOD_EFL_DATEFORMAT_LABEL="Date Format" MOD_EFL_DATEFORMAT_DESC="The format for the date only column. The default value is Y-m-d. For help go to: http://www.php.net/manual/en/function.date.php" MOD_EFL_TIMEFORMAT_LABEL="DateTime Format" MOD_EFL_TIMEFORMAT_DESC="The format for the date and time format. The default value is Y-m-d H:i:s. For help go to: http://www.php.net/manual/en/function.date.php" MOD_EFL_LINKTOFILES_LABEL="Link To Files" MOD_EFL_LINKTOFILES_DESC="If this option is set to Yes, each file will be hyperlinked for easy downloading." MOD_EFL_LINKTOBLANK_LABEL="Link to new Tab/Window" MOD_EFL_LINKTOBLANK_DESC="If link to files is set to Yes, this option determines if the file is opened in a new Browser Tab/Window or not." MOD_EFL_FORBIDDEN_LABEL="Forbidden file types (separated by semi-colon)" MOD_EFL_FORBIDDEN_DESC="This is a blacklist of the file types that are forbidden to be listed (separated by semi-colon)." MOD_EFL_VISUAL_SPACER="<b>Visual Formatting</b>" MOD_EFL_METHOD_LABEL="Display Method" MOD_EFL_METHOD_DESC="If Table is selected, the folder listing will be displayed in an HTML TABLE. If List is selected, it will be displayed using the Unordered List element." MOD_EFL_TABLE_VALUE="Table" MOD_EFL_LIST_VALUE="List" MOD_EFL_SORTCOLUMN_LABEL="Sort Column" MOD_EFL_SORTCOLUMN_DESC="This specifies the column that the list is sorted by." MOD_EFL_NAME_VALUE="Name" MOD_EFL_DATE_VALUE="Date" MOD_EFL_SIZE_VALUE="Size" MOD_EFL_SORTDIRECTION_LABEL="Sort Direction" MOD_EFL_SORTDIRECTION_DESC="This specifies whether we are sorting by ascending or descending order." MOD_EFL_ASCENDING_VALUE="Ascending" MOD_EFL_DESCENDING_VALUE="Descending" MOD_EFL_ODDCOLOR_LABEL="Odd Table Row Background Colour" MOD_EFL_ODDCOLOR_DESC="The background colour of the odd table row. The default value is #F0F0F6." MOD_EFL_EVENCOLOR_LABEL="Even Table Row Background Colour" MOD_EFL_EVENCOLOR_DESC="The background colour of the even table row. The default value is #FFFFFF." MOD_EFL_HEADCOLOR_LABEL="Heading Row Background Colour" MOD_EFL_HEADCOLOR_DESC="The background colour of the heading row. The default value is #E6EEEE." MOD_EFL_BORDERCOLOR_LABEL="Border Colour" MOD_EFL_BORDERCOLOR_DESC="The colour of the table's border. The default value is #CDCDCD." MOD_EFL_FILTER_SPACER="<b>Class Filtering</b>" MOD_EFL_SUFFIX_LABEL="Module Class Suffix" MOD_EFL_SUFFIX_DESC="Module Class Suffix" MOD_EFL_DOCUMENTATION="https://www.valorapps.com/documentation/11-easy-folder-listing-documentation.html?tmpl=component" ; Module Template text MOD_EFL_FILENAME="Filename" MOD_EFL_SIZE="Size" MOD_EFL_DATE="Date" MOD_EFL_DATETIME="Date & Time" ; Errors MOD_EFL_INVALID_FOLDER_ERROR="Folder specified is not valid: %1$s"