Index: trunk/extensions/Cite/Cite.i18n.php |
— | — | @@ -1,4 +1,4 @@ |
2 | | -<?php |
| 2 | +<?php |
3 | 3 | /** |
4 | 4 | * Internationalisation file for Cite extension. |
5 | 5 | * |
— | — | @@ -24,12 +24,13 @@ |
25 | 25 | # User errors |
26 | 26 | 'cite_error' => 'Cite error $1; $2', |
27 | 27 | |
28 | | - 'cite_error_' . CITE_ERROR_REF_NUMERIC_KEY => 'Invalid call; expecting a non-integer key', |
29 | | - 'cite_error_' . CITE_ERROR_REF_NO_KEY => 'Invalid call; no key specified', |
30 | | - 'cite_error_' . CITE_ERROR_REF_TOO_MANY_KEYS => 'Invalid call; invalid keys, e.g. too many or wrong key specified', |
31 | | - 'cite_error_' . CITE_ERROR_REF_NO_INPUT => 'Invalid call; no input specified', |
32 | | - 'cite_error_' . CITE_ERROR_REFERENCES_INVALID_INPUT => 'Invalid input; expecting none', |
33 | | - 'cite_error_' . CITE_ERROR_REFERENCES_INVALID_PARAMETERS => 'Invalid parameters; expecting none', |
| 28 | + 'cite_error_' . CITE_ERROR_REF_NUMERIC_KEY => 'Invalid <code><ref></code> tag; name cannot be a simple integer, use a descriptive title', |
| 29 | + 'cite_error_' . CITE_ERROR_REF_NO_KEY => 'Invalid <code><ref></code> tag; refs with no content must have a name', |
| 30 | + 'cite_error_' . CITE_ERROR_REF_TOO_MANY_KEYS => 'Invalid <code><ref></code> tag; invalid names, e.g. too many', |
| 31 | + 'cite_error_' . CITE_ERROR_REF_NO_INPUT => 'Invalid <code><ref></code> tag; refs with no name must have content', |
| 32 | + 'cite_error_' . CITE_ERROR_REFERENCES_INVALID_INPUT => 'Invalid <code><references></code> tag; no input is allowed, use |
| 33 | +<code><references /></code>', |
| 34 | + 'cite_error_' . CITE_ERROR_REFERENCES_INVALID_PARAMETERS => 'Invalid <code><references></code> tag; no parameters are allowed, use <code><references /></code>', |
34 | 35 | 'cite_error_' . CITE_ERROR_REFERENCES_NO_BACKLINK_LABEL => "Ran out of custom backlink labels, define more in the \"''cite_references_link_many_format_backlink_labels''\" message", |
35 | 36 | |
36 | 37 | /* |