updated translations
This commit is contained in:
parent
9fe57dd249
commit
b85b66b429
|
@ -170,7 +170,7 @@ def create_stats_file(file_uri):
|
||||||
'# File: %s\n'%file_uri + \
|
'# File: %s\n'%file_uri + \
|
||||||
'# Generated: %s\n'%tyto.nowdate() + \
|
'# Generated: %s\n'%tyto.nowdate() + \
|
||||||
'\n' + \
|
'\n' + \
|
||||||
'# Uniq statistics from articles\' headers\n' + \
|
'# Uniq statistics from articles headers\n' + \
|
||||||
'articles = %d\n'%int(sti_articles) + \
|
'articles = %d\n'%int(sti_articles) + \
|
||||||
'uniq_authors = %d\n'%int(authors) + \
|
'uniq_authors = %d\n'%int(authors) + \
|
||||||
'uniq_anchors = %d\n'%stats["sti_uniq_anchors"] + \
|
'uniq_anchors = %d\n'%stats["sti_uniq_anchors"] + \
|
||||||
|
@ -181,7 +181,7 @@ def create_stats_file(file_uri):
|
||||||
'uniq_codes = %d\n'%stats["sti_uniq_codes"] + \
|
'uniq_codes = %d\n'%stats["sti_uniq_codes"] + \
|
||||||
'uniq_raws = %d\n'%stats["sti_uniq_raws"] + \
|
'uniq_raws = %d\n'%stats["sti_uniq_raws"] + \
|
||||||
'\n' + \
|
'\n' + \
|
||||||
'# Statistics from articles\' contents\n' + \
|
'# Statistics from articles contents\n' + \
|
||||||
'comments = %d\n'%stats["sti_comments"] + \
|
'comments = %d\n'%stats["sti_comments"] + \
|
||||||
'tags = %d\n'%stats["sti_tags"] + \
|
'tags = %d\n'%stats["sti_tags"] + \
|
||||||
'lines = %d\n'%stats["sti_lines"] + \
|
'lines = %d\n'%stats["sti_lines"] + \
|
||||||
|
@ -205,7 +205,7 @@ def create_stats_file(file_uri):
|
||||||
'quotes = %d\n'%stats["sti_quotes"] + \
|
'quotes = %d\n'%stats["sti_quotes"] + \
|
||||||
'lists = %d\n'%stats["sti_lists"] + \
|
'lists = %d\n'%stats["sti_lists"] + \
|
||||||
'\n' + \
|
'\n' + \
|
||||||
'# Included files in articles\' contents\n' + \
|
'# Included files in articles contents\n' + \
|
||||||
'files = %d\n'%stats["sti_files"] + \
|
'files = %d\n'%stats["sti_files"] + \
|
||||||
'codes = %d\n'%stats["sti_codes"] + \
|
'codes = %d\n'%stats["sti_codes"] + \
|
||||||
'raws = %d\n'%stats["sti_raws"]
|
'raws = %d\n'%stats["sti_raws"]
|
||||||
|
|
|
@ -40,7 +40,7 @@ source_code = "Source code"
|
||||||
home = "Home"
|
home = "Home"
|
||||||
go_home = "Go to Homepage"
|
go_home = "Go to Homepage"
|
||||||
read = "Read"
|
read = "Read"
|
||||||
tyto_psrc = "Show this article's source code in Tyto format"
|
tyto_psrc = "Show this article source code in Tyto format"
|
||||||
w_written = "was written the"
|
w_written = "was written the"
|
||||||
w_published = "was published the"
|
w_published = "was published the"
|
||||||
written = "written the"
|
written = "written the"
|
||||||
|
@ -51,7 +51,7 @@ published = "Published the"
|
||||||
site_sdb_t = "Featured..."
|
site_sdb_t = "Featured..."
|
||||||
|
|
||||||
# Footer
|
# Footer
|
||||||
tyto_site_t = "Official website of %s's Libre websites generator"
|
tyto_site_t = "Official website of %s, the Libre websites generator"
|
||||||
tyto_git_t = "%s's official source code repository"
|
tyto_git_t = "%s's official source code repository"
|
||||||
legal_t = "Legal notice"
|
legal_t = "Legal notice"
|
||||||
terms_t = "Terms of Use"
|
terms_t = "Terms of Use"
|
||||||
|
@ -118,10 +118,10 @@ form_legal = "Legal Notice URL?"
|
||||||
form_terms = "Terms of Use URL?"
|
form_terms = "Terms of Use URL?"
|
||||||
form_css = "[alnum] CSS Prefix?"
|
form_css = "[alnum] CSS Prefix?"
|
||||||
form_sep = "[1 char.] Pages titles separator?"
|
form_sep = "[1 char.] Pages titles separator?"
|
||||||
form_pscode = "Show Article's source code?"
|
form_pscode = "Show Article source code?"
|
||||||
form_relme = 'rel="me" URL?'
|
form_relme = 'rel="me" URL?'
|
||||||
form_trsite = "[2 char.] Website language?"
|
form_trsite = "[2 char.] Website language?"
|
||||||
form_sdb_i = "Article's number?"
|
form_sdb_i = "Article number?"
|
||||||
form_activ = "Activate and prepare domain?"
|
form_activ = "Activate and prepare domain?"
|
||||||
form_dir_e = "Directory exists"
|
form_dir_e = "Directory exists"
|
||||||
form_dir_c = "Directory created"
|
form_dir_c = "Directory created"
|
||||||
|
@ -260,9 +260,10 @@ args_helps = """\n# New domain:
|
||||||
wip : Create HTML page in wip server
|
wip : Create HTML page in wip server
|
||||||
publish : Create HTML page in www server\n
|
publish : Create HTML page in www server\n
|
||||||
- [target] > according to [action]
|
- [target] > according to [action]
|
||||||
all : process (updated) valid articles
|
all : update changed articles
|
||||||
again : process again ALL valid articles
|
again : process again ALL valid articles
|
||||||
newer : [wip/publish] convert only newer articles
|
newer : [wip/publish] convert only newer articles
|
||||||
|
[check] process not yet checked .tyto files in domain
|
||||||
template : - Create new navbar/sidebar/metas/footer in www server
|
template : - Create new navbar/sidebar/metas/footer in www server
|
||||||
- Copy other wip/template/ files to www server
|
- Copy other wip/template/ files to www server
|
||||||
domain : Create/Show domain config's file
|
domain : Create/Show domain config's file
|
||||||
|
|
Loading…
Reference in New Issue