Index: branches/happy-melon/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2148,24 +2148,6 @@ |
2149 | 2149 | 'upload-unknown-size' => 'Unknown size', |
2150 | 2150 | 'upload-http-error' => 'An HTTP error occured: $1', |
2151 | 2151 | |
2152 | | -# img_auth script messages |
2153 | | -'img-auth-accessdenied' => 'Access denied', |
2154 | | -'img-auth-nopathinfo' => 'Missing PATH_INFO. |
2155 | | -Your server is not set up to pass this information. |
2156 | | -It may be CGI-based and cannot support img_auth. |
2157 | | -See http://www.mediawiki.org/wiki/Manual:Image_Authorization.', |
2158 | | -'img-auth-notindir' => 'Requested path is not in the configured upload directory.', |
2159 | | -'img-auth-badtitle' => 'Unable to construct a valid title from "$1".', |
2160 | | -'img-auth-nologinnWL' => 'You are not logged in and "$1" is not in the whitelist.', |
2161 | | -'img-auth-nofile' => 'File "$1" does not exist.', |
2162 | | -'img-auth-isdir' => 'You are trying to access a directory "$1". |
2163 | | -Only file access is allowed.', |
2164 | | -'img-auth-streaming' => 'Streaming "$1".', |
2165 | | -'img-auth-public' => 'The function of img_auth.php is to output files from a private wiki. |
2166 | | -This wiki is configured as a public wiki. |
2167 | | -For optimal security, img_auth.php is disabled.', |
2168 | | -'img-auth-noread' => 'User does not have access to read "$1".', |
2169 | | - |
2170 | 2152 | # Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html> |
2171 | 2153 | 'upload-curl-error6' => 'Could not reach URL', |
2172 | 2154 | 'upload-curl-error6-text' => 'The URL provided could not be reached. |
— | — | @@ -4194,4 +4176,19 @@ |
4195 | 4177 | 'htmlform-reset' => 'Undo changes', |
4196 | 4178 | 'htmlform-selectorother-other' => 'Other', |
4197 | 4179 | |
| 4180 | +# Add categories per AJAX |
| 4181 | +'ajax-add-category' => 'Add category', |
| 4182 | +'ajax-add-category-submit' => 'Add', |
| 4183 | +'ajax-confirm-title' => 'Confirm action', |
| 4184 | +'ajax-confirm-prompt' => 'You can provide an edit summary below. |
| 4185 | +Click "Save" to save your edit.', |
| 4186 | +'ajax-confirm-save' => 'Save', |
| 4187 | +'ajax-add-category-summary' => 'Add category "$1"', |
| 4188 | +'ajax-remove-category-summary' => 'Remove category "$1"', |
| 4189 | +'ajax-confirm-actionsummary' => 'Action to take:', |
| 4190 | +'ajax-error-title' => 'Error', |
| 4191 | +'ajax-error-dismiss' => 'OK', |
| 4192 | +'ajax-remove-category-error' => 'It was not possible to remove this category. |
| 4193 | +This usually occurs when the category has been added to the page in a template.', |
| 4194 | + |
4198 | 4195 | ); |