1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 06:03:27 +02:00

Issue #6: Remove and optimize (hardcoded) LANS

This commit is contained in:
Lóna Lore
2015-05-01 15:55:13 +02:00
parent f48ca466e9
commit 3db8afc8d9
2 changed files with 55 additions and 26 deletions

View File

@@ -141,9 +141,29 @@ define('IMALAN_103', 'Use Modest Branding');
define('IMALAN_104', 'Make the YouTube bbcode responsive');
define('IMALAN_105', 'Resize images during media import');
define('IMALAN_106', 'Leave empty to disable');
define('IMALAN_107', 'Watermark');
define('IMALAN_108', 'Watermark');
define('IMALAN_109', 'Watermark');
define('IMALAN_110', 'Watermark');
define('IMALAN_107', 'Couldn\'t generated path from upload data');
define('IMALAN_108', 'Couldn\'t move file from [x] to [y]');
define('IMALAN_109', 'Couldn\'t get path');
define('IMALAN_110', 'Couldn\'t move file from [x] to [y]');
define('IMALAN_111', 'Couldn\'t detect mime-type([x]). Upload failed.');
define('IMALAN_112', 'Couldn\'t create folder ([x]).');
define('IMALAN_113', 'Scanning for new media (images, videos, files) in folder:');
define('IMALAN_114', 'No media Found! Please upload some files.');
define('IMALAN_115', 'Title (internal use)');
define('IMALAN_116', 'Caption (seen by public)');
define('IMALAN_117', 'Author');
define('IMALAN_118', 'Mime Type');
define('IMALAN_119', 'File Size');
define('IMALAN_120', 'Dimensions');
define('IMALAN_121', 'Preview');
define('IMALAN_122', '[x] couldn\'t be renamed. Check file perms.');
define('IMALAN_123', 'Import into Category:');
define('IMALAN_124', 'Import Selected Files');
define('IMALAN_125', 'Delete Selected Files');
define('IMALAN_126', 'Please check at least one file.');
define('IMALAN_127', 'Couldn\'t get file info from:');
define('IMALAN_128', 'Importing Media:');
define('IMALAN_129', 'Could');
define('IMALAN_130', 'Could');
?>