aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/i18n.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-12-11 21:30:36 -0500
committerRalph Amissah <ralph@amissah.com>2008-12-11 21:31:47 -0500
commit1b8c2dbfb474dce40548bc1cfc052017a9682a12 (patch)
tree33c160fe7acd0cd22ecbd35597d3a543cce6f181 /lib/sisu/v0/i18n.rb
parentodf_format, copyright notice consistency (diff)
harvest, better integrated into sisu
[note sql module not yet updated to include topic_register, as requires recreation of all sisu db(s)]
Diffstat (limited to 'lib/sisu/v0/i18n.rb')
-rw-r--r--lib/sisu/v0/i18n.rb21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/sisu/v0/i18n.rb b/lib/sisu/v0/i18n.rb
index 673ab08d..20f788f5 100644
--- a/lib/sisu/v0/i18n.rb
+++ b/lib/sisu/v0/i18n.rb
@@ -227,6 +227,9 @@ module SiSU_Translate
def prefix_b
@lang_class.prefix_b
end
+ def topic_register
+ @lang_class.topic_register
+ end
def fns
@lang_class.fns
end
@@ -436,6 +439,9 @@ module SiSU_Translate
def prefix_b
'Prefix (b)'
end
+ def topic_register
+ 'Topics Registered'
+ end
def sourcefile
'Sourcefile'
end
@@ -641,6 +647,9 @@ module SiSU_Translate
def prefix_b
'Préfixe (b)'
end
+ def topic_register
+ 'Topics Registered'
+ end
def sourcefile
'Fichier source'
end
@@ -846,6 +855,9 @@ module SiSU_Translate
def prefix_b
'Präfix (b)'
end
+ def topic_register
+ 'Topics Registered'
+ end
def sourcefile
'Quelldatei'
end
@@ -1051,6 +1063,9 @@ module SiSU_Translate
def prefix_b
'Prefijo (b)'
end
+ def topic_register
+ 'Topics Registered'
+ end
def sourcefile
'Fichero fuente'
end
@@ -1256,6 +1271,9 @@ module SiSU_Translate
def prefix_b
'Premessa (b)'
end
+ def topic_register
+ 'Topics Registered'
+ end
def sourcefile
'Sorgente'
end
@@ -1461,6 +1479,9 @@ module SiSU_Translate
def prefix_b
'Prefix (b)'
end
+ def topic_register
+ 'Topics Registered'
+ end
def sourcefile
'Lähdetiedosto'
end