Skip to content

Commit 1d94d91

Browse files
committed
Merge branch 'master' of https://github.com/domoticz/domoticz
2 parents e67b806 + bd23a11 commit 1d94d91

28 files changed

+21
-2
lines changed

History.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ Version 2.xxx (xxxx 2015)
118118
- Implemented: Dummy Hardware, Ampere Single (single ampere value, other ampere sensor expects 3 values)
119119
- Implemented: Settings/Log, option to clear all short-log data
120120
- Implemented: Settings/Backup/Restore, when performing a database backup/restore the database is cleaned
121+
- Implemented: Hebrew translation (big thanks to mickeyv!!)
122+
- Implemented: Arabic translation (big thanks to Mo7sen!!)
123+
121124

122125
Version 2.2563 (June 14th 2015)
123126
- Implemented: WebServer, native SSL and keep-alive, big thanks to chimit!!!!

appveyor.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,15 @@ build_script:
1515

1616
artifacts:
1717
- path: domoticz-*-setup.zip
18+
19+
deploy:
20+
- provider: FTP
21+
host: 62.84.241.110
22+
protocol: ftps
23+
username: uploads@domoticz.com
24+
password:
25+
secure: GgWxZgJZT1AvNQvCd0XhUg==
26+
artifact: domoticz-*-setup.zip
27+
on:
28+
APPVEYOR_REPO_NAME: domoticz/domoticz
29+
APPVEYOR_REPO_BRANCH: master

main/WebServer.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,16 @@ struct _tGuiLanguage {
6868
static const _tGuiLanguage guiLanguage[] =
6969
{
7070
{ "en", "English" },
71+
{ "ar", "Arabic" },
7172
{ "bg", "Bulgarian" },
7273
{ "cs", "Czech" },
73-
{ "nl", "Dutch" },
7474
{ "da", "Danish" },
75+
{ "nl", "Dutch" },
7576
{ "de", "German" },
7677
{ "el", "Greek" },
7778
{ "fr", "French" },
7879
{ "fi", "Finnish" },
80+
{ "he", "Hebrew" },
7981
{ "hu", "Hungarian" },
8082
{ "it", "Italian" },
8183
{ "lt", "Lithuanian" },

www/html5.appcache

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,15 +393,17 @@ secpanel/sounds/wrong.mp3
393393
secpanel/sounds/wrong.ogg
394394

395395
# Languages
396+
i18n/domoticz-ar.json
396397
i18n/domoticz-bg.json
397398
i18n/domoticz-cs.json
398399
i18n/domoticz-da.json
399400
i18n/domoticz-de.json
401+
i18n/domoticz-el.json
400402
i18n/domoticz-en.json
401403
i18n/domoticz-es.json
402-
i18n/domoticz-el.json
403404
i18n/domoticz-fi.json
404405
i18n/domoticz-fr.json
406+
i18n/domoticz-he.json
405407
i18n/domoticz-hu.json
406408
i18n/domoticz-it.json
407409
i18n/domoticz-lt.json

www/i18n/domoticz-bg.json.gz

0 Bytes
Binary file not shown.

www/i18n/domoticz-cs.json.gz

0 Bytes
Binary file not shown.

www/i18n/domoticz-da.json.gz

2 Bytes
Binary file not shown.

www/i18n/domoticz-de.json.gz

0 Bytes
Binary file not shown.

www/i18n/domoticz-el.json.gz

0 Bytes
Binary file not shown.

www/i18n/domoticz-en.json.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)