calarification about ports
This commit is contained in:
parent
187941aac6
commit
27fc503dac
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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>,
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user