[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/language/en-GB/ -> com_media.ini (source)

   1  ; Joomla! Project
   2  ; (C) 2005 Open Source Matters, Inc. <https://www.joomla.org>
   3  ; License GNU General Public License version 2 or later; see LICENSE.txt
   4  ; Note : All ini files need to be saved as UTF-8
   5  
   6  COM_MEDIA="Media"
   7  COM_MEDIA_ACTION_DELETE="Delete item"
   8  COM_MEDIA_ACTION_DOWNLOAD="Download item"
   9  COM_MEDIA_ACTION_EDIT="Edit item"
  10  COM_MEDIA_ACTION_PREVIEW="Preview item"
  11  COM_MEDIA_ACTION_RENAME="Rename item"
  12  COM_MEDIA_ACTION_SHARE="Get a sharable link"
  13  COM_MEDIA_BREADCRUMB_LABEL="Breadcrumb"
  14  COM_MEDIA_BROWSER_TABLE_CAPTION="Contents of Directory %s"
  15  COM_MEDIA_CONFIGURATION="Media: Options"
  16  COM_MEDIA_CONFIRM_DELETE_MODAL="Delete"
  17  COM_MEDIA_CONFIRM_DELETE_MODAL_HEADING="Confirm Delete"
  18  COM_MEDIA_CREATE_NEW_FOLDER="Create New Folder"
  19  COM_MEDIA_CREATE_NEW_FOLDER_ERROR="Error creating folder."
  20  COM_MEDIA_CREATE_NEW_FOLDER_SUCCESS="Folder created."
  21  COM_MEDIA_DECREASE_GRID="Decrease grid size"
  22  COM_MEDIA_DELETE_ERROR="Error deleting the item."
  23  COM_MEDIA_DELETE_SUCCESS="Item deleted."
  24  COM_MEDIA_DROP_FILE="Drop file(s) to Upload"
  25  COM_MEDIA_EDIT="Media Edit"
  26  COM_MEDIA_ERROR="An error occurred."
  27  COM_MEDIA_ERROR_ACCOUNT_NOT_FOUND="The account was not found"
  28  COM_MEDIA_ERROR_ACCOUNT_NOT_SET="Account was not set."
  29  COM_MEDIA_ERROR_MEDIA_PROVIDER_NOT_FOUND="Media Provider not found."
  30  COM_MEDIA_ERROR_NO_ADAPTER_FOUND="No adapter found."
  31  COM_MEDIA_ERROR_NO_CONTENT_AVAILABLE="No content available!"
  32  COM_MEDIA_ERROR_NO_PROVIDERS="No filesystem providers have been found. Please enable at least one <a href=\"%s\">filesystem plugin</a>."
  33  COM_MEDIA_ERROR_NOT_AUTHENTICATED="You are not authenticated. Please login."
  34  COM_MEDIA_ERROR_NOT_AUTHORIZED="You are not authorised"
  35  COM_MEDIA_ERROR_NOT_FOUND="File or Folder not found"
  36  COM_MEDIA_ERROR_WARNFILETOOLARGE="This file is too large to upload. You can change the limits for your site in the component options."
  37  COM_MEDIA_FIELD_CHECK_MIME_DESC="Use MIME Magic or Fileinfo to attempt to verify files. Try disabling this if you get invalid mime type errors."
  38  COM_MEDIA_FIELD_CHECK_MIME_LABEL="Check MIME Types"
  39  COM_MEDIA_FIELD_IGNORED_EXTENSIONS_DESC="Ignored file extensions for MIME type checking and restricted uploads."
  40  COM_MEDIA_FIELD_IGNORED_EXTENSIONS_LABEL="Ignored Extensions"
  41  COM_MEDIA_FIELD_ILLEGAL_MIME_TYPES_DESC="A comma separated list of forbidden MIME types to upload."
  42  COM_MEDIA_FIELD_ILLEGAL_MIME_TYPES_LABEL="Forbidden MIME Types"
  43  COM_MEDIA_FIELD_LEGAL_AUDIO_EXTENSIONS_DESC="Audio extensions (file types) you are allowed to upload (comma separated). These are used to check for valid audio headers."
  44  COM_MEDIA_FIELD_LEGAL_AUDIO_EXTENSIONS_LABEL="Legal Audio Extensions (File Types)"
  45  COM_MEDIA_FIELD_LEGAL_DOCUMENT_EXTENSIONS_DESC="Document extensions (file types) you are allowed to upload (comma separated). These are used to check for valid document headers."
  46  COM_MEDIA_FIELD_LEGAL_DOCUMENT_EXTENSIONS_LABEL="Legal Document Extensions (File Types)"
  47  COM_MEDIA_FIELD_LEGAL_IMAGE_EXTENSIONS_DESC="Image extensions (file types) you are allowed to upload (comma separated). These are used to check for valid image headers."
  48  COM_MEDIA_FIELD_LEGAL_IMAGE_EXTENSIONS_LABEL="Legal Image Extensions (File Types)"
  49  COM_MEDIA_FIELD_LEGAL_VIDEO_EXTENSIONS_DESC="Video extensions (file types) you are allowed to upload (comma separated). These are used to check for valid video headers."
  50  COM_MEDIA_FIELD_LEGAL_VIDEO_EXTENSIONS_LABEL="Legal Video Extensions (File Types)"
  51  COM_MEDIA_FIELD_LEGAL_MIME_TYPES_DESC="A comma separated list of legal MIME types to upload."
  52  COM_MEDIA_FIELD_LEGAL_MIME_TYPES_LABEL="Legal MIME Types"
  53  COM_MEDIA_FIELD_MAXIMUM_SIZE_DESC="Use zero for no limit. Note: your server has a maximum limit."
  54  COM_MEDIA_FIELD_MAXIMUM_SIZE_LABEL="Maximum Size (in MB)"
  55  COM_MEDIA_FIELD_PATH_FILE_FOLDER_DESC="Enter the path to the files folder relative to the root of your webspace. Warning! Changing to another path than the default 'images' may break your links. Note: Do not start the path with a slash!"
  56  COM_MEDIA_FIELD_PATH_FILE_FOLDER_LABEL="Path to Files Folder"
  57  COM_MEDIA_FIELD_PATH_IMAGE_FOLDER_DESC="Enter the path to the images folder relative to the root of your webspace. This path <strong>has to be the same as path to files (default) or to a subfolder of the path to file folder.</strong> Note: Do not start the path with a slash!"
  58  COM_MEDIA_FIELD_PATH_IMAGE_FOLDER_LABEL="Path to Images Folder"
  59  COM_MEDIA_FIELD_RESTRICT_UPLOADS_DESC="Restrict uploads for lower than manager users to images if Fileinfo or MIME Magic isn't installed."
  60  COM_MEDIA_FIELD_RESTRICT_UPLOADS_EXTENSIONS_DESC="Restrict uploads for lower than manager users to files in the list."
  61  COM_MEDIA_FIELD_RESTRICT_UPLOADS_EXTENSIONS_LABEL="Allowed Extensions"
  62  COM_MEDIA_FIELD_RESTRICT_UPLOADS_LABEL="Restrict Uploads"
  63  COM_MEDIA_FIELDSET_OPTIONS_LABEL="Media"
  64  COM_MEDIA_FILE="File"
  65  COM_MEDIA_FILE_EXISTS_AND_OVERRIDE="%s already exists. Do you want to replace it?"
  66  COM_MEDIA_FOLDER="Folder"
  67  COM_MEDIA_FOLDER_NAME="Folder Name"
  68  COM_MEDIA_FOLDERS="Media Folders"
  69  COM_MEDIA_INCREASE_GRID="Increase grid size"
  70  COM_MEDIA_MEDIA_DATE_CREATED="Date Created"
  71  COM_MEDIA_MEDIA_DATE_MODIFIED="Date Modified"
  72  COM_MEDIA_MEDIA_DIMENSION="Dimensions"
  73  COM_MEDIA_MEDIA_EXTENSION="Extension"
  74  COM_MEDIA_MEDIA_MIME_TYPE="MIME Type"
  75  COM_MEDIA_MEDIA_NAME="Name"
  76  COM_MEDIA_MEDIA_SIZE="Size"
  77  COM_MEDIA_MEDIA_TYPE="Type"
  78  COM_MEDIA_NAME="Name"
  79  COM_MEDIA_OPEN_ITEM_ACTIONS="Open item actions"
  80  COM_MEDIA_PLEASE_SELECT_ITEM="Please select item."
  81  COM_MEDIA_RENAME="Rename"
  82  COM_MEDIA_RENAME_ERROR="Error renaming item."
  83  COM_MEDIA_ERROR_MAKESAFE="Could not make the file name safe. If it contains non ASCII chars please ensure you have the INTL and ICONV PHP Extensions installed."
  84  COM_MEDIA_RENAME_SUCCESS="Item renamed."
  85  COM_MEDIA_RESET="Reset"
  86  COM_MEDIA_SEARCH="Search"
  87  COM_MEDIA_SELECT_ALL="Toggle select all"
  88  COM_MEDIA_SERVER_ERROR="Internal server error"
  89  COM_MEDIA_SHARE="Share the file"
  90  COM_MEDIA_SHARE_COPY="Copy to clipboard"
  91  COM_MEDIA_SHARE_COPY_FAILED_ERROR="Error copying to clipboard"
  92  COM_MEDIA_SHARE_DESC="Anyone with the link can view the file."
  93  COM_MEDIA_TOGGLE_INFO="Toggle item info"
  94  COM_MEDIA_TOGGLE_LIST_VIEW="Toggle between grid and table views"
  95  COM_MEDIA_TOGGLE_SELECT_ITEM="Toggle select item"
  96  COM_MEDIA_TOOLBAR_LABEL="Media Manager"
  97  COM_MEDIA_UPLOAD_SUCCESS="Item uploaded."


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer