Commit 8bac0258dc86a07f67529e13b525838f5c9bb46b
1 parent
e315280d
Exists in
master
and in
29 other branches
Update generated files
Showing
3 changed files
with
25 additions
and
0 deletions
Show diff stats
AUTHORS
... | ... | @@ -13,6 +13,7 @@ Grazieno Pellegrino <grazieno@gmail.com> |
13 | 13 | Joenio Costa <joenio@colivre.coop.br> |
14 | 14 | Josef Spillner <josef.spillner@tu-dresden.de> |
15 | 15 | Leandro Nunes dos Santos <leandronunes@gmail.com> |
16 | +Martín Olivera <molivera@solar.org.ar> | |
16 | 17 | Moises Machado <moises@colivre.coop.br> |
17 | 18 | Raphaël Rousseau <raph@r4f.org> |
18 | 19 | Rodrigo Souto <rodrigo@colivre.coop.br> | ... | ... |
public/500.html
... | ... | @@ -42,6 +42,18 @@ |
42 | 42 | </div> |
43 | 43 | |
44 | 44 | |
45 | + <div id='es' style='display: none' class='message'> | |
46 | + <h1>Temporary system problem</h1> | |
47 | + <p> | |
48 | + Our technical team is working on it, please try again later. Sorry for the inconvenience. | |
49 | + </p> | |
50 | + <ul> | |
51 | + <li><a href='javascript: history.back()'>Go back</a></li> | |
52 | + <li><a href='/'>Go to the site home page</a></li> | |
53 | + </ul> | |
54 | + </div> | |
55 | + | |
56 | + | |
45 | 57 | <div id='fr' style='display: none' class='message'> |
46 | 58 | <h1>Problème temporaire du système.</h1> |
47 | 59 | <p> |
... | ... | @@ -95,6 +107,8 @@ |
95 | 107 | |
96 | 108 | <a href="javascript: display_error_message('en')">English</a> |
97 | 109 | |
110 | + <a href="javascript: display_error_message('es')">Español</a> | |
111 | + | |
98 | 112 | <a href="javascript: display_error_message('fr')">Français</a> |
99 | 113 | |
100 | 114 | <a href="javascript: display_error_message('hy')">հայերեն լեզու</a> | ... | ... |
public/503.html
... | ... | @@ -35,6 +35,14 @@ |
35 | 35 | </div> |
36 | 36 | |
37 | 37 | |
38 | + <div id='es' style='display: none' class='message'> | |
39 | + <h1>System maintainance</h1> | |
40 | + <p> | |
41 | + This system is under maintainance. It should be back in a few hours. | |
42 | + </p> | |
43 | + </div> | |
44 | + | |
45 | + | |
38 | 46 | <div id='fr' style='display: none' class='message'> |
39 | 47 | <h1>Maintenance du système</h1> |
40 | 48 | <p> |
... | ... | @@ -72,6 +80,8 @@ |
72 | 80 | |
73 | 81 | <a href="javascript: display_error_message('en')">English</a> |
74 | 82 | |
83 | + <a href="javascript: display_error_message('es')">Español</a> | |
84 | + | |
75 | 85 | <a href="javascript: display_error_message('fr')">Français</a> |
76 | 86 | |
77 | 87 | <a href="javascript: display_error_message('hy')">հայերեն լեզու</a> | ... | ... |