Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lang/English/upload.php
blob: 8f8aa9aed33e5f67a5b7a54ebf68798a72905247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
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.',
);