[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

   1  ; Joomla! Project
   2  ; (C) 2007 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_ALIGN="Image Float"
  14  COM_MEDIA_ALIGN_DESC="This will apply the classes 'float-start', 'pull-center' or 'float-end' to the '<figure>' or '<img>' element."
  15  COM_MEDIA_BREADCRUMB_LABEL="Breadcrumb"
  16  COM_MEDIA_BROWSE_FILES="Browse Files"
  17  COM_MEDIA_CAPTION="Caption"
  18  COM_MEDIA_CAPTION_CLASS_DESC="This will apply the entered class to the '<figcaption>' element. For example: 'text-start', 'text-end', 'text-center'."
  19  COM_MEDIA_CAPTION_CLASS_LABEL="Caption Class"
  20  COM_MEDIA_CLEAR_LIST="Clear List"
  21  COM_MEDIA_CONFIGURATION="Media: Options"
  22  COM_MEDIA_CONFIRM_DELETE_MODAL="Delete"
  23  COM_MEDIA_CONFIRM_DELETE_MODAL_HEADING="Confirm Delete"
  24  COM_MEDIA_CREATE_FOLDER="Create Folder"
  25  COM_MEDIA_CREATE_NEW_FOLDER="Create New Folder"
  26  COM_MEDIA_CREATE_NEW_FOLDER_ERROR="Error creating folder."
  27  COM_MEDIA_CREATE_NEW_FOLDER_SUCCESS="Folder created."
  28  COM_MEDIA_CURRENT_PROGRESS="Current progress"
  29  COM_MEDIA_DECREASE_GRID="Decrease grid size"
  30  COM_MEDIA_DELETE_ERROR="Error deleting the item."
  31  COM_MEDIA_DELETE_SUCCESS="Item deleted."
  32  COM_MEDIA_DETAIL_VIEW="Detail View"
  33  COM_MEDIA_DIRECTORY="Folder"
  34  COM_MEDIA_DIRECTORY_UP="Folder Up"
  35  COM_MEDIA_DROP_FILE="Drop file(s) to Upload"
  36  COM_MEDIA_ERROR="An error occurred."
  37  COM_MEDIA_ERROR_BAD_REQUEST="Bad Request"
  38  COM_MEDIA_ERROR_FILE_EXISTS="File already exists."
  39  COM_MEDIA_ERROR_NOT_AUTHENTICATED="You are not authenticated. Please login."
  40  COM_MEDIA_ERROR_NOT_AUTHORIZED="You are not authorised"
  41  COM_MEDIA_ERROR_NOT_FOUND="File or Folder not found"
  42  COM_MEDIA_ERROR_UNABLE_TO_BROWSE_FOLDER_WARNDIRNAME="Unable to browse:&#160;%s. Folder name must only have alphanumeric characters and no spaces."
  43  COM_MEDIA_ERROR_UNABLE_TO_CREATE_FOLDER_WARNDIRNAME="Unable to create folder. Folder name must only have alphanumeric characters and no spaces."
  44  COM_MEDIA_ERROR_UNABLE_TO_DELETE="Unable to delete:&#160;"
  45  COM_MEDIA_ERROR_UNABLE_TO_DELETE_FILE_WARNFILENAME="Unable to delete:&#160;%s. File name must only have alphanumeric characters and no spaces."
  46  COM_MEDIA_ERROR_UNABLE_TO_DELETE_FOLDER_NOT_EMPTY="Unable to delete:&#160;%s. Folder is not empty!"
  47  COM_MEDIA_ERROR_UNABLE_TO_DELETE_FOLDER_WARNDIRNAME="Unable to delete:&#160;%s. Folder name must only have alphanumeric characters and no spaces."
  48  COM_MEDIA_ERROR_WARNFILETOOLARGE="This file is too large to upload."
  49  COM_MEDIA_ERROR_WARNUPLOADTOOLARGE="Total size of upload exceeds the limit."
  50  COM_MEDIA_FIELD_CHECK_MIME_DESC="Use MIME Magic or Fileinfo to try to verify files. Try disabling this if you get invalid mime type errors."
  51  COM_MEDIA_FIELD_CHECK_MIME_LABEL="Check MIME Types"
  52  COM_MEDIA_FIELD_IGNORED_EXTENSIONS_DESC="Ignored file extensions for MIME type checking and restricted uploads."
  53  COM_MEDIA_FIELD_IGNORED_EXTENSIONS_LABEL="Ignored Extensions"
  54  COM_MEDIA_FIELD_ILLEGAL_MIME_TYPES_DESC="A comma separated list of forbidden MIME types to upload."
  55  COM_MEDIA_FIELD_ILLEGAL_MIME_TYPES_LABEL="Forbidden MIME Types"
  56  COM_MEDIA_FIELD_LEGAL_EXTENSIONS_DESC="Extensions (file types) you are allowed to upload (comma separated)."
  57  COM_MEDIA_FIELD_LEGAL_EXTENSIONS_LABEL="Legal Extensions (File Types)"
  58  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."
  59  COM_MEDIA_FIELD_LEGAL_IMAGE_EXTENSIONS_LABEL="Legal Image Extensions (File Types)"
  60  COM_MEDIA_FIELD_LEGAL_MIME_TYPES_DESC="A comma separated list of legal MIME types to upload."
  61  COM_MEDIA_FIELD_LEGAL_MIME_TYPES_LABEL="Legal MIME Types"
  62  COM_MEDIA_FIELD_MAXIMUM_SIZE_DESC="Use zero for no limit. Note: your server has a maximum limit."
  63  COM_MEDIA_FIELD_MAXIMUM_SIZE_LABEL="Maximum Size (in MB)"
  64  COM_MEDIA_FIELD_PATH_FILE_FOLDER_DESC="Enter the path to the file folder relative to root."
  65  COM_MEDIA_FIELD_PATH_FILE_FOLDER_LABEL="Path to File Folder"
  66  COM_MEDIA_FIELD_PATH_IMAGE_FOLDER_DESC="Enter the path to the image folder relative to root."
  67  COM_MEDIA_FIELD_PATH_IMAGE_FOLDER_LABEL="Path to Image Folder"
  68  COM_MEDIA_FIELD_RESTRICT_UPLOADS_DESC="Restrict uploads for lower than manager users to images if Fileinfo or MIME Magic isn't installed."
  69  COM_MEDIA_FIELD_RESTRICT_UPLOADS_LABEL="Restrict Uploads"
  70  COM_MEDIA_FILE_EXISTS_AND_OVERRIDE="%s already exists. Do you want to replace it?"
  71  COM_MEDIA_FILES="Files"
  72  COM_MEDIA_FILESIZE="File size"
  73  COM_MEDIA_FOLDER="Folder"
  74  COM_MEDIA_FOLDER_NAME="Folder Name"
  75  COM_MEDIA_FOLDERS="Folders"
  76  COM_MEDIA_IMAGE_DESCRIPTION="Image Description"
  77  COM_MEDIA_IMAGE_URL="Image URL"
  78  COM_MEDIA_INCREASE_GRID="Increase grid size"
  79  COM_MEDIA_INSERT="Insert"
  80  COM_MEDIA_INSERT_IMAGE="Insert Image"
  81  COM_MEDIA_MAXIMUM_SIZE="Maximum Size"
  82  COM_MEDIA_MEDIA="Media"
  83  COM_MEDIA_MEDIA_DATE_CREATED="Date created"
  84  COM_MEDIA_MEDIA_DATE_MODIFIED="Date modified"
  85  COM_MEDIA_MEDIA_DIMENSION="Dimensions"
  86  COM_MEDIA_MEDIA_EXTENSION="Extension"
  87  COM_MEDIA_MEDIA_MIME_TYPE="MIME Type"
  88  COM_MEDIA_MEDIA_NAME="Name"
  89  COM_MEDIA_MEDIA_SIZE="Size"
  90  COM_MEDIA_MEDIA_TYPE="Type"
  91  COM_MEDIA_NAME="Image Name"
  92  COM_MEDIA_NO_IMAGES_FOUND="No Images Found"
  93  COM_MEDIA_NOT_SET="Not Set"
  94  COM_MEDIA_OPEN_ITEM_ACTIONS="Open item actions"
  95  COM_MEDIA_OVERALL_PROGRESS="Overall Progress"
  96  COM_MEDIA_PIXEL_DIMENSIONS="Pixel Dimensions (w x h)"
  97  COM_MEDIA_PLEASE_SELECT_ITEM="Please select item."
  98  COM_MEDIA_RENAME="Rename"
  99  COM_MEDIA_RENAME_ERROR="Error renaming item."
 100  COM_MEDIA_RENAME_SUCCESS="Item renamed."
 101  COM_MEDIA_SEARCH="Search..."
 102  COM_MEDIA_SELECT_ALL="Toggle select all"
 103  COM_MEDIA_SERVER_ERROR="Internal server error"
 104  COM_MEDIA_SHARE="Share the file"
 105  COM_MEDIA_SHARE_COPY="Copy to clipboard"
 106  COM_MEDIA_SHARE_COPY_FAILED_ERROR="Error copying to clipboard"
 107  COM_MEDIA_SHARE_DESC="Anyone with the link can view the file."
 108  COM_MEDIA_START_UPLOAD="Start Upload"
 109  COM_MEDIA_THUMBNAIL_VIEW="Thumbnail View"
 110  COM_MEDIA_TITLE="Image Title"
 111  COM_MEDIA_TOGGLE_INFO="Toggle item info"
 112  COM_MEDIA_TOGGLE_LIST_VIEW="Toggle between grid and table views"
 113  COM_MEDIA_TOGGLE_SELECT_ITEM="Toggle select item"
 114  COM_MEDIA_TOOLBAR_LABEL="Media Manager"
 115  COM_MEDIA_UP="Up"
 116  COM_MEDIA_UPLOAD="Upload"
 117  COM_MEDIA_UPLOAD_COMPLETE="Upload Complete"
 118  COM_MEDIA_UPLOAD_FILE="Upload file"
 119  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