mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 05:11:42 +02:00
Issue #6 Language-file standards. Wrap definitions in double-quotes.
This commit is contained in:
@@ -11,25 +11,25 @@
|
||||
*/
|
||||
define("PAGE_NAME", "Upload");
|
||||
|
||||
define('LAN_UL_001','Invalid email address');
|
||||
define('LAN_UL_002', 'You do not have the correct permissions to upload files to this server.'); // LAN_403
|
||||
define("LAN_UL_001","Invalid email address");
|
||||
define("LAN_UL_002", "You do not have the correct permissions to upload files to this server."); // LAN_403
|
||||
|
||||
define('LAN_UL_020', 'Error');
|
||||
define('LAN_UL_021', 'Upload Failure');
|
||||
define('LAN_UL_022', 'May vary by file type');
|
||||
define('LAN_UL_023', 'Type');
|
||||
define('LAN_UL_024', 'Max Size');
|
||||
define('LAN_UL_025', 'Uploads not allowed ');
|
||||
define('LAN_UL_026', '');
|
||||
define('LAN_UL_027', '');
|
||||
define("LAN_UL_020", "Error");
|
||||
define("LAN_UL_021", "Upload Failure");
|
||||
define("LAN_UL_022", "May vary by file type");
|
||||
define("LAN_UL_023", "Type");
|
||||
define("LAN_UL_024", "Max Size");
|
||||
define("LAN_UL_025", "Uploads not allowed ");
|
||||
define("LAN_UL_026", "");
|
||||
define("LAN_UL_027", "");
|
||||
|
||||
define('LAN_UL_032', 'You must select a category');
|
||||
define('LAN_UL_033', 'You must enter a valid email address');
|
||||
define('LAN_UL_034', 'You must specify the file name');
|
||||
define('LAN_UL_035', 'You must enter a description');
|
||||
define('LAN_UL_036', 'You must specify the file to upload');
|
||||
define('LAN_UL_037', 'You must specify a category');
|
||||
define('LAN_UL_038', '');
|
||||
define("LAN_UL_032", "You must select a category");
|
||||
define("LAN_UL_033", "You must enter a valid email address");
|
||||
define("LAN_UL_034", "You must specify the file name");
|
||||
define("LAN_UL_035", "You must enter a description");
|
||||
define("LAN_UL_036", "You must specify the file to upload");
|
||||
define("LAN_UL_037", "You must specify a category");
|
||||
define("LAN_UL_038", "");
|
||||
|
||||
define("LAN_61", "Your Name: ");
|
||||
define("LAN_112", "Email Address: ");
|
||||
|
Reference in New Issue
Block a user