File: pl.js

package info (click to toggle)
turbotinymce 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,196 kB
  • ctags: 826
  • sloc: python: 159; sh: 22; makefile: 13
file content (23 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// 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/Zastp',
searchreplace_notfound : 'Ukoczono wyszukiwanie. Poszukiwana fraza nie zostaa odnaleziona.',
searchreplace_search_title : 'Znajd',
searchreplace_replace_title : 'Znajd/Zastp',
searchreplace_allreplaced : 'Wszystkie wystpienia poszukiwanej frazy zostay zastpione. ',
searchreplace_findwhat : 'Znajd',
searchreplace_replacewith : 'Zastp',
searchreplace_direction : 'Kierunek',
searchreplace_up : 'Do gry',
searchreplace_down : 'Do dou',
searchreplace_case : 'Wielko liter',
searchreplace_findnext : 'Znajd nastpny',
searchreplace_replace : 'Zastp',
searchreplace_replaceall : 'Zastp wszystkie',
searchreplace_cancel : 'Wyjd'
});