|
33 | 33 | 'DOWNLOAD_SNIPPET' => 'Download as file', |
34 | 34 | 'DOWNLOAD_SNIPPET_EXPLAIN' => 'Alternatively, you can %sdownload%s the whole entry as a file.', |
35 | 35 |
|
36 | | - 'ERR_NO_BODY' => 'You did not enter any code or upload a valid file.', |
| 36 | + 'DISALLOWED_EXTENSION' => 'The file extension %s is not allowed.', |
| 37 | + |
| 38 | + 'ERR_NO_BODY' => 'You did not enter any code or a valid file for upload.', |
37 | 39 | 'ERR_NO_TITLE' => 'You did not enter a title for your entry.', |
38 | 40 | 'ERR_NO_DESC' => 'You did not enter a description for your entry.', |
39 | 41 |
|
|
52 | 54 | 'PASTEBIN_AUTH_NO_POST' => 'You are not authorized to enter a new entry.', |
53 | 55 | 'PASTEBIN_CONFIRM' => 'Visual confirmation', |
54 | 56 | 'PASTEBIN_CONFIRM_EXPLAIN' => 'Enter the code exactly as you see it; capitalization will be ignored, zero is not used.', |
55 | | - 'PASTEBIN_DISALLOWED_EXTENSION' => 'The file extension %s is not allowed.', |
56 | 57 | 'PASTEBIN_EMPTY_FILEUPLOAD' => 'The uploaded file is empty.', |
57 | 58 | 'PASTEBIN_EXPLAIN' => 'In the pastebin, you can paste code snippets or whole files, for example to add a link to them to a support topic.', |
58 | 59 | 'PASTEBIN_HELLO' => 'Did someone direct you here?', |
59 | 60 | 'PASTEBIN_HELLO_EXPLAIN' => 'If you were directed here, please add the desired file or enter the code into the text area below and send the url to the person who sent you here.', |
| 61 | + 'PASTEBIN_INSTALLED' => 'Pastebin was successfully installed.', |
60 | 62 | 'PASTEBIN_INVALID_FILENAME' => '%s is an invalid filename', |
61 | 63 | 'PASTEBIN_NOT_UPLOADED' => 'The upload of the file failed.', |
62 | 64 | 'PASTEBIN_NO_AUTH' => 'Information', |
|
68 | 70 | 'PASTEBIN_POST' => 'New entry', |
69 | 71 | 'PASTEBIN_POST_EXPLAIN' => 'Please enter a title, choose the language to highlight, and choose the storage duration. Optionally, you can add a description of the entry. Finally, you upload your code as a file <em>or</em> enter it in the text area below.', |
70 | 72 | 'PASTEBIN_TOO_MANY' => 'You exeeded the maximum number of login trials. Please try again later.', |
| 73 | + 'PASTEBIN_UPDATED' => 'Pastebin was successfully updated to the latest version.', |
71 | 74 | 'PASTEBIN_UPLOAD' => 'Upload file', |
72 | 75 | 'PASTEBIN_UPLOAD_EXPLAIN' => 'If you selected a file for upload, code entered into the text area below will be ignored!', |
73 | 76 | 'PASTEBIN_VIEW' => 'View entry - %s', |
|
0 commit comments