mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
23 lines
904 B
JavaScript
23 lines
904 B
JavaScript
|
// PL lang variables
|
|||
|
// fixed by Wooya
|
|||
|
// http://www.mfusion.prv.pl
|
|||
|
|
|||
|
tinyMCE.addToLang('',{
|
|||
|
searchreplace_search_desc : 'Znajd<6A>',
|
|||
|
searchreplace_searchnext_desc : 'Znajd<6A> ponownie',
|
|||
|
searchreplace_replace_desc : 'Znajd<6A>/Zast<73>p',
|
|||
|
searchreplace_notfound : 'Uko<6B>czono wyszukiwanie. Poszukiwana fraza nie zosta<74>a odnaleziona.',
|
|||
|
searchreplace_search_title : 'Znajd<6A>',
|
|||
|
searchreplace_replace_title : 'Znajd<6A>/Zast<73>p',
|
|||
|
searchreplace_allreplaced : 'Wszystkie wyst<73>pienia poszukiwanej frazy zosta<74>y zast<73>pione. ',
|
|||
|
searchreplace_findwhat : 'Znajd<6A>',
|
|||
|
searchreplace_replacewith : 'Zast<73>p',
|
|||
|
searchreplace_direction : 'Kierunek',
|
|||
|
searchreplace_up : 'Do g<>ry',
|
|||
|
searchreplace_down : 'Do do<64>u',
|
|||
|
searchreplace_case : 'Wielko<6B><6F> liter',
|
|||
|
searchreplace_findnext : 'Znajd<6A> nast<73>pny',
|
|||
|
searchreplace_replace : 'Zast<73>p',
|
|||
|
searchreplace_replaceall : 'Zast<73>p wszystkie',
|
|||
|
searchreplace_cancel : 'Wyjd<6A>'
|
|||
|
});
|