summaryrefslogtreecommitdiff
path: root/frontend/beta/staticResources/logout.html
Unidiff
Diffstat (limited to 'frontend/beta/staticResources/logout.html') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/staticResources/logout.html136
1 files changed, 136 insertions, 0 deletions
diff --git a/frontend/beta/staticResources/logout.html b/frontend/beta/staticResources/logout.html
new file mode 100644
index 0000000..1f5cc7d
--- a/dev/null
+++ b/frontend/beta/staticResources/logout.html
@@ -0,0 +1,136 @@
1<!--
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24-->
25
26<html>
27<head>
28 <title>clipperz - logout</title>
29 <link rel="stylesheet" type="text/css" href="./static.css" />
30 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
31</head>
32<body>
33
34<div class="header">
35 <div id="logo"></div>
36 <h5 class="clipperzPayoff">keep it to yourself!</h5>
37</div>
38
39
40<div class="contentWrapper">
41 <div class="block1">
42 <div class="languageBlock en-us">
43 <div class="flags"></div>
44 <div class="content">
45 <h3>Goodbye! Thanks for using Clipperz.</h3>
46
47 <p>You just logged out from your Clipperz account. We hope to see you again soon!</p>
48 </div>
49 </div>
50
51
52 <div class="languageBlock zh-cn">
53 <div class="flags"></div>
54 <div class="content">
55 <h3>下次再见!感谢您使用 Clipperz。</h3>
56
57 <p>您仅仅是从您的 Clipperz 账户登出,我们希望很快再次见到您!</p>
58 </div>
59 </div>
60
61
62 <!--
63 <div class="languageBlock fr-fr">
64 <div class="flags"></div>
65 <div class="content">
66 <h3></h3>
67
68 <p></p>
69 </div>
70 </div>
71 -->
72
73
74 <div class="languageBlock it-it">
75 <div class="flags"></div>
76 <div class="content">
77 <h3>Arrivederci! Grazie per aver scelto Clipperz.</h3>
78
79 <p>Sei uscito da Clipperz. Speriamo di rivederti presto.</p>
80 </div>
81 </div>
82
83
84 <div class="languageBlock ja-jp">
85 <div class="flags"></div>
86 <div class="content">
87 <h3>Clipperz をご利用いただきありがとうございました。</h3>
88
89 <p>Clipperz から正常にログアウトしました。またのご利用をお待ちしています。</p>
90 </div>
91 </div>
92 </div>
93
94 <div class="block2">
95 <div class="languageBlock pt-br">
96 <div class="flags"></div>
97 <div class="content">
98 <h3>Até logo! Obrigado por utilizar Clipperz.</h3>
99
100 <p>Você acaba de sair de sua conta Clipperz. Esperamos ve-lo de volta em breve!</p>
101 </div>
102 </div>
103
104
105 <div class="languageBlock es-es">
106 <div class="flags"></div>
107 <div class="content">
108 <h3>¡Hasta luego! Gracias por usar Clipperz</h3>
109
110 <p>Se acaba cerrar su sesión Clipperz. ¡Esperamos verlo nuevamente pronto!</p>
111 </div>
112 </div>
113
114 <div class="languageBlock ru-ru">
115 <div class="flags"></div>
116 <div class="content">
117 <h3>До свидания! Спасибо за использование Clipperz.</h3>
118
119 <p>Вы только что вышли из своего аккаунта Clipperz. Мы надеемся увидеть Вас снова!</p>
120 </div>
121 </div>
122
123 <div class="languageBlock de-de">
124 <div class="flags"></div>
125 <div class="content">
126 <h3>Auf Wiedersehen! Danke, dass Sie Clipperz verwendet haben.</h3>
127
128 <p>Sie haben sich gerade von Ihrem Clipperz-Account abgemeldet. Wir hoffen, Sie bald wieder zu sehen.</p>
129 </div>
130 </div>
131
132 </div>
133</div>
134
135</body>
136</html>