Skip to content

Commit 524c96b

Browse files
mueller-madigitaldan
authored andcommitted
Add string for http code 503 (openhab#490)
* Add string for http code 503 Signed-off-by: mueller-ma <[email protected]> * Update strings.xml * Update strings.xml * Update strings.xml
1 parent 76b6410 commit 524c96b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mobile/src/main/res/values-de/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
<string name="error_http_code_495">Ungültiges Client-Zertifikat (HTTP-Statuscode 495)</string>
124124
<string name="error_http_code_496">Client-Zertifikat wird gefordert (HTTP-Statuscode 496)</string>
125125
<string name="error_http_code_502">Ihr Reverse-Proxy bekam eine ungültige Antwort von openHAB (HTTP-Statuscode 502)</string>
126+
<string name="error_http_code_503">openHAB steht temporär nicht zur Verfügung (HTTP-Statuscode 503)</string>
126127
<string name="error_http_code_504">Gateway Time-out. Ihr Reverse-Proxy läuft, aber bekam keine Antwort von openHAB (HTTP-Statuscode 504)</string>
127128
<string name="error_http_code_507">openHAB hat nicht genug freien Speicher (HTTP-Statuscode 507)</string>
128129
<string name="error_http_code_511">Netzwerkauthentifizierung wird gefordert (HTTP-Statuscode 511)</string>

mobile/src/main/res/values/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
<string name="error_http_code_495">Invalid SSL client certificate (HTTP response code 495)</string>
8080
<string name="error_http_code_496">SSL client certificate is required (HTTP response code 496)</string>
8181
<string name="error_http_code_502">Your reverse proxy got an invalid answer from openHAB (HTTP response code 502)</string>
82+
<string name="error_http_code_503">openHAB is temporarily unavailable (HTTP response code 503)</string>
8283
<string name="error_http_code_504">Gateway Time-out. Seems that your reverse proxy is running, but couldn\'t get an answer from openHAB (HTTP response code 504)</string>
8384
<string name="error_http_code_507">openHAB hasn\'t enough free space (HTTP response code 507)</string>
8485
<string name="error_http_code_511">Network authentication is required (HTTP response code 511)</string>

0 commit comments

Comments
 (0)