diff --git a/README.md b/README.md index 052d9ed7..4fa8de95 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ It uses the [Faenza icon set](http://tiheum.deviantart.com/art/Faenza-Icons-1733 ## Changelog +### v0.12.3 +*2011-07-30* + +* added tr translation by [Batuhan Icoz](http://github.com/batuhanicoz/h5ai) + + ### v0.12.2 *2011-07-30* diff --git a/build.properties b/build.properties index 9248cc52..374ab319 100644 --- a/build.properties +++ b/build.properties @@ -3,7 +3,7 @@ custom = true # project project.name = h5ai -project.version = 0.12.2 +project.version = 0.12.3 # src diff --git a/release/h5ai-0.12.2.tar.gz b/release/h5ai-0.12.2.tar.gz deleted file mode 100644 index bf4344b3..00000000 Binary files a/release/h5ai-0.12.2.tar.gz and /dev/null differ diff --git a/release/h5ai-0.12.3.tar.gz b/release/h5ai-0.12.3.tar.gz new file mode 100644 index 00000000..0a116daf Binary files /dev/null and b/release/h5ai-0.12.3.tar.gz differ diff --git a/release/h5ai-0.12.2.zip b/release/h5ai-0.12.3.zip similarity index 90% rename from release/h5ai-0.12.2.zip rename to release/h5ai-0.12.3.zip index e56640ab..116e9e4d 100644 Binary files a/release/h5ai-0.12.2.zip and b/release/h5ai-0.12.3.zip differ diff --git a/src/h5ai/options.js b/src/h5ai/options.js index 0eb32315..033d0dbc 100644 --- a/src/h5ai/options.js +++ b/src/h5ai/options.js @@ -159,6 +159,17 @@ h5aiLangs = { footerUsing: "usando", parentDirectory: "Directorio superior", empty: "vacío" + }, + + "tr": { + viewDetails: "detaylar", + viewIcons: "ikonlar", + columnName: "İsim", + columnLastModified: "Son Düzenleme", + columnSize: "Boyut", + footerUsing: "kullanıyor", + parentDirectory: "Üst Dizin", + empty: "boş" } };