Skip to content

Commit 58f17dc

Browse files
committed
Add translator comments to module names
1 parent d7b47e5 commit 58f17dc

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
static const char *modulename = gettext_noop("compress_io");
7879

7980
static void ParseCompressionOption(int compression, 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
int gzOut;
113113
} OutputContext;
114114

115+
/* translator: this is a module name */
115116
static const char *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
static size_t _CustomWriteFunc(ArchiveHandle *AH, const char *buf, size_t len);
8686
static size_t _CustomReadFunc(ArchiveHandle *AH, char **buf, size_t *buflen);
8787

88+
/* translator: this is a module name */
8889
static const char *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
#define DB_MAX_ERR_STMT 128
2525

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

2829
static void _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
static const char *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
static const char *modulename = gettext_noop("tar archiver");
105106

106107
static void _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
static const char *modulename = gettext_noop("sorter");
2122

2223
/*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy