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
|
||||
|
||||
Reference in New Issue
Block a user