summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWalter Garcia-Fontes <walter.garcia@upf.edu>2014-08-29 18:27:19 +0200
committerFrancisco Vila <paconet.org@gmail.com>2014-08-30 09:33:54 +0200
commit59edf02a1acae41e21a080617aa7bd8673125762 (patch)
treec20560389e3c87843cda657710f91ceb6c8a8237 /scripts
parent261427ec6dff8415dbabf4406293887aa943abcb (diff)
Doc-ca: Priority II Catalan translation
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/create-weblinks-itexi.py29
-rw-r--r--scripts/build/website_post.py5
2 files changed, 33 insertions, 1 deletions
diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py
index e7caa31161..1aca956ad4 100644
--- a/scripts/build/create-weblinks-itexi.py
+++ b/scripts/build/create-weblinks-itexi.py
@@ -38,6 +38,35 @@ done
'''
translations = {
+ 'ca': {
+ 'Source': 'Font',
+ 'Learning': 'Aprenentatge',
+ 'Music glossary': 'Glossari musical',
+ 'Essay': 'Monografia',
+ 'Notation': 'Notació',
+ 'Usage': 'Ús',
+ 'Snippets': 'Fragments',
+ 'Web': 'Web',
+ 'Changes': 'Canvis',
+
+ 'Extending': 'Extensions',
+ 'Internals': 'Funcionament intern',
+ 'Contributor': 'Guia del col·laborador',
+
+ ' (split HTML)': ' (HTML seccionat)',
+ ' (big HTML)': ' (HTML monolític)',
+
+ 'Regression tests for ': 'Proves de regressió per a ',
+ 'PDF of regtests for ': 'Proves de regressió en PDF per a ',
+ 'abc2ly Regression tests for ': 'Proves de regressió d\'abc2ly per a ',
+ 'PDF of abc2ly regtests for ': 'Proves de regressió d\'abc2ly en PDF per a ',
+ 'lilypond-book Regression tests for ': 'Proves de regressió de lilypond-book per a ',
+ 'PDF of lilypond-book regtests for ': 'Proves de regressió de lilypond-book en PDF per a ',
+ 'MusicXML Regression tests for ': 'Proves de regressió de MusicXML per a ',
+ 'PDF of MusicXML regtests for ': 'Proves de regressió de MusicXML en PDF per a ',
+
+ 'Doc tarball for ': 'Tarball de la documentació per a ',
+ },
'cs': {
'Source': 'Source',
'Learning': 'Učení',
diff --git a/scripts/build/website_post.py b/scripts/build/website_post.py
index 317cf5ac9c..a6fafdc012 100644
--- a/scripts/build/website_post.py
+++ b/scripts/build/website_post.py
@@ -11,6 +11,10 @@ import re
###### Translation data, move out, see create-weblinks-itexi.py
translations = {
+ 'ca': {
+ 'English': 'Català',
+ 'Other languages': 'Altres idiomes',
+ },
'cs': {
'English': 'Česky',
'Other languages': 'Jiné jazyky',
@@ -217,4 +221,3 @@ urchinTracker();
outfile.write("</div>\n")
outfile.write(line)
outfile.close()
-