# Swedish message translation file for pg_config. # Dennis Björklund , 2004, 2005. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-01-06 13:12+0100\n" "PO-Revision-Date: 2005-01-06 13:14+0100\n" "Last-Translator: Dennis Björklund \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: pg_config.c:36 #, c-format msgid "" "\n" "%s provides information about the installed version of PostgreSQL.\n" "\n" msgstr "" "\n" "%s ger information on den installerade versionen av PostgreSQL.\n" "\n" #: pg_config.c:37 #, c-format msgid "Usage:\n" msgstr "Användning:\n" #: pg_config.c:38 #, c-format msgid "" " %s OPTION...\n" "\n" msgstr "" " %s FLAGGA...\n" "\n" #: pg_config.c:39 #, c-format msgid "Options:\n" msgstr "Flaggor:\n" #: pg_config.c:40 #, c-format msgid " --bindir show location of user executables\n" msgstr " --bindir visar platsen för körbara filer\n" #: pg_config.c:41 #, c-format msgid "" " --includedir show location of C header files of the client\n" " interfaces\n" msgstr "" " --includedir visar platsen för C-header-filerna till\n" " klientinterface\n" #: pg_config.c:43 #, c-format msgid "" " --includedir-server show location of C header files for the server\n" msgstr "" " --includedir-server visar platsen för C-header-filerna till servern\n" #: pg_config.c:44 #, c-format msgid " --libdir show location of object code libraries\n" msgstr " --libdir visar platsen för bibliotekens objektfiler\n" #: pg_config.c:45 #, c-format msgid " --pkglibdir show location of dynamically loadable modules\n" msgstr " --pkglibdir visar platsen för dynamiskt laddade moduler\n" #: pg_config.c:46 #, c-format msgid " --pgxs show location of extension makefile\n" msgstr " --pgxs visar platsen för makefilen till utökningar\n" #: pg_config.c:47 #, c-format msgid "" " --configure show options given to \"configure\" script when\n" " PostgreSQL was built\n" msgstr "" " --configure dessa flaggor gavs till \"configure\"-skriptet när\n" " PostgreSQL byggdes\n" #: pg_config.c:49 #, c-format msgid " --version show the PostgreSQL version, then exit\n" msgstr " --version visa PostgreSQLs version, avsluta sedan\n" #: pg_config.c:50 #, c-format msgid "" " --help show this help, then exit\n" "\n" msgstr "" " --help visa den här hjälpen, avsluta sedan\n" "\n" #: pg_config.c:51 #, c-format msgid "Report bugs to .\n" msgstr "Rapportera buggar till .\n" #: pg_config.c:57 #, c-format msgid "" "\n" "Try \"%s --help\" for more information\n" msgstr "" "\n" "Försök med \"%s --help\" för mer information.\n" #: pg_config.c:75 #, c-format msgid "%s: argument required\n" msgstr "%s: argumentet krävs\n" #: pg_config.c:104 #, c-format msgid "%s: invalid argument: %s\n" msgstr "%s: ogiltigt argument: %s\n" #: pg_config.c:113 #, c-format msgid "%s: could not find own executable\n" msgstr "%s: kunde inte hitta min egen körbara fil\n" #: ../../port/exec.c:193 ../../port/exec.c:306 ../../port/exec.c:349 #, c-format msgid "could not identify current directory: %s" msgstr "kunde inte identifiera aktuella katalogen: %s" #: ../../port/exec.c:322 ../../port/exec.c:358 #, c-format msgid "could not change directory to \"%s\"" msgstr "kunde inte byta katalog till \"%s\"" #: ../../port/exec.c:337 #, c-format msgid "could not read symbolic link \"%s\"" msgstr "kunde inte läsa symbolisk länk \"%s\"" #: ../../port/exec.c:585 #, c-format msgid "child process exited with exit code %d" msgstr "barnprocess avslutade med kod %d" #: ../../port/exec.c:588 #, c-format msgid "child process was terminated by signal %d" msgstr "barnprocess terminerades av signal %d" #: ../../port/exec.c:591 #, c-format msgid "child process exited with unrecognized status %d" msgstr "barnprocess avslutade med okänd statuskod %d"