summaryrefslogtreecommitdiff
path: root/frontend/beta/staticResources/error.html
Unidiff
Diffstat (limited to 'frontend/beta/staticResources/error.html') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/staticResources/error.html22
1 files changed, 10 insertions, 12 deletions
diff --git a/frontend/beta/staticResources/error.html b/frontend/beta/staticResources/error.html
index 07aa43d..392fa47 100644
--- a/frontend/beta/staticResources/error.html
+++ b/frontend/beta/staticResources/error.html
@@ -1,118 +1,116 @@
1<!-- 1<!--
2 2
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2013 Clipperz Srl
4 4
5This file is part of Clipperz Community Edition. 5This file is part of Clipperz, the online password manager.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 6For further information about its features and functionalities please
8refer to http://www.clipperz.com. 7refer to http://www.clipperz.com.
9 8
10* Clipperz Community Edition is free software: you can redistribute 9* Clipperz is free software: you can redistribute it and/or modify it
11 it and/or modify it under the terms of the GNU Affero General Public 10 under the terms of the GNU Affero General Public License as published
12 License as published by the Free Software Foundation, either version 11 by the Free Software Foundation, either version 3 of the License, or
13 3 of the License, or (at your option) any later version. 12 (at your option) any later version.
14 13
15* Clipperz Community Edition is distributed in the hope that it will 14* Clipperz is distributed in the hope that it will be useful, but
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 15 WITHOUT ANY WARRANTY; without even the implied warranty of
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 17 See the GNU Affero General Public License for more details.
19 18
20* You should have received a copy of the GNU Affero General Public 19* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 20 License along with Clipperz. If not, see http://www.gnu.org/licenses/.
22 <http://www.gnu.org/licenses/>.
23 21
24--> 22-->
25 23
26<html> 24<html>
27<head> 25<head>
28 <title>clipperz - error</title> 26 <title>clipperz - error</title>
29 <link rel="stylesheet" type="text/css" href="./static.css" /> 27 <link rel="stylesheet" type="text/css" href="./static.css" />
30 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 28 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
31</head> 29</head>
32<body> 30<body>
33 31
34<!-- h1>clipper<span class="logo_z">z</span></h1 --> 32<!-- h1>clipper<span class="logo_z">z</span></h1 -->
35<div class="header"> 33<div class="header">
36 <div id="logo"></div> 34 <div id="logo"></div>
37 <h5 class="clipperzPayoff">keep it to yourself!</h5> 35 <h5 class="clipperzPayoff">keep it to yourself!</h5>
38</div> 36</div>
39 37
40<div class="block1"> 38<div class="block1">
41 39
42 <div class="languageBlock en-us"> 40 <div class="languageBlock en-us">
43 <div class="flags"></div> 41 <div class="flags"></div>
44 <div class="content"> 42 <div class="content">
45 <h3>Sorry, you have been logged out!</h3> 43 <h3>Sorry, you have been logged out!</h3>
46 44
47 <p>Probably one or more cards have been modified by another session.</p> 45 <p>Probably one or more cards have been modified by another session.</p>
48 <p>This can happen if you access your Clipperz account from two different browser windows or from two different computers at the same time.</p> 46 <p>This can happen if you access your Clipperz account from two different browser windows or from two different computers at the same time.</p>
49 </div> 47 </div>
50 </div> 48 </div>
51 49
52 50
53 <div class="languageBlock zh-cn"> 51 <div class="languageBlock zh-cn">
54 <div class="flags"></div> 52 <div class="flags"></div>
55 <div class="content"> 53 <div class="content">
56 <h3>对不起,您已经登出系统!</h3> 54 <h3>对不起,您已经登出系统!</h3>
57 55
58 <p>可能有一两张密码卡片被别的进程修改。</p> 56 <p>可能有一两张密码卡片被别的进程修改。</p>
59 <p>这或许是你使用两个不同的窗口或者两台电脑登录 Clipperz 账户。</p> 57 <p>这或许是你使用两个不同的窗口或者两台电脑登录 Clipperz 账户。</p>
60 </div> 58 </div>
61 </div> 59 </div>
62 60
63 61
64 <!-- 62 <!--
65 <div class="languageBlock fr-fr"> 63 <div class="languageBlock fr-fr">
66 <div class="flags"></div> 64 <div class="flags"></div>
67 <div class="content"> 65 <div class="content">
68 <h3></h3> 66 <h3></h3>
69 67
70 <p></p> 68 <p></p>
71 </div> 69 </div>
72 </div> 70 </div>
73 --> 71 -->
74 72
75 73
76 <div class="languageBlock it-it"> 74 <div class="languageBlock it-it">
77 <div class="flags"></div> 75 <div class="flags"></div>
78 <div class="content"> 76 <div class="content">
79 <h3>Attenzione, sei stato scollegato da Clipperz!</h3> 77 <h3>Attenzione, sei stato scollegato da Clipperz!</h3>
80 78
81 <p>Probabilmente ona o più schede sono state modificate in un'altra sessione.</p> 79 <p>Probabilmente ona o più schede sono state modificate in un'altra sessione.</p>
82 <p>Questo può accadere se accedi a Clipperz da più finestre del browser o da due computer diversi contemporaneamente.</p> 80 <p>Questo può accadere se accedi a Clipperz da più finestre del browser o da due computer diversi contemporaneamente.</p>
83 </div> 81 </div>
84 </div> 82 </div>
85 83
86 84
87 <div class="languageBlock ja-jp"> 85 <div class="languageBlock ja-jp">
88 <div class="flags"></div> 86 <div class="flags"></div>
89 <div class="content"> 87 <div class="content">
90 <h3>残念ながらログアウトしました。</h3> 88 <h3>残念ながらログアウトしました。</h3>
91 89
92 <p>別のセッションでカードが編集されました。</p> 90 <p>別のセッションでカードが編集されました。</p>
93 <p>複数のブラウザやコンピュータで同時に Clipperz にログインしている可能性があります。</p> 91 <p>複数のブラウザやコンピュータで同時に Clipperz にログインしている可能性があります。</p>
94 </div> 92 </div>
95 </div> 93 </div>
96 94
97</div> 95</div>
98 96
99<div class="block2"> 97<div class="block2">
100 98
101 <div class="languageBlock pt-br"> 99 <div class="languageBlock pt-br">
102 <div class="flags"></div> 100 <div class="flags"></div>
103 <div class="content"> 101 <div class="content">
104 <h3>Desculpe, você foi desconectado!</h3> 102 <h3>Desculpe, você foi desconectado!</h3>
105 103
106 <p>Provavelmente um ou mais cards tenham sido modificados numa outra sessão.</p> 104 <p>Provavelmente um ou mais cards tenham sido modificados numa outra sessão.</p>
107 <p>Isso pode acontecer quando você acessa Clipperz através de duas janelas de navegadores diferentes ou de dois computadores diferentes.</p> 105 <p>Isso pode acontecer quando você acessa Clipperz através de duas janelas de navegadores diferentes ou de dois computadores diferentes.</p>
108 </div> 106 </div>
109 </div> 107 </div>
110 108
111 109
112 110
113 <div class="languageBlock es-es"> 111 <div class="languageBlock es-es">
114 <div class="flags"></div> 112 <div class="flags"></div>
115 <div class="content"> 113 <div class="content">
116 <h3>¡Disculpe, acaba de cerrar su sesión!</h3> 114 <h3>¡Disculpe, acaba de cerrar su sesión!</h3>
117 115
118 <p>Probablemente una o más tarjetas han sido modicifadas por otra sesión.</p> 116 <p>Probablemente una o más tarjetas han sido modicifadas por otra sesión.</p>