Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf9a6ba1

Browse files
committed
Add missing newlines at end of error messages.
1 parent373825c commitf9a6ba1

File tree

10 files changed

+42
-42
lines changed

10 files changed

+42
-42
lines changed

‎src/bin/scripts/common.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
8-
* $PostgreSQL: pgsql/src/bin/scripts/common.c,v 1.13 2004/11/09 15:57:54 petere Exp $
8+
* $PostgreSQL: pgsql/src/bin/scripts/common.c,v 1.14 2004/12/12 18:26:28 petere Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -30,7 +30,7 @@ get_user_name(const char *progname)
3030
pw=getpwuid(getuid());
3131
if (!pw)
3232
{
33-
fprintf(stderr,_("%s: could not obtain information about current user: %s"),
33+
fprintf(stderr,_("%s: could not obtain information about current user: %s\n"),
3434
progname,strerror(errno));
3535
exit(1);
3636
}
@@ -41,7 +41,7 @@ get_user_name(const char *progname)
4141

4242
if (!GetUserName(username,&len))
4343
{
44-
fprintf(stderr,_("%s: could not get current user name: %s"),
44+
fprintf(stderr,_("%s: could not get current user name: %s\n"),
4545
progname,strerror(errno));
4646
exit(1);
4747
}

‎src/bin/scripts/po/de.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# German message translation file for "scripts".
22
# Peter Eisentraut <peter_e@gmx.net>, 2003, 2004.
33
#
4-
# $PostgreSQL: pgsql/src/bin/scripts/po/de.po,v 1.4 2004/12/12 18:09:18 petere Exp $
4+
# $PostgreSQL: pgsql/src/bin/scripts/po/de.po,v 1.5 2004/12/12 18:26:29 petere Exp $
55
#
66
# Use these quotes: »%s«
77
#
@@ -701,13 +701,13 @@ msgstr ""
701701

702702
#:common.c:33
703703
#,c-format
704-
msgid"%s: could not obtain information about current user: %s"
705-
msgstr"%s: konnte Informationen über aktuellen Benutzer nicht ermitteln: %s"
704+
msgid"%s: could not obtain information about current user: %s\n"
705+
msgstr"%s: konnte Informationen über aktuellen Benutzer nicht ermitteln: %s\n"
706706

707707
#:common.c:44
708708
#,c-format
709-
msgid"%s: could not get current user name: %s"
710-
msgstr"%s: konnte aktuellen Benutzernamen nicht ermitteln: %s"
709+
msgid"%s: could not get current user name: %s\n"
710+
msgstr"%s: konnte aktuellen Benutzernamen nicht ermitteln: %s\n"
711711

712712
#:common.c:89common.c:115
713713
msgid"Password: "

‎src/bin/scripts/po/es.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,13 +708,13 @@ msgstr ""
708708

709709
#:common.c:33
710710
#,c-format
711-
msgid"%s: could not obtain information about current user: %s"
712-
msgstr"%s: no se pudo obtener información sobre el usuario actual: %s"
711+
msgid"%s: could not obtain information about current user: %s\n"
712+
msgstr"%s: no se pudo obtener información sobre el usuario actual: %s\n"
713713

714714
#:common.c:44
715715
#,c-format
716-
msgid"%s: could not get current user name: %s"
717-
msgstr"%s: no se pudo obtener el nombre de usuario actual: %s"
716+
msgid"%s: could not get current user name: %s\n"
717+
msgstr"%s: no se pudo obtener el nombre de usuario actual: %s\n"
718718

719719
#:common.c:89common.c:115
720720
msgid"Password: "

‎src/bin/scripts/po/fr.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# translation of pgscripts-fr.po to FR_fr
22
# French message translation file for pgscripts
33
#
4-
# $PostgreSQL: pgsql/src/bin/scripts/po/fr.po,v 1.5 2004/11/16 22:58:42 petere Exp $
4+
# $PostgreSQL: pgsql/src/bin/scripts/po/fr.po,v 1.6 2004/12/12 18:26:29 petere Exp $
55
#
66
# Use these quotes: «%s»
77
# Guillaume Lelarge <gleu@wanadoo.fr>, 2004.
@@ -615,13 +615,13 @@ msgstr ""
615615

616616
#:common.c:33
617617
#,c-format
618-
msgid"%s: could not obtain information about current user: %s"
619-
msgstr"%s : n'a pas pu obtenir les informations sur l'utilisateur actuel : %s"
618+
msgid"%s: could not obtain information about current user: %s\n"
619+
msgstr"%s : n'a pas pu obtenir les informations sur l'utilisateur actuel : %s\n"
620620

621621
#:common.c:44
622622
#,c-format
623-
msgid"%s: could not get current user name: %s"
624-
msgstr"%s: n'a pas pu récupérer le nom de l'utilisateur : %s"
623+
msgid"%s: could not get current user name: %s\n"
624+
msgstr"%s: n'a pas pu récupérer le nom de l'utilisateur : %s\n"
625625

626626
#:common.c:89common.c:115
627627
msgid"Password: "

‎src/bin/scripts/po/pt_BR.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -626,13 +626,13 @@ msgstr ""
626626

627627
#:common.c:33
628628
#,c-format
629-
msgid"%s: could not obtain information about current user: %s"
630-
msgstr"%s: não pôde obter informação sobre usuário atual: %s"
629+
msgid"%s: could not obtain information about current user: %s\n"
630+
msgstr"%s: não pôde obter informação sobre usuário atual: %s\n"
631631

632632
#:common.c:44
633633
#,c-format
634-
msgid"%s: could not get current user name: %s"
635-
msgstr"%s: não pôde obter nome de usuário atual: %s"
634+
msgid"%s: could not get current user name: %s\n"
635+
msgstr"%s: não pôde obter nome de usuário atual: %s\n"
636636

637637
#:common.c:89common.c:115
638638
msgid"Password: "

‎src/bin/scripts/po/ru.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright (c) 2003-2004 Serguei A. Mokhov, mokhov@cs.concordia.ca
55
# Distributed under the same licensing terms as PostgreSQL itself.
66
#
7-
# $PostgreSQL: pgsql/src/bin/scripts/po/ru.po,v 1.9 2004/11/16 22:47:40 petere Exp $
7+
# $PostgreSQL: pgsql/src/bin/scripts/po/ru.po,v 1.10 2004/12/12 18:26:29 petere Exp $
88
#
99
# To the new translator:
1010
# PG Russian Translation Discussion Group: <http://groups.yahoo.com/group/pgsql-rus/>
@@ -691,13 +691,13 @@ msgstr ""
691691

692692
#:common.c:33
693693
#,c-format
694-
msgid"%s: could not obtain information about current user: %s"
695-
msgstr"%s: ÎÅ ÕÄÁÌÏÓØ ÐÏÌÕÞÉÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÔÅËÕÝÅÍ ÐÏÌØÚÏ×ÁÔÅÌÅ: %s"
694+
msgid"%s: could not obtain information about current user: %s\n"
695+
msgstr"%s: ÎÅ ÕÄÁÌÏÓØ ÐÏÌÕÞÉÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÔÅËÕÝÅÍ ÐÏÌØÚÏ×ÁÔÅÌÅ: %s\n"
696696

697697
#:common.c:44
698698
#,c-format
699-
msgid"%s: could not get current user name: %s"
700-
msgstr"%s: ÎÅ ÕÄÁÌÏÓØ ÐÏÌÕÞÉÔØ ÉÍÑ ÔÅËÕÝÅÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ: %s"
699+
msgid"%s: could not get current user name: %s\n"
700+
msgstr"%s: ÎÅ ÕÄÁÌÏÓØ ÐÏÌÕÞÉÔØ ÉÍÑ ÔÅËÕÝÅÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ: %s\n"
701701

702702
#:common.c:89
703703
#:common.c:115

‎src/bin/scripts/po/sl.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,13 +674,13 @@ msgstr ""
674674

675675
#:common.c:33
676676
#,c-format
677-
msgid"%s: could not obtain information about current user: %s"
678-
msgstr"%s: podatkov o trenutnem uporabniku ni bilo mogoèe izvedeti: %s"
677+
msgid"%s: could not obtain information about current user: %s\n"
678+
msgstr"%s: podatkov o trenutnem uporabniku ni bilo mogoèe izvedeti: %s\n"
679679

680680
#:common.c:44
681681
#,c-format
682-
msgid"%s: could not get current user name: %s"
683-
msgstr"%s: imena trenutnega uporabnika ni bilo mogoèe izvedeti: %s"
682+
msgid"%s: could not get current user name: %s\n"
683+
msgstr"%s: imena trenutnega uporabnika ni bilo mogoèe izvedeti: %s\n"
684684

685685
#:common.c:89
686686
#:common.c:115

‎src/bin/scripts/po/tr.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -673,13 +673,13 @@ msgstr ""
673673

674674
#:common.c:33
675675
#,c-format
676-
msgid"%s: could not obtain information about current user: %s"
677-
msgstr"%s: geçerli kullanıcı hakkında ilgi alınamadı: %s"
676+
msgid"%s: could not obtain information about current user: %s\n"
677+
msgstr"%s: geçerli kullanıcı hakkında ilgi alınamadı: %s\n"
678678

679679
#:common.c:44
680680
#,c-format
681-
msgid"%s: could not get current user name: %s"
682-
msgstr"%s: geçerli kullanıcı adı alınamadı: %s"
681+
msgid"%s: could not get current user name: %s\n"
682+
msgstr"%s: geçerli kullanıcı adı alınamadı: %s\n"
683683

684684
#:common.c:89
685685
#:common.c:115

‎src/bin/scripts/po/zh_CN.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -659,13 +659,13 @@ msgstr ""
659659

660660
#:common.c:33
661661
#,c-format
662-
msgid"%s: could not obtain information about current user: %s"
663-
msgstr"%s: 无法获得当前用户的信息: %s"
662+
msgid"%s: could not obtain information about current user: %s\n"
663+
msgstr"%s: 无法获得当前用户的信息: %s\n"
664664

665665
#:common.c:44
666666
#,c-format
667-
msgid"%s: could not get current user name: %s"
668-
msgstr"%s: 无法获取当前用户名称: %s"
667+
msgid"%s: could not get current user name: %s\n"
668+
msgstr"%s: 无法获取当前用户名称: %s\n"
669669

670670
#:common.c:89common.c:115
671671
msgid"Password: "

‎src/bin/scripts/po/zh_TW.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -669,13 +669,13 @@ msgstr ""
669669

670670
#:common.c:33
671671
#,c-format
672-
msgid"%s: could not obtain information about current user: %s"
673-
msgstr"%s:無法取得目前使用者的資訊:%s"
672+
msgid"%s: could not obtain information about current user: %s\n"
673+
msgstr"%s:無法取得目前使用者的資訊:%s\n"
674674

675675
#:common.c:44
676676
#,c-format
677-
msgid"%s: could not get current user name: %s"
678-
msgstr"%s:無法取得目前使用者的名稱:%s"
677+
msgid"%s: could not get current user name: %s\n"
678+
msgstr"%s:無法取得目前使用者的名稱:%s\n"
679679

680680
#:common.c:89
681681
#:common.c:115

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp