1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
|
/*************************************************************************
*
* $RCSfile: dbinteraction.src,v $
*
* $Revision: 1.17 $
*
* last change: $Author: oj $ $Date: 2002-08-19 07:54:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
#ifndef _DBU_UNO_HRC_
#include "dbu_uno.hrc"
#endif
String STR_REMEMBERPASSWORD_SESSION
{
Text = "Passwort bis Applikationsende ~merken";
Text[ english ] = "~Remember password until application ends";
Text[ arabic ] = " ";
Text[ chinese_simplified ] = "结束程序之前一直记住密码(~R)";
Text[ chinese_simplified ] = "结束程序之前一直记住密码(~R)";
Text[ chinese_traditional ] = "結束程式之前一直記住密碼(~R)";
Text[ danish ] = "Husk adgangskoden til applikationen afsluttes";
Text[ dutch ] = "Wachtwoord o~nthouden tot aan beindigen van het programma";
Text[ dutch ] = "Wachtwoord o~nthouden tot aan beindigen van het programma";
Text[ english_us ] = "~Remember password till end of session";
Text[ french ] = "Se rappeler du ~mot de passe jusqu' la fin de la session";
Text[ greek ] = "~ ";
Text[ italian ] = "An~nota password fino alla fine dell'applicazione";
Text[ japanese ] = "パスワードはアプリケーション終了まで記憶しておく(~R)";
Text[ korean ] = "응용프로그램을 종료할 때까지 패스워드 기억(~R)";
Text[ polish ] = "Zapamitaj haso do koca aplikacji";
Text[ portuguese ] = "~Lembrar senha at terminar a aplicao";
Text[ portuguese_brazilian ] = "Passwort ~merken";
Text[ russian ] = " ";
Text[ spanish ] = "~Recordar contrasea hasta finalizar la aplicacin";
Text[ swedish ] = "Ko~m ihg lsenordet tills tillmpningen avslutas";
Text[ turkish ] = "~Remember password till end of session";
Text[ catalan ] = "~Recordar contrasea hasta finalizar la aplicacin";
Text[ finnish ] = "~Muista salasana istunnon loppuun asti";
};
String STR_REMEMBERPASSWORD_PERSISTENT
{
Text = "Passwort dauerhaft ~speichern";
Text[ english ] = "~Save password permanently";
Text[ arabic ] = " ";
Text[ chinese_simplified ] = "保存密码(~R)";
Text[ chinese_simplified ] = "保存密码(~R)";
Text[ chinese_traditional ] = "儲存密碼(~R)";
Text[ danish ] = "Gem adgangskoden permanent";
Text[ dutch ] = "Wachtwoord ~opslaan";
Text[ dutch ] = "Wachtwoord ~opslaan";
Text[ english_us ] = "~Remember password";
Text[ french ] = "~Enregistrer le mot de passe";
Text[ greek ] = " ~ ";
Text[ italian ] = "Salva pa~ssword ";
Text[ japanese ] = "パスワードをずっと保存(~R)";
Text[ korean ] = "패스워드 영구 저장(~R)";
Text[ polish ] = "Zapisz haso na stae";
Text[ portuguese ] = "~Guardar senha";
Text[ portuguese_brazilian ] = "Passwort ~speichern";
Text[ russian ] = " ";
Text[ spanish ] = "~Guardar contrasea";
Text[ swedish ] = "~Spara lsenord permanent";
Text[ turkish ] = "~Save password";
Text[ catalan ] = "~Guardar contrasea";
Text[ finnish ] = "~Muista salasana";
};
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
* Revision 1.16 2001/11/16 22:33:27 vg
* Merge SRC638: 16.11.01 - 22:34:06
*
* Revision 1.15 2001/09/25 20:18:57 kz
* Merge SRC638: 25.09.01 - 22:18:35
*
* Revision 1.14 2001/08/29 09:16:15 kz
* Merge SRC638: 29.08.01 - 11:15:21
*
* Revision 1.13 2001/08/25 20:16:48 vg
* Merge SRC638: 25.08.01 - 22:17:11
*
* Revision 1.12 2001/08/21 22:00:55 kz
* Merge SRC638: 22.08.01 - 00:00:30
*
* Revision 1.11 2001/08/14 16:38:24 kz
* Merge SRC638: 14.08.01 - 18:44:45
*
* Revision 1.10 2001/08/07 14:52:36 kz
* Merge SRC638: 07.08.01 - 16:52:08
*
* Revision 1.9 2001/07/13 20:49:11 kz
* Merge SRC638: 13.07.01 - 22:47:55
*
* Revision 1.8 2001/05/10 05:46:50 kz
* Merge SRC631: 10.05.01 - 07:46:52 (NoBranch)
*
* Revision 1.7 2001/05/04 19:54:27 rt
* Merge SRC630: 04.05.01 - 21:53:59 (NoBranch)
*
* Revision 1.6 2001/03/31 05:50:58 kz
* Merge SRC627: 31.03.01 - 07:50:37 (NoBranch)
*
* Revision 1.5 2001/02/09 20:15:27 obo
* Merge SWT614: 09.02.01 - 21:15:08
*
* Revision 1.4 2000/11/29 09:48:05 kz
* Merge SRC614: 29.11.00 - 10:47:26 (NoBranch)
*
* Revision 1.3 2000/11/27 07:44:56 rt
* Merge SRC614: 27.11.00 - 08:44:34 (NoBranch)
*
* Revision 1.2 2000/11/09 12:30:25 kz
* Merge SRC612: 09.11.00 - 13:30:00 (NoBranch)
*
* Revision 1.1 2000/10/25 13:00:01 fs
* initial checkin - InteractionHandler for common database related interaction requests
*
*
* Revision 1.0 25.10.00 14:10:52 fs
************************************************************************/
|