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

Commit58f17dc

Browse files
committed
Add translator comments to module names
1 parentd7b47e5 commit58f17dc

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

‎src/bin/pg_dump/compress_io.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ struct CompressorState
7474
#endif
7575
};
7676

77+
/* translator: this is a module name */
7778
staticconstchar*modulename=gettext_noop("compress_io");
7879

7980
staticvoidParseCompressionOption(intcompression,CompressionAlgorithm*alg,

‎src/bin/pg_dump/pg_backup_archiver.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ typedef struct _outputContext
112112
intgzOut;
113113
}OutputContext;
114114

115+
/* translator: this is a module name */
115116
staticconstchar*modulename=gettext_noop("archiver");
116117

117118

‎src/bin/pg_dump/pg_backup_custom.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ static pgoff_t _getFilePos(ArchiveHandle *AH, lclContext *ctx);
8585
staticsize_t_CustomWriteFunc(ArchiveHandle*AH,constchar*buf,size_tlen);
8686
staticsize_t_CustomReadFunc(ArchiveHandle*AH,char**buf,size_t*buflen);
8787

88+
/* translator: this is a module name */
8889
staticconstchar*modulename=gettext_noop("custom archiver");
8990

9091

‎src/bin/pg_dump/pg_backup_db.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#defineDB_MAX_ERR_STMT 128
2525

26+
/* translator: this is a module name */
2627
staticconstchar*modulename=gettext_noop("archiver (db)");
2728

2829
staticvoid_check_database_version(ArchiveHandle*AH);

‎src/bin/pg_dump/pg_backup_directory.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ typedef struct
5858
char*filename;/* filename excluding the directory (basename) */
5959
}lclTocEntry;
6060

61+
/* translator: this is a module name */
6162
staticconstchar*modulename=gettext_noop("directory archiver");
6263

6364
/* prototypes for private functions */

‎src/bin/pg_dump/pg_backup_tar.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ typedef struct
101101
char*filename;
102102
}lclTocEntry;
103103

104+
/* translator: this is a module name */
104105
staticconstchar*modulename=gettext_noop("tar archiver");
105106

106107
staticvoid_LoadBlobs(ArchiveHandle*AH,RestoreOptions*ropt);

‎src/bin/pg_dump/pg_dump_sort.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include"dumputils.h"
1818
#include"dumpmem.h"
1919

20+
/* translator: this is a module name */
2021
staticconstchar*modulename=gettext_noop("sorter");
2122

2223
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp