# 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: 2021-12-08 09:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" msgid "DB PostgreSQL" msgstr "" msgid "Roman Savochenko, Maxim Lysenko (2010-2011)" msgstr "" msgid "DB module. Provides support of the DBMS PostgreSQL." msgstr "" msgid "Fatal error - unable to allocate connection." msgstr "" #, c-format msgid "Error connecting the DB: %s" msgstr "" #, c-format msgid "Error querying the DB: '%s (%s)'!" msgstr "" #, c-format msgid "Error opening the table '%s': the DB is disabled." msgstr "" #, c-format msgid "The table '%s' is not present!" msgstr "" msgid "Error starting a transaction!" msgstr "" msgid "Error stopping a transaction!" msgstr "" #, c-format msgid "ERR CON for: %s" msgstr "" #, c-format msgid "Repeated errors of requesting the DB: '%s (%s)'." msgstr "" #, c-format msgid "ERR CON_st for: %s" msgstr "" #, c-format msgid "Error connecting the DB: '%s (%s)'!" msgstr "" #, c-format msgid "ERR QUERY (con=%d;res=%d;tr=%d) for: %s" msgstr "" #, c-format msgid "OK (tr=%d) for: %s" msgstr "" msgid "Status" msgstr "" msgid "" "PostgreSQL DBMS address must be written as: \"{host};{hostaddr};{user};{pass};{db}[;{port}[;{connect_timeout}]]\".\n" "Where:\n" " host - hostname on which the DBMS server PostgreSQL works. If this begins with a slash ('/'),\n" " it specifies Unix socket rather than TCP/IP communication;\n" " the value is the name of the directory in which the socket file is stored;\n" " hostaddr - numeric IP address of the host for connecting;\n" " user - user name of the DB;\n" " pass - password of the user for accessing the DB;\n" " db - name of the DB;\n" " port - port, which listening by the DBMS server (default 5432);\n" " connect_timeout - connection timeout, in seconds;\n" "For local DBMS: \";;user;password;OpenSCADA;5432;10\".\n" "For remote DBMS: \"server.nm.org;;user;password;OpenSCADA;5432;10\"." msgstr "" msgid "Enabled. " msgstr "" msgid "Disabled. " msgstr "" #, c-format msgid "Connected: %s. " msgstr "" #, c-format msgid "Requests: %g; Request time: %s[%s,%s,%s]; Max time request: '%s'" msgstr "" msgid "Table is empty." msgstr ""