Ticket #1569: en.2.js

File en.2.js, 3.4 KB (added by Artur Formella, 16 years ago)
Line 
1/*
2 * mediaWiki FCKeditor plugin
3 *
4 * English language file.
5 */
6
7FCKLang.wikiTabEdit                                             = 'Edit';
8FCKLang.wikiTabManual                                   = 'Manual';
9
10FCKLang.wikiBtnTemplate                         = 'Insert/Edit Template';
11FCKLang.wikiBtnReference                        = 'Insert/Edit Reference';
12FCKLang.wikiBtnFormula                          = 'Insert/Edit Formula';
13FCKLang.wikiBtnSpecial                          = 'Insert/Edit Special Tag';
14FCKLang.wikiCmdTemplate                         = 'Template Properties';
15FCKLang.wikiCmdReference                        = 'Reference Properties';
16FCKLang.wikiCmdFormula                          = 'Formula';
17FCKLang.wikiLoadingWikitext             = 'Loading Wikitext. Please wait...';
18FCKLang.wikiMnuTemplate                         = 'Template Properties';
19FCKLang.wikiMnuMagicWord                        = 'Modify Magic Word';
20FCKLang.wikiMnuReference                        = 'Reference Properties';
21FCKLang.wikiMnuFormula                          = 'Edit Formula';
22FCKLang.wikiCmdSpecial                          = 'Special Tag Properties';
23FCKLang.wikiMnuSpecial                          = 'Special Tag Properties';
24
25FCKLang.wikiImgFileName                         = 'Image file name';
26FCKLang.wikiImgNotice1                          = 'Image have to be uploded before';
27FCKLang.wikiImgNotice2                          = 'use "Upload file" on the left side of the screen';
28FCKLang.wikiImgCaption                          = 'Caption';
29FCKLang.wikiImgType                                             = 'Special Type';
30FCKLang.wikiImgTypeThumb                        = 'Thumbnail';
31FCKLang.wikiImgTypeFrame                        = 'Frame';
32FCKLang.wikiImgTypeBorder                       = 'Border';
33FCKLang.wikiImgAlignCenter              = 'Center';
34
35FCKLang.wikiImgAutomatic                        = 'Automatic search results';
36FCKLang.wikiImgTooShort                         = 'too short... type more';
37FCKLang.wikiImgStartTyping              = 'start typing in the above field';
38FCKLang.wikiImgStopTyping                       = 'stop typing to search';
39FCKLang.wikiImgSearching                        = 'searching...';
40FCKLang.wikiImgSearchNothing    = 'no images found';
41FCKLang.wikiImgSearch1Found             = 'one image found';
42FCKLang.wikiImgSearchSeveral    = '%1 images found ';
43FCKLang.wikiImgSearchALot                       = '%1 images found ';
44
45FCKLang.wikiLnk                                                         = 'Link';
46FCKLang.wikiLnkAutomatic                        = 'Automatic search results';
47FCKLang.wikiLnkNoSearchAnchor   = 'anchor link... no search for it';
48FCKLang.wikiLnkNoSearchMail             = 'e-mail link... no search for it';
49FCKLang.wikiLnkNoSearchExt              = 'external link... no search for it';
50FCKLang.wikiLnkTooShort                         = 'too short... type more';
51FCKLang.wikiLnkStartTyping              = 'start typing in the above field';
52FCKLang.wikiLnkStopTyping                       = 'stop typing to search';
53FCKLang.wikiLnkSearching                        = 'searching...';
54FCKLang.wikiLnkSearchNothing    = 'no articles found';
55FCKLang.wikiLnkSearch1Found             = 'one article found';
56FCKLang.wikiLnkSearchSeveral    = '%1 articles found';
57FCKLang.wikiLnkSearchALot                       = '%1 articles found';
58
59FCKLang.wikiTeX                                                         = 'Formula (TeX markup)';
60FCKLang.wikiTeXEmpty                                    = 'Please type the formula';
61
62FCKLang.wikiSpTag                                                       = 'Current Special Tag';
63FCKLang.wikiSpParam                                             = 'Special tag parameters';
64
65FCKLang.wikiRef                                                         = 'Reference text (Wikitext)';
66FCKLang.wikiRefName                                             = 'Reference name (optional)';
67
68FCKLang.wikiTmpl                                                        = 'Template raw definition (from {{ to }})';
69FCKLang.wikiTmplEmpty                                   = 'Templates must start with {{ and end with }}. Please check it.';
70FCKLang.wikiTmpsel                                              =       '(Pick up a template manual here)';
71
72FCKLang.DplHelp                                                         = 'DPL stands for Dynamic Page List, and allows to generate a formatted list of pages based on selection criteria. See %link for details';
73FCKLang.inputboxHelp                                    = 'Inputbox allows to create a form for users to create new pages. The new pages edit box can be pre-loaded with any template. See %link for details';
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy