mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
48 lines
1.7 KiB
PHP
48 lines
1.7 KiB
PHP
<?php
|
|
/*
|
|
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Admin Language File
|
|
*
|
|
*/
|
|
|
|
// define("FMLAN_1", "Uploaded");
|
|
// define("FMLAN_2", "to");
|
|
// define("FMLAN_3", "directory");
|
|
// define("FMLAN_4", "The uploaded file exceeds the upload_max_filesize directive in php.ini.");
|
|
// define("FMLAN_5", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the html form.");
|
|
// define("FMLAN_6", "The uploaded file was only partially uploaded.");
|
|
// define("FMLAN_7", "No file was uploaded.");
|
|
// define("FMLAN_8", "Uploaded file size 0 bytes");
|
|
// define("FMLAN_9", "The file did not upload. Filename");
|
|
//define("FMLAN_10", "Error");
|
|
// define("FMLAN_11", "Probably incorrect permissions on upload directory.");
|
|
|
|
return [
|
|
'FMLAN_12' => "file",
|
|
'FMLAN_13' => "files",
|
|
'FMLAN_14' => "directory",
|
|
'FMLAN_15' => "directories",
|
|
'FMLAN_16' => "Root directory",
|
|
'FMLAN_18' => "Size",
|
|
'FMLAN_19' => "Last Modified",
|
|
'FMLAN_21' => "Upload file to this dir",
|
|
'FMLAN_22' => "Upload",
|
|
'FMLAN_29' => "Path",
|
|
'FMLAN_30' => "Up level",
|
|
'FMLAN_31' => "folder",
|
|
'FMLAN_32' => "Select Directory",
|
|
'FMLAN_34' => "Directory Choice",
|
|
'FMLAN_35' => "Files Directory",
|
|
'FMLAN_38' => "Successfully moved file to",
|
|
'FMLAN_39' => "Unable to move file to",
|
|
'FMLAN_40' => "Newspost-Images Directory",
|
|
'FMLAN_43' => "Delete selected files",
|
|
'FMLAN_46' => "Please confirm that you wish to DELETE the selected files.",
|
|
'FMLAN_47' => "User Uploads",
|
|
'FMLAN_48' => "Move selected to",
|
|
'FMLAN_49' => "Please confirm you wish to move the selected files.",
|
|
'FMLAN_50' => "Move",
|
|
'FMLAN_51' => "Unidentified error",
|
|
];
|