Ticket #1569: en.js

File en.js, 2.9 KB (added by B_aniaczek, 16 years ago)

English translation

Line 
1/*
2 * mediaWiki FCKeditor plugin
3 *
4 * English language file.
5 */
6
7FCKLang.wikiBtnTemplate         = 'Insert/Edit Template';
8FCKLang.wikiBtnReference        = 'Insert/Edit Reference';
9FCKLang.wikiBtnFormula          = 'Insert/Edit Formula';
10FCKLang.wikiCmdTemplate         = 'Template Properties';
11FCKLang.wikiCmdReference        = 'Reference Properties';
12FCKLang.wikiCmdFormula          = 'Formula';
13FCKLang.wikiLoadingWikitext     = ' Loading Wikitext. Please wait... ';
14FCKLang.wikiMnuTemplate         = 'Template Properties';
15FCKLang.wikiMnuMagicWord        = 'Modify Magic Word';
16FCKLang.wikiMnuReference        = 'Reference Properties';
17FCKLang.wikiMnuFormula          = 'Edit Formula';
18
19FCKLang.wikiImgFileName         = 'Image file name';
20FCKLang.wikiImgNotice1                  = 'Image have to be uploded before';
21FCKLang.wikiImgNotice2                  = 'use "Upload file" on the left side of the screen';
22FCKLang.wikiImgCaption          = 'Caption';
23FCKLang.wikiImgType             = 'Special Type';
24FCKLang.wikiImgTypeThumb        = 'Thumbnail';
25FCKLang.wikiImgTypeFrame        = 'Frame';
26FCKLang.wikiImgTypeBorder       = 'Border';
27FCKLang.wikiImgAlignLeft        = 'Center';
28
29FCKLang.wikiImgAutomatic        = 'Automatic search results';
30FCKLang.wikiImgTooShort         = 'too short... type more';
31FCKLang.wikiImgStartTyping      = 'start typing in the above field';
32FCKLang.wikiImgStopTyping       = 'stop typing to search';
33FCKLang.wikiImgSearching        = 'searching...';
34FCKLang.wikiImgSearchNothing    = 'no images found';
35FCKLang.wikiImgSearch1Found     = 'one image found';
36FCKLang.wikiImgSearchSeveral    = 'found %s images';
37FCKLang.wikiImgSearchALot               = 'found %s images';
38
39FCKLang.wikiLnk                 = 'Link';
40FCKLang.wikiLnkAutomatic        = 'Automatic search results';
41FCKLang.wikiLnkNoSearchAnchor   = 'anchor link... no search for it';
42FCKLang.wikiLnkNoSearchMail     = 'e-mail link... no search for it';
43FCKLang.wikiLnkNoSearchExt      = 'external link... no search for it';
44FCKLang.wikiLnkTooShort         = 'too short... type more';
45FCKLang.wikiLnkStartTyping      = 'start typing in the above field';
46FCKLang.wikiLnkStopTyping       = 'stop typing to search';
47FCKLang.wikiLnkSearching        = 'searching...';
48FCKLang.wikiLnkSearchNothing    = 'no articles found';
49FCKLang.wikiLnkSearch1Found     = 'one article found';
50FCKLang.wikiLnkSearchSeveral    = '%s articles found';
51FCKLang.wikiLnkSearchALot       = '%s articles found';
52
53FCKLang.wikiTeX                 = 'Formula (TeX markup)';
54FCKLang.wikiTeXEmpty            = 'Please type the formula';
55
56FCKLang.wikiRef                 = 'Reference text (Wikitext)';
57FCKLang.wikiRefName             = 'Reference name (optional)';
58
59FCKLang.wikiTmpl                = 'Template raw definition (from {{ to }})';
60FCKLang.wikiTmplEmpty           = 'Templates must start with {{ and end with }}. Please check it.';
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy