we can create links (hard links, symbolic links) now
added winix functions: ln winix function 'default' can be used without redirecting now added new tickets types: TypeProgress, TypeString, TypeMultistring, TypeImages, TypeFiles now tickets are combined with files added winix functions: showtickets fixed mountpoints: when the default root mount was created its parameter table was empty and it caused accessing to a non-existing objects fixed logger: modifiers (log1, log2, log3) were incorrectly treated added modifier: log4 (debug info) now we are moving threads to a new plugin 'thread' created directory: plugins/thread (not finished yet) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@704 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
26
locale/en
26
locale/en
@@ -50,6 +50,7 @@ change = Change
|
||||
edit = Edit
|
||||
add = Add
|
||||
move = Move
|
||||
copy = Copy
|
||||
user = User
|
||||
group = Group
|
||||
permissions = Permissions
|
||||
@@ -79,9 +80,19 @@ form_ticket_create_submit = Create a new ticket
|
||||
form_ticket_edit_submit = Edit a ticket
|
||||
|
||||
default_header = Default item in a directory
|
||||
|
||||
default_make_redirect = Make redirect
|
||||
form_default_legend = Default item form
|
||||
|
||||
ln_header = Link
|
||||
ln_info = Create a link in directory
|
||||
ln_to = Link pointing to
|
||||
ln_hardlink = hardlink
|
||||
ln_symlink = symbolic link
|
||||
ln_make_redirect = Make redirect (only for symbolic links)
|
||||
form_ln_legend = Link form
|
||||
|
||||
|
||||
|
||||
form_emacs_legend = Edit form
|
||||
|
||||
form_emacs_content_cms = Content
|
||||
@@ -124,8 +135,14 @@ reload_templates = html templates
|
||||
reload_tickets = tickets config files
|
||||
|
||||
|
||||
rm_file_header = Are you sure you want to delete the file?
|
||||
rm_dir_header = Are you sure you want to delete the directory?
|
||||
rm_header = Remove
|
||||
rm_form_legend = Remove form
|
||||
rm_file = Do you really want to remove file
|
||||
rm_symlink = Do you really want to remove symlink
|
||||
rm_dir = Do you really want to remove directory
|
||||
rm_only_content = Remove only the content of the directory
|
||||
rm_root = You cannot remove the root directory, you are only allowed to delete the content of the directory
|
||||
rm_submit = Remove
|
||||
|
||||
thread_create_new = Create a new thread
|
||||
thread_tab_title = Thread title
|
||||
@@ -216,6 +233,9 @@ cp_dir = Copy directory
|
||||
cp_only_content = Copy only content of the directory
|
||||
cp_remove_defaults = Remove 'default' attribute from copied directories
|
||||
cp_preserve_attr = Preserve attributes: user, group, times
|
||||
cp_follow_symlinks = Follow symlinks
|
||||
|
||||
|
||||
|
||||
stat_header = Stat
|
||||
stat_item_type = type
|
||||
|
23
locale/pl
23
locale/pl
@@ -80,9 +80,18 @@ form_ticket_create_submit = Załóż zgłoszenie
|
||||
form_ticket_edit_submit = Edytuj zgłoszenie
|
||||
|
||||
default_header = Domyślna pozycja w katalogu
|
||||
|
||||
default_make_redirect = Wykonaj przekierowanie
|
||||
form_default_legend = Formularz zmiany pozycji domyślnej
|
||||
|
||||
ln_header = Link
|
||||
ln_info = Stwórz link w katalogu
|
||||
ln_to = Link wskazujący na
|
||||
ln_hardlink = hard link
|
||||
ln_symlink = link symboliczny
|
||||
ln_make_redirect = Wykonaj przekierowanie (jedynie dla linków symbolicznych)
|
||||
form_ln_legend = Formularz zmiany linku
|
||||
|
||||
|
||||
form_emacs_legend = Formularz edycji.
|
||||
|
||||
form_emacs_content_cms = Zawartość:
|
||||
@@ -126,8 +135,14 @@ reload_templates = szablony html
|
||||
reload_tickets = pliki konfiguracyjne ticketów
|
||||
|
||||
|
||||
rm_file_header = Czy napewno chcesz usunąć podaną pozycję?
|
||||
rm_dir_header = Czy napewno chcesz usunąć podany katalog?
|
||||
rm_header = Usuń
|
||||
rm_form_legend = Formularz usuwania
|
||||
rm_file = Czy napewno usunąć plik
|
||||
rm_symlink = Czy napewno usunąć symlink
|
||||
rm_dir = Czy napewno usunąć katalog
|
||||
rm_only_content = Usuń jedynie zawartość katalogu
|
||||
rm_root = Nie możesz skasować katalogu głównego, możesz jedynie usunąć jego zawartość
|
||||
rm_submit = Usuń
|
||||
|
||||
thread_create_new = Załóż nowy wątek
|
||||
thread_tab_title = Tytuł wątku
|
||||
@@ -220,6 +235,8 @@ cp_dir = Kopiuj katalog
|
||||
cp_only_content = Kopiuj tylko zawartość katalogu
|
||||
cp_remove_defaults = Usuń atrybut 'default' z kopiowanych katalogów
|
||||
cp_preserve_attr = Zachowaj atrybuty: użytkownik, grupa, czas
|
||||
cp_follow_symlinks = Podążaj za linkami symbolicznymi
|
||||
|
||||
|
||||
|
||||
stat_header = Stat
|
||||
|
Reference in New Issue
Block a user