]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/build/create-weblinks-itexi.py
Update hardcoded version numbers
[lilypond.git] / scripts / build / create-weblinks-itexi.py
index 29a90151c63d77df2c7bc58e664a5cbba6e0433a..3d96de64f85f10e29fb8a7be94ecfd8a8da7e1fe 100644 (file)
@@ -204,27 +204,27 @@ translations = {
         'Learning': '学习',
         'Music glossary': '音乐术语表',
         'Essay': '文章',
-        'Notation': '五线谱',
+        'Notation': '记谱法',
         'Usage': '使用',
         'Snippets': '片断',
         'Web': 'Web',
         'Changes': '变化',
 
         'Extending': '扩展',
-        'Internals': '内部',
+        'Internals': '内部机制',
         'Contributor': '贡献者',
 
 # keep the spaces!
-        ' (split HTML)': ' (分开的HTML',
-        ' (big HTML)': ' (大的HTML)',
+        ' (split HTML)': ' (分开的 HTML)',
+        ' (big HTML)': ' (大的 HTML)',
 
-        'Regression tests for ': '回归测试',
-        'PDF of regtests for ': '回归的PDF',
-        'MusicXML Regression tests for ': 'MusicXML回归测试',
-        'PDF of MusicXML regtests for ': 'MusicXML的PDF回归',
+        'Regression tests for ': '回归测试 ',
+        'PDF of regtests for ': '回归测试的 PDF ',
+        'MusicXML Regression tests for ': 'MusicXML 回归测试 ',
+        'PDF of MusicXML regtests for ': 'MusicXML 的 PDF 回归测试 ',
 
         'Doc tarball for ': '为文档压缩包',
-        ' (did not exist in 2.12)': ' (在2.12中不存在)',
+        ' (did not exist in 2.12)': ' (在 2.12 中不存在)',
         },
     }
 
@@ -320,11 +320,11 @@ def make_download_source(name, vstring, version, lang):
 
 def make_all_downloads(macroName, version):
     make_download("download"+macroName+"LinuxNormal", "linux-x86/",
-        "linux-x86.sh",    version, "1", "Linux x86")
+        "linux-x86.sh",    version, "1", "GNU/Linux x86")
     make_download("download"+macroName+"LinuxBig", "linux-64/",
-        "linux-64.sh", version, "1", "Linux 64")
+        "linux-64.sh", version, "1", "GNU/Linux 64")
     make_download("download"+macroName+"LinuxPPC", "linux-ppc/",
-        "linux-ppc.sh", version, "1", "Linux PPC")
+        "linux-ppc.sh", version, "1", "GNU/Linux PPC")
 
     make_download("download"+macroName+"FreeBSDNormal", "freebsd-x86/",
         "freebsd-x86.sh", version, "1", "FreeBSD i386")
@@ -498,8 +498,8 @@ print "@c ************************ Download source ************"
 # FIXME: icky hard-coding!  -gp
 for lang in langs:
     print "@c *********", lang, "***"
-    make_download_source("downloadStableSource","v2.14",VERSION_STABLE,lang)
-    make_download_source("downloadDevelSource","v2.15",VERSION_DEVEL,lang)
+    make_download_source("downloadStableSource","v2.16",VERSION_STABLE,lang)
+    make_download_source("downloadDevelSource","v2.17",VERSION_DEVEL,lang)
 
 print "@c ************************ Manual links ************"
 for lang in langs: