29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-09-06 02:14:40 +00:00

[4.0]Added lang string for upload file (#23951)

* lang string

Signed-off-by: Nitish Bahl <nitishbahl24@gmail.com>

* added in default_texts.php

Signed-off-by: Nitish Bahl <nitishbahl24@gmail.com>

* Alpha ordering of strings

* Update default_texts.php

* Adding string in frontend

* oops
This commit is contained in:
Nitish Bahl 2019-03-07 16:04:26 +05:30 committed by infograf768
parent 12d550527f
commit a694fc6dd1
4 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@
ref="browserItems">
<div class="media-dragoutline">
<span class="fa fa-cloud-upload upload-icon" aria-hidden="true"></span>
<p>Drop file(s) to Upload</p>
<p>{{ translate('COM_MEDIA_DROP_FILE') }}</p>
</div>
<div v-if="listView === 'table'" class="media-browser-table">
<div class="media-browser-table-head">

View File

@ -25,6 +25,7 @@ Text::script('COM_MEDIA_CREATE_NEW_FOLDER_SUCCESS', true);
Text::script('COM_MEDIA_DECREASE_GRID', true);
Text::script('COM_MEDIA_DELETE_ERROR', true);
Text::script('COM_MEDIA_DELETE_SUCCESS', true);
Text::script('COM_MEDIA_DROP_FILE', true);
Text::script('COM_MEDIA_ERROR', true);
Text::script('COM_MEDIA_ERROR_NOT_AUTHENTICATED', true);
Text::script('COM_MEDIA_ERROR_NOT_AUTHORIZED', true);

View File

@ -20,6 +20,7 @@ COM_MEDIA_CREATE_NEW_FOLDER_SUCCESS="Folder created."
COM_MEDIA_DECREASE_GRID="Decrease grid size"
COM_MEDIA_DELETE_ERROR="Error deleting the item."
COM_MEDIA_DELETE_SUCCESS="Item deleted."
COM_MEDIA_DROP_FILE="Drop file(s) to Upload"
COM_MEDIA_EDIT="Media Edit"
COM_MEDIA_ERROR="An error occurred."
COM_MEDIA_ERROR_NO_PROVIDERS="No filesystem providers have been found. Please enable at least one <a href=\"%s\">filesystem plugin</a>."

View File

@ -34,6 +34,7 @@ COM_MEDIA_DESCFTPTITLE="FTP Login Details"
COM_MEDIA_DETAIL_VIEW="Detail View"
COM_MEDIA_DIRECTORY="Folder"
COM_MEDIA_DIRECTORY_UP="Folder Up"
COM_MEDIA_DROP_FILE="Drop file(s) to Upload"
COM_MEDIA_ERROR="An error occurred."
COM_MEDIA_ERROR_BAD_REQUEST="Bad Request"
COM_MEDIA_ERROR_FILE_EXISTS="File already exists."