[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/components/com_media/tmpl/media/ -> default_texts.php (source)

   1  <?php
   2  /**
   3   * @package     Joomla.Administrator
   4   * @subpackage  com_media
   5   *
   6   * @copyright   (C) 2017 Open Source Matters, Inc. <https://www.joomla.org>
   7   * @license     GNU General Public License version 2 or later; see LICENSE.txt
   8   */
   9  defined('_JEXEC') or die;
  10  
  11  use Joomla\CMS\Language\Text;
  12  
  13  Text::script('COM_MEDIA_ACTION_DELETE', true);
  14  Text::script('COM_MEDIA_ACTION_DOWNLOAD', true);
  15  Text::script('COM_MEDIA_ACTION_EDIT', true);
  16  Text::script('COM_MEDIA_ACTION_PREVIEW', true);
  17  Text::script('COM_MEDIA_ACTION_RENAME', true);
  18  Text::script('COM_MEDIA_ACTION_SHARE', true);
  19  Text::script('COM_MEDIA_BREADCRUMB_LABEL', true);
  20  Text::script('COM_MEDIA_BROWSER_TABLE_CAPTION', true);
  21  Text::script('COM_MEDIA_CONFIRM_DELETE_MODAL', true);
  22  Text::script('COM_MEDIA_CONFIRM_DELETE_MODAL_HEADING', true);
  23  Text::script('COM_MEDIA_CREATE_NEW_FOLDER', true);
  24  Text::script('COM_MEDIA_CREATE_NEW_FOLDER_ERROR', true);
  25  Text::script('COM_MEDIA_CREATE_NEW_FOLDER_SUCCESS', true);
  26  Text::script('COM_MEDIA_DECREASE_GRID', true);
  27  Text::script('COM_MEDIA_DELETE_ERROR', true);
  28  Text::script('COM_MEDIA_DELETE_SUCCESS', true);
  29  Text::script('COM_MEDIA_DROP_FILE', true);
  30  Text::script('COM_MEDIA_ERROR', true);
  31  Text::script('COM_MEDIA_ERROR_NOT_AUTHENTICATED', true);
  32  Text::script('COM_MEDIA_ERROR_NOT_AUTHORIZED', true);
  33  Text::script('COM_MEDIA_ERROR_NOT_FOUND', true);
  34  Text::script('COM_MEDIA_ERROR_WARNFILETOOLARGE', true);
  35  Text::script('COM_MEDIA_FILE', true);
  36  Text::script('COM_MEDIA_FILE_EXISTS_AND_OVERRIDE', true);
  37  Text::script('COM_MEDIA_FOLDER', true);
  38  Text::script('COM_MEDIA_FOLDER_NAME', true);
  39  Text::script('COM_MEDIA_INCREASE_GRID', true);
  40  Text::script('COM_MEDIA_MEDIA_DATE_CREATED', true);
  41  Text::script('COM_MEDIA_MEDIA_DATE_MODIFIED', true);
  42  Text::script('COM_MEDIA_MEDIA_DIMENSION', true);
  43  Text::script('COM_MEDIA_MEDIA_EXTENSION', true);
  44  Text::script('COM_MEDIA_MEDIA_MIME_TYPE', true);
  45  Text::script('COM_MEDIA_MEDIA_NAME', true);
  46  Text::script('COM_MEDIA_MEDIA_SIZE', true);
  47  Text::script('COM_MEDIA_MEDIA_TYPE', true);
  48  Text::script('COM_MEDIA_NAME', true);
  49  Text::script('COM_MEDIA_OPEN_ITEM_ACTIONS', true);
  50  Text::script('COM_MEDIA_PLEASE_SELECT_ITEM', true);
  51  Text::script('COM_MEDIA_RENAME', true);
  52  Text::script('COM_MEDIA_RENAME_ERROR', true);
  53  Text::script('COM_MEDIA_RENAME_SUCCESS', true);
  54  Text::script('COM_MEDIA_SEARCH', true);
  55  Text::script('COM_MEDIA_SELECT_ALL', true);
  56  Text::script('COM_MEDIA_SERVER_ERROR', true);
  57  Text::script('COM_MEDIA_SHARE', true);
  58  Text::script('COM_MEDIA_SHARE_COPY', true);
  59  Text::script('COM_MEDIA_SHARE_COPY_FAILED_ERROR', true);
  60  Text::script('COM_MEDIA_SHARE_DESC', true);
  61  Text::script('COM_MEDIA_TOGGLE_INFO', true);
  62  Text::script('COM_MEDIA_TOGGLE_LIST_VIEW', true);
  63  Text::script('COM_MEDIA_TOGGLE_SELECT_ITEM', true);
  64  Text::script('COM_MEDIA_TOOLBAR_LABEL', true);
  65  Text::script('COM_MEDIA_UPLOAD_SUCCESS', true);
  66  Text::script('ERROR', true);
  67  Text::script('JACTION_CREATE', true);
  68  Text::script('JAPPLY', true);
  69  Text::script('JCANCEL', true);
  70  Text::script('JGLOBAL_CONFIRM_DELETE', true);
  71  Text::script('JLIB_FORM_FIELD_REQUIRED_VALUE', true);
  72  Text::script('MESSAGE', true);


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