# LANGUAGE message translation file for ecpg # Copyright (C) 2024 PostgreSQL Global Development Group # This file is distributed under the same license as the ecpg (PostgreSQL) package. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: ecpg (PostgreSQL) 13\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" "POT-Creation-Date: 2024-03-27 19:13+0000\n" "PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: descriptor.c:64 #, c-format msgid "variable \"%s\" must have a numeric type" msgstr "" #: descriptor.c:124 descriptor.c:146 #, c-format msgid "descriptor \"%s\" does not exist" msgstr "" #: descriptor.c:161 descriptor.c:213 #, c-format msgid "descriptor header item \"%d\" does not exist" msgstr "" #: descriptor.c:183 #, c-format msgid "nullable is always 1" msgstr "" #: descriptor.c:186 #, c-format msgid "key_member is always 0" msgstr "" #: descriptor.c:280 #, c-format msgid "descriptor item \"%s\" is not implemented" msgstr "" #: descriptor.c:290 #, c-format msgid "descriptor item \"%s\" cannot be set" msgstr "" #: ecpg.c:35 #, c-format msgid "" "%s is the PostgreSQL embedded SQL preprocessor for C programs.\n" "\n" msgstr "" #: ecpg.c:37 #, c-format msgid "" "Usage:\n" " %s [OPTION]... FILE...\n" "\n" msgstr "" #: ecpg.c:40 #, c-format msgid "Options:\n" msgstr "" #: ecpg.c:41 #, c-format msgid "" " -c automatically generate C code from embedded SQL code;\n" " this affects EXEC SQL TYPE\n" msgstr "" #: ecpg.c:43 #, c-format msgid "" " -C MODE set compatibility mode; MODE can be one of\n" " \"INFORMIX\", \"INFORMIX_SE\", \"ORACLE\"\n" msgstr "" #: ecpg.c:46 #, c-format msgid " -d generate parser debug output\n" msgstr "" #: ecpg.c:48 #, c-format msgid " -D SYMBOL define SYMBOL\n" msgstr "" #: ecpg.c:49 #, c-format msgid " -h parse a header file, this option includes option \"-c\"\n" msgstr "" #: ecpg.c:50 #, c-format msgid " -i parse system include files as well\n" msgstr "" #: ecpg.c:51 #, c-format msgid " -I DIRECTORY search DIRECTORY for include files\n" msgstr "" #: ecpg.c:52 #, c-format msgid " -o OUTFILE write result to OUTFILE\n" msgstr "" #: ecpg.c:53 #, c-format msgid "" " -r OPTION specify run-time behavior; OPTION can be:\n" " \"no_indicator\", \"prepare\", \"questionmarks\"\n" msgstr "" #: ecpg.c:55 #, c-format msgid " --regression run in regression testing mode\n" msgstr "" #: ecpg.c:56 #, c-format msgid " -t turn on autocommit of transactions\n" msgstr "" #: ecpg.c:57 #, c-format msgid " -V, --version output version information, then exit\n" msgstr "" #: ecpg.c:58 #, c-format msgid " -?, --help show this help, then exit\n" msgstr "" #: ecpg.c:59 #, c-format msgid "" "\n" "If no output file is specified, the name is formed by adding .c to the\n" "input file name, after stripping off .pgc if present.\n" msgstr "" #: ecpg.c:61 #, c-format msgid "" "\n" "Report bugs to <%s>.\n" msgstr "" #: ecpg.c:62 #, c-format msgid "%s home page: <%s>\n" msgstr "" #: ecpg.c:140 #, c-format msgid "%s: could not locate my own executable path\n" msgstr "" #: ecpg.c:175 ecpg.c:332 ecpg.c:343 #, c-format msgid "%s: could not open file \"%s\": %s\n" msgstr "" #: ecpg.c:218 ecpg.c:231 ecpg.c:247 ecpg.c:273 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "" #: ecpg.c:242 #, c-format msgid "%s: parser debug support (-d) not available\n" msgstr "" #: ecpg.c:261 #, c-format msgid "%s, the PostgreSQL embedded C preprocessor, version %s\n" msgstr "" #: ecpg.c:263 #, c-format msgid "EXEC SQL INCLUDE ... search starts here:\n" msgstr "" #: ecpg.c:266 #, c-format msgid "end of search list\n" msgstr "" #: ecpg.c:272 #, c-format msgid "%s: no input files specified\n" msgstr "" #: ecpg.c:466 #, c-format msgid "cursor \"%s\" has been declared but not opened" msgstr "" #: ecpg.c:479 preproc.y:128 #, c-format msgid "could not remove output file \"%s\"\n" msgstr "" #: pgc.l:502 #, c-format msgid "unterminated /* comment" msgstr "" #: pgc.l:519 #, c-format msgid "unterminated bit string literal" msgstr "" #: pgc.l:527 #, c-format msgid "unterminated hexadecimal string literal" msgstr "" #: pgc.l:602 #, c-format msgid "invalid bit string literal" msgstr "" #: pgc.l:607 #, c-format msgid "invalid hex string literal" msgstr "" #: pgc.l:625 #, c-format msgid "unhandled previous state in xqs\n" msgstr "" #: pgc.l:654 pgc.l:756 #, c-format msgid "unterminated quoted string" msgstr "" #: pgc.l:705 #, c-format msgid "unterminated dollar-quoted string" msgstr "" #: pgc.l:723 pgc.l:736 #, c-format msgid "zero-length delimited identifier" msgstr "" #: pgc.l:747 #, c-format msgid "unterminated quoted identifier" msgstr "" #: pgc.l:1078 #, c-format msgid "nested /* ... */ comments" msgstr "" #: pgc.l:1171 #, c-format msgid "missing identifier in EXEC SQL UNDEF command" msgstr "" #: pgc.l:1189 pgc.l:1202 pgc.l:1218 pgc.l:1231 #, c-format msgid "too many nested EXEC SQL IFDEF conditions" msgstr "" #: pgc.l:1247 pgc.l:1258 pgc.l:1273 pgc.l:1295 #, c-format msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\"" msgstr "" #: pgc.l:1249 pgc.l:1260 pgc.l:1441 #, c-format msgid "missing \"EXEC SQL ENDIF;\"" msgstr "" #: pgc.l:1275 pgc.l:1297 #, c-format msgid "more than one EXEC SQL ELSE" msgstr "" #: pgc.l:1320 pgc.l:1334 #, c-format msgid "unmatched EXEC SQL ENDIF" msgstr "" #: pgc.l:1389 #, c-format msgid "missing identifier in EXEC SQL IFDEF command" msgstr "" #: pgc.l:1398 #, c-format msgid "missing identifier in EXEC SQL DEFINE command" msgstr "" #: pgc.l:1431 #, c-format msgid "syntax error in EXEC SQL INCLUDE command" msgstr "" #: pgc.l:1481 #, c-format msgid "internal error: unreachable state; please report this to <%s>" msgstr "" #: pgc.l:1633 #, c-format msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n" msgstr "" #: pgc.l:1656 #, c-format msgid "could not open include file \"%s\" on line %d" msgstr "" #: preproc.y:31 msgid "syntax error" msgstr "" #: preproc.y:82 #, c-format msgid "WARNING: " msgstr "" #: preproc.y:85 #, c-format msgid "ERROR: " msgstr "" #: preproc.y:512 #, c-format msgid "cursor \"%s\" does not exist" msgstr "" #: preproc.y:541 #, c-format msgid "initializer not allowed in type definition" msgstr "" #: preproc.y:543 #, c-format msgid "type name \"string\" is reserved in Informix mode" msgstr "" #: preproc.y:550 preproc.y:15964 #, c-format msgid "type \"%s\" is already defined" msgstr "" #: preproc.y:575 preproc.y:16607 preproc.y:16932 variable.c:620 #, c-format msgid "multidimensional arrays for simple data types are not supported" msgstr "" #: preproc.y:1706 #, c-format msgid "AT option not allowed in CLOSE DATABASE statement" msgstr "" #: preproc.y:1954 #, c-format msgid "AT option not allowed in CONNECT statement" msgstr "" #: preproc.y:1988 #, c-format msgid "AT option not allowed in DISCONNECT statement" msgstr "" #: preproc.y:2043 #, c-format msgid "AT option not allowed in SET CONNECTION statement" msgstr "" #: preproc.y:2065 #, c-format msgid "AT option not allowed in TYPE statement" msgstr "" #: preproc.y:2074 #, c-format msgid "AT option not allowed in VAR statement" msgstr "" #: preproc.y:2081 #, c-format msgid "AT option not allowed in WHENEVER statement" msgstr "" #: preproc.y:2158 preproc.y:2330 preproc.y:2335 preproc.y:2458 preproc.y:4036 #: preproc.y:4684 preproc.y:5626 preproc.y:5926 preproc.y:7544 preproc.y:9083 #: preproc.y:9088 preproc.y:11923 #, c-format msgid "unsupported feature will be passed to server" msgstr "" #: preproc.y:2716 #, c-format msgid "SHOW ALL is not implemented" msgstr "" #: preproc.y:3384 #, c-format msgid "COPY FROM STDIN is not implemented" msgstr "" #: preproc.y:10062 preproc.y:15547 #, c-format msgid "using variable \"%s\" in different declare statements is not supported" msgstr "" #: preproc.y:10064 preproc.y:15549 #, c-format msgid "cursor \"%s\" is already defined" msgstr "" #: preproc.y:10504 #, c-format msgid "no longer supported LIMIT #,# syntax passed to server" msgstr "" #: preproc.y:10837 preproc.y:10844 #, c-format msgid "subquery in FROM must have an alias" msgstr "" #: preproc.y:15270 preproc.y:15277 #, c-format msgid "CREATE TABLE AS cannot specify INTO" msgstr "" #: preproc.y:15313 #, c-format msgid "expected \"@\", found \"%s\"" msgstr "" #: preproc.y:15325 #, c-format msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported" msgstr "" #: preproc.y:15328 #, c-format msgid "expected \"://\", found \"%s\"" msgstr "" #: preproc.y:15333 #, c-format msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\"" msgstr "" #: preproc.y:15359 #, c-format msgid "expected \"postgresql\", found \"%s\"" msgstr "" #: preproc.y:15362 #, c-format msgid "invalid connection type: %s" msgstr "" #: preproc.y:15371 #, c-format msgid "expected \"@\" or \"://\", found \"%s\"" msgstr "" #: preproc.y:15446 preproc.y:15464 #, c-format msgid "invalid data type" msgstr "" #: preproc.y:15475 preproc.y:15492 #, c-format msgid "incomplete statement" msgstr "" #: preproc.y:15478 preproc.y:15495 #, c-format msgid "unrecognized token \"%s\"" msgstr "" #: preproc.y:15767 #, c-format msgid "only data types numeric and decimal have precision/scale argument" msgstr "" #: preproc.y:15779 #, c-format msgid "interval specification not allowed here" msgstr "" #: preproc.y:15939 preproc.y:15991 #, c-format msgid "too many levels in nested structure/union definition" msgstr "" #: preproc.y:16114 #, c-format msgid "pointers to varchar are not implemented" msgstr "" #: preproc.y:16301 preproc.y:16326 #, c-format msgid "using unsupported DESCRIBE statement" msgstr "" #: preproc.y:16573 #, c-format msgid "initializer not allowed in EXEC SQL VAR command" msgstr "" #: preproc.y:16890 #, c-format msgid "arrays of indicators are not allowed on input" msgstr "" #: preproc.y:17077 #, c-format msgid "operator not allowed in variable definition" msgstr "" #. translator: %s is typically the translation of "syntax error" #: preproc.y:17118 #, c-format msgid "%s at or near \"%s\"" msgstr "" #: type.c:18 type.c:30 #, c-format msgid "out of memory" msgstr "" #: type.c:214 type.c:685 #, c-format msgid "unrecognized variable type code %d" msgstr "" #: type.c:263 #, c-format msgid "variable \"%s\" is hidden by a local variable of a different type" msgstr "" #: type.c:265 #, c-format msgid "variable \"%s\" is hidden by a local variable" msgstr "" #: type.c:277 #, c-format msgid "indicator variable \"%s\" is hidden by a local variable of a different type" msgstr "" #: type.c:279 #, c-format msgid "indicator variable \"%s\" is hidden by a local variable" msgstr "" #: type.c:287 #, c-format msgid "indicator for array/pointer has to be array/pointer" msgstr "" #: type.c:291 #, c-format msgid "nested arrays are not supported (except strings)" msgstr "" #: type.c:333 #, c-format msgid "indicator for struct has to be a struct" msgstr "" #: type.c:353 type.c:374 type.c:394 #, c-format msgid "indicator for simple data type has to be simple" msgstr "" #: type.c:625 #, c-format msgid "indicator struct \"%s\" has too few members" msgstr "" #: type.c:633 #, c-format msgid "indicator struct \"%s\" has too many members" msgstr "" #: type.c:744 #, c-format msgid "unrecognized descriptor item code %d" msgstr "" #: variable.c:89 variable.c:115 #, c-format msgid "incorrectly formed variable \"%s\"" msgstr "" #: variable.c:138 #, c-format msgid "variable \"%s\" is not a pointer" msgstr "" #: variable.c:141 variable.c:166 #, c-format msgid "variable \"%s\" is not a pointer to a structure or a union" msgstr "" #: variable.c:153 #, c-format msgid "variable \"%s\" is neither a structure nor a union" msgstr "" #: variable.c:163 #, c-format msgid "variable \"%s\" is not an array" msgstr "" #: variable.c:232 variable.c:254 #, c-format msgid "variable \"%s\" is not declared" msgstr "" #: variable.c:493 #, c-format msgid "indicator variable must have an integer type" msgstr "" #: variable.c:505 #, c-format msgid "unrecognized data type name \"%s\"" msgstr "" #: variable.c:516 variable.c:524 variable.c:541 variable.c:544 #, c-format msgid "multidimensional arrays are not supported" msgstr "" #: variable.c:533 #, c-format msgid "multilevel pointers (more than 2 levels) are not supported; found %d level" msgid_plural "multilevel pointers (more than 2 levels) are not supported; found %d levels" msgstr[0] "" msgstr[1] "" #: variable.c:538 #, c-format msgid "pointer to pointer is not supported for this data type" msgstr "" #: variable.c:558 #, c-format msgid "multidimensional arrays for structures are not supported" msgstr ""