Index: trunk/extensions/FCKeditor/plugins/mediawiki/lang/pl.js |
— | — | @@ -67,8 +67,8 @@ |
68 | 68 | FCKLang.wikiLnkSearching = 'wyszukiwanie...'; |
69 | 69 | FCKLang.wikiLnkSearchNothing = 'nie znaleziono żadnego artykułu'; |
70 | 70 | FCKLang.wikiLnkSearch1Found = 'znaleziono jednen artykuł'; |
71 | | -FCKLang.wikiLnkSearchSeveral = 'znaleziono %1 artykuły' |
72 | | -FCKLang.wikiLnkSearchALot = 'znaleziono %1 artykułów' |
| 71 | +FCKLang.wikiLnkSearchSeveral = 'znaleziono %1 artykuły'; |
| 72 | +FCKLang.wikiLnkSearchALot = 'znaleziono %1 artykułów'; |
73 | 73 | |
74 | 74 | FCKLang.wikiTeX = 'Formuła matematyczna (notacja TeX)'; |
75 | 75 | FCKLang.wikiTeXEmpty = 'Nie wprowadzono formuły'; |
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/ref.html |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | window.parent.SetOkButton( true ) ; |
66 | 66 | window.parent.SetAutoSize( true ) ; |
67 | 67 | GetE('xRefText').focus(); |
68 | | -} |
| 68 | +}; |
69 | 69 | |
70 | 70 | function LoadSelection() |
71 | 71 | { |
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/link.html |
— | — | @@ -59,7 +59,7 @@ |
60 | 60 | window.parent.SetOkButton( true ) ; |
61 | 61 | window.parent.SetAutoSize( true ) ; |
62 | 62 | GetE('txtUrl').focus(); |
63 | | -} |
| 63 | +}; |
64 | 64 | |
65 | 65 | function LoadSelection() |
66 | 66 | { |
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/source.html |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | // Activate the "OK" button. |
69 | 69 | window.parent.SetOkButton( true ) ; |
70 | 70 | window.parent.SetAutoSize( true ) ; |
71 | | -} |
| 71 | +}; |
72 | 72 | |
73 | 73 | function LoadSelection() |
74 | 74 | { |
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/special.html |
— | — | @@ -105,7 +105,7 @@ |
106 | 106 | window.parent.SetOkButton( true ) ; |
107 | 107 | window.parent.SetAutoSize( true ) ; |
108 | 108 | GetE('xTemplateRaw').focus(); |
109 | | -} |
| 109 | +}; |
110 | 110 | |
111 | 111 | function LoadSearchResults( result ) |
112 | 112 | { |
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/image.html |
— | — | @@ -59,7 +59,7 @@ |
60 | 60 | window.parent.SetAutoSize( true ) ; |
61 | 61 | window.parent.SetOkButton( true ) ; |
62 | 62 | GetE('txtUrl').focus(); |
63 | | -} |
| 63 | +}; |
64 | 64 | |
65 | 65 | function LoadSelection() |
66 | 66 | { |
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/math.html |
— | — | @@ -61,7 +61,7 @@ |
62 | 62 | window.parent.SetOkButton( true ) ; |
63 | 63 | window.parent.SetAutoSize( true ) ; |
64 | 64 | GetE('xTemplateRaw').focus(); |
65 | | -} |
| 65 | +}; |
66 | 66 | |
67 | 67 | function LoadSelection() |
68 | 68 | { |
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/template.html |
— | — | @@ -76,7 +76,7 @@ |
77 | 77 | window.parent.SetOkButton( true ) ; |
78 | 78 | window.parent.SetAutoSize( true ) ; |
79 | 79 | GetE('xTemplateRaw').focus(); |
80 | | -} |
| 80 | +}; |
81 | 81 | |
82 | 82 | function LoadSearchResults( result ) |
83 | 83 | { |
Index: trunk/extensions/FCKeditor/plugins/mediawiki_localfilelink/link_dialog.html |
— | — | @@ -57,7 +57,7 @@ |
58 | 58 | // Activate the "OK" button. |
59 | 59 | window.parent.SetOkButton( true ) ; |
60 | 60 | window.parent.SetAutoSize( true ) ; |
61 | | -} |
| 61 | +}; |
62 | 62 | |
63 | 63 | function LoadSelection() |
64 | 64 | { |