updated: to the new Space API (pikotools)
changed: in locale txt files:
the '(' and ')' characters should be escaped '\(' and '\)'
or the whole string should be quoted
added: when parsing locale files we print the line number where there was a syntax error
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@833 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
32
locale/en
32
locale/en
@@ -94,7 +94,7 @@ form_ticket_status = Status
|
||||
form_ticket_priority = Priority
|
||||
form_ticket_category = Category
|
||||
form_ticket_expected = Expected in
|
||||
form_ticket_progress = Progress (0-100)
|
||||
form_ticket_progress = "Progress (0-100)"
|
||||
|
||||
form_ticket_create_submit = Create a new ticket
|
||||
form_ticket_edit_submit = Edit a ticket
|
||||
@@ -115,7 +115,7 @@ 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)
|
||||
ln_make_redirect = "Make redirect (only for symbolic links)"
|
||||
form_ln_legend = Link form
|
||||
|
||||
|
||||
@@ -199,7 +199,7 @@ reload_select = Choose an item to reload
|
||||
reload_templates = html templates
|
||||
reload_tickets = tickets config files
|
||||
reload_group = groups config files
|
||||
reload_export = export directories (FTP)
|
||||
reload_export = "export directories (FTP)"
|
||||
|
||||
|
||||
rm_header = Remove
|
||||
@@ -293,19 +293,19 @@ who_tab_last_active = Last active
|
||||
who_none = There is no any sessions.
|
||||
|
||||
admin_options = Other administrative options
|
||||
admin_ls = List directory (ls)
|
||||
admin_mkdir = Add directory (mkdir)
|
||||
admin_emacs_add = Add page (emacs)
|
||||
admin_emacs_edit = Edit page (emacs)
|
||||
admin_ckeditor_add = Add page (ckeditor)
|
||||
admin_ckeditor_edit = Edit page (ckeditor)
|
||||
admin_nicedit_add = Add page (nicedit)
|
||||
admin_nicedit_edit = Edit page (nicedit)
|
||||
admin_tinymce_add = Add page (tinymce)
|
||||
admin_tinymce_edit = Edit page (tinymce)
|
||||
admin_rm = Remove page (rm)
|
||||
admin_upload = File manager (upload)
|
||||
admin_sort = Sort items (sort)
|
||||
admin_ls = "List directory (ls)"
|
||||
admin_mkdir = "Add directory (mkdir)"
|
||||
admin_emacs_add = "Add page (emacs)"
|
||||
admin_emacs_edit = "Edit page (emacs)"
|
||||
admin_ckeditor_add = "Add page (ckeditor)"
|
||||
admin_ckeditor_edit = "Edit page (ckeditor)"
|
||||
admin_nicedit_add = "Add page (nicedit)"
|
||||
admin_nicedit_edit = "Edit page (nicedit)"
|
||||
admin_tinymce_add = "Add page (tinymce)"
|
||||
admin_tinymce_edit = "Edit page (tinymce)"
|
||||
admin_rm = "Remove page (rm)"
|
||||
admin_upload = "File manager (upload)"
|
||||
admin_sort = "Sort items (sort)"
|
||||
|
||||
|
||||
login_header = Login
|
||||
|
||||
Reference in New Issue
Block a user