Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lang/English
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-09-17 14:36:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-09-17 14:36:49 +0200
commitadbe6225d8aaaaa785389345e5621c6369636ab3 (patch)
treef05e2ba1fb912231c0a03bcb4165e620834fdb7d /lang/English
parent598e662d52afb3b80289390aa4605717ab7cc911 (diff)
added upload-mod 3.0.3
Diffstat (limited to 'lang/English')
-rw-r--r--lang/English/upload.php92
1 files changed, 92 insertions, 0 deletions
diff --git a/lang/English/upload.php b/lang/English/upload.php
new file mode 100644
index 0000000..8f8aa9a
--- /dev/null
+++ b/lang/English/upload.php
@@ -0,0 +1,92 @@
+<?php
+
+$lang_up = array(
+'No upfiles' => 'No upload.',
+'Error' => '<strong>Error</strong> : ',
+'Error DB' => 'Unable to insert in table %s',
+'Error DB ins-up' => 'Error in the DB insert/update',
+'Error space' => 'You exceeded your storage space. Delete files and try again.',
+'Error delete' => 'Error during the file delete.',
+'Error img' => 'Invalid format of the picture. Or the server doesn\'t support processing of pictures.',
+'Error no mod img' => 'The picture has crash at updating.',
+'Error open' => 'Uploaded file doesn\'t open.',
+'Error inject' => 'Uploaded file contains the forbidden string. Archive this file and try again, Or speak to administrator.',
+'Error usage' => 'File used in %d post(s).',
+
+'Redirect' => 'Options updated. Redirecting …',
+'Install info' => 'Prepare the database and cache to operate Uploadile.',
+'Install' => 'Install',
+'Update info' => 'Update the cache. (default values)',
+'Update' => 'Update',
+'Uninstall info' => 'Restore the DB and modify the cache to uninstall Uploadile.',
+'Uninstall' => 'Uninstall',
+
+'configuration' => 'Configuration',
+'plugin_desc' => 'This plugin gives the chance to operate uploading of files.',
+'legend_2' => 'Setup of pictures',
+'laws' => 'File type allowed. Separate with a comma (,).',
+'thumb' => 'Activate thumbnails',
+'thumb_size' => 'Thumbs size: ',
+'quality' => 'Quality: ',
+'maxsize_member' => 'Max size members can upload (MBytes).',
+'limit_member' => 'Space allocated to members (MBytes).',
+'px' => 'Pixel',
+'kbytes' => 'KBytes',
+'pictures' => 'Pictures',
+'for pictures' => 'For files greater than',
+'Install quality' => 'Install quality:',
+'Size not more' => 'Size not more (WxH):',
+'to jpeg' => 'Convert to jpeg',
+
+'Redirect delete' => 'File(s) deleted with success. Redirecting …',
+'Redirect upload' => 'File uploaded. Redirecting …',
+
+'uploadile' => 'My uploads',
+'titre_2' => 'Upload a file',
+'titre_4' => 'My uploads',
+'popup_title' => 'File manager',
+
+'info_2' => '%1$s (%2$s max file size)',
+'info_4' => 'Storage space used: <span>%s</span> of %s allowed.',
+'legend' => 'File',
+'fichier' => 'Select a file',
+
+'th0' => 'Username',
+'th1' => 'File name',
+'th2' => 'Preview',
+'no_preview' => 'None',
+'Member files' => 'Member files (new above)',
+
+'legend_1' => 'Convert',
+'convert' => 'Convert',
+'mo' => 'Value in MB',
+'ko' => 'Value in KB',
+'o' => 'Value in B',
+'texte' => 'Your text here',
+'delete' => 'Delete',
+'delete file' => 'Do you want to delete this file?',
+'insert' => 'Insert',
+'insert_thumb' => 'Insert thumbnail',
+'update_thumb' => 'Update thumbs',
+
+'upfiles' => 'Uploads',
+
+'groups' => 'Adjustment of groups',
+'group' => 'Group',
+
+// Avatar upload stuff
+'Bad type' => 'The file you tried to upload is not of an allowed type.',
+'Too large' => 'The file you tried to upload is larger than the maximum allowed',
+'Move failed' => 'The server was unable to save the uploaded file.',
+'Unknown failure' => 'An unknown error occurred.',
+'Upload' => 'Upload',
+
+'UPLOAD_ERR_INI_SIZE' => 'The uploaded file exceeds the upload_max_filesize directive in php.ini.',
+'UPLOAD_ERR_FORM_SIZE' => 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.',
+'UPLOAD_ERR_PARTIAL' => 'The uploaded file was only partially uploaded.',
+'UPLOAD_ERR_NO_FILE' => 'No file was uploaded.',
+'UPLOAD_ERR_NO_TMP_DIR' => 'Missing a temporary folder.',
+'UPLOAD_ERR_CANT_WRITE' => 'Failed to write file to disk.',
+'UPLOAD_ERR_EXTENSION' => 'A PHP extension stopped the file upload.',
+'UPLOAD_ERR_UNKNOWN' => 'Unknown upload error.',
+);