File tree Expand file tree Collapse file tree 13 files changed +18
-18
lines changed Expand file tree Collapse file tree 13 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 5
5
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6
6
* Portions Copyright (c) 1994, Regents of the University of California
7
7
*
8
- * $PostgreSQL: pgsql/src/bin/scripts/createuser.c,v 1.14 2004/08/29 04:13:03 momjian Exp $
8
+ * $PostgreSQL: pgsql/src/bin/scripts/createuser.c,v 1.15 2004/12/14 11:11:20 petere Exp $
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
@@ -246,7 +246,7 @@ help(const char *progname)
246
246
printf (_ (" -D, --no-createdb user cannot create databases\n" ));
247
247
printf (_ (" -P, --pwprompt assign a password to new user\n" ));
248
248
printf (_ (" -E, --encrypted encrypt stored password\n" ));
249
- printf (_ (" -N, --unencrypted do no encrypt stored password\n" ));
249
+ printf (_ (" -N, --unencrypted do not encrypt stored password\n" ));
250
250
printf (_ (" -i, --sysid=SYSID select sysid for new user\n" ));
251
251
printf (_ (" -e, --echo show the commands being sent to the server\n" ));
252
252
printf (_ (" -q, --quiet don't write any messages\n" ));
Original file line number Diff line number Diff line change 1
1
# translation of pgscripts-cs.po to Czech
2
2
# Czech translation of pg_scripts messages.
3
3
#
4
- # $PostgreSQL: pgsql/src/bin/scripts/po/cs.po,v 1.3 2004/10/28 08:54:09 petere Exp $
4
+ # $PostgreSQL: pgsql/src/bin/scripts/po/cs.po,v 1.4 2004/12/14 11:11:20 petere Exp $
5
5
# Karel Zak <zakkr@zf.jcu.cz>, 2003, 2004.
6
6
#
7
7
msgid ""
@@ -376,7 +376,7 @@ msgstr " -E, --encrypted ulo
376
376
377
377
#: createuser.c:249
378
378
#, c-format
379
- msgid " -N, --unencrypted do no encrypt stored password\n"
379
+ msgid " -N, --unencrypted do not encrypt stored password\n"
380
380
msgstr " -N, --unencrypted ulo¾it heslo v otevøeném tvaru\n"
381
381
382
382
#: createuser.c:250
Original file line number Diff line number Diff line change 1
1
# German message translation file for "scripts".
2
2
# Peter Eisentraut <peter_e@gmx.net>, 2003, 2004.
3
3
#
4
- # $PostgreSQL: pgsql/src/bin/scripts/po/de.po,v 1.5 2004/12/12 18:26:29 petere Exp $
4
+ # $PostgreSQL: pgsql/src/bin/scripts/po/de.po,v 1.6 2004/12/14 11:11:20 petere Exp $
5
5
#
6
6
# Use these quotes: »%s«
7
7
#
@@ -385,7 +385,7 @@ msgstr " -E, --encrypted verschl
385
385
386
386
#: createuser.c:249
387
387
#, c-format
388
- msgid " -N, --unencrypted do no encrypt stored password\n"
388
+ msgid " -N, --unencrypted do not encrypt stored password\n"
389
389
msgstr ""
390
390
" -N, --unencrypted verschlüssle das gespeicherte Passwort nicht\n"
391
391
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ msgstr " -E, --encrypted almacenar la constrase
384
384
385
385
#: createuser.c:249
386
386
#, c-format
387
- msgid " -N, --unencrypted do no encrypt stored password\n"
387
+ msgid " -N, --unencrypted do not encrypt stored password\n"
388
388
msgstr " -N, --unencrypted almacenar la contraseña sin cifrar\n"
389
389
390
390
#: createuser.c:250
Original file line number Diff line number Diff line change 1
1
# translation of pgscripts-fr.po to FR_fr
2
2
# French message translation file for pgscripts
3
3
#
4
- # $PostgreSQL: pgsql/src/bin/scripts/po/fr.po,v 1.6 2004/12/12 18:26:29 petere Exp $
4
+ # $PostgreSQL: pgsql/src/bin/scripts/po/fr.po,v 1.7 2004/12/14 11:11:20 petere Exp $
5
5
#
6
6
# Use these quotes: «%s»
7
7
# Guillaume Lelarge <gleu@wanadoo.fr>, 2004.
@@ -341,7 +341,7 @@ msgid " -E, --encrypted encrypt stored password\n"
341
341
msgstr " -E, --encrypted crypte le mot de passe stocké\n"
342
342
343
343
#: createuser.c:249
344
- msgid " -N, --unencrypted do no encrypt stored password\n"
344
+ msgid " -N, --unencrypted do not encrypt stored password\n"
345
345
msgstr " -N, --unencrypted ne crypte pas le mot de passe stocké\n"
346
346
347
347
#: createuser.c:250
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ msgid " -E, --encrypted encrypt stored password\n"
400
400
msgstr " -E, --encrypted cifra la password salvata\n"
401
401
402
402
#: createuser.c:249
403
- msgid " -N, --unencrypted do no encrypt stored password\n"
403
+ msgid " -N, --unencrypted do not encrypt stored password\n"
404
404
msgstr " -N, --unencrypted non cifrare la password salvata\n"
405
405
406
406
#: createuser.c:250
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ msgid " -E, --encrypted encrypt stored password\n"
340
340
msgstr " -E, --encrypted criptografa a senha armazenada\n"
341
341
342
342
#: createuser.c:249
343
- msgid " -N, --unencrypted do no encrypt stored password\n"
343
+ msgid " -N, --unencrypted do not encrypt stored password\n"
344
344
msgstr " -N, --unencrypted não criptografa a senha armazenada\n"
345
345
346
346
#: createuser.c:250
Original file line number Diff line number Diff line change 4
4
# Copyright (c) 2003-2004 Serguei A. Mokhov, mokhov@cs.concordia.ca
5
5
# Distributed under the same licensing terms as PostgreSQL itself.
6
6
#
7
- # $PostgreSQL: pgsql/src/bin/scripts/po/ru.po,v 1.10 2004/12/12 18:26:29 petere Exp $
7
+ # $PostgreSQL: pgsql/src/bin/scripts/po/ru.po,v 1.11 2004/12/14 11:11:20 petere Exp $
8
8
#
9
9
# To the new translator:
10
10
# PG Russian Translation Discussion Group: <http://groups.yahoo.com/group/pgsql-rus/>
@@ -416,7 +416,7 @@ msgid " -E, --encrypted encrypt stored password\n"
416
416
msgstr " -E, --encrypted ÚÁÛÉÆÒÏ×ÁÔØ ÓÏÈÒÁΣÎÎÙÊ ÐÁÒÏÌØ\n"
417
417
418
418
#: createuser.c:249
419
- msgid " -N, --unencrypted do no encrypt stored password\n"
419
+ msgid " -N, --unencrypted do not encrypt stored password\n"
420
420
msgstr " -N, --unencrypted ÎÅ ÝÉÆÒÏ×ÁÔØ ÓÏÈÒÁΣÎÎÙÊ ÐÁÒÏÌØ\n"
421
421
422
422
#: createuser.c:250
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ msgid " -E, --encrypted encrypt stored password\n"
330
330
msgstr " -E, --encrypted zašifruj uložené heslo\n"
331
331
332
332
#: createuser.c:249
333
- msgid " -N, --unencrypted do no encrypt stored password\n"
333
+ msgid " -N, --unencrypted do not encrypt stored password\n"
334
334
msgstr " -N, --unencrypted nezašifruj uložené heslo\n"
335
335
336
336
#: createuser.c:250
Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ msgid " -E, --encrypted encrypt stored password\n"
403
403
msgstr " -E, --encrypted ¹ifriraj shranjeno geslo\n"
404
404
405
405
#: createuser.c:249
406
- msgid " -N, --unencrypted do no encrypt stored password\n"
406
+ msgid " -N, --unencrypted do not encrypt stored password\n"
407
407
msgstr " -N, --unencrypted ne ¹ifriraj shranjenega gesla\n"
408
408
409
409
#: createuser.c:250
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ msgstr " -E, --encrypted spara l
365
365
366
366
#: createuser.c:249
367
367
#, c-format
368
- msgid " -N, --unencrypted do no encrypt stored password\n"
368
+ msgid " -N, --unencrypted do not encrypt stored password\n"
369
369
msgstr " -N, --unencrypted spara lösenordet okrypterat\n"
370
370
371
371
#: createuser.c:250
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ msgstr " -E, --encrypted
365
365
366
366
#: createuser.c:249
367
367
#, c-format
368
- msgid " -N, --unencrypted do no encrypt stored password\n"
368
+ msgid " -N, --unencrypted do not encrypt stored password\n"
369
369
msgstr " -N, --unencrypted 口令不加密存储\n"
370
370
371
371
#: createuser.c:250
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ msgid " -E, --encrypted encrypt stored password\n"
398
398
msgstr " -E, --encrypted 加密儲存的密碼\n"
399
399
400
400
#: createuser.c:249
401
- msgid " -N, --unencrypted do no encrypt stored password\n"
401
+ msgid " -N, --unencrypted do not encrypt stored password\n"
402
402
msgstr " -N, --unencrypted 不加密儲存的密碼\n"
403
403
404
404
#: createuser.c:250
You can’t perform that action at this time.
0 commit comments