diff --git a/README.md b/README.md index 09df5d8f..0f42c519 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ It uses the [Faenza icon set](http://tiheum.deviantart.com/art/Faenza-Icons-1733 ## Changelog +### v0.15.2 · *2011-09-18* + +* added it translation by [Salvo Gentile](http://github.com/SalvoGentile) and [Marco Patriarca](http://github.com/Fexys) +* switched build process from scripp to wepp + + ### v0.15.1 · *2011-09-06* * fixed security issues with the zipped download feature diff --git a/build.properties b/build.properties index 957db0e6..1cf65d42 100644 --- a/build.properties +++ b/build.properties @@ -1,20 +1,20 @@ -custom = true +custom = true # project -project.name = h5ai -project.version = 0.15.1 +project.name = h5ai +project.version = 0.15.2 # src -src.dir = src +src.dir = src # build -build.dir = build -release.dir = release +build.dir = build +release.dir = release -# libs -lib.scripp.jar = tools/scripp.jar +# tools +wepp = tools/wepp diff --git a/build.xml b/build.xml index c092db9c..ef91dcc0 100644 --- a/build.xml +++ b/build.xml @@ -3,8 +3,10 @@ name="h5ai" basedir="." default="release" - xmlns:scripp="antlib:de.larsjung.scripp.ant" > + + + @@ -12,20 +14,13 @@ Build: ${build.label} - - - @@ -41,19 +36,16 @@ - - - + + - - - + + - @@ -62,20 +54,4 @@ - - - - - - - - - - - - - - - - diff --git a/release/h5ai-0.15.1.tar.gz b/release/h5ai-0.15.1.tar.gz deleted file mode 100644 index 1136352f..00000000 Binary files a/release/h5ai-0.15.1.tar.gz and /dev/null differ diff --git a/release/h5ai-0.15.2.tar.gz b/release/h5ai-0.15.2.tar.gz new file mode 100644 index 00000000..8b4ee6b6 Binary files /dev/null and b/release/h5ai-0.15.2.tar.gz differ diff --git a/release/h5ai-0.15.1.zip b/release/h5ai-0.15.2.zip similarity index 84% rename from release/h5ai-0.15.1.zip rename to release/h5ai-0.15.2.zip index 17889bc8..ad8cfb94 100644 Binary files a/release/h5ai-0.15.1.zip and b/release/h5ai-0.15.2.zip differ diff --git a/src/h5ai/options.js b/src/h5ai/options.js index b461558a..4f9aad7b 100644 --- a/src/h5ai/options.js +++ b/src/h5ai/options.js @@ -234,9 +234,9 @@ h5aiLangs = { "size": "Boyut", "parentDirectory": "Üst Dizin", "empty": "boş", - "folders": "folders", - "files": "files", - "download": "download" + "folders": "klasörler", + "files": "dosyalar", + "download": "indir" }, "pt": { @@ -278,7 +278,7 @@ h5aiLangs = { "empty": "tukšs", "folders": "mapes", "files": "faili", - "download": "download" + "download": "lejupielādēt" }, "zh-cn": { @@ -321,5 +321,19 @@ h5aiLangs = { "folders": "папки", "files": "файлы", "download": "download" - } + }, + + "it": { + "lang": "italiano", + "details": "dettagli", + "icons": "icone", + "name": "Nome", + "lastModified": "Ultima modifica", + "size": "Dimensione", + "parentDirectory": "Cartella Superiore", + "empty": "vuota", + "folders": "cartelle", + "files": "file", + "download": "download" + } }; diff --git a/tools/scripp.jar b/tools/scripp.jar deleted file mode 100644 index 7e9754d5..00000000 Binary files a/tools/scripp.jar and /dev/null differ diff --git a/tools/wepp b/tools/wepp new file mode 100755 index 00000000..a6d0cb94 --- /dev/null +++ b/tools/wepp @@ -0,0 +1,4 @@ +#! /usr/bin/env node +// -*- js -*- + +require("wepp").processArgs(process.argv); diff --git a/tools/wepp.ant.xml b/tools/wepp.ant.xml new file mode 100644 index 00000000..7bbb8d93 --- /dev/null +++ b/tools/wepp.ant.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +