calarification about ports

This commit is contained in:
Garvin Hicking 2011-05-31 14:07:23 +00:00
parent 187941aac6
commit 27fc503dac
20 changed files with 22 additions and 22 deletions

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_cn.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_cn.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translated by

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_da.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_da.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by Tom Sommer, <ts@dreamcoder.dk>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_de.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_de.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) Jannis Hermanns, Garvin Hicking and others
@ -334,7 +334,7 @@
@define('INSTALL_DBTYPE', 'Datenbanktyp');
@define('INSTALL_DBTYPE_DESC', 'Datenbanktyp');
@define('INSTALL_DBHOST', 'Datenbank Servername');
@define('INSTALL_DBHOST_DESC', 'Datenbank Servername');
@define('INSTALL_DBHOST_DESC', 'Datenbank Servername. Bei pgsql kann ein abweichender Port mittels "localhost port=4711" angegeben werden; bei MySQL mit "localhost:4711".');
@define('INSTALL_DBUSER', 'Datenbank Username');
@define('INSTALL_DBUSER_DESC', 'Datenbank Username');
@define('INSTALL_DBPASS', 'Datenbank Passwort');

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_en.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_en.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
/* vim: set sts=4 ts=4 expandtab : */
@ -344,7 +344,7 @@
@define('INSTALL_DBTYPE', 'Database type');
@define('INSTALL_DBTYPE_DESC', 'Database type');
@define('INSTALL_DBHOST', 'Database host');
@define('INSTALL_DBHOST_DESC', 'The hostname for your database server');
@define('INSTALL_DBHOST_DESC', 'The hostname for your database server. For pgsql you can specify a non-default port with "localhost port=4711" for example; for MySQL you can use "localhost:4711". If you use the default port, never mind this explanation.');
@define('INSTALL_DBUSER', 'Database user');
@define('INSTALL_DBUSER_DESC', 'The username used to connect to your database');
@define('INSTALL_DBPASS', 'Database password');

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_es.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_es.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by Luis Cervantes <LuisCervantes@ono.com>,

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_fa.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_fa.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# this translation, translated by Omid Mottaghi <http://oxygenws.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_fi.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_fi.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation by Mauri Sahlberg <mos@iki.fi>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_fr.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_fr.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation by Sebastian Mordziol <argh@php-tools.net>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_is.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_is.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation by Örn Arnarson <orn@arnarson.net>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_ja.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_ja.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) Tadashi Jokagi <elf2000@users.sourceforge.net>, 2004-2010.

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_ko.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_ko.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translated by: Wesley Hwang-Chung <wesley96@gmail.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_nl.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_nl.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by Christiaan Heerze <webmaster@heimp.nl>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_no.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_no.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by Jo Christian Oterhals <oterhals@gmail.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_pt.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_pt.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation (c) by Agner Olson <agner@agner.net>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_ru.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_ru.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translation by Nightly <nightly@reys.net>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_tn.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_tn.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translated by CapriSkye <admin@capriskye.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_tw.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_tw.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translated by CapriSkye <admin@capriskye.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_zh.inc.php 2740 2011-03-22 09:14:30Z garvinhicking $
<?php # $Id: serendipity_lang_zh.inc.php 2745 2011-04-11 12:35:40Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details
# Translated by

View File

@ -334,7 +334,7 @@
@define('INSTALL_DBTYPE', 'Datenbanktyp');
@define('INSTALL_DBTYPE_DESC', 'Datenbanktyp');
@define('INSTALL_DBHOST', 'Datenbank Servername');
@define('INSTALL_DBHOST_DESC', 'Datenbank Servername');
@define('INSTALL_DBHOST_DESC', 'Datenbank Servername. Bei pgsql kann ein abweichender Port mittels "localhost port=4711" angegeben werden; bei MySQL mit "localhost:4711".');
@define('INSTALL_DBUSER', 'Datenbank Username');
@define('INSTALL_DBUSER_DESC', 'Datenbank Username');
@define('INSTALL_DBPASS', 'Datenbank Passwort');

View File

@ -344,7 +344,7 @@
@define('INSTALL_DBTYPE', 'Database type');
@define('INSTALL_DBTYPE_DESC', 'Database type');
@define('INSTALL_DBHOST', 'Database host');
@define('INSTALL_DBHOST_DESC', 'The hostname for your database server');
@define('INSTALL_DBHOST_DESC', 'The hostname for your database server. For pgsql you can specify a non-default port with "localhost port=4711" for example; for MySQL you can use "localhost:4711". If you use the default port, never mind this explanation.');
@define('INSTALL_DBUSER', 'Database user');
@define('INSTALL_DBUSER_DESC', 'The username used to connect to your database');
@define('INSTALL_DBPASS', 'Database password');