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¼',
|
|
searchreplace_searchnext_desc : 'Znajd¼ ponownie',
|
|
searchreplace_replace_desc : 'Znajd¼/Zast±p',
|
|
searchreplace_notfound : 'Ukoñczono wyszukiwanie. Poszukiwana fraza nie zosta³a odnaleziona.',
|
|
searchreplace_search_title : 'Znajd¼',
|
|
searchreplace_replace_title : 'Znajd¼/Zast±p',
|
|
searchreplace_allreplaced : 'Wszystkie wyst±pienia poszukiwanej frazy zosta³y zast±pione. ',
|
|
searchreplace_findwhat : 'Znajd¼',
|
|
searchreplace_replacewith : 'Zast±p',
|
|
searchreplace_direction : 'Kierunek',
|
|
searchreplace_up : 'Do góry',
|
|
searchreplace_down : 'Do do³u',
|
|
searchreplace_case : 'Wielko¶æ liter',
|
|
searchreplace_findnext : 'Znajd¼ nastêpny',
|
|
searchreplace_replace : 'Zast±p',
|
|
searchreplace_replaceall : 'Zast±p wszystkie',
|
|
searchreplace_cancel : 'Wyjd¼'
|
|
}); |