# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-10-06 19:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: 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" #: ../libgda/gda-batch.c:309 msgid "Statement could not be found in batch's statements" msgstr "" #: ../libgda/gda-batch.c:434 #, c-format msgid "Conflicting parameter '%s'" msgstr "" #: ../libgda/gda-config.c:176 msgid "File to use for per-user DSN list" msgstr "" #: ../libgda/gda-config.c:181 msgid "File to use for system-wide DSN list" msgstr "" #: ../libgda/gda-config.c:431 #, c-format msgid "Error creating user specific configuration directory '%s'" msgstr "" #: ../libgda/gda-config.c:480 #, c-format msgid "" "User specific configuration directory '%s' exists and is not a directory" msgstr "" #: ../libgda/gda-config.c:724 #, c-format msgid "Malformed data source name '%s'" msgstr "" #: ../libgda/gda-config.c:768 ../libgda/gda-config.c:857 #, c-format msgid "Can't manage system-wide configuration" msgstr "" #: ../libgda/gda-config.c:851 #, c-format msgid "Unknown DSN '%s'" msgstr "" #: ../libgda/gda-config.c:901 #, c-format msgid "Provider '%s' not found" msgstr "" #: ../libgda/gda-config.c:1084 #, c-format msgid "No provider '%s' installed" msgstr "" #: ../libgda/gda-config.c:1098 ../libgda/gda-config.c:1105 #, c-format msgid "Can't instantiate provider '%s'" msgstr "" #: ../libgda/gda-config.c:1149 ../libgda/gda-data-model-dsn-list.c:111 #: ../libgda/gda-data-model-dsn-list.c:112 ../tools/gda-sql.c:1970 #: ../tools/gda-sql.c:2142 ../tools/gda-sql.c:2342 msgid "Provider" msgstr "" #: ../libgda/gda-config.c:1150 ../libgda/gda-data-model-dsn-list.c:117 #: ../libgda/gda-data-model-dsn-list.c:118 #: ../libgda/gda-server-provider-extra.c:371 #: ../libgda/gda-server-provider-extra.c:394 ../tools/gda-sql.c:1969 #: ../tools/gda-sql.c:2143 msgid "Description" msgstr "" #: ../libgda/gda-config.c:1151 msgid "DSN parameters" msgstr "" #: ../libgda/gda-config.c:1152 msgid "Authentication" msgstr "" #: ../libgda/gda-config.c:1153 msgid "File" msgstr "" #: ../libgda/gda-config.c:1154 msgid "List of installed providers" msgstr "" #: ../libgda/gda-config.c:1288 #, c-format msgid "Error: %s" msgstr "" #: ../libgda/gda-config.c:1376 ../libgda/gda-data-model-dsn-list.c:131 #: ../libgda/gda-data-model-dsn-list.c:132 ../tools/gda-sql.c:2344 msgid "Username" msgstr "" #. other table options #: ../libgda/gda-config.c:1378 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:147 msgid "Password" msgstr "" #: ../libgda/gda-connection.c:188 msgid "DSN to use" msgstr "" #: ../libgda/gda-connection.c:191 msgid "Connection string to use" msgstr "" #: ../libgda/gda-connection.c:194 msgid "Provider to use" msgstr "" #: ../libgda/gda-connection.c:199 msgid "Authentication string to use" msgstr "" #: ../libgda/gda-connection.c:203 msgid "Options (connection sharing)" msgstr "" #. To translators: Don't translate "GdaMetaStore", it's a class name #: ../libgda/gda-connection.c:208 msgid "GdaMetaStore used by the connection" msgstr "" #: ../libgda/gda-connection.c:214 msgid "" "Unique GThread from which the connection will be available.This should only " "be modified by the database providers' implementation" msgstr "" #: ../libgda/gda-connection.c:397 ../libgda/gda-connection.c:425 #: ../libgda/gda-connection.c:439 ../libgda/gda-connection.c:454 #: ../libgda/gda-connection.c:471 #, c-format msgid "Could not set the '%s' property when the connection is opened" msgstr "" #: ../libgda/gda-connection.c:405 #, c-format msgid "No DSN named '%s' defined" msgstr "" #: ../libgda/gda-connection.c:572 #, c-format msgid "Malformed data source specification '%s'" msgstr "" #: ../libgda/gda-connection.c:580 ../libgda/gda-connection.c:796 #: ../libgda/gda-connection.c:798 #, c-format msgid "Data source %s not found in configuration" msgstr "" #: ../libgda/gda-connection.c:631 #, c-format msgid "Datasource configuration error: no provider specified" msgstr "" #: ../libgda/gda-connection.c:700 ../tools/gda-sql.c:950 #, c-format msgid "Malformed connection string '%s'" msgstr "" #: ../libgda/gda-connection.c:706 ../libgda/gda-connection.c:820 #, c-format msgid "No provider specified" msgstr "" #: ../libgda/gda-connection.c:808 ../libgda/gda-connection.c:810 #, c-format msgid "No DSN or connection string specified" msgstr "" #: ../libgda/gda-connection.c:828 #, c-format msgid "Provider does not allow usage from this thread" msgstr "" #: ../libgda/gda-connection.c:835 #, c-format msgid "" "Internal error: provider does not implement the open_connection() virtual " "method" msgstr "" #: ../libgda/gda-connection.c:1447 #, c-format msgid "Provider does not support statement preparation" msgstr "" #: ../libgda/gda-connection.c:1615 ../libgda/gda-connection.c:1630 #, c-format msgid "Statement is a selection statement" msgstr "" #: ../libgda/gda-connection.c:1689 ../libgda/gda-connection.c:1750 #: ../libgda/gda-connection.c:1805 #, c-format msgid "Statement is not a selection statement" msgstr "" #: ../libgda/gda-connection.c:2152 #, c-format msgid "Invalid argument" msgstr "" #: ../libgda/gda-connection.c:2161 #, c-format msgid "Missing or wrong arguments for table '%s': %s" msgstr "" #: ../libgda/gda-connection.c:2869 #, c-format msgid "Meta update error" msgstr "" #: ../libgda/gda-connection.c:3335 #, c-format msgid "Wrong filter arguments" msgstr "" #: ../libgda/gda-connection.c:3469 ../libgda/gda-connection.c:3514 #: ../libgda/gda-connection.c:3549 ../libgda/gda-connection.c:3585 #: ../libgda/gda-connection.c:3621 #, c-format msgid "Connection transaction status tracking: no transaction exists for %s" msgstr "" #: ../libgda/gda-connection.c:3895 #: ../libgda/sqlite/virtual/gda-virtual-connection.c:186 msgid "Internal error: invalid provider handle" msgstr "" #: ../libgda/gda-data-access-wrapper.c:472 #: ../libgda/gda-data-model-array.c:536 ../libgda/gda-data-model-bdb.c:609 #: ../libgda/gda-data-model-bdb.c:713 ../libgda/gda-data-model-bdb.c:742 #: ../libgda/gda-data-model-dir.c:792 ../libgda/gda-data-model-dir.c:888 #: ../libgda/gda-data-model-dir.c:930 ../libgda/gda-data-model-dsn-list.c:311 #: ../libgda/gda-data-model-iter.c:274 ../libgda/gda-data-model-iter.c:1037 #: ../libgda/gda-data-proxy.c:3286 ../libgda/gda-data-select.c:1184 #: ../libgda/gda-data-select.c:1652 ../libgda/gda-data-select.c:2517 #: ../libgda/gda-data-select.c:2578 #, c-format msgid "Column %d out of range (0-%d)" msgstr "" #: ../libgda/gda-data-access-wrapper.c:495 #, c-format msgid "Can't set iterator's position" msgstr "" #: ../libgda/gda-data-access-wrapper.c:523 #, c-format msgid "Can't access data" msgstr "" #: ../libgda/gda-data-comparator.c:160 msgid "Old data model" msgstr "" #: ../libgda/gda-data-comparator.c:164 msgid "New data model" msgstr "" #: ../libgda/gda-data-comparator.c:441 #, c-format msgid "Missing original data model" msgstr "" #: ../libgda/gda-data-comparator.c:446 #, c-format msgid "Missing new data model" msgstr "" #: ../libgda/gda-data-comparator.c:452 #, c-format msgid "Data models must support random access model" msgstr "" #: ../libgda/gda-data-comparator.c:461 #, c-format msgid "Data models to compare don't have the same number of columns" msgstr "" #: ../libgda/gda-data-comparator.c:472 #, c-format msgid "Type mismatch for column %d: '%s' and '%s'" msgstr "" #: ../libgda/gda-data-comparator.c:561 ../libgda/gda-data-comparator.c:597 #, c-format msgid "Differences computation cancelled on signal handling" msgstr "" #: ../libgda/gda-data-model-array.c:170 msgid "Whether data model can be modified" msgstr "" #: ../libgda/gda-data-model-array.c:387 ../libgda/gda-data-model-array.c:530 #: ../libgda/gda-data-model-array.c:610 ../libgda/gda-data-model-dir.c:802 #: ../libgda/gda-data-model-dir.c:971 ../libgda/gda-data-model-dir.c:1318 #: ../libgda/gda-data-model-dsn-list.c:316 ../libgda/gda-data-proxy.c:3245 #: ../libgda/gda-data-proxy.c:3277 ../libgda/gda-data-select.c:1609 #: ../libgda/gda-data-select.c:1659 #, c-format msgid "Row %d out of range (0-%d)" msgstr "" #: ../libgda/gda-data-model-array.c:524 #, c-format msgid "No row in data model" msgstr "" #: ../libgda/gda-data-model-array.c:549 #, c-format msgid "Data model has no data" msgstr "" #: ../libgda/gda-data-model-array.c:604 ../libgda/gda-data-model-array.c:644 #: ../libgda/gda-data-model-array.c:683 ../libgda/gda-data-model-array.c:718 #, c-format msgid "Attempting to modify a read-only data model" msgstr "" #: ../libgda/gda-data-model-array.c:650 ../libgda/gda-data-model-array.c:689 #, c-format msgid "Too many values in list" msgstr "" #: ../libgda/gda-data-model-array.c:743 #, c-format msgid "Row not found in data model" msgstr "" #: ../libgda/gda-data-model-bdb.c:647 ../libgda/gda-data-model-bdb.c:680 #: ../libgda/gda-data-model-bdb.c:784 ../libgda/gda-data-model-bdb.c:872 #, c-format msgid "" "Custom BDB model implementation is not complete: the '%s' method is missing" msgstr "" #: ../libgda/gda-data-model-bdb.c:811 ../libgda/gda-data-model-bdb.c:897 #, c-format msgid "Expected GdaBinary value, got %s" msgstr "" #: ../libgda/gda-data-model-bdb.c:857 #, c-format msgid "Key modification is not supported" msgstr "" #: ../libgda/gda-data-model.c:569 #, c-format msgid "Data model does not support getting individual value" msgstr "" #: ../libgda/gda-data-model.c:605 ../libgda/gda-data-model.c:614 #, c-format msgid "Data model returned value of invalid '%s' type" msgstr "" #: ../libgda/gda-data-model.c:611 #, c-format msgid "Data model returned invalid NULL value" msgstr "" #: ../libgda/gda-data-model.c:667 #, c-format msgid "Data model does not support setting individual value" msgstr "" #: ../libgda/gda-data-model.c:769 #, c-format msgid "Model does not allow row insertion" msgstr "" #: ../libgda/gda-data-model.c:799 #, c-format msgid "Model does not allow row deletion" msgstr "" #: ../libgda/gda-data-model.c:947 ../libgda/gda-data-model.c:986 #: ../libgda/gda-data-model.c:1000 #, c-format msgid "The '%s' parameter must hold a string value, ignored." msgstr "" #: ../libgda/gda-data-model.c:1009 ../libgda/gda-data-model.c:1092 #, c-format msgid "The '%s' parameter must hold a boolean value, ignored." msgstr "" #: ../libgda/gda-data-model.c:1100 #, c-format msgid "File '%s' already exists" msgstr "" #: ../libgda/gda-data-model.c:1214 msgid "Exported Data" msgstr "" #: ../libgda/gda-data-model.c:1329 #, c-format msgid "Expected tag or , got <%s>, ignoring" msgstr "" #: ../libgda/gda-data-model.c:1360 #, c-format msgid "Cannot retrieve column data type (type is UNKNOWN or not specified)" msgstr "" #: ../libgda/gda-data-model.c:1442 #, c-format msgid "Expected tag , got <%s>" msgstr "" #: ../libgda/gda-data-model.c:1502 #, c-format msgid "Could not get an iterator for source data model" msgstr "" #: ../libgda/gda-data-model.c:1519 #, c-format msgid "Inexistent column in source data model: %d" msgstr "" #: ../libgda/gda-data-model.c:1533 #, c-format msgid "" "Destination column %d can't be NULL but has no correspondence in the source " "data model" msgstr "" #: ../libgda/gda-data-model.c:1543 #, c-format msgid "" "Destination column %d has a gda type (%s) incompatible with source column %d " "type (%s)" msgstr "" #: ../libgda/gda-data-model.c:1640 #, c-format msgid "Can't transform '%s' from GDA type %s to GDA type %s" msgstr "" #: ../libgda/gda-data-model.c:1827 #, c-format msgid "Could not dump data model's attributes: %s" msgstr "" #: ../libgda/gda-data-model.c:1828 ../libgda/gda-data-model.c:1836 #: ../libgda/gda-data-model-dir.c:386 ../libgda/gda-data-model-import.c:1581 #: ../libgda/gda-data-model-import.c:1864 #: ../libgda/gda-data-model-import.c:1937 ../libgda/gda-data-select.c:349 #: ../libgda/gda-data-select.c:369 ../libgda/gda-data-select.c:433 #: ../libgda/gda-data-select.c:1973 ../libgda/gda-data-select.c:1983 #: ../libgda/gda-holder.c:451 ../libgda/gda-meta-store.c:520 #: ../libgda/gda-server-operation.c:647 ../libgda/gda-set.c:464 #: ../libgda/sqlite/gda-sqlite-provider.c:1737 #: ../libgda/sqlite/gda-sqlite-provider.c:1752 #: ../providers/mdb/gda-mdb-provider.c:353 #: ../providers/mysql/gda-mysql-util.c:137 #: ../providers/postgres/gda-postgres-provider.c:1820 #: ../providers/postgres/gda-postgres-provider.c:1835 #: ../providers/postgres/gda-postgres-util.c:86 #: ../providers/postgres/gda-postgres-util.c:89 #: ../tools/gda-list-server-op.c:47 ../tools/gda-list-server-op.c:90 #: ../tools/gda-sql.c:244 ../tools/gda-sql.c:261 ../tools/gda-sql.c:322 #: ../tools/gda-sql.c:1071 ../tools/gda-sql.c:1086 ../tools/gda-sql.c:1131 #: ../tools/gda-sql.c:2304 #, c-format msgid "No detail" msgstr "" #: ../libgda/gda-data-model.c:1835 #, c-format msgid "Could not dump data model's contents: %s" msgstr "" #: ../libgda/gda-data-model.c:2075 #, c-format msgid "Data model does not support backward cursor move, not displaying data" msgstr "" #: ../libgda/gda-data-model.c:2195 #, c-format msgid "(%d row)\n" msgid_plural "(%d rows)\n" msgstr[0] "" msgstr[1] "" #: ../libgda/gda-data-model-dir.c:872 #, c-format msgid "Row not found" msgstr "" #: ../libgda/gda-data-model-dir.c:994 ../libgda/gda-data-model-dir.c:996 #, c-format msgid "Column cannot be modified" msgstr "" #: ../libgda/gda-data-model-dir.c:1009 ../libgda/gda-data-model-dir.c:1011 #: ../libgda/gda-data-model-dir.c:1216 ../libgda/gda-data-model-dir.c:1218 #, c-format msgid "New path must be a subpath of the base directory" msgstr "" #: ../libgda/gda-data-model-dir.c:1051 ../libgda/gda-data-model-dir.c:1095 #, c-format msgid "Could not rename file '%s' to '%s'" msgstr "" #: ../libgda/gda-data-model-dir.c:1075 #, c-format msgid "Could not create directory '%s'" msgstr "" #: ../libgda/gda-data-model-dir.c:1144 #, c-format msgid "Could not overwrite contents of file '%s'" msgstr "" #: ../libgda/gda-data-model-dir.c:1162 ../libgda/gda-data-model-dir.c:1163 #, c-format msgid "Wrong type of data" msgstr "" #: ../libgda/gda-data-model-dir.c:1204 ../libgda/gda-data-model-dir.c:1206 #, c-format msgid "Column cannot be set" msgstr "" #: ../libgda/gda-data-model-dir.c:1277 #, c-format msgid "Cannot set contents of filename '%s'" msgstr "" #: ../libgda/gda-data-model-dir.c:1288 #, c-format msgid "Cannot create directory '%s'" msgstr "" #: ../libgda/gda-data-model-dir.c:1296 ../libgda/gda-data-model-dir.c:1298 #, c-format msgid "Cannot add row: filename missing" msgstr "" #: ../libgda/gda-data-model-dir.c:1335 #, c-format msgid "Cannot remove file '%s'" msgstr "" #: ../libgda/gda-data-model-dsn-list.c:105 #: ../libgda/gda-data-model-dsn-list.c:106 ../tools/gda-sql.c:1968 msgid "DSN" msgstr "" #. To translators: a "Connection string" is a semi-colon delimited list of key=value pairs which #. * define the parameters for a connection, such as "DB_NAME=thedb;HOSTNAME=moon #: ../libgda/gda-data-model-dsn-list.c:125 #: ../libgda/gda-data-model-dsn-list.c:126 msgid "Connection string" msgstr "" #: ../libgda/gda-data-model-dsn-list.c:137 #: ../libgda/gda-data-model-dsn-list.c:138 msgid "Global" msgstr "" #: ../libgda/gda-data-model-dsn-list.c:142 msgid "List of defined data sources" msgstr "" #: ../libgda/gda-data-model-import.c:447 #, c-format msgid "The '%s' option must hold a string value, ignored." msgstr "" #: ../libgda/gda-data-model-import.c:463 #, c-format msgid "The '%s' option must hold a boolean value, ignored." msgstr "" #: ../libgda/gda-data-model-import.c:572 msgid "\"options\" property is not a GdaSet object" msgstr "" #: ../libgda/gda-data-model-import.c:836 #, c-format msgid "The '%s' parameter must hold a gda type value, ignored." msgstr "" #: ../libgda/gda-data-model-import.c:908 #, c-format msgid "Character conversion at line %d, error: %s" msgstr "" #: ../libgda/gda-data-model-import.c:911 #: ../providers/bdb/gda-bdb-provider.c:208 msgid "no detail" msgstr "" #: ../libgda/gda-data-model-import.c:949 #, c-format msgid "Could not convert string '%s' to a '%s' value" msgstr "" #: ../libgda/gda-data-model-import.c:1005 #, c-format msgid "Error while parsing CSV file: %s" msgstr "" #. error #: ../libgda/gda-data-model-import.c:1108 msgid "Failed to read node in XML file" msgstr "" #: ../libgda/gda-data-model-import.c:1127 #, c-format msgid "Expected node in XML file, got <%s>" msgstr "" #: ../libgda/gda-data-model-import.c:1171 #: ../libgda/gda-data-model-import.c:1490 msgid "No \"gdatype\" attribute specified in " msgstr "" #: ../libgda/gda-data-model-import.c:1218 msgid "Expected in " msgstr "" #: ../libgda/gda-data-model-import.c:1252 #, c-format msgid "Expected in , got <%s>" msgstr "" #: ../libgda/gda-data-model-import.c:1254 msgid "Expected in " msgstr "" #: ../libgda/gda-data-model-import.c:1266 msgid "Can't read the contents of the node" msgstr "" #: ../libgda/gda-data-model-import.c:1315 #, c-format msgid "Expected in , got <%s>" msgstr "" #: ../libgda/gda-data-model-import.c:1339 msgid "Row has too many values (which are ignored)" msgstr "" #: ../libgda/gda-data-model-import.c:1386 #, c-format msgid "Could not convert '%s' to a value of type %s" msgstr "" #: ../libgda/gda-data-model-import.c:1459 #, c-format msgid "Expected node but got <%s>" msgstr "" #: ../libgda/gda-data-model-import.c:1537 msgid "No specified in " msgstr "" #: ../libgda/gda-data-model-import.c:1715 #, c-format msgid "Data model does not support random access" msgstr "" #: ../libgda/gda-data-model-import.c:1771 #, c-format msgid "Row at line %d does not have enough values, completed with NULL values" msgstr "" #: ../libgda/gda-data-model-import.c:1791 #, c-format msgid "Row at line %d does not have enough values (which are thus ignored)" msgstr "" #: ../libgda/gda-data-model-import.c:1863 #: ../libgda/gda-data-model-import.c:1936 #, c-format msgid "Could not set iterator's value: %s" msgstr "" #: ../libgda/gda-data-model-iter.c:280 ../libgda/gda-data-model-iter.c:287 #, c-format msgid "GdaDataModel refused value change" msgstr "" #: ../libgda/gda-data-proxy.c:605 msgid "Data model" msgstr "" #: ../libgda/gda-data-proxy.c:840 msgid "GdaDataProxy can't handle non random access data models" msgstr "" #: ../libgda/gda-data-proxy.c:1419 ../libgda/gda-data-proxy.c:3642 #, c-format msgid "" "The first row is an empty row artificially prepended and cannot be removed" msgstr "" #: ../libgda/gda-data-proxy.c:1929 ../libgda/gda-data-proxy.c:1965 #, c-format msgid "" "Proxied data model reports the modifications as accepted, yet did not emit " "the corresponding \"row-inserted\", \"row-updated\" or \"row-removed\" " "signal. This is a bug of the %s's implementation (please report a bug)." msgstr "" #: ../libgda/gda-data-proxy.c:2777 ../tools/gda-sql.c:2485 #, c-format msgid "Could not create virtual connection" msgstr "" #: ../libgda/gda-data-proxy.c:2818 ../libgda/gda-data-proxy.c:2831 #, c-format msgid "Error in filter expression" msgstr "" #: ../libgda/gda-data-proxy.c:2941 ../libgda/gda-data-select.c:1405 #, c-format msgid "Incorrect filter expression" msgstr "" #: ../libgda/gda-data-proxy.c:3425 #, c-format msgid "" "The first row is an empty row artificially prepended and cannot be altered" msgstr "" #: ../libgda/gda-data-proxy.c:3520 #, c-format msgid "Trying to change read-only column: %d" msgstr "" #: ../libgda/gda-data-proxy.c:3555 #, c-format msgid "Value type mismatch %s instead of %s" msgstr "" #: ../libgda/gda-data-select.c:236 msgid "GdaSet used when the SELECT statement was executed" msgstr "" #: ../libgda/gda-data-select.c:348 ../libgda/gda-data-select.c:368 #, c-format msgid "Could not re-run SELECT statement: %s" msgstr "" #: ../libgda/gda-data-select.c:431 #, c-format msgid "" "An error has occurred, the value returned by the \"exec-params\" property " "will be wrong: %s" msgstr "" #: ../libgda/gda-data-select.c:944 #, c-format msgid "Incorrect SQL expression" msgstr "" #: ../libgda/gda-data-select.c:969 #, c-format msgid "Internal error: the \"prepared-stmt\" property has not been set" msgstr "" #: ../libgda/gda-data-select.c:976 #, c-format msgid "Can't get the prepared statement's actual statement" msgstr "" #: ../libgda/gda-data-select.c:982 #, c-format msgid "Unsupported type of SELECT statement" msgstr "" #: ../libgda/gda-data-select.c:1051 #, c-format msgid "INSERT statement must contain values to insert" msgstr "" #: ../libgda/gda-data-select.c:1057 #, c-format msgid "INSERT statement must insert only one row" msgstr "" #: ../libgda/gda-data-select.c:1084 #, c-format msgid "DELETE statement must have a WHERE part" msgstr "" #: ../libgda/gda-data-select.c:1124 #, c-format msgid "UPDATE statement must have a WHERE part" msgstr "" #: ../libgda/gda-data-select.c:1177 #, c-format msgid "Modification statement uses an unknown '%s' parameter" msgstr "" #: ../libgda/gda-data-select.c:1193 #, c-format msgid "Modification statement's '%s' parameter is a %s when it should be a %s" msgstr "" #: ../libgda/gda-data-select.c:1208 #, c-format msgid "Modification statement must be an INSERT, UPDATE or DELETE statement" msgstr "" #: ../libgda/gda-data-select.c:1254 ../libgda/gda-data-select.c:1460 #, c-format msgid "No connection to use" msgstr "" #: ../libgda/gda-data-select.c:1300 #, c-format msgid "Invalid unique row condition (ony equal operators are allowed)" msgstr "" #: ../libgda/gda-data-select.c:1332 ../libgda/gda-data-select.c:1387 #, c-format msgid "Unique row condition has already been specified" msgstr "" #: ../libgda/gda-data-select.c:1469 ../libgda/gda-data-select.c:1480 #, c-format msgid "No table to select from in SELECT statement" msgstr "" #: ../libgda/gda-data-select.c:1474 #, c-format msgid "SELECT statement uses more than one table to select from" msgstr "" #: ../libgda/gda-data-select.c:1645 ../libgda/gda-data-select.c:2337 #: ../libgda/gda-data-select.c:2504 ../libgda/gda-data-select.c:2645 #: ../libgda/gda-data-select.c:2732 ../libgda/gda-data-select.c:2923 #, c-format msgid "Data model does only support random access" msgstr "" #: ../libgda/gda-data-select.c:1674 ../libgda/gda-data-select.c:1683 #: ../libgda/gda-data-select.c:1691 ../libgda/gda-data-select.c:1713 #, c-format msgid "" "Unable to retreive data after modifications, no further modification will be " "allowed" msgstr "" #: ../libgda/gda-data-select.c:1972 ../libgda/gda-data-select.c:1982 #, c-format msgid "Could not change iter's value for column %d: %s" msgstr "" #: ../libgda/gda-data-select.c:1977 msgid "Allowed GdaHolder's value to be NULL for the iterator to be updated" msgstr "" #: ../libgda/gda-data-select.c:2057 ../libgda/gda-data-select.c:2150 #, c-format msgid "Some columns can't be modified" msgstr "" #: ../libgda/gda-data-select.c:2204 #, c-format msgid "Internal error: can't get the prepared statement's actual statement" msgstr "" #: ../libgda/gda-data-select.c:2244 #, c-format msgid "Unable to identify a way to fetch a single row" msgstr "" #: ../libgda/gda-data-select.c:2251 #, c-format msgid "Can only operate on non compound SELECT statements" msgstr "" #: ../libgda/gda-data-select.c:2332 ../libgda/gda-data-select.c:2499 #: ../libgda/gda-data-select.c:2565 ../libgda/gda-data-select.c:2640 #: ../libgda/gda-data-select.c:2727 ../libgda/gda-data-select.c:2918 #, c-format msgid "Modifications are not allowed anymore" msgstr "" #: ../libgda/gda-data-select.c:2342 ../libgda/gda-data-select.c:2509 #: ../libgda/gda-data-select.c:2570 ../libgda/gda-data-select.c:2650 #, c-format msgid "No UPDATE statement provided" msgstr "" #: ../libgda/gda-data-select.c:2382 #, c-format msgid "Could not get iterator's value" msgstr "" #: ../libgda/gda-data-select.c:2535 ../libgda/gda-data-select.c:2596 #: ../libgda/gda-data-select.c:2699 ../libgda/gda-data-select.c:2804 #, c-format msgid "Column %d can't be modified" msgstr "" #: ../libgda/gda-data-select.c:2658 #, c-format msgid "Too many values (%d as maximum)" msgstr "" #: ../libgda/gda-data-select.c:2737 #, c-format msgid "No INSERT statement provided" msgstr "" #: ../libgda/gda-data-select.c:2742 #, c-format msgid "Cannot add a row because the number of rows in unknown" msgstr "" #: ../libgda/gda-data-select.c:2769 #: ../libgda/sql-parser/gda-statement-struct-insert.c:336 #: ../libgda/sql-parser/gda-statement-struct-insert.c:345 #, c-format msgid "Missing values to insert in INSERT statement" msgstr "" #: ../libgda/gda-data-select.c:2928 #, c-format msgid "No DELETE statement provided" msgstr "" #: ../libgda/gda-easy.c:272 #, c-format msgid "Unspecified table name" msgstr "" #: ../libgda/gda-easy.c:301 #, c-format msgid "Invalid type" msgstr "" #: ../libgda/gda-easy.c:328 #, c-format msgid "CREATE TABLE operation is not supported by the database server" msgstr "" #: ../libgda/gda-holder.c:450 ../libgda/gda-set.c:463 #, c-format msgid "Unable to set holder's value: %s" msgstr "" #: ../libgda/gda-holder.c:542 msgid "The 'g-type' property cannot be changed" msgstr "" #: ../libgda/gda-holder.c:810 #, c-format msgid "Unable to convert string to '%s' type" msgstr "" #: ../libgda/gda-holder.c:872 msgid "" "Can't use this method to set value because there is already a static value" msgstr "" #: ../libgda/gda-holder.c:891 ../libgda/gda-holder.c:1016 #, c-format msgid "Holder does not allow NULL values" msgstr "" #: ../libgda/gda-holder.c:897 ../libgda/gda-holder.c:1022 #, c-format msgid "Wrong value type: expected type '%s' when value's type is '%s'" msgstr "" #: ../libgda/gda-holder.c:1478 #, c-format msgid "Cannot bind holders if their type is not the same" msgstr "" #: ../libgda/gda-init.c:58 msgid "Ignoring attempt to re-initialize GDA library." msgstr "" #: ../libgda/gda-init.c:80 msgid "libgda needs GModule. Finishing..." msgstr "" #: ../libgda/gda-init.c:138 ../libgda/gda-init.c:159 #, c-format msgid "" "Could not parse '%s': XML data import validation will not be performed (some " "weird errors may occur)" msgstr "" #: ../libgda/gda-init.c:180 #, c-format msgid "" "Could not parse '%s': Validation for XML files for server operations will " "not be performed (some weird errors may occur)" msgstr "" #: ../libgda/gda-meta-store.c:381 msgid "Connection string for the internal connection to use" msgstr "" #: ../libgda/gda-meta-store.c:384 msgid "Connection object internally used" msgstr "" #: ../libgda/gda-meta-store.c:387 msgid "Catalog in which the database objects will be created" msgstr "" #: ../libgda/gda-meta-store.c:390 msgid "Schema in which the database objects will be created" msgstr "" #: ../libgda/gda-meta-store.c:528 msgid "Catalog specified but no schema specified, store will not be useable" msgstr "" #: ../libgda/gda-meta-store.c:790 #, c-format msgid "Could not set the internal schema's version" msgstr "" #: ../libgda/gda-meta-store.c:1094 #, c-format msgid "Missing view name from node" msgstr "" #: ../libgda/gda-meta-store.c:1134 #, c-format msgid "Missing view definition from node" msgstr "" #: ../libgda/gda-meta-store.c:1148 #, c-format msgid "View definition contains more than one statement (for view '%s')" msgstr "" #: ../libgda/gda-meta-store.c:1175 #, c-format msgid "View definition is not a selection statement (for view '%s')" msgstr "" #. FIXME #: ../libgda/gda-meta-store.c:1200 ../libgda/gda-meta-struct-io.c:175 #, c-format msgid "Missing table name from node" msgstr "" #: ../libgda/gda-meta-store.c:1406 #, c-format msgid "Column '%s' already exists and has different characteristics" msgstr "" #: ../libgda/gda-meta-store.c:1440 #, c-format msgid "Missing foreign key's referenced table name (for table '%s')" msgstr "" #: ../libgda/gda-meta-store.c:1493 #, c-format msgid "Missing foreign key's column name (for table '%s')" msgstr "" #: ../libgda/gda-meta-store.c:1504 #, c-format msgid "Column '%s' not found in table '%s'" msgstr "" #: ../libgda/gda-meta-store.c:1764 ../libgda/gda-meta-struct.c:954 #, c-format msgid "Foreign key column '%s' not found in table '%s'" msgstr "" #: ../libgda/gda-meta-store.c:1892 ../libgda/gda-meta-store.c:1903 #: ../libgda/gda-meta-store.c:1922 #, c-format msgid "Could not get the internal schema's version" msgstr "" #: ../libgda/gda-meta-store.c:1913 #, c-format msgid "Unknown internal schema's version: %d" msgstr "" #: ../libgda/gda-meta-store.c:2004 ../tools/gda-sql.c:659 #, c-format msgid "More than one SQL statement" msgstr "" #: ../libgda/gda-meta-store.c:2031 #, c-format msgid "Parameter '%s' is not present in statement" msgstr "" #: ../libgda/gda-meta-store.c:2047 #, c-format msgid "No value set for parameter '%s'" msgstr "" #: ../libgda/gda-meta-store.c:2554 #, c-format msgid "Data models should have the same number of columns" msgstr "" #: ../libgda/gda-meta-store.c:2615 ../libgda/gda-meta-store.c:3412 #: ../libgda/gda-meta-store.c:3500 #, c-format msgid "Unknown database object '%s'" msgstr "" #: ../libgda/gda-meta-store.c:2628 #, c-format msgid "Could not set value for parameter '%s'" msgstr "" #: ../libgda/gda-meta-store.c:2653 #, c-format msgid "Could not create SELECT statement" msgstr "" #: ../libgda/gda-meta-store.c:2668 #, c-format msgid "Could not create DELETE statement" msgstr "" #: ../libgda/gda-meta-store.c:2710 #, c-format msgid "A transaction has already been started" msgstr "" #: ../libgda/gda-meta-store.c:3031 #, c-format msgid "Attribute '%s' not found" msgstr "" #: ../libgda/gda-meta-store.c:3034 #, c-format msgid "Attribute '%s' has %d value" msgid_plural "Attribute '%s' has %d values" msgstr[0] "" msgstr[1] "" #: ../libgda/gda-meta-store.c:3077 #, c-format msgid "Attributes names starting with a '_' are reserved for internal usage" msgstr "" #: ../libgda/gda-meta-store.c:3100 msgid "" "Could not start a transaction because one already started, this could lead " "to GdaMetaStore attributes problems" msgstr "" #: ../libgda/gda-meta-store.c:3208 #, c-format msgid "Could not parse XML description of custom database object to add" msgstr "" #: ../libgda/gda-meta-store.c:3220 #, c-format msgid "Missing custom database object name" msgstr "" #: ../libgda/gda-meta-store.c:3225 #, c-format msgid "" "Custom database object names starting with a '_' are reserved for internal " "usage" msgstr "" #: ../libgda/gda-meta-store.c:3320 #, c-format msgid "Another object with the same name already exists" msgstr "" #: ../libgda/gda-meta-struct.c:128 msgid "GdaMetaStore object to fetch information from" msgstr "" #. To translators: The GdaMetaStruct object computes lists of tables, views, #. * and some other information, the "Features to compute" allows one to avoid #. * computing some features which won't be used #: ../libgda/gda-meta-struct.c:136 msgid "Features to compute" msgstr "" #: ../libgda/gda-meta-struct.c:450 #, c-format msgid "Could not find object named '%s.%s'" msgstr "" #: ../libgda/gda-meta-struct.c:463 #, c-format msgid "Could not find object named '%s'" msgstr "" #: ../libgda/gda-meta-struct.c:477 #, c-format msgid "Could not find object named '%s.%s.%s'" msgstr "" #: ../libgda/gda-meta-struct.c:526 #, c-format msgid "" "Object %s.%s.%s already exists in GdaMetaStruct and has a different object " "type" msgstr "" #: ../libgda/gda-meta-struct.c:552 #, c-format msgid "View %s.%s.%s not found in meta store object" msgstr "" #: ../libgda/gda-meta-struct.c:628 #, c-format msgid "Table %s.%s.%s not found in meta store object" msgstr "" #: ../libgda/gda-meta-struct.c:747 #, c-format msgid "Internal GdaMetaStore error: column %s not found" msgstr "" #: ../libgda/gda-meta-struct.c:871 #, c-format msgid "" "Meta data incoherence in foreign key constraint for table %s.%s.%s " "referencing table %s.%s.%s" msgstr "" #: ../libgda/gda-meta-struct.c:2133 #, c-format msgid "Missing object name in GdaMetaDbObject structure" msgstr "" #: ../libgda/gda-meta-struct.c:2158 #, c-format msgid "Database object '%s' already exists" msgstr "" #. FIXME #: ../libgda/gda-meta-struct-io.c:82 #, c-format msgid "Could not load file '%s'" msgstr "" #. FIXME #: ../libgda/gda-meta-struct-io.c:89 #, c-format msgid "Root node of file '%s' should be ." msgstr "" #. FIXME #: ../libgda/gda-meta-struct-io.c:241 #, c-format msgid "Missing column name for table '%s'" msgstr "" #. FIXME #: ../libgda/gda-meta-struct-io.c:293 #, c-format msgid "Missing foreign key's referenced table name for table '%s'" msgstr "" #. FIXME #: ../libgda/gda-meta-struct-io.c:304 ../libgda/gda-meta-struct-io.c:310 #: ../libgda/gda-meta-struct-io.c:316 #, c-format msgid "Invalid referenced table name '%s'" msgstr "" #. FIXME #: ../libgda/gda-meta-struct-io.c:355 #, c-format msgid "Missing foreign key's column name for table '%s'" msgstr "" #: ../libgda/gda-server-operation.c:576 #, c-format msgid "GdaServerOperation: could not find file '%s'" msgstr "" #: ../libgda/gda-server-operation.c:609 #, c-format msgid "" "GdaServerOperation: file '%s' does not conform to DTD:\n" "%s" msgstr "" #: ../libgda/gda-server-operation.c:615 #, c-format msgid "GdaServerOperation: file '%s' does not conform to DTD" msgstr "" #: ../libgda/gda-server-operation.c:631 #, c-format msgid "GdaServerOperation: could not load file '%s'" msgstr "" #: ../libgda/gda-server-operation.c:646 #, c-format msgid "Could not load XML specifications: %s" msgstr "" #: ../libgda/gda-server-operation.c:1149 msgid "" "Non handled GdaServerOperationType, please report error to http://bugzilla." "gnome.org/ for the \"libgda\" product" msgstr "" #: ../libgda/gda-server-operation.c:1333 ../libgda/gda-server-operation.c:1347 #, c-format msgid "Expected tag <%s>, got <%s>" msgstr "" #: ../libgda/gda-server-operation.c:1378 ../libgda/gda-server-operation.c:1997 #, c-format msgid "" "Parameterlist values can only be set for individual parameters within it" msgstr "" #: ../libgda/gda-server-operation.c:1435 #, c-format msgid "Missing attribute named 'path'" msgstr "" #: ../libgda/gda-server-operation.c:2126 #, c-format msgid "Missing required value for '%s'" msgstr "" #: ../libgda/gda-server-provider.c:479 #, c-format msgid "Provider %s created a GdaServerOperation without node for '%s'" msgstr "" #: ../libgda/gda-server-provider.c:483 #, c-format msgid "Provider %s created a GdaServerOperation with wrong node type for '%s'" msgstr "" #: ../libgda/gda-server-provider.c:899 ../libgda/gda-server-provider.c:933 #, c-format msgid "" "GdaServerProvider object implements the %s virtual method but does not " "implement the %s one, please report this bug to http://bugzilla.gnome.org/ " "for the \"libgda\" product." msgstr "" #. To translators: "Aggregate": the noun #: ../libgda/gda-server-provider-extra.c:306 msgid "Aggregate" msgstr "" #: ../libgda/gda-server-provider-extra.c:307 #: ../libgda/gda-server-provider-extra.c:351 msgid "Id" msgstr "" #: ../libgda/gda-server-provider-extra.c:308 #: ../libgda/gda-server-provider-extra.c:352 #: ../libgda/gda-server-provider-extra.c:363 #: ../libgda/gda-server-provider-extra.c:370 #: ../libgda/gda-server-provider-extra.c:381 #: ../libgda/gda-server-provider-extra.c:393 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:56 #: ../tools/command-exec.c:750 msgid "Owner" msgstr "" #: ../libgda/gda-server-provider-extra.c:309 #: ../libgda/gda-server-provider-extra.c:353 #: ../libgda/gda-server-provider-extra.c:364 #: ../libgda/gda-server-provider-extra.c:382 msgid "Comments" msgstr "" #: ../libgda/gda-server-provider-extra.c:310 msgid "OutType" msgstr "" #: ../libgda/gda-server-provider-extra.c:311 msgid "InType" msgstr "" #: ../libgda/gda-server-provider-extra.c:312 #: ../libgda/gda-server-provider-extra.c:358 #: ../libgda/gda-server-provider-extra.c:365 #: ../libgda/gda-server-provider-extra.c:372 #: ../libgda/gda-server-provider-extra.c:395 #: ../libgda/gda-server-provider-extra.c:402 #: ../providers/mysql/mysql_specs_create_view.xml.in.h:2 #: ../providers/postgres/postgres_specs_create_view.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_create_view.xml.in.h:2 msgid "Definition" msgstr "" #: ../libgda/gda-server-provider-extra.c:316 msgid "Database" msgstr "" #. list of fields #: ../libgda/gda-server-provider-extra.c:320 #: ../providers/mysql/mysql_specs_add_column.xml.in.h:13 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:75 #: ../providers/mysql/mysql_specs_drop_column.xml.in.h:2 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:8 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:23 #: ../providers/postgres/postgres_specs_drop_column.xml.in.h:3 #: ../providers/sqlite/sqlite_specs_add_column.xml.in.h:7 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:23 msgid "Field name" msgstr "" #. list of fields #: ../libgda/gda-server-provider-extra.c:321 #: ../providers/mysql/mysql_specs_add_column.xml.in.h:10 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:53 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:4 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:11 #: ../providers/sqlite/sqlite_specs_add_column.xml.in.h:4 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:17 msgid "Data type" msgstr "" #. list of fields #: ../libgda/gda-server-provider-extra.c:322 #: ../providers/mysql/mysql_specs_add_column.xml.in.h:17 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:167 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:13 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:65 #: ../providers/sqlite/sqlite_specs_add_column.xml.in.h:10 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:35 msgid "Size" msgstr "" #. list of fields #: ../libgda/gda-server-provider-extra.c:323 #: ../providers/mysql/mysql_specs_add_column.xml.in.h:16 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:161 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:12 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:59 #: ../providers/sqlite/sqlite_specs_add_column.xml.in.h:9 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:33 msgid "Scale" msgstr "" #: ../libgda/gda-server-provider-extra.c:324 msgid "Not null?" msgstr "" #: ../libgda/gda-server-provider-extra.c:325 msgid "Primary key?" msgstr "" #: ../libgda/gda-server-provider-extra.c:326 msgid "Unique index?" msgstr "" #: ../libgda/gda-server-provider-extra.c:327 #: ../providers/mysql/mysql_specs_drop_table.xml.in.h:5 #: ../providers/postgres/postgres_specs_drop_column.xml.in.h:4 #: ../providers/postgres/postgres_specs_drop_index.xml.in.h:4 #: ../providers/postgres/postgres_specs_drop_table.xml.in.h:2 #: ../providers/postgres/postgres_specs_drop_view.xml.in.h:4 msgid "References" msgstr "" #. list of fields #: ../libgda/gda-server-provider-extra.c:328 #: ../providers/mysql/mysql_specs_add_column.xml.in.h:12 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:57 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:6 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:15 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:21 msgid "Default value" msgstr "" #: ../libgda/gda-server-provider-extra.c:329 msgid "Extra attributes" msgstr "" #: ../libgda/gda-server-provider-extra.c:333 #: ../providers/mysql/mysql_specs_drop_index.xml.in.h:1 #: ../providers/postgres/postgres_specs_drop_index.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_drop_index.xml.in.h:3 msgid "Index" msgstr "" #: ../libgda/gda-server-provider-extra.c:337 msgid "Language" msgstr "" #: ../libgda/gda-server-provider-extra.c:341 msgid "Namespace" msgstr "" #: ../libgda/gda-server-provider-extra.c:345 #: ../libgda/gda-server-provider-extra.c:369 #: ../providers/mysql/mysql_specs_add_column.xml.in.h:18 #: ../providers/mysql/mysql_specs_drop_column.xml.in.h:3 #: ../providers/mysql/mysql_specs_drop_table.xml.in.h:7 #: ../providers/mysql/mysql_specs_rename_table.xml.in.h:3 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:14 #: ../providers/postgres/postgres_specs_drop_column.xml.in.h:6 #: ../providers/postgres/postgres_specs_drop_table.xml.in.h:4 #: ../providers/postgres/postgres_specs_rename_table.xml.in.h:3 #: ../providers/sqlite/sqlite_specs_add_column.xml.in.h:11 #: ../providers/sqlite/sqlite_specs_drop_table.xml.in.h:3 #: ../providers/sqlite/sqlite_specs_rename_table.xml.in.h:3 msgid "Table" msgstr "" #: ../libgda/gda-server-provider-extra.c:346 #: ../libgda/gda-server-provider-extra.c:362 msgid "Sequence" msgstr "" #: ../libgda/gda-server-provider-extra.c:350 msgid "Procedure" msgstr "" #: ../libgda/gda-server-provider-extra.c:354 msgid "Return type" msgstr "" #. To translators: "Nb args": the procedure's number of arguments #: ../libgda/gda-server-provider-extra.c:356 msgid "Nb args" msgstr "" #: ../libgda/gda-server-provider-extra.c:357 msgid "Args types" msgstr "" #: ../libgda/gda-server-provider-extra.c:376 msgid "Trigger" msgstr "" #: ../libgda/gda-server-provider-extra.c:380 #: ../libgda/gda-server-provider-extra.c:400 #: ../providers/mysql/mysql_specs_create_index.xml.in.h:17 #: ../providers/sqlite/sqlite_specs_create_index.xml.in.h:17 #: ../tools/command-exec.c:749 ../tools/command-exec.c:823 msgid "Type" msgstr "" #: ../libgda/gda-server-provider-extra.c:383 msgid "GDA type" msgstr "" #: ../libgda/gda-server-provider-extra.c:384 msgid "Synonyms" msgstr "" #: ../libgda/gda-server-provider-extra.c:388 msgid "User" msgstr "" #: ../libgda/gda-server-provider-extra.c:392 #: ../providers/mysql/mysql_specs_drop_view.xml.in.h:3 #: ../providers/postgres/postgres_specs_drop_view.xml.in.h:6 #: ../providers/sqlite/sqlite_specs_drop_view.xml.in.h:3 msgid "View" msgstr "" #: ../libgda/gda-server-provider-extra.c:399 #: ../providers/mysql/mysql_specs_create_index.xml.in.h:11 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:134 #: ../providers/mysql/mysql_specs_create_view.xml.in.h:3 #: ../providers/postgres/postgres_specs_create_index.xml.in.h:9 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:40 #: ../providers/postgres/postgres_specs_create_view.xml.in.h:3 #: ../providers/sqlite/sqlite_specs_create_index.xml.in.h:12 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:26 #: ../providers/sqlite/sqlite_specs_create_view.xml.in.h:3 #: ../tools/command-exec.c:748 ../tools/gda-sql.c:2341 ../tools/gda-sql.c:3128 msgid "Name" msgstr "" #. foreign key spec #: ../libgda/gda-server-provider-extra.c:401 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:77 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:25 msgid "Fields" msgstr "" #: ../libgda/gda-server-provider-extra.c:403 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:55 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:33 #: ../providers/postgres/postgres_specs_dsn.xml.in.h:6 msgid "Options" msgstr "" #: ../libgda/gda-server-provider-extra.c:519 #, c-format msgid "Data model for schema has a wrong number of columns" msgstr "" #: ../libgda/gda-server-provider-extra.c:531 #, c-format msgid "Data model for schema has a wrong column title: '%s' instead of '%s'" msgstr "" #: ../libgda/gda-server-provider-extra.c:538 #, c-format msgid "Data model for schema has a wrong column name: '%s' instead of '%s'" msgstr "" #: ../libgda/gda-server-provider-extra.c:545 #, c-format msgid "Data model for schema has a wrong gda type: %s instead of %s" msgstr "" #: ../libgda/gda-set.c:455 ../libgda/gda-set.c:554 #, c-format msgid "%s() does not handle values of type '%s'." msgstr "" #: ../libgda/gda-set.c:510 #, c-format msgid "GdaHolder with ID '%s' not found in set" msgstr "" #: ../libgda/gda-set.c:688 #, c-format msgid "Spec's root node != 'data-set-spec': '%s'" msgstr "" #: ../libgda/gda-set.c:727 #, c-format msgid "Missing node : '%s'" msgstr "" #: ../libgda/gda-set.c:1264 msgid "GdaHolder needs to have an ID" msgstr "" #: ../libgda/gda-set.c:1365 #, c-format msgid "One or more values are invalid" msgstr "" #: ../libgda/gda-statement.c:482 #, c-format msgid "Could not determine GType for parameter '%s'" msgstr "" #: ../libgda/gda-statement.c:483 msgid "Unnamed" msgstr "" #: ../libgda/gda-statement.c:669 #, c-format msgid "Missing SQL code" msgstr "" #: ../libgda/gda-statement.c:686 #, c-format msgid "No data handler for type '%s'" msgstr "" #: ../libgda/gda-statement.c:1150 #, c-format msgid "Wrong parameter type for '%s': expected type '%s' and got '%s'" msgstr "" #: ../libgda/gda-statement.c:1162 #, c-format msgid "Missing parameter '%s'" msgstr "" #: ../libgda/gda-statement.c:1174 ../libgda/sqlite/gda-sqlite-provider.c:1990 #: ../providers/mysql/gda-mysql-provider.c:1413 #: ../providers/postgres/gda-postgres-provider.c:2074 #, c-format msgid "Parameter '%s' is invalid" msgstr "" #: ../libgda/gda-statement.c:1220 #, c-format msgid "Unnamed parameter" msgstr "" #: ../libgda/gda-statement.c:1786 #, c-format msgid "Join is not in a FROM statement" msgstr "" #: ../libgda/gda-statement.c:1793 #, c-format msgid "Could not find target the join is for" msgstr "" #: ../libgda/gda-util.c:465 #, c-format msgid "Field number %d not found in source named '%s'" msgstr "" #: ../libgda/gda-util.c:649 #, c-format msgid "SELECT statement has no FROM part" msgstr "" #: ../libgda/gda-util.c:654 ../libgda/gda-util.c:661 #, c-format msgid "SELECT statement involves more than one table or expression" msgstr "" #: ../libgda/gda-util.c:671 #, c-format msgid "Can only build modification statement for tables" msgstr "" #: ../libgda/gda-util.c:690 ../libgda/gda-util.c:698 #, c-format msgid "Table does not have any primary key" msgstr "" #: ../libgda/gda-util.c:724 #, c-format msgid "Table's primary key is not selected" msgstr "" #: ../libgda/gda-util.c:916 #, c-format msgid "Could not compute any field to insert into" msgstr "" #: ../libgda/gda-xa-transaction.c:159 msgid "Global transaction ID can not have more than 64 bytes" msgstr "" #: ../libgda/gda-xa-transaction.c:295 #, c-format msgid "Connection aleardy registered with another GdaXaTransaction object" msgstr "" #: ../libgda/gda-xa-transaction.c:308 #, c-format msgid "Connection does not support distributed transaction" msgstr "" #: ../libgda/gda-xa-transaction.c:342 msgid "" "Cannot unregister connection not registered with GdaXaTransaction object" msgstr "" #: ../libgda/gda-xa-transaction.c:378 ../libgda/gda-xa-transaction.c:409 #: ../libgda/gda-xa-transaction.c:480 ../libgda/gda-xa-transaction.c:485 #: ../libgda/gda-xa-transaction.c:512 ../libgda/gda-xa-transaction.c:542 #: ../libgda/gda-xa-transaction.c:600 ../libgda/gda-xa-transaction.c:646 #: ../libgda/gda-xa-transaction.c:680 #, c-format msgid "Provider error: %s method not implemented for provider %s" msgstr "" #: ../libgda/handlers/gda-handler-bin.c:121 msgid "Binary handler" msgstr "" #: ../libgda/handlers/gda-handler-bin.c:128 msgid "Binary representation" msgstr "" #: ../libgda/handlers/gda-handler-boolean.c:121 msgid "Boolean values handler" msgstr "" #: ../libgda/handlers/gda-handler-boolean.c:127 msgid "Boolean representation" msgstr "" #: ../libgda/handlers/gda-handler-numerical.c:138 msgid "Numerical representation" msgstr "" #: ../libgda/handlers/gda-handler-string.c:125 msgid "Strings handler" msgstr "" #: ../libgda/handlers/gda-handler-string.c:130 msgid "InternalString" msgstr "" #: ../libgda/handlers/gda-handler-string.c:131 msgid "Strings representation" msgstr "" #: ../libgda/handlers/gda-handler-time.c:147 msgid "Time and Date handler" msgstr "" #: ../libgda/handlers/gda-handler-time.c:172 msgid "Time, Date and TimeStamp representation" msgstr "" #: ../libgda/handlers/gda-handler-type.c:119 msgid "Gda type handler" msgstr "" #: ../libgda/handlers/gda-handler-type.c:125 msgid "Gda type representation" msgstr "" #: ../libgda/sqlite/gda-sqlite-ddl.c:216 #: ../providers/mysql/gda-mysql-ddl.c:311 #: ../providers/postgres/gda-postgres-ddl.c:361 #, c-format msgid "Table to create must have at least one row" msgstr "" #: ../libgda/sqlite/gda-sqlite-handler-bin.c:119 msgid "SQlite binary handler" msgstr "" #: ../libgda/sqlite/gda-sqlite-handler-bin.c:125 msgid "SQlite binary representation" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:523 #: ../libgda/sqlite/virtual/gda-vprovider-data-model.c:264 #: ../providers/bdb/gda-bdb-provider.c:155 #: ../providers/mdb/gda-mdb-provider.c:230 #: ../providers/mysql/gda-mysql-provider.c:501 #: ../providers/postgres/gda-postgres-provider.c:587 msgid "Provider does not support asynchronous connection open" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:544 #: ../providers/mdb/gda-mdb-provider.c:246 msgid "The connection string must contain DB_DIR and DB_NAME values" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:571 #: ../libgda/sqlite/gda-sqlite-provider.c:579 #, c-format msgid "" "The connection string format has changed: replace URI with DB_DIR (the path " "to the database file) and DB_NAME (the database file without the '%s' at the " "end)." msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:594 #: ../providers/mdb/gda-mdb-provider.c:288 msgid "" "The DB_DIR part of the connection string must point to a valid directory" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:655 msgid "Could not set empty_result_callbacks SQLite option" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:825 #: ../libgda/sqlite/gda-sqlite-provider.c:858 #: ../providers/mysql/gda-mysql-provider.c:730 #: ../providers/mysql/gda-mysql-provider.c:770 #: ../providers/postgres/gda-postgres-provider.c:914 #: ../providers/postgres/gda-postgres-provider.c:952 #, c-format msgid "Missing spec. file '%s'" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:916 #: ../providers/mysql/gda-mysql-provider.c:820 #: ../providers/postgres/gda-postgres-provider.c:1015 #, c-format msgid "Provider does not support asynchronous server operation" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:982 #, c-format msgid "Missing database name or directory" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:1008 #: ../providers/postgres/gda-postgres-provider.c:1144 #: ../providers/postgres/gda-postgres-provider.c:1145 #, c-format msgid "Transactions are not supported in read-only mode" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:1642 #: ../providers/postgres/gda-postgres-provider.c:1681 #, c-format msgid "Unnamed parameter is not allowed in prepared statements" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:1736 #: ../providers/postgres/gda-postgres-provider.c:1819 #, c-format msgid "Can't build SELECT statement to get last inserted row: %s)" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:1751 #: ../providers/postgres/gda-postgres-provider.c:1834 #, c-format msgid "Can't execute SELECT statement to get last inserted row: %s" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:1764 #: ../providers/postgres/gda-postgres-provider.c:1847 msgid "SELECT statement to get last inserted row did not return any row" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:1768 #: ../providers/postgres/gda-postgres-provider.c:1851 #, c-format msgid "SELECT statement to get last inserted row returned too many (%d) rows" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:1832 #: ../providers/mysql/gda-mysql-provider.c:1309 #: ../providers/postgres/gda-postgres-provider.c:1926 #, c-format msgid "Provider does not support asynchronous statement execution" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:1913 msgid "Empty statement" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:1953 #: ../libgda/sqlite/gda-sqlite-provider.c:1956 #: ../providers/mysql/gda-mysql-provider.c:1375 #: ../providers/mysql/gda-mysql-provider.c:1378 #: ../providers/postgres/gda-postgres-provider.c:2038 #: ../providers/postgres/gda-postgres-provider.c:2041 #, c-format msgid "Missing parameter(s) to execute query" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:1971 #: ../providers/mysql/gda-mysql-provider.c:1394 #: ../providers/postgres/gda-postgres-provider.c:2056 #, c-format msgid "Missing parameter '%s' to execute query" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:2082 #, c-format msgid "Non handled data type '%s'" msgstr "" #: ../libgda/sqlite/gda-sqlite-provider.c:2216 msgid "Function requires one argument" msgstr "" #: ../libgda/sqlite/gda-sqlite-recordset.c:225 #: ../providers/mysql/gda-mysql-recordset.c:346 #: ../providers/postgres/gda-postgres-recordset.c:279 #, c-format msgid "Column %d out of range (0-%d), ignoring its specified type" msgstr "" #: ../libgda/sqlite/gda-sqlite-recordset.c:368 #: ../providers/postgres/gda-postgres-recordset.c:642 #, c-format msgid "Invalid date '%s' (date format should be YYYY-MM-DD)" msgstr "" #: ../libgda/sqlite/gda-sqlite-recordset.c:382 #: ../providers/postgres/gda-postgres-recordset.c:662 #, c-format msgid "Invalid time '%s' (time format should be HH:MM:SS[.ms])" msgstr "" #: ../libgda/sqlite/gda-sqlite-recordset.c:396 #: ../providers/postgres/gda-postgres-recordset.c:654 #, c-format msgid "Invalid timestamp '%s' (format should be YYYY-MM-DD HH:MM:SS[.ms])" msgstr "" #: ../libgda/sqlite/gda-sqlite-recordset.c:436 #, c-format msgid "SQLite provider fatal internal error" msgstr "" #: ../libgda/sqlite/gda-sqlite-recordset.c:484 #, c-format msgid "Row %d not found" msgstr "" #: ../libgda/sqlite/virtual/gda-vconnection-data-model.c:305 #, c-format msgid "Table to remove not found" msgstr "" #: ../libgda/sqlite/virtual/gda-vconnection-hub.c:208 #, c-format msgid "Namespace must be specified" msgstr "" #: ../libgda/sqlite/virtual/gda-vconnection-hub.c:217 #, c-format msgid "Connection is closed" msgstr "" #: ../libgda/sqlite/virtual/gda-vconnection-hub.c:258 #, c-format msgid "Connection was not represented in hub" msgstr "" #: ../libgda/sqlite/virtual/gda-virtual-connection.c:151 #, c-format msgid "" "Internal error: virtual provider does not implement the create_operation() " "virtual method" msgstr "" #: ../libgda/sqlite/virtual/gda-vprovider-data-model.c:395 msgid "Data model must have at least one column" msgstr "" #: ../libgda/sqlite/virtual/gda-vprovider-data-model.c:413 msgid "Could not compute virtual table's columns" msgstr "" #: ../libgda/sqlite/virtual/gda-vprovider-data-model.c:436 #, c-format msgid "Can't get data model description for column %d" msgstr "" #: ../libgda/sqlite/virtual/gda-vprovider-data-model.c:452 #, c-format msgid "Can't get data model's column type or type for column %d" msgstr "" #: ../libgda/sqlite/virtual/gda-vprovider-data-model.c:500 #, c-format msgid "Can't declare virtual table (%s)" msgstr "" #: ../libgda/sqlite/virtual/gda-vprovider-data-model.c:662 msgid "Column not found" msgstr "" #: ../libgda/sql-parser/gda-sql-parser.c:629 #: ../libgda/sql-parser/gda-sql-parser.c:717 #, c-format msgid "SQL code does not contain any statement" msgstr "" #: ../libgda/sql-parser/gda-sql-parser.c:800 #, c-format msgid "Syntax error at line %d, column %d" msgstr "" #: ../libgda/sql-parser/gda-sql-parser.c:813 #, c-format msgid "Overflow error at line %d, column %d" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:474 #, c-format msgid "GdaSqlField is not part of an INSERT or UPDATE statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:487 #, c-format msgid "Missing table in statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:507 #: ../libgda/sql-parser/gda-statement-struct.c:732 #, c-format msgid "Column '%s' not found" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:542 #: ../libgda/sql-parser/gda-statement-struct.c:669 #, c-format msgid "GdaSqlSelectField is not part of a SELECT statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:601 #, c-format msgid "Missing table name in statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:609 #: ../libgda/sql-parser/gda-statement-struct.c:714 #: ../libgda/sql-parser/gda-statement-struct.c:761 #, c-format msgid "Table '%s' not found" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:688 #: ../libgda/sql-parser/gda-statement-struct.c:701 #, c-format msgid "Could not identify table for field '%s'" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:883 #, c-format msgid "Expression can't have both a type cast and a parameter specification" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:893 #: ../libgda/sql-parser/gda-statement-struct.c:906 #: ../libgda/sql-parser/gda-statement-struct.c:919 #, c-format msgid "'%s' is not a valid identifier" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:896 #: ../libgda/sql-parser/gda-statement-struct.c:909 #: ../libgda/sql-parser/gda-statement-struct.c:922 #, c-format msgid "Empty identifier" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:931 #, c-format msgid "Operation has no operand" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:954 #: ../libgda/sql-parser/gda-statement-struct.c:961 #: ../libgda/sql-parser/gda-statement-struct.c:971 #: ../libgda/sql-parser/gda-statement-struct.c:983 #: ../libgda/sql-parser/gda-statement-struct.c:991 #, c-format msgid "Wrong number of operands" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:997 #, c-format msgid "Unknown operator %d" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:1020 #, c-format msgid "Missing expression in select field" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:1029 #, c-format msgid "Missing expression in select target" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:1038 #, c-format msgid "" "Join can't at the same time specify a join condition and a list of fields to " "join on" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:1043 #, c-format msgid "Cross join can't have a join condition or a list of fields to join on" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:1052 #, c-format msgid "Empty FROM clause" msgstr "" #: ../libgda/sql-parser/gda-statement-struct.c:1326 #, c-format msgid "Select field is not in a SELECT statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-compound.c:204 #, c-format msgid "COMPOUND statement contains an undefined COMPOUND statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-compound.c:213 #: ../libgda/sql-parser/gda-statement-struct-compound.c:252 #, c-format msgid "COMPOUND statement contains an undefined SELECT statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-compound.c:222 #: ../libgda/sql-parser/gda-statement-struct-compound.c:264 #, c-format msgid "COMPOUND statement contains a non SELECT statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-compound.c:236 #, c-format msgid "COMPOUND statement does not contain any SELECT statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-compound.c:242 #, c-format msgid "COMPOUND statement only contains one SELECT statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-compound.c:272 #, c-format msgid "COMPOUND statement contains an empty SELECT statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-compound.c:278 #, c-format msgid "All statements in a COMPOUND must have the same number of columns" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-delete.c:144 #, c-format msgid "DELETE statement needs a table to delete from" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-insert.c:302 #, c-format msgid "INSERT statement needs a table to insert into" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-insert.c:308 #, c-format msgid "Can't specify values to insert and SELECT statement in INSERT statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-insert.c:327 #: ../libgda/sql-parser/gda-statement-struct-insert.c:353 #, c-format msgid "" "INSERT statement does not have the same number of target columns and " "expressions" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-insert.c:356 #, c-format msgid "VALUES lists must all be the same length in INSERT statement" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-select.c:317 #, c-format msgid "SELECT does not contain any expression" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-select.c:323 #, c-format msgid "SELECT can't have a DISTINCT expression if DISTINCT is not set" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-select.c:329 #, c-format msgid "SELECT can't have a HAVING without GROUP BY" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-select.c:335 #, c-format msgid "SELECT can't have a limit offset without a limit" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-select.c:360 #: ../libgda/sql-parser/gda-statement-struct-select.c:369 #, c-format msgid "Multiple targets named or aliased '%s'" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-update.c:237 #, c-format msgid "UPDATE statement needs a table to update data" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-update.c:243 #, c-format msgid "" "UPDATE statement does not have the same number of target columns and " "expressions" msgstr "" #: ../libgda/sql-parser/gda-statement-struct-update.c:249 #, c-format msgid "UPDATE statement does not have any target columns to update" msgstr "" #: ../libgda-report/DocBook/gda-report-docbook-document.c:284 #: ../libgda-report/DocBook/gda-report-docbook-document.c:353 #: ../libgda-report/RML/gda-report-rml-document.c:208 #: ../libgda-report/RML/gda-report-rml-document.c:239 #, c-format msgid "Could not find the '%s' program" msgstr "" #: ../libgda-report/DocBook/gda-report-docbook-document.c:299 #, c-format msgid "Could not find the DocBook XSL stylesheet for HTML" msgstr "" #: ../libgda-report/DocBook/gda-report-docbook-document.c:367 #, c-format msgid "Could not find the DocBook XSL stylesheet for Formatting Objects" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:307 #, c-format msgid "Object type '%s' cannot be declared in this context" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:315 #, c-format msgid "An object with the '%s' name has already been declared" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:350 #, c-format msgid "Object type '%s' cannot be requested in this context" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:568 #, c-format msgid "Unknown query '%s'" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:579 #: ../libgda-report/engine/gda-report-engine.c:606 ../tools/gda-sql.c:2249 #: ../tools/gda-sql.c:2318 ../tools/gda-sql.c:2412 ../tools/gda-sql.c:2473 #, c-format msgid "No connection named '%s' found" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:584 #: ../libgda-report/engine/gda-report-engine.c:611 ../tools/gda-sql.c:614 #, c-format msgid "No connection specified" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:651 #, c-format msgid "Query is not specified (not named and not defined)" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:807 #: ../libgda-report/engine/gda-report-engine.c:947 #, c-format msgid "Unknown parameter '%s'" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:824 #, c-format msgid "Parameter name not specified" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:874 #, c-format msgid "No expression specified" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:897 #, c-format msgid "Cannot cast value from type '%s' to type '%s'" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:976 #, c-format msgid "Cannot cast parameter from type '%s' to type '%s'" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:1062 #, c-format msgid "Expression '%s' should return exactly one value" msgstr "" #: ../libgda-report/engine/gda-report-engine.c:1099 msgid "Binary data" msgstr "" #: ../libgda-report/gda-report-document.c:254 #, c-format msgid "Document not specified" msgstr "" #: ../libgda-report/gda-report-document.c:281 #, c-format msgid "Cannot create temporary file" msgstr "" #: ../libgda-report/gda-report-document.c:308 #, c-format msgid "Execution of the %s program failed: %s" msgstr "" #: ../libgda-report/gda-report-document.c:346 #: ../libgda-report/gda-report-document.c:371 #, c-format msgid "This report document does not handle %s output" msgstr "" #: ../providers/bdb/bdb_specs_dsn.xml.in.h:1 msgid "Berkeley DB database filename to be used" msgstr "" #: ../providers/bdb/bdb_specs_dsn.xml.in.h:2 msgid "Database file" msgstr "" #. DSN parameters #: ../providers/bdb/bdb_specs_dsn.xml.in.h:3 #: ../providers/mdb/mdb_specs_dsn.xml.in.h:1 #: ../providers/mysql/mysql_specs_create_db.xml.in.h:32 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:4 #: ../providers/mysql/mysql_specs_dsn.xml.in.h:2 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:9 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:6 #: ../providers/postgres/postgres_specs_dsn.xml.in.h:1 #: ../providers/sqlite/sqlite_specs_create_db.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_drop_db.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_dsn.xml.in.h:1 msgid "Database name" msgstr "" #. DSN parameters #: ../providers/bdb/bdb_specs_dsn.xml.in.h:4 #: ../providers/mdb/mdb_specs_dsn.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_create_db.xml.in.h:6 #: ../providers/sqlite/sqlite_specs_drop_db.xml.in.h:6 #: ../providers/sqlite/sqlite_specs_dsn.xml.in.h:2 msgid "Directory" msgstr "" #: ../providers/bdb/bdb_specs_dsn.xml.in.h:5 #: ../providers/mdb/mdb_specs_dsn.xml.in.h:3 #: ../providers/sqlite/sqlite_specs_dsn.xml.in.h:3 msgid "Directory where the database file is stored" msgstr "" #: ../providers/bdb/bdb_specs_dsn.xml.in.h:6 msgid "Name of the database in the database file to be used" msgstr "" #: ../providers/bdb/gda-bdb-provider.c:164 msgid "The DB_NAME parameter is not defined in the connection string." msgstr "" #: ../providers/bdb/gda-bdb-provider.c:192 msgid "An error occurred while accessing the BDB database" msgstr "" #: ../providers/bdb/gda-bdb-provider.c:200 #: ../providers/mdb/gda-mdb-provider.c:315 msgid "Can't open virtual connection" msgstr "" #: ../providers/bdb/gda-bdb-provider.c:207 #, c-format msgid "Could not add BDB data model to connection: %s" msgstr "" #: ../providers/bdb/gda-bdb-provider.c:219 msgid "-" msgstr "" #: ../providers/bdb/libmain.c:51 msgid "Provider for Berkeley databases" msgstr "" #: ../providers/mdb/gda-mdb-provider.c:273 #: ../providers/mdb/gda-mdb-provider.c:280 #, c-format msgid "" "The connection string format has changed: replace FILENAME with DB_DIR (the " "path to the database file) and DB_NAME (the database file without the '%s' " "at the end)." msgstr "" #: ../providers/mdb/gda-mdb-provider.c:307 #, c-format msgid "Could not open file %s" msgstr "" #: ../providers/mdb/gda-mdb-provider.c:351 #, c-format msgid "Could not map table '%s': %s" msgstr "" #: ../providers/mdb/libmain.c:51 msgid "Provider for Microsoft Access files" msgstr "" #: ../providers/mdb/mdb_specs_dsn.xml.in.h:4 msgid "The name of a database to use (filename without the .mdb)" msgstr "" #: ../providers/mysql/gda-mysql-ddl.c:253 #: ../providers/postgres/gda-postgres-ddl.c:269 #, c-format msgid "No field specified in foreign key constraint" msgstr "" #: ../providers/mysql/gda-mysql-ddl.c:266 #: ../providers/postgres/gda-postgres-ddl.c:286 #, c-format msgid "Empty field specified in foreign key constraint" msgstr "" #: ../providers/mysql/gda-mysql-ddl.c:276 #: ../providers/postgres/gda-postgres-ddl.c:296 #, c-format msgid "No referenced table specified in foreign key constraint" msgstr "" #: ../providers/mysql/gda-mysql-ddl.c:290 #: ../providers/postgres/gda-postgres-ddl.c:314 #, c-format msgid "Empty referenced field specified in foreign key constraint" msgstr "" #: ../providers/mysql/gda-mysql-ddl.c:781 #, c-format msgid "Incorrect specified column name" msgstr "" #: ../providers/mysql/gda-mysql-meta.c:613 #: ../providers/mysql/gda-mysql-meta.c:662 #: ../providers/mysql/gda-mysql-meta.c:865 #: ../providers/mysql/gda-mysql-meta.c:930 #: ../providers/mysql/gda-mysql-meta.c:997 #: ../providers/mysql/gda-mysql-meta.c:1231 #: ../providers/mysql/gda-mysql-meta.c:1303 #: ../providers/mysql/gda-mysql-meta.c:1339 #, c-format msgid "Mysql version 5.0 at least is required" msgstr "" #: ../providers/mysql/gda-mysql-provider.c:405 #, c-format msgid "Cannot give a UNIX SOCKET if you also provide either a HOST or a PORT" msgstr "" #: ../providers/mysql/gda-mysql-provider.c:454 #, c-format msgid "" "Could not set client charset to UTF8. Using %s. It'll be problems with non " "UTF-8 characters" msgstr "" #: ../providers/mysql/gda-mysql-provider.c:511 msgid "The connection string must contain the DB_NAME values" msgstr "" #: ../providers/mysql/gda-mysql-provider.c:1212 #, c-format msgid "Unnamed statement parameter is not allowed in prepared statement." msgstr "" #: ../providers/mysql/gda-mysql-provider.c:1492 msgid "" "Could not use CURSOR. Mysql version 5.0 at least is required. Using random " "access anyway." msgstr "" #: ../providers/mysql/gda-mysql-recordset.c:140 msgid "" "Could not use CURSOR. Mysql version 5.0 at least is required. Chunk size " "ignored." msgstr "" #: ../providers/mysql/gda-mysql-recordset.c:230 #: ../providers/postgres/gda-postgres-recordset.c:139 msgid "Number of rows fetched at a time" msgstr "" #: ../providers/mysql/gda-mysql-recordset.c:238 msgid "Number of row chunks read since the object creation" msgstr "" #: ../providers/mysql/gda-mysql-recordset.c:423 #: ../providers/mysql/gda-mysql-recordset.c:633 #, c-format msgid "Invalid column bind data type. %d\n" msgstr "" #: ../providers/mysql/gda-mysql-recordset.c:531 #, c-format msgid "Type %s not mapped for value %d" msgstr "" #: ../providers/mysql/gda-mysql-recordset.c:575 #: ../providers/mysql/gda-mysql-recordset.c:627 #, c-format msgid "Type %s not mapped for value %p" msgstr "" #: ../providers/mysql/gda-mysql-recordset.c:591 #, c-format msgid "Type %s not mapped for value %f" msgstr "" #: ../providers/mysql/gda-mysql-recordset.c:681 #: ../providers/postgres/gda-postgres-provider.c:1180 #: ../providers/postgres/gda-postgres-provider.c:1281 #: ../providers/postgres/gda-postgres-provider.c:1334 #: ../providers/postgres/gda-postgres-provider.c:1387 #: ../providers/postgres/gda-postgres-recordset.c:431 #: ../providers/postgres/gda-postgres-recordset.c:459 #, c-format msgid "Internal error" msgstr "" #: ../providers/mysql/gda-mysql-util.c:133 msgid "No description" msgstr "" #: ../providers/mysql/libmain.c:50 msgid "Provider for MySQL databases" msgstr "" #: ../providers/mysql/mysql_specs_add_column.xml.in.h:1 msgid "Add the column after the specified column" msgstr "" #: ../providers/mysql/mysql_specs_add_column.xml.in.h:2 msgid "Add the column as the first column of the table" msgstr "" #: ../providers/mysql/mysql_specs_add_column.xml.in.h:3 msgid "After column" msgstr "" #: ../providers/mysql/mysql_specs_add_column.xml.in.h:4 msgid "As first column" msgstr "" #. list of fields #: ../providers/mysql/mysql_specs_add_column.xml.in.h:5 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:10 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:2 #: ../tools/command-exec.c:697 ../tools/command-exec.c:700 msgid "Auto increment" msgstr "" #. list of fields #: ../providers/mysql/mysql_specs_add_column.xml.in.h:6 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:24 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:1 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:5 #: ../providers/sqlite/sqlite_specs_add_column.xml.in.h:1 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:4 msgid "Check" msgstr "" #. list of fields #: ../providers/mysql/mysql_specs_add_column.xml.in.h:7 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:26 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:2 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:7 #: ../providers/sqlite/sqlite_specs_add_column.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:6 msgid "Check constraint" msgstr "" #: ../providers/mysql/mysql_specs_add_column.xml.in.h:8 #: ../providers/mysql/mysql_specs_drop_column.xml.in.h:1 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:3 #: ../providers/postgres/postgres_specs_drop_column.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_add_column.xml.in.h:3 msgid "Column's description" msgstr "" #. list of fields #: ../providers/mysql/mysql_specs_add_column.xml.in.h:9 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:34 msgid "Comment" msgstr "" #. list of fields #: ../providers/mysql/mysql_specs_add_column.xml.in.h:11 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:55 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:5 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:13 #: ../providers/sqlite/sqlite_specs_add_column.xml.in.h:5 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:19 #: ../tools/command-exec.c:825 msgid "Default" msgstr "" #. list of fields #: ../providers/mysql/mysql_specs_add_column.xml.in.h:14 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:137 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:10 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:43 #: ../providers/sqlite/sqlite_specs_add_column.xml.in.h:8 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:28 msgid "Not NULL" msgstr "" #. list of fields #: ../providers/mysql/mysql_specs_add_column.xml.in.h:15 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:149 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:11 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:52 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:31 #: ../tools/command-exec.c:916 msgid "Primary key" msgstr "" #: ../providers/mysql/mysql_specs_add_column.xml.in.h:19 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:176 #: ../providers/mysql/mysql_specs_drop_column.xml.in.h:4 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:15 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:69 #: ../providers/postgres/postgres_specs_drop_column.xml.in.h:7 #: ../providers/sqlite/sqlite_specs_add_column.xml.in.h:12 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:39 msgid "Table's name" msgstr "" #. list of fields #: ../providers/mysql/mysql_specs_add_column.xml.in.h:20 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:189 #: ../providers/postgres/postgres_specs_add_column.xml.in.h:16 #: ../providers/postgres/postgres_specs_create_index.xml.in.h:13 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:73 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:42 #: ../tools/command-exec.c:1039 msgid "Unique" msgstr "" #. To translators: Charset name #. other table options #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:2 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:3 msgid "7bit Swedish" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:4 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:5 msgid "ARMSCII-8 Armenian" msgstr "" #: ../providers/mysql/mysql_specs_create_db.xml.in.h:5 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:1 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:3 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:2 msgid "Administrator login" msgstr "" #: ../providers/mysql/mysql_specs_create_db.xml.in.h:6 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:2 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:4 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:3 msgid "Administrator password" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:8 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:17 msgid "Big5 Traditional Chinese" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:10 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:19 msgid "Binary pseudo charset" msgstr "" #. DSN parameters #. other table options #: ../providers/mysql/mysql_specs_create_db.xml.in.h:12 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:22 msgid "Character set" msgstr "" #. DSN parameters #: ../providers/mysql/mysql_specs_create_db.xml.in.h:14 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:5 msgid "Character set encoding to use in the new database" msgstr "" #. DSN parameters #. other table options #: ../providers/mysql/mysql_specs_create_db.xml.in.h:16 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:31 msgid "Collation" msgstr "" #. DSN parameters #: ../providers/mysql/mysql_specs_create_db.xml.in.h:18 msgid "Collation method to use in the new database" msgstr "" #. DSN parameters #: ../providers/mysql/mysql_specs_create_db.xml.in.h:20 msgid "Create database only if it does not yet exist" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:22 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:41 msgid "DEC West European" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:24 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:43 msgid "DOS Central European" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:26 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:45 msgid "DOS Kamenicky Czech-Slovak" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:28 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:47 msgid "DOS Russian" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:30 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:49 msgid "DOS West European" msgstr "" #. Connection parameters #: ../providers/mysql/mysql_specs_create_db.xml.in.h:34 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:6 #: ../providers/mysql/mysql_specs_dsn.xml.in.h:3 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:11 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:8 #: ../providers/postgres/postgres_specs_dsn.xml.in.h:2 msgid "Database server" msgstr "" #: ../providers/mysql/mysql_specs_create_db.xml.in.h:35 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:7 #: ../providers/mysql/mysql_specs_dsn.xml.in.h:4 msgid "Database server port" msgstr "" #. DSN parameters #: ../providers/mysql/mysql_specs_create_db.xml.in.h:37 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:9 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:13 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:10 #: ../providers/sqlite/sqlite_specs_create_db.xml.in.h:4 #: ../providers/sqlite/sqlite_specs_drop_db.xml.in.h:4 msgid "Database's description" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:39 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:63 msgid "EUC-JP Japanese" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:41 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:65 msgid "EUC-KR Korean" msgstr "" #: ../providers/mysql/mysql_specs_create_db.xml.in.h:42 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:12 #: ../providers/mysql/mysql_specs_dsn.xml.in.h:5 msgid "Full path of the UNIX socket to use when connecting locally" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:44 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:85 msgid "GB2312 Simplified Chinese" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:46 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:87 msgid "GBK Simplified Chinese" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:48 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:89 msgid "GEOSTD8 Georgian" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:50 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:93 msgid "HP West European" msgstr "" #. Connection parameters #: ../providers/mysql/mysql_specs_create_db.xml.in.h:52 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:14 #: ../providers/mysql/mysql_specs_dsn.xml.in.h:6 msgid "Host on which the database server is running" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:54 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:96 msgid "ISO 8859-1 West European" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:56 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:98 msgid "ISO 8859-13 Baltic" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:58 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:100 msgid "ISO 8859-2 Central European" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:60 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:102 msgid "ISO 8859-7 Greek" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:62 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:104 msgid "ISO 8859-8 Hebrew" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:64 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:106 msgid "ISO 8859-9 Turkish" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:66 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:114 msgid "KOI8-R Relcom Russian" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:68 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:116 msgid "KOI8-U Ukrainian" msgstr "" #: ../providers/mysql/mysql_specs_create_db.xml.in.h:69 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:15 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:54 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:32 msgid "Login name (which has the rights to create databases)" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:71 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:118 msgid "Mac Central European" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:73 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:120 msgid "Mac West European" msgstr "" #. DSN parameters #: ../providers/mysql/mysql_specs_create_db.xml.in.h:75 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:142 #: ../providers/sqlite/sqlite_specs_create_index.xml.in.h:14 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:29 #: ../providers/sqlite/sqlite_specs_create_view.xml.in.h:4 msgid "Only if it does not yet exist" msgstr "" #: ../providers/mysql/mysql_specs_create_db.xml.in.h:76 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:18 #: ../providers/mysql/mysql_specs_dsn.xml.in.h:7 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:57 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:34 #: ../providers/postgres/postgres_specs_dsn.xml.in.h:7 msgid "Port" msgstr "" #: ../providers/mysql/mysql_specs_create_db.xml.in.h:77 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:19 #: ../providers/mysql/mysql_specs_dsn.xml.in.h:8 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:58 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:35 #: ../providers/postgres/postgres_specs_dsn.xml.in.h:8 msgid "Require SSL" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:79 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:159 msgid "SJIS for Windows Japanese" msgstr "" #: ../providers/mysql/mysql_specs_create_db.xml.in.h:80 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:20 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:59 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:36 msgid "Server access parameters" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:82 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:165 msgid "Shift-JIS Japanese" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:84 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:169 msgid "TIS620 Thai" msgstr "" #. DSN parameters #: ../providers/mysql/mysql_specs_create_db.xml.in.h:86 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:22 #: ../providers/postgres/postgres_specs_create_db.xml.in.h:67 #: ../providers/sqlite/sqlite_specs_create_db.xml.in.h:10 #: ../providers/sqlite/sqlite_specs_drop_db.xml.in.h:10 msgid "The name of a database to create" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:88 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:181 msgid "UCS-2 Unicode" msgstr "" #: ../providers/mysql/mysql_specs_create_db.xml.in.h:89 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:23 #: ../providers/mysql/mysql_specs_dsn.xml.in.h:10 msgid "UNIX Socket" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:91 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:183 msgid "US ASCII" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:93 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:185 msgid "UTF-8 Unicode" msgstr "" #: ../providers/mysql/mysql_specs_create_db.xml.in.h:94 #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:24 #: ../providers/mysql/mysql_specs_dsn.xml.in.h:12 #: ../providers/postgres/postgres_specs_dsn.xml.in.h:12 msgid "Whether or not to use SSL to establish the connection" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:96 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:191 msgid "Windows Arabic" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:98 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:193 msgid "Windows Baltic" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:100 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:195 msgid "Windows Central European" msgstr "" #. To translators: Charset name #: ../providers/mysql/mysql_specs_create_db.xml.in.h:102 #: ../providers/mysql/mysql_specs_create_table.xml.in.h:197 msgid "Windows Cyrillic" msgstr "" #: ../providers/mysql/mysql_specs_create_index.xml.in.h:1 #: ../providers/postgres/postgres_specs_create_index.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_create_index.xml.in.h:6 msgid "Index description" msgstr "" #: ../providers/mysql/mysql_specs_create_index.xml.in.h:2 #: ../providers/postgres/postgres_specs_create_index.xml.in.h:3 #: ../providers/sqlite/sqlite_specs_create_index.xml.in.h:7 msgid "Index name" msgstr "" #: ../providers/mysql/mysql_specs_create_index.xml.in.h:3 msgid "Index type (depending on table storage engine)" msgstr "" #. Index fields #: ../providers/mysql/mysql_specs_create_index.xml.in.h:5 #: ../providers/postgres/postgres_specs_create_index.xml.in.h:5 #: ../providers/sqlite/sqlite_specs_create_index.xml.in.h:9 msgid "Indexed field or expression" msgstr "" #. Index fields #: ../providers/mysql/mysql_specs_create_index.xml.in.h:7 #: ../providers/postgres/postgres_specs_create_index.xml.in.h:7 #: ../providers/sqlite/sqlite_specs_create_index.xml.in.h:11 msgid "Indexed field(s)" msgstr "" #. Index fields #: ../providers/mysql/mysql_specs_create_index.xml.in.h:9 msgid "Length" msgstr "" #: ../providers/mysql/mysql_specs_create_index.xml.in.h:10 #: ../providers/postgres/postgres_specs_create_index.xml.in.h:8 msgid "Method" msgstr "" #: ../providers/mysql/mysql_specs_create_index.xml.in.h:12 #: ../providers/mysql/mysql_specs_drop_index.xml.in.h:3 #: ../providers/postgres/postgres_specs_create_index.xml.in.h:10 #: ../providers/sqlite/sqlite_specs_create_index.xml.in.h:13 msgid "On table" msgstr "" #. Index fields #: ../providers/mysql/mysql_specs_create_index.xml.in.h:14 #: ../providers/sqlite/sqlite_specs_create_index.xml.in.h:16 msgid "Sort type" msgstr "" #. Index fields #: ../providers/mysql/mysql_specs_create_index.xml.in.h:16 msgid "" "The number of characters the index is on for columns of type CHAR or VARCHAR" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:7 msgid "An approximation of the average row length for your table" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:8 msgid "Archive" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:12 msgid "Auto increment value" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:14 msgid "Average row length" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:15 msgid "Berkeley DB" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:20 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:3 msgid "Cascade" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:28 msgid "Checksum" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:29 msgid "Clustered, fault-tolerant, memory-based" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:32 msgid "Comma Separated Value (CSV)" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:35 msgid "Compact" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:36 msgid "Compressed" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:38 msgid "" "Counter for auto incremented fields is incremented by this value + 1 " "(DEFAULT: 0)" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:39 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:15 msgid "Create table only if it does not yet exist" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:51 msgid "Data directory" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:59 msgid "Delay key write" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:60 msgid "Don't pack keys" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:61 msgid "Dynamic" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:67 msgid "Engine" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:68 msgid "Example" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:70 msgid "FIRST, LAST or NO: only with MERGE engine" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:71 msgid "Federated" msgstr "" #. foreign key spec #: ../providers/mysql/mysql_specs_create_table.xml.in.h:73 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:21 msgid "Field" msgstr "" #. foreign key spec #: ../providers/mysql/mysql_specs_create_table.xml.in.h:79 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:27 msgid "Fields in the foreign key" msgstr "" #. To translators: "Fixed" is a kind or MySQL's table's row format #: ../providers/mysql/mysql_specs_create_table.xml.in.h:81 msgid "Fixed" msgstr "" #. foreign key spec #: ../providers/mysql/mysql_specs_create_table.xml.in.h:83 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:29 #: ../tools/command-exec.c:959 msgid "Foreign key" msgstr "" #. other table constraints #: ../providers/mysql/mysql_specs_create_table.xml.in.h:91 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:31 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:25 msgid "Global constraints" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:94 msgid "ISAM" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:107 msgid "In Memory (MEMORY/HEAP)" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:109 msgid "Index directory" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:110 msgid "InnoDB" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:112 msgid "Insert method" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:121 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:34 msgid "Match full" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:122 msgid "Match partial" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:123 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:35 msgid "Match simple" msgstr "" #. foreign key spec #: ../providers/mysql/mysql_specs_create_table.xml.in.h:125 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:37 msgid "Match type" msgstr "" #. foreign key spec #: ../providers/mysql/mysql_specs_create_table.xml.in.h:127 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:39 msgid "Matching method if more than one field involved" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:129 msgid "Max rows" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:130 msgid "Merge" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:132 msgid "Min rows" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:133 msgid "MyISAM (default)" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:135 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:41 msgid "No action" msgstr "" #. foreign key spec #: ../providers/mysql/mysql_specs_create_table.xml.in.h:139 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:46 msgid "On delete action" msgstr "" #. foreign key spec #: ../providers/mysql/mysql_specs_create_table.xml.in.h:141 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:48 msgid "On update action" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:143 msgid "Only pack long CHAR/VARCHAR columns" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:145 msgid "Pack keys" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:150 msgid "Redundant" msgstr "" #. foreign key spec #: ../providers/mysql/mysql_specs_create_table.xml.in.h:152 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:54 msgid "Referenced field" msgstr "" #. foreign key spec #: ../providers/mysql/mysql_specs_create_table.xml.in.h:154 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:56 msgid "Referenced table" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:155 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:57 msgid "Restrict" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:157 msgid "Row format" msgstr "" #. To translators: Action of setting a value to NULL #: ../providers/mysql/mysql_specs_create_table.xml.in.h:163 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:61 msgid "Set to NULL" msgstr "" #. list of fields #: ../providers/mysql/mysql_specs_create_table.xml.in.h:171 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:67 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:37 msgid "Table's columns" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:172 msgid "Table's comment" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:173 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:68 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:38 msgid "Table's description" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:175 msgid "Table's engine (or type)" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:178 msgid "Table's options" msgstr "" #: ../providers/mysql/mysql_specs_create_table.xml.in.h:179 #: ../providers/mysql/mysql_specs_drop_table.xml.in.h:9 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:71 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:40 msgid "Temporary table" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:187 msgid "Union" msgstr "" #. other table options #: ../providers/mysql/mysql_specs_create_table.xml.in.h:199 msgid "tbl_name[,tbl_name]...: only with MERGE engine" msgstr "" #: ../providers/mysql/mysql_specs_create_view.xml.in.h:1 #: ../providers/postgres/postgres_specs_create_view.xml.in.h:1 msgid "Columns' names" msgstr "" #: ../providers/mysql/mysql_specs_create_view.xml.in.h:4 #: ../providers/postgres/postgres_specs_create_view.xml.in.h:4 msgid "Replace it already exists" msgstr "" #: ../providers/mysql/mysql_specs_create_view.xml.in.h:5 #: ../providers/postgres/postgres_specs_create_view.xml.in.h:5 msgid "Replace view definition if it already exists" msgstr "" #: ../providers/mysql/mysql_specs_create_view.xml.in.h:6 #: ../providers/postgres/postgres_specs_create_view.xml.in.h:7 #: ../providers/sqlite/sqlite_specs_create_view.xml.in.h:6 msgid "View's definition" msgstr "" #: ../providers/mysql/mysql_specs_create_view.xml.in.h:7 #: ../providers/postgres/postgres_specs_create_view.xml.in.h:8 #: ../providers/sqlite/sqlite_specs_create_view.xml.in.h:7 msgid "View's description" msgstr "" #: ../providers/mysql/mysql_specs_create_view.xml.in.h:8 #: ../providers/postgres/postgres_specs_create_view.xml.in.h:9 #: ../providers/sqlite/sqlite_specs_create_view.xml.in.h:8 msgid "View's name" msgstr "" #: ../providers/mysql/mysql_specs_create_view.xml.in.h:9 #: ../providers/postgres/postgres_specs_create_view.xml.in.h:10 msgid "column name" msgstr "" #. DSN parameters #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:11 msgid "Drop database only if it exists" msgstr "" #. DSN parameters #: ../providers/mysql/mysql_specs_drop_db.xml.in.h:17 msgid "Only if existing" msgstr "" #: ../providers/mysql/mysql_specs_drop_index.xml.in.h:2 #: ../providers/postgres/postgres_specs_drop_index.xml.in.h:3 #: ../providers/sqlite/sqlite_specs_drop_index.xml.in.h:4 msgid "Index to delete" msgstr "" #: ../providers/mysql/mysql_specs_drop_table.xml.in.h:1 #: ../providers/postgres/postgres_specs_drop_index.xml.in.h:1 #: ../providers/postgres/postgres_specs_drop_table.xml.in.h:1 msgid "Automatically drop objects that depend on the table (CASCADE)" msgstr "" #: ../providers/mysql/mysql_specs_drop_table.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_drop_table.xml.in.h:1 msgid "Drop table only if it exists" msgstr "" #: ../providers/mysql/mysql_specs_drop_table.xml.in.h:3 msgid "Drop table only if it is temporary" msgstr "" #: ../providers/mysql/mysql_specs_drop_table.xml.in.h:4 #: ../providers/mysql/mysql_specs_drop_view.xml.in.h:2 #: ../providers/postgres/postgres_specs_drop_view.xml.in.h:3 #: ../providers/sqlite/sqlite_specs_drop_index.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_drop_table.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_drop_view.xml.in.h:2 msgid "If exists" msgstr "" #: ../providers/mysql/mysql_specs_drop_table.xml.in.h:6 #: ../providers/postgres/postgres_specs_drop_index.xml.in.h:5 #: ../providers/postgres/postgres_specs_drop_table.xml.in.h:3 msgid "Refuse to drop the table if any objects depend on it (RESTRICT)" msgstr "" #: ../providers/mysql/mysql_specs_drop_table.xml.in.h:8 #: ../providers/postgres/postgres_specs_drop_table.xml.in.h:5 #: ../providers/sqlite/sqlite_specs_drop_table.xml.in.h:4 msgid "Table to delete" msgstr "" #: ../providers/mysql/mysql_specs_drop_table.xml.in.h:10 #: ../providers/postgres/postgres_specs_drop_index.xml.in.h:6 #: ../providers/postgres/postgres_specs_drop_table.xml.in.h:6 msgid "What to do with references" msgstr "" #: ../providers/mysql/mysql_specs_drop_view.xml.in.h:1 #: ../providers/postgres/postgres_specs_drop_view.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_drop_view.xml.in.h:1 msgid "Drop view only if it exists" msgstr "" #: ../providers/mysql/mysql_specs_drop_view.xml.in.h:4 #: ../providers/postgres/postgres_specs_drop_view.xml.in.h:7 #: ../providers/sqlite/sqlite_specs_drop_view.xml.in.h:4 msgid "View to delete" msgstr "" #: ../providers/mysql/mysql_specs_dsn.xml.in.h:1 msgid "Compress" msgstr "" #: ../providers/mysql/mysql_specs_dsn.xml.in.h:9 #: ../providers/postgres/postgres_specs_dsn.xml.in.h:11 msgid "The name of a database to connect to" msgstr "" #: ../providers/mysql/mysql_specs_dsn.xml.in.h:11 msgid "Use compression protocol" msgstr "" #: ../providers/mysql/mysql_specs_rename_table.xml.in.h:1 #: ../providers/postgres/postgres_specs_rename_table.xml.in.h:1 #: ../providers/sqlite/sqlite_specs_rename_table.xml.in.h:1 msgid "New name" msgstr "" #: ../providers/mysql/mysql_specs_rename_table.xml.in.h:2 #: ../providers/postgres/postgres_specs_rename_table.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_rename_table.xml.in.h:2 msgid "New table name" msgstr "" #: ../providers/mysql/mysql_specs_rename_table.xml.in.h:4 #: ../providers/postgres/postgres_specs_rename_table.xml.in.h:4 #: ../providers/sqlite/sqlite_specs_rename_table.xml.in.h:4 msgid "Table to rename" msgstr "" #: ../providers/postgres/gda-postgres-handler-bin.c:123 msgid "Postgresql binary handler" msgstr "" #: ../providers/postgres/gda-postgres-handler-bin.c:129 msgid "PostgresqlBin" msgstr "" #: ../providers/postgres/gda-postgres-handler-bin.c:130 msgid "PostgreSQL binary representation" msgstr "" #: ../providers/postgres/gda-postgres-handler-bin.c:222 msgid "Insufficient memory to convert binary buffer to string" msgstr "" #: ../providers/postgres/gda-postgres-handler-bin.c:285 msgid "Insufficient memory to convert string to binary buffer" msgstr "" #: ../providers/postgres/gda-postgres-meta.c:536 #: ../providers/postgres/gda-postgres-meta.c:570 #: ../providers/postgres/gda-postgres-meta.c:696 #: ../providers/postgres/gda-postgres-meta.c:741 #: ../providers/postgres/gda-postgres-meta.c:863 #: ../providers/postgres/gda-postgres-meta.c:928 #: ../providers/postgres/gda-postgres-meta.c:1195 #: ../providers/postgres/gda-postgres-meta.c:1225 #: ../providers/postgres/gda-postgres-meta.c:1260 #: ../providers/postgres/gda-postgres-meta.c:1290 #: ../providers/postgres/gda-postgres-meta.c:1332 #: ../providers/postgres/gda-postgres-meta.c:1392 #: ../providers/postgres/gda-postgres-meta.c:1456 #: ../providers/postgres/gda-postgres-meta.c:1486 #, c-format msgid "PostgreSQL version 8.2.0 at least is required" msgstr "" #: ../providers/postgres/gda-postgres-provider.c:613 msgid "The connection string must contain a DB_NAME value" msgstr "" #: ../providers/postgres/gda-postgres-provider.c:617 msgid "" "The connection string format has changed: replace DATABASE with DB_NAME and " "the same contents" msgstr "" #: ../providers/postgres/gda-postgres-provider.c:742 #, c-format msgid "Could not set search_path to %s" msgstr "" #: ../providers/postgres/gda-postgres-provider.c:750 #, c-format msgid "Search path %s is invalid" msgstr "" #: ../providers/postgres/gda-postgres-provider.c:1155 #: ../providers/postgres/gda-postgres-provider.c:1157 #, c-format msgid "Transactions are not supported in read uncommitted isolation level" msgstr "" #: ../providers/postgres/gda-postgres-provider.c:1161 #: ../providers/postgres/gda-postgres-provider.c:1163 #, c-format msgid "Transactions are not supported in repeatable read isolation level" msgstr "" #: ../providers/postgres/gda-postgres-provider.c:1287 #: ../providers/postgres/gda-postgres-provider.c:1340 #: ../providers/postgres/gda-postgres-provider.c:1393 #, c-format msgid "Wrong savepoint name '%s'" msgstr "" #: ../providers/postgres/gda-postgres-provider.c:2102 #: ../providers/postgres/gda-postgres-provider.c:2104 #, c-format msgid "Cannot start transaction" msgstr "" #: ../providers/postgres/gda-postgres-provider.c:2282 #: ../providers/postgres/gda-postgres-provider.c:2318 #: ../providers/postgres/gda-postgres-provider.c:2353 #, c-format msgid "Could not set the XA transaction ID parameter" msgstr "" #: ../providers/postgres/gda-postgres-recordset.c:144 msgid "Number of rows chunks read since the object creation" msgstr "" #: ../providers/postgres/libmain.c:58 msgid "Provider for PostgreSQL databases" msgstr "" #: ../providers/postgres/postgres_specs_add_column.xml.in.h:7 msgid "Don't add the column to descendants of the table" msgstr "" #: ../providers/postgres/postgres_specs_add_column.xml.in.h:9 msgid "Ignore descendants" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:2 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:1 msgid "ASCII" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:7 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:4 msgid "Chinese EUC" msgstr "" #: ../providers/postgres/postgres_specs_create_db.xml.in.h:12 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:9 #: ../providers/postgres/postgres_specs_dsn.xml.in.h:3 msgid "" "Database server port (for servers running on unix domain sockets, enter the " "socket's file name extension (usually 5432), or leave this field empty)" msgstr "" #: ../providers/postgres/postgres_specs_create_db.xml.in.h:14 msgid "Encoding" msgstr "" #: ../providers/postgres/postgres_specs_create_db.xml.in.h:15 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:11 #: ../providers/postgres/postgres_specs_dsn.xml.in.h:4 msgid "Extra connection options" msgstr "" #. Connection parameters #: ../providers/postgres/postgres_specs_create_db.xml.in.h:17 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:13 #: ../providers/postgres/postgres_specs_dsn.xml.in.h:5 msgid "" "Host on which the database server is running (for servers running on unix " "domain sockets, enter the socket's path (usually /tmp), or leave this field " "empty)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:19 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:14 msgid "ISO 8859-1/ECMA 94 (Latin alphabet no.1)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:21 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:15 msgid "ISO 8859-1/ECMA 94 (Latin alphabet no.10)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:23 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:16 msgid "ISO 8859-1/ECMA 94 (Latin alphabet no.2)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:25 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:17 msgid "ISO 8859-1/ECMA 94 (Latin alphabet no.3)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:27 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:18 msgid "ISO 8859-1/ECMA 94 (Latin alphabet no.4)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:29 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:19 msgid "ISO 8859-1/ECMA 94 (Latin alphabet no.5)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:31 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:20 msgid "ISO 8859-1/ECMA 94 (Latin alphabet no.6)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:33 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:21 msgid "ISO 8859-1/ECMA 94 (Latin alphabet no.7)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:35 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:22 msgid "ISO 8859-1/ECMA 94 (Latin alphabet no.8)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:37 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:23 msgid "ISO 8859-1/ECMA 94 (Latin alphabet no.9)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:39 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:24 msgid "ISO 8859-5/ECMA 113 (Latin/Cyrillic)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:41 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:25 msgid "ISO 8859-6/ECMA 114 (Latin/Arabic)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:43 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:26 msgid "ISO 8859-7/ECMA 118 (Latin/Greek)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:45 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:27 msgid "ISO 8859-8/ECMA 121 (Latin/Hebrew)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:47 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:28 msgid "Japanese EUC" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:49 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:29 msgid "KOI8-R(U)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:51 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:30 msgid "Korean EUC" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:53 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:31 msgid "Korean EUC (Hangle base)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:61 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:37 msgid "TCVN-5712/Windows CP1258 (Vietnamese)" msgstr "" #: ../providers/postgres/postgres_specs_create_db.xml.in.h:62 #: ../providers/postgres/postgres_specs_create_index.xml.in.h:12 #: ../providers/postgres/postgres_specs_create_table.xml.in.h:70 msgid "Tablespace" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:64 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:38 msgid "Taiwan EUC" msgstr "" #: ../providers/postgres/postgres_specs_create_db.xml.in.h:65 msgid "Template" msgstr "" #: ../providers/postgres/postgres_specs_create_db.xml.in.h:68 msgid "The name of the database user who will own the new database" msgstr "" #: ../providers/postgres/postgres_specs_create_db.xml.in.h:69 msgid "" "The name of the tablespace that will be associated with the new database" msgstr "" #: ../providers/postgres/postgres_specs_create_db.xml.in.h:70 msgid "The name of the template from which to create the new database" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:72 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:41 msgid "Unicode (UTF-8)" msgstr "" #: ../providers/postgres/postgres_specs_create_db.xml.in.h:73 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:42 msgid "Whether to require SSL or not when connecting" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:75 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:43 msgid "Windows CP1250" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:77 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:44 msgid "Windows CP1251" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:79 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:45 msgid "Windows CP1256 (Arabic)" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:81 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:46 msgid "Windows CP866" msgstr "" #. To translators: Charset name #: ../providers/postgres/postgres_specs_create_db.xml.in.h:83 #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:47 msgid "Windows CP874 (Thai)" msgstr "" #: ../providers/postgres/postgres_specs_create_index.xml.in.h:1 msgid "Constraint expression for a partial index" msgstr "" #: ../providers/postgres/postgres_specs_create_index.xml.in.h:11 msgid "Predicate" msgstr "" #: ../providers/postgres/postgres_specs_create_table.xml.in.h:8 msgid "Copy default expressions" msgstr "" #: ../providers/postgres/postgres_specs_create_table.xml.in.h:9 msgid "Copy defaults" msgstr "" #. foreign key spec #: ../providers/postgres/postgres_specs_create_table.xml.in.h:17 msgid "Deferrable" msgstr "" #: ../providers/postgres/postgres_specs_create_table.xml.in.h:18 msgid "Deferrable initially deferred" msgstr "" #: ../providers/postgres/postgres_specs_create_table.xml.in.h:19 msgid "Deferrable initially immediate" msgstr "" #: ../providers/postgres/postgres_specs_create_table.xml.in.h:32 msgid "Inheritance" msgstr "" #: ../providers/postgres/postgres_specs_create_table.xml.in.h:33 msgid "Keep coupled" msgstr "" #: ../providers/postgres/postgres_specs_create_table.xml.in.h:44 msgid "Not deferrable" msgstr "" #: ../providers/postgres/postgres_specs_create_table.xml.in.h:49 msgid "Parent table" msgstr "" #: ../providers/postgres/postgres_specs_create_table.xml.in.h:50 msgid "Parent table(s)" msgstr "" #. To translators: Action of setting a value to its default value #: ../providers/postgres/postgres_specs_create_table.xml.in.h:63 msgid "Set to default" msgstr "" #: ../providers/postgres/postgres_specs_create_table.xml.in.h:74 msgid "Use INHERIT instead of LIKE" msgstr "" #: ../providers/postgres/postgres_specs_create_table.xml.in.h:75 msgid "With OIDs" msgstr "" #: ../providers/postgres/postgres_specs_create_view.xml.in.h:6 #: ../providers/sqlite/sqlite_specs_create_view.xml.in.h:5 msgid "Temporary view" msgstr "" #: ../providers/postgres/postgres_specs_drop_column.xml.in.h:1 msgid "Automatically drop objects that depend on the column (CASCADE)" msgstr "" #: ../providers/postgres/postgres_specs_drop_column.xml.in.h:5 msgid "Refuse to drop the column if any objects depend on it (RESTRICT)" msgstr "" #: ../providers/postgres/postgres_specs_drop_column.xml.in.h:8 msgid "What to do with references on the column to delete" msgstr "" #. DSN parameters #: ../providers/postgres/postgres_specs_drop_db.xml.in.h:40 msgid "The name of a database to drop" msgstr "" #: ../providers/postgres/postgres_specs_drop_view.xml.in.h:1 msgid "Automatically drop objects that depend on the view (CASCADE)" msgstr "" #: ../providers/postgres/postgres_specs_drop_view.xml.in.h:5 msgid "Refuse to drop the view if any objects depend on it (RESTRICT)" msgstr "" #: ../providers/postgres/postgres_specs_drop_view.xml.in.h:8 msgid "What to do with objects referencing the view" msgstr "" #: ../providers/postgres/postgres_specs_dsn.xml.in.h:9 msgid "Search Path" msgstr "" #: ../providers/postgres/postgres_specs_dsn.xml.in.h:10 msgid "Search path among database's schemas ('search_path' variable)" msgstr "" #: ../providers/sqlite/libmain.c:52 msgid "Provider for SQLite databases" msgstr "" #: ../providers/sqlite/sqlite_specs_add_column.xml.in.h:6 msgid "Default value, mandatory if column is NOT NULL" msgstr "" #. DSN parameters #: ../providers/sqlite/sqlite_specs_create_db.xml.in.h:8 #: ../providers/sqlite/sqlite_specs_drop_db.xml.in.h:8 msgid "Directory where the database file will be" msgstr "" #. To translators: "Compare method" refers to the method SQLite has to compare values #: ../providers/sqlite/sqlite_specs_create_index.xml.in.h:2 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:8 msgid "Collation name (BINARY|NOCASE)" msgstr "" #. To translators: "Compare method" refers to the method SQLite has to compare values #: ../providers/sqlite/sqlite_specs_create_index.xml.in.h:4 #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:10 msgid "Compare method" msgstr "" #: ../providers/sqlite/sqlite_specs_create_index.xml.in.h:5 msgid "Create index only if it does not yet exist" msgstr "" #. list of fields #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:12 msgid "Conflict" msgstr "" #. list of fields #: ../providers/sqlite/sqlite_specs_create_table.xml.in.h:14 msgid "Conflict resolution method (ROLLBACK|ABORT|FAIL|IGNORE|REPLACE" msgstr "" #: ../providers/sqlite/sqlite_specs_create_view.xml.in.h:1 msgid "Create view only if it does not yet exist" msgstr "" #: ../providers/sqlite/sqlite_specs_drop_index.xml.in.h:1 msgid "Drop index only if it exists" msgstr "" #: ../providers/sqlite/sqlite_specs_dsn.xml.in.h:4 msgid "Enable usage of some extra functions in SQL" msgstr "" #: ../providers/sqlite/sqlite_specs_dsn.xml.in.h:5 msgid "Extra functions" msgstr "" #: ../providers/sqlite/sqlite_specs_dsn.xml.in.h:6 msgid "The name of a database to use (without the .db)" msgstr "" #: ../testing/gda-test-blob.c:78 ../testing/gda-test-connection.c:67 #, c-format msgid "DSN '%s' is not declared" msgstr "" #: ../testing/gda-test-blob.c:83 ../testing/gda-test-connection.c:72 #, c-format msgid "Can't open connection to DSN %s: %s\n" msgstr "" #: ../testing/gda-test-blob.c:94 ../testing/gda-test-connection.c:82 #, c-format msgid "Can't open specified connection: %s\n" msgstr "" #: ../testing/gda-test-blob.c:101 ../testing/gda-test-connection.c:89 #, c-format msgid "Connection successfully opened!\n" msgstr "" #: ../tools/command-exec.c:182 msgid "Invalid unnamed command" msgstr "" #: ../tools/command-exec.c:360 #, c-format msgid "Unknown internal command" msgstr "" #: ../tools/command-exec.c:366 #, c-format msgid "Internal command not correctly defined" msgstr "" #: ../tools/command-exec.c:372 #, c-format msgid "Incomplete internal command" msgstr "" #: ../tools/command-exec.c:468 msgid "History is not supported" msgstr "" #: ../tools/command-exec.c:481 ../tools/command-exec.c:503 #: ../tools/command-exec.c:546 ../tools/command-exec.c:588 #: ../tools/command-exec.c:712 ../tools/gda-sql.c:2255 ../tools/gda-sql.c:3274 #, c-format msgid "No current connection" msgstr "" #: ../tools/command-exec.c:530 msgid "List of tables" msgstr "" #: ../tools/command-exec.c:572 msgid "List of views" msgstr "" #: ../tools/command-exec.c:612 msgid "List of schemas" msgstr "" #: ../tools/command-exec.c:677 ../tools/command-exec.c:793 #, c-format msgid "No object found" msgstr "" #: ../tools/command-exec.c:747 msgid "Schema" msgstr "" #: ../tools/command-exec.c:822 msgid "Column" msgstr "" #: ../tools/command-exec.c:824 msgid "Nullable" msgstr "" #: ../tools/command-exec.c:826 msgid "Extra" msgstr "" #: ../tools/command-exec.c:829 #, c-format msgid "List of columns for view '%s'" msgstr "" #: ../tools/command-exec.c:833 #, c-format msgid "List of columns for table '%s'" msgstr "" #: ../tools/command-exec.c:845 msgid "yes" msgstr "" #: ../tools/command-exec.c:845 msgid "no" msgstr "" #: ../tools/command-exec.c:877 #, c-format msgid "View definition: %s" msgstr "" #: ../tools/gda-list-server-op.c:29 msgid "Gda server operations list" msgstr "" #: ../tools/gda-list-server-op.c:39 #, c-format msgid "Using XML descriptions in %s\n" msgstr "" #: ../tools/gda-list-server-op.c:46 #, c-format msgid "Could not create provider object: %s\n" msgstr "" #: ../tools/gda-list-server-op.c:55 #, c-format msgid "Existing operation types for provider '%s':\n" msgstr "" #: ../tools/gda-list-server-op.c:57 #, c-format msgid "Existing operation types:\n" msgstr "" #: ../tools/gda-list-server-op.c:75 #, c-format msgid "Description for type: %s\n" msgstr "" #: ../tools/gda-list-server-op.c:88 #, c-format msgid "Operation not supported\n" msgstr "" #: ../tools/gda-list-server-op.c:90 #, c-format msgid "Error: %s\n" msgstr "" #: ../tools/gda-list-server-op.c:340 #, c-format msgid "Can't parse file '%s', ignoring it" msgstr "" #: ../tools/gda-sql.c:152 msgid "[DSN|connection string]..." msgstr "" #: ../tools/gda-sql.c:216 #, c-format msgid "Welcome to the GDA SQL console, version " msgstr "" #: ../tools/gda-sql.c:218 #, c-format msgid "" "Type: .copyright to show usage and distribution terms\n" " .? for help with internal commands\n" " .q (or CTRL-D) to quit\n" " (the '.' can be replaced by a '\\')\n" " or any query terminated by a semicolon\n" "\n" msgstr "" #: ../tools/gda-sql.c:239 #, c-format msgid "Opening connection '%s' for: %s\n" msgstr "" #: ../tools/gda-sql.c:243 #, c-format msgid "Can't open connection %d: %s\n" msgstr "" #: ../tools/gda-sql.c:255 #, c-format msgid "Opening connection '%s' for: %s (GDA_SQL_CNC environment variable)\n" msgstr "" #: ../tools/gda-sql.c:260 #, c-format msgid "Can't open connection defined by GDA_SQL_CNC: %s\n" msgstr "" #: ../tools/gda-sql.c:619 #, c-format msgid "Connection closed" msgstr "" #: ../tools/gda-sql.c:705 #, c-format msgid "No internal parameter named '%s' required by query" msgstr "" #: ../tools/gda-sql.c:797 #, c-format msgid "Can't open file '%s' for writing: %s\n" msgstr "" #: ../tools/gda-sql.c:810 #, c-format msgid "Can't open pipe '%s': %s\n" msgstr "" #: ../tools/gda-sql.c:849 #, c-format msgid "Can't open file '%s' for reading: %s\n" msgstr "" #: ../tools/gda-sql.c:912 ../tools/gda-sql.c:2466 #, c-format msgid "Connection name '%s' is invalid" msgstr "" #: ../tools/gda-sql.c:958 #, c-format msgid "\tUsername for '%s': " msgstr "" #: ../tools/gda-sql.c:965 #, c-format msgid "No username for '%s'" msgstr "" #: ../tools/gda-sql.c:974 #, c-format msgid "\tPassword for '%s': " msgstr "" #: ../tools/gda-sql.c:981 #, c-format msgid "No password for '%s'" msgstr "" #: ../tools/gda-sql.c:1070 #, c-format msgid "Error getting meta data in background: %s\n" msgstr "" #: ../tools/gda-sql.c:1078 ../tools/gda-sql.c:1123 #, c-format msgid "" "Getting database schema information for connection '%s', this may take some " "time... " msgstr "" #: ../tools/gda-sql.c:1085 ../tools/gda-sql.c:1130 ../tools/gda-sql.c:2303 #, c-format msgid "error: %s\n" msgstr "" #: ../tools/gda-sql.c:1092 ../tools/gda-sql.c:1137 ../tools/gda-sql.c:2310 #, c-format msgid "Done.\n" msgstr "" #: ../tools/gda-sql.c:1255 #, c-format msgid "(%d row)" msgid_plural "(%d rows)" msgstr[0] "" msgstr[1] "" #: ../tools/gda-sql.c:1419 ../tools/gda-sql.c:1497 ../tools/gda-sql.c:1508 #: ../tools/gda-sql.c:1519 ../tools/gda-sql.c:1618 ../tools/gda-sql.c:1629 #: ../tools/gda-sql.c:1640 ../tools/gda-sql.c:1784 msgid "General" msgstr "" #: ../tools/gda-sql.c:1420 ../tools/gda-sql.c:1586 ../tools/gda-sql.c:1652 #: ../tools/gda-sql.c:1663 #, c-format msgid "%s [FILE]" msgstr "" #: ../tools/gda-sql.c:1421 msgid "Show commands history, or save it to file" msgstr "" #: ../tools/gda-sql.c:1430 ../tools/gda-sql.c:1441 ../tools/gda-sql.c:1452 #: ../tools/gda-sql.c:1463 ../tools/gda-sql.c:1474 ../tools/gda-sql.c:1485 msgid "Information" msgstr "" #: ../tools/gda-sql.c:1432 msgid "Force reading the database meta data" msgstr "" #: ../tools/gda-sql.c:1442 #, c-format msgid "%s [TABLE]" msgstr "" #: ../tools/gda-sql.c:1443 msgid "List all tables (or named table)" msgstr "" #: ../tools/gda-sql.c:1453 #, c-format msgid "%s [VIEW]" msgstr "" #: ../tools/gda-sql.c:1454 msgid "List all views (or named view)" msgstr "" #: ../tools/gda-sql.c:1464 #, c-format msgid "%s [SCHEMA]" msgstr "" #: ../tools/gda-sql.c:1465 msgid "List all schemas (or named schema)" msgstr "" #: ../tools/gda-sql.c:1475 #, c-format msgid "%s [OBJ_NAME|SCHEMA.*]" msgstr "" #: ../tools/gda-sql.c:1476 msgid "Describe object or full list of objects" msgstr "" #: ../tools/gda-sql.c:1486 #, c-format msgid "%s [TABLE1 [TABLE2...]]" msgstr "" #: ../tools/gda-sql.c:1487 msgid "Create a graph of all or the listed tables" msgstr "" #: ../tools/gda-sql.c:1498 #, c-format msgid "%s [CNC_NAME [DSN [USER [PASSWORD]]]]" msgstr "" #: ../tools/gda-sql.c:1499 msgid "Connect to another defined data source (DSN, see \\l)" msgstr "" #: ../tools/gda-sql.c:1509 #, c-format msgid "%s [CNC_NAME]" msgstr "" #: ../tools/gda-sql.c:1510 msgid "Close a connection" msgstr "" #: ../tools/gda-sql.c:1520 #, c-format msgid "%s CNC_NAME CNC_NAME1 CNC_NAME2 [CNC_NAME ...]" msgstr "" #: ../tools/gda-sql.c:1521 msgid "Bind several connections together into the CNC_NAME virtual connection" msgstr "" #: ../tools/gda-sql.c:1530 ../tools/gda-sql.c:1541 ../tools/gda-sql.c:1552 #: ../tools/gda-sql.c:1563 msgid "DSN (data sources) management" msgstr "" #: ../tools/gda-sql.c:1531 #, c-format msgid "%s [DSN]" msgstr "" #: ../tools/gda-sql.c:1532 msgid "List all DSN (or named DSN's attributes)" msgstr "" #: ../tools/gda-sql.c:1542 #, c-format msgid "%s DSN_NAME DSN_DEFINITION [DESCRIPTION]" msgstr "" #: ../tools/gda-sql.c:1543 msgid "Create (or modify) a DSN" msgstr "" #: ../tools/gda-sql.c:1553 #, c-format msgid "%s DSN_NAME [DSN_NAME...]" msgstr "" #: ../tools/gda-sql.c:1554 msgid "Remove a DSN" msgstr "" #: ../tools/gda-sql.c:1564 #, c-format msgid "%s [PROVIDER]" msgstr "" #: ../tools/gda-sql.c:1565 msgid "List all installed database providers (or named one's attributes)" msgstr "" #: ../tools/gda-sql.c:1574 ../tools/gda-sql.c:1585 ../tools/gda-sql.c:1596 #: ../tools/gda-sql.c:1607 msgid "Input/Output" msgstr "" #: ../tools/gda-sql.c:1575 ../tools/gda-sql.c:1696 #, c-format msgid "%s FILE" msgstr "" #: ../tools/gda-sql.c:1576 msgid "Execute commands from file" msgstr "" #: ../tools/gda-sql.c:1587 msgid "Send output to a file or |pipe" msgstr "" #: ../tools/gda-sql.c:1597 ../tools/gda-sql.c:1608 #, c-format msgid "%s [TEXT]" msgstr "" #: ../tools/gda-sql.c:1598 msgid "Send output to stdout" msgstr "" #: ../tools/gda-sql.c:1609 msgid "Send output to output stream" msgstr "" #: ../tools/gda-sql.c:1620 msgid "Quit" msgstr "" #: ../tools/gda-sql.c:1630 #, c-format msgid "%s [DIR]" msgstr "" #: ../tools/gda-sql.c:1631 msgid "Change the current working directory" msgstr "" #: ../tools/gda-sql.c:1642 msgid "Show usage and distribution terms" msgstr "" #: ../tools/gda-sql.c:1651 ../tools/gda-sql.c:1662 ../tools/gda-sql.c:1673 #: ../tools/gda-sql.c:1684 ../tools/gda-sql.c:1695 ../tools/gda-sql.c:1706 #: ../tools/gda-sql.c:1717 ../tools/gda-sql.c:1728 ../tools/gda-sql.c:1739 #: ../tools/gda-sql.c:1750 ../tools/gda-sql.c:1761 msgid "Query buffer" msgstr "" #: ../tools/gda-sql.c:1653 msgid "Edit the query buffer (or file) with external editor" msgstr "" #: ../tools/gda-sql.c:1664 msgid "Reset the query buffer (fill buffer with contents of file)" msgstr "" #: ../tools/gda-sql.c:1675 msgid "Show the contents of the query buffer" msgstr "" #: ../tools/gda-sql.c:1685 #, c-format msgid "%s [QUERY_BUFFER_NAME]" msgstr "" #: ../tools/gda-sql.c:1686 msgid "Execute contents of query buffer, or named query buffer" msgstr "" #: ../tools/gda-sql.c:1697 msgid "Write query buffer to file" msgstr "" #: ../tools/gda-sql.c:1707 ../tools/gda-sql.c:1718 ../tools/gda-sql.c:1729 #, c-format msgid "%s QUERY_BUFFER_NAME" msgstr "" #: ../tools/gda-sql.c:1708 msgid "Save query buffer to dictionary" msgstr "" #: ../tools/gda-sql.c:1719 msgid "Load query buffer from dictionary" msgstr "" #: ../tools/gda-sql.c:1730 msgid "Delete query buffer from dictionary" msgstr "" #: ../tools/gda-sql.c:1740 #, c-format msgid "%s" msgstr "" #: ../tools/gda-sql.c:1741 msgid "List all saved query buffers in dictionary" msgstr "" #: ../tools/gda-sql.c:1751 #, c-format msgid "%s [NAME [VALUE|_null_]]" msgstr "" #: ../tools/gda-sql.c:1752 msgid "Set or show internal parameter, or list all if no parameters" msgstr "" #: ../tools/gda-sql.c:1762 #, c-format msgid "%s NAME" msgstr "" #: ../tools/gda-sql.c:1763 msgid "Unset (delete) internal parameter" msgstr "" #: ../tools/gda-sql.c:1772 msgid "Formatting" msgstr "" #: ../tools/gda-sql.c:1774 msgid "Set output format" msgstr "" #: ../tools/gda-sql.c:1786 msgid "List all available commands" msgstr "" #: ../tools/gda-sql.c:1833 #, c-format msgid "Unknown output format: '%s', reset to default" msgstr "" #: ../tools/gda-sql.c:1929 ../tools/gda-sql.c:2104 msgid "Attribute" msgstr "" #: ../tools/gda-sql.c:1930 ../tools/gda-sql.c:2105 ../tools/gda-sql.c:3129 msgid "Value" msgstr "" #: ../tools/gda-sql.c:1932 #, c-format msgid "DSN '%s' description" msgstr "" #: ../tools/gda-sql.c:1960 #, c-format msgid "Could not find any DSN named '%s'" msgstr "" #: ../tools/gda-sql.c:1971 msgid "DSN list" msgstr "" #: ../tools/gda-sql.c:2023 #, c-format msgid "Missing arguments" msgstr "" #: ../tools/gda-sql.c:2044 #, c-format msgid "Missing provider name" msgstr "" #: ../tools/gda-sql.c:2067 #, c-format msgid "Missing DSN name" msgstr "" #: ../tools/gda-sql.c:2107 #, c-format msgid "Provider '%s' description" msgstr "" #: ../tools/gda-sql.c:2135 #, c-format msgid "Could not find any provider named '%s'" msgstr "" #: ../tools/gda-sql.c:2144 msgid "Installed providers list" msgstr "" #: ../tools/gda-sql.c:2210 ../tools/gda-sql.c:2461 #, c-format msgid "A connection named '%s' already exists" msgstr "" #: ../tools/gda-sql.c:2297 #, c-format msgid "Getting database schema information, this may take some time... " msgstr "" #: ../tools/gda-sql.c:2332 msgid "No opened connection" msgstr "" #: ../tools/gda-sql.c:2343 msgid "DSN or connection string" msgstr "" #: ../tools/gda-sql.c:2345 msgid "List of opened connections" msgstr "" #: ../tools/gda-sql.c:2420 #, c-format msgid "No currently opened connection" msgstr "" #: ../tools/gda-sql.c:2453 #, c-format msgid "Missing required connection names" msgstr "" #. add existing connections to virtual connection #: ../tools/gda-sql.c:2490 msgid "Bound connections are as:" msgstr "" #: ../tools/gda-sql.c:2572 #, c-format msgid "Could not get home directory: %s" msgstr "" #: ../tools/gda-sql.c:2598 #, c-format msgid "Working directory is now: %s"