renamed: config option 'html_filter_break_lines' to 'html_filter_break_word'
added: config option 'html_filter_wrap_line' this wraps the whole line (line calculated with html tags as well) changed: orphans (for html filter) are read from locale files now ('language_orphans' value ) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@728 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
15
locale/pl
15
locale/pl
@@ -120,6 +120,21 @@ ls_header = Zawartość katalogu
|
||||
mkdir_header = Stwórz katalog
|
||||
mkdir_form_legend = Wypełnij wszystkie pozycje formularza
|
||||
|
||||
html_lang_attr_value = "pl"
|
||||
|
||||
# current limitation: winix is not allowed to convert polish capital letters to lower case
|
||||
# so we need to give both versions (small and capital letters)
|
||||
language_orphans = ( "(np.", "a", "ale", "bo", "by", "co", "czy", "do", "go", "i", "ich", "ja",
|
||||
"je", "jej", "jest", "już", "juŻ", "ją", "jĄ", "ku", "li", "mi", "na", "nie",
|
||||
"np.", "nr", "o", "od", "po", "s.", "są", "sĄ", "ta", "to", "tu", "tą", "tĄ"
|
||||
"tę", "tĘ", "u", "w", "we", "wy", "z", "za", "ze", "że", "Że", "ów", "Ów" )
|
||||
|
||||
|
||||
# orphans for SK i CZ (winix for those languages are not translated yet)
|
||||
# ("a", "i", "k", "o", "s", "u", "v", "z")
|
||||
|
||||
|
||||
|
||||
priv_header = Zmień uprawnienia dostępu
|
||||
priv_form_legend = Uprawnienia
|
||||
priv_change_in_dir = Zmień hurtowo uprawnienia w katalogu
|
||||
|
Reference in New Issue
Block a user