Fixed broken links to php.net and redirecting pages to php.net

This commit is contained in:
Anders Sandblad 2016-06-14 08:48:12 +02:00
parent 9bbceb0ecf
commit 59752844d1
68 changed files with 87 additions and 87 deletions

View File

@ -5,7 +5,7 @@ This is the test suite to automatically test various parts of DokuWiki.
===== Requirements =====
* PHPUnit 3.6.10+ http://www.phpunit.de/
* PHP 5.3+ http://www.php.net
* PHP 5.3+ http://php.net
===== PHPUnit Installation ======

View File

@ -388,7 +388,7 @@ class DOMDocumentWrapper {
phpQuery::debug("Full markup load (XML), appending charset '$charset'");
$markup = $this->charsetAppendToXML($markup, $charset);
}
// see http://pl2.php.net/manual/en/book.dom.php#78929
// see http://php.net/manual/en/book.dom.php#78929
// LIBXML_DTDLOAD (>= PHP 5.1)
// does XML ctalogues works with LIBXML_NONET
// $this->document->resolveExternals = true;
@ -401,7 +401,7 @@ class DOMDocumentWrapper {
? $this->document->loadXML($markup)
: @$this->document->loadXML($markup);
} else {
/** @link http://pl2.php.net/manual/en/libxml.constants.php */
/** @link http://php.net/manual/en/libxml.constants.php */
$libxmlStatic = phpQuery::$debug === 2
? LIBXML_DTDLOAD|LIBXML_DTDATTR|LIBXML_NONET
: LIBXML_DTDLOAD|LIBXML_DTDATTR|LIBXML_NONET|LIBXML_NOWARNING|LIBXML_NOERROR;

View File

@ -91,9 +91,9 @@ Notes:
You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
[[http://www.php.net|{{wiki:dokuwiki-128.png}}]]
[[http://php.net|{{wiki:dokuwiki-128.png}}]]
[[http://www.php.net|{{wiki:dokuwiki-128.png}}]]
[[http://php.net|{{wiki:dokuwiki-128.png}}]]
Please note: The image formatting is the only formatting syntax accepted in link names.
@ -131,12 +131,12 @@ Resize to given width: {{wiki:dokuwiki-128.png?50}}
Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
Resized external image: {{http://de3.php.net/images/php.gif?200x50}}
Resized external image: {{http://php.net/images/php.gif?200x50}}
Real size: {{wiki:dokuwiki-128.png}}
Resize to given width: {{wiki:dokuwiki-128.png?50}}
Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
Resized external image: {{http://de3.php.net/images/php.gif?200x50}}
Resized external image: {{http://php.net/images/php.gif?200x50}}
By using left or right whitespaces you can choose the alignment.

View File

@ -96,9 +96,9 @@ $lang['js']['nosmblinks'] = '';
You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
[[http://www.php.net|{{wiki:dokuwiki-128.png}}]]
[[http://php.net|{{wiki:dokuwiki-128.png}}]]
[[http://www.php.net|{{wiki:dokuwiki-128.png}}]]
[[http://php.net|{{wiki:dokuwiki-128.png}}]]
Please note: The image formatting is the only formatting syntax accepted in link names.
@ -136,12 +136,12 @@ Resize to given width: {{wiki:dokuwiki-128.png?50}}
Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
Resized external image: {{http://de3.php.net/images/php.gif?200x50}}
Resized external image: {{http://php.net/images/php.gif?200x50}}
Real size: {{wiki:dokuwiki-128.png}}
Resize to given width: {{wiki:dokuwiki-128.png?50}}
Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
Resized external image: {{http://de3.php.net/images/php.gif?200x50}}
Resized external image: {{http://php.net/images/php.gif?200x50}}
By using left or right whitespaces you can choose the alignment.

View File

@ -1314,8 +1314,8 @@ class JpegMeta {
$this->_info['file']['Width'] = $size[0];
$this->_info['file']['Height'] = $size[1];
// set mime types and formats
// http://www.php.net/manual/en/function.getimagesize.php
// http://www.php.net/manual/en/function.image-type-to-mime-type.php
// http://php.net/manual/en/function.getimagesize.php
// http://php.net/manual/en/function.image-type-to-mime-type.php
switch ($size[2]){
case 1:
$this->_info['file']['Mime'] = 'image/gif';

View File

@ -143,7 +143,7 @@ class PassHash {
*
* @author Andreas Gohr <andi@splitbrain.org>
* @author <mikey_nich at hotmail dot com>
* @link http://de.php.net/manual/en/function.crypt.php#73619
* @link http://php.net/manual/en/function.crypt.php#73619
*
* @param string $clear The clear text to hash
* @param string $salt The salt to use, null for random
@ -184,7 +184,7 @@ class PassHash {
* This is basically the same as smd1 above, but as used by Apache.
*
* @author <mikey_nich at hotmail dot com>
* @link http://de.php.net/manual/en/function.crypt.php#73619
* @link http://php.net/manual/en/function.crypt.php#73619
*
* @param string $clear The clear text to hash
* @param string $salt The salt to use, null for random
@ -284,7 +284,7 @@ class PassHash {
*
* This method was used by old MySQL systems
*
* @link http://www.php.net/mysql
* @link http://php.net/mysql
* @author <soren at byu dot edu>
* @param string $clear The clear text to hash
* @return string Hashed password
@ -582,7 +582,7 @@ class PassHash {
*
* @see hash_hmac()
* @author KC Cloyd
* @link http://www.php.net/manual/en/function.hash-hmac.php#93440
* @link http://php.net/manual/en/function.hash-hmac.php#93440
*
* @param string $algo Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4",
* etc..) See hash_algos() for a list of supported algorithms.

View File

@ -326,7 +326,7 @@ function auth_cookiesalt($addsession = false, $secure = false) {
*
* @author Mark Seecof
* @author Michael Hamann <michael@content-space.de>
* @link http://www.php.net/manual/de/function.mt-rand.php#83655
* @link http://php.net/manual/de/function.mt-rand.php#83655
*
* @param int $length number of bytes to get
* @return string binary random strings

View File

@ -1541,7 +1541,7 @@ function dformat($dt = null, $format = '') {
* Formats a timestamp as ISO 8601 date
*
* @author <ungu at terong dot com>
* @link http://www.php.net/manual/en/function.date.php#54072
* @link http://php.net/manual/en/function.date.php#54072
*
* @param int $int_date current date in UNIX timestamp
* @return string
@ -1602,7 +1602,7 @@ function unslash($string, $char = "'") {
* Convert php.ini shorthands to byte
*
* @author <gilthans dot NO dot SPAM at gmail dot com>
* @link http://de3.php.net/manual/en/ini.core.php#79564
* @link http://php.net/manual/en/ini.core.php#79564
*
* @param string $v shorthands
* @return int|string

View File

@ -549,7 +549,7 @@ EOT;
*
* @author Andreas Gohr <andi@splitbrain.org>
* @author <richpageau at yahoo dot co dot uk>
* @link http://de3.php.net/manual/en/function.realpath.php#75992
* @link http://php.net/manual/en/function.realpath.php#75992
*/
function fullpath($path,$exists=false){
static $run = 0;

View File

@ -489,7 +489,7 @@ function io_makeFileDir($file){
/**
* Creates a directory hierachy.
*
* @link http://www.php.net/manual/en/function.mkdir.php
* @link http://php.net/manual/en/function.mkdir.php
* @author <saint@corenova.com>
* @author Andreas Gohr <andi@splitbrain.org>
*

View File

@ -277,7 +277,7 @@ function mail_isvalid($email){
* Quoted printable encoding
*
* @author umu <umuAThrz.tu-chemnitz.de>
* @link http://www.php.net/manual/en/function.imap-8bit.php#61216
* @link http://php.net/manual/en/function.imap-8bit.php#61216
*/
function mail_quotedprintable_encode($sText,$maxlen=74,$bEmulate_imap_8bit=true) {
// split text into lines

View File

@ -442,7 +442,7 @@ function localeFN($id,$ext='txt'){
* instead
*
* Partyly based on a cleanPath function found at
* http://www.php.net/manual/en/function.realpath.php#57016
* http://php.net/manual/en/function.realpath.php#57016
*
* @author <bart at mediawave dot nl>
*

View File

@ -346,8 +346,8 @@ class Crypt_Base {
*
* Only used if $engine == CRYPT_MODE_MCRYPT
*
* @link http://www.php.net/mcrypt_module_open
* @link http://www.php.net/mcrypt_list_algorithms
* @link http://php.net/mcrypt_module_open
* @link http://php.net/mcrypt_list_algorithms
* @see Crypt_Base::_setupMcrypt()
* @var String
* @access private
@ -907,7 +907,7 @@ class Crypt_Base {
}
if ($this->paddable) {
// we pad with chr(0) since that's what mcrypt_generic does. to quote from {@link http://www.php.net/function.mcrypt-generic}:
// we pad with chr(0) since that's what mcrypt_generic does. to quote from {@link http://php.net/function.mcrypt-generic}:
// "The data is padded with "\0" to make sure the length of the data is n * blocksize."
$ciphertext = str_pad($ciphertext, strlen($ciphertext) + ($block_size - strlen($ciphertext) % $block_size) % $block_size, chr(0));
}

View File

@ -80,7 +80,7 @@ if(!function_exists('utf8_check')){
* Tries to detect if a string is in Unicode encoding
*
* @author <bmorel@ssi.fr>
* @link http://www.php.net/manual/en/function.utf8-encode.php
* @link http://php.net/manual/en/function.utf8-encode.php
*
* @param string $Str
* @return bool
@ -417,7 +417,7 @@ if(!function_exists('utf8_ucwords')){
* Uppercase the first character of each word in a string
*
* @author Harry Fuecks
* @see http://www.php.net/ucwords
* @see http://php.net/ucwords
*
* @param string $str
* @return string with first char of each word uppercase
@ -425,7 +425,7 @@ if(!function_exists('utf8_ucwords')){
function utf8_ucwords($str) {
// Note: [\x0c\x09\x0b\x0a\x0d\x20] matches;
// form feeds, horizontal tabs, vertical tabs, linefeeds and carriage returns
// This corresponds to the definition of a "word" defined at http://www.php.net/ucwords
// This corresponds to the definition of a "word" defined at http://php.net/ucwords
$pattern = '/(^|([\x0c\x09\x0b\x0a\x0d\x20]+))([^\x0c\x09\x0b\x0a\x0d\x20]{1})[^\x0c\x09\x0b\x0a\x0d\x20]*/u';
return preg_replace_callback($pattern, 'utf8_ucwords_callback',$str);
@ -558,7 +558,7 @@ if(!function_exists('utf8_tohtml')){
*
* @author Tom N Harris <tnharris@whoopdedo.org>
* @author <vpribish at shopping dot com>
* @link http://www.php.net/manual/en/function.utf8-decode.php
* @link http://php.net/manual/en/function.utf8-decode.php
*
* @param string $str
* @return string

View File

@ -152,7 +152,7 @@ header('Content-Type: text/html; charset=utf-8');
<div style="clear: both">
<a href="http://dokuwiki.org/"><img src="lib/tpl/dokuwiki/images/button-dw.png" alt="driven by DokuWiki" /></a>
<a href="http://www.php.net"><img src="lib/tpl/dokuwiki/images/button-php.gif" alt="powered by PHP" /></a>
<a href="http://php.net"><img src="lib/tpl/dokuwiki/images/button-php.gif" alt="powered by PHP" /></a>
</div>
</body>
</html>

View File

@ -206,4 +206,4 @@ function sendGIF(){
//Setup VIM: ex: et ts=4 :
// No trailing PHP closing tag - no output please!
// See Note at http://www.php.net/manual/en/language.basic-syntax.instruction-separation.php
// See Note at http://php.net/manual/en/language.basic-syntax.instruction-separation.php

View File

@ -526,7 +526,7 @@ class adLDAP {
public function setUseSSO($useSSO)
{
if ($useSSO === true && !$this->ldapSaslSupported()) {
throw new adLDAPException('No LDAP SASL support for PHP. See: http://www.php.net/ldap_sasl_bind');
throw new adLDAPException('No LDAP SASL support for PHP. See: http://php.net/ldap_sasl_bind');
}
$this->useSSO = $useSSO;
}
@ -598,7 +598,7 @@ class adLDAP {
}
if ($this->ldapSupported() === false) {
throw new adLDAPException('No LDAP support for PHP. See: http://www.php.net/ldap');
throw new adLDAPException('No LDAP support for PHP. See: http://php.net/ldap');
}
return $this->connect();

View File

@ -314,14 +314,14 @@ class adLDAPUsers {
*
* @param string $username The username to query
* @param book $isGUID Is the username passed a GUID or a samAccountName
* @requires bcmath http://www.php.net/manual/en/book.bc.php
* @requires bcmath http://php.net/manual/en/book.bc.php
* @return array
*/
public function passwordExpiry($username, $isGUID = false)
{
if ($username === NULL) { return "Missing compulsory field [username]"; }
if (!$this->adldap->getLdapBind()) { return false; }
if (!function_exists('bcmod')) { throw new adLDAPException("Missing function support [bcmod] http://www.php.net/manual/en/book.bc.php"); };
if (!function_exists('bcmod')) { throw new adLDAPException("Missing function support [bcmod] http://php.net/manual/en/book.bc.php"); };
$userInfo = $this->info($username, array("pwdlastset", "useraccountcontrol"), $isGUID);
$pwdLastSet = $userInfo[0]['pwdlastset'][0];

View File

@ -55,7 +55,7 @@ $lang['breadcrumbs'] = 'عدد العناقيد للزيارات';
$lang['youarehere'] = 'عناقيد هرمية';
$lang['fullpath'] = 'اظهر المحتوى الكامل للصفحات في ';
$lang['typography'] = 'اعمل استبدالات طبوغرافية';
$lang['dformat'] = 'تنسيق التاريخ (انظر وظيفة PHP,s <a href="http://www.php.net/strftime">strftime</a>)';
$lang['dformat'] = 'تنسيق التاريخ (انظر وظيفة PHP,s <a href="http://php.net/strftime">strftime</a>)';
$lang['signature'] = 'التوقيع';
$lang['showuseras'] = 'الذي يعرض لاظهار المستخدم الذي قام بآخر تحرير لصفحة';
$lang['toptoclevel'] = 'المستوى الأعلى لمحتويات الجدول';

View File

@ -56,7 +56,7 @@ $lang['breadcrumbs'] = 'Брой на следите. За изклю
$lang['youarehere'] = 'Йерархични следи (в този случай можете да изключите горната опция)';
$lang['fullpath'] = 'Показване на пълния път до страниците в долния колонтитул.';
$lang['typography'] = 'Замяна на последователност от символи с типографски еквивалент';
$lang['dformat'] = 'Формат на датата (виж. <a href="http://www.php.net/strftime">strftime</a> функцията на PHP)';
$lang['dformat'] = 'Формат на датата (виж. <a href="http://php.net/strftime">strftime</a> функцията на PHP)';
$lang['signature'] = 'Подпис - какво да внася бутона "Вмъкване на подпис" от редактора';
$lang['showuseras'] = 'Какво да се показва за потребителя, който последно е променил дадена страницата';
$lang['toptoclevel'] = 'Главно ниво (заглавие) за съдържанието';

View File

@ -50,7 +50,7 @@ $lang['youarehere'] = 'Rastre jeràrquic';
$lang['typography'] = 'Fer substitucions tipogràfiques';
$lang['htmlok'] = 'Permetre HTML';
$lang['phpok'] = 'Permetre PHP';
$lang['dformat'] = 'Format de data (vore la funció <a href="http://www.php.net/date">date</a> de PHP)';
$lang['dformat'] = 'Format de data (vore la funció <a href="http://php.net/date">date</a> de PHP)';
$lang['signature'] = 'Firma';
$lang['toptoclevel'] = 'Nivell superior de la taula de continguts';
$lang['tocminheads'] = 'Número mínim de titulars que generen una TDC';

View File

@ -58,7 +58,7 @@ $lang['breadcrumbs'] = 'Nombre d\'engrunes';
$lang['youarehere'] = 'Camí d\'engrunes jeràrquic';
$lang['fullpath'] = 'Mostra el camí complet de les pàgines al peu';
$lang['typography'] = 'Substitucions tipogràfiques';
$lang['dformat'] = 'Format de data (vg. la funció PHP <a href="http://www.php.net/strftime">strftime</a>)';
$lang['dformat'] = 'Format de data (vg. la funció PHP <a href="http://php.net/strftime">strftime</a>)';
$lang['signature'] = 'Signatura';
$lang['showuseras'] = 'Què cal visualitzar quan es mostra el darrer usuari que ha editat la pàgina';
$lang['toptoclevel'] = 'Nivell superior per a la taula de continguts';

View File

@ -67,7 +67,7 @@ $lang['breadcrumbs'] = 'Počet odkazů na navštívené stránky';
$lang['youarehere'] = 'Hierarchická "drobečková" navigace';
$lang['fullpath'] = 'Ukazovat plnou cestu ke stránkám v patičce';
$lang['typography'] = 'Provádět typografické nahrazování';
$lang['dformat'] = 'Formát data (viz PHP funkci <a href="http://www.php.net/strftime">strftime</a>)';
$lang['dformat'] = 'Formát data (viz PHP funkci <a href="http://php.net/strftime">strftime</a>)';
$lang['signature'] = 'Podpis';
$lang['showuseras'] = 'Co se má přesně zobrazit, když se ukazuje uživatel, který naposledy editoval stránku';
$lang['toptoclevel'] = 'Nejvyšší úroveň, kterou začít automaticky generovaný obsah';

View File

@ -73,7 +73,7 @@ $lang['breadcrumbs'] = 'Nifer y briwsion "trywydd". Gosodwch i 0 i analluogi.';
$lang['youarehere'] = 'Defnyddiwch briwsion hierarchaidd (byddwch chi yn debygol o angen analluogi\'r opsiwn uchod wedyn)';
$lang['fullpath'] = 'Datgelu llwybr llawn y tudalennau yn y troedyn';
$lang['typography'] = 'Gwnewch amnewidiadau argraffyddol';
$lang['dformat'] = 'Fformat dyddiad (gweler swyddogaeth <a href="http://www.php.net/strftime">strftime</a> PHP)';
$lang['dformat'] = 'Fformat dyddiad (gweler swyddogaeth <a href="http://php.net/strftime">strftime</a> PHP)';
$lang['signature'] = 'Yr hyn i\'w mewnosod gyda\'r botwm llofnod yn y golygydd';
$lang['showuseras'] = 'Yr hyn i\'w harddangos wrth ddangos y defnyddiwr a wnaeth olygu\'r dudalen yn olaf';
$lang['toptoclevel'] = 'Lefel uchaf ar gyfer tabl cynnwys';

View File

@ -61,7 +61,7 @@ $lang['breadcrumbs'] = 'Stilængde';
$lang['youarehere'] = 'Hierarkisk sti';
$lang['fullpath'] = 'Vis den fulde sti til siderne i bundlinjen';
$lang['typography'] = 'Typografiske erstatninger';
$lang['dformat'] = 'Datoformat (se PHP\'s <a href="http://www.php.net/strftime">strftime</a>-funktion)';
$lang['dformat'] = 'Datoformat (se PHP\'s <a href="http://php.net/strftime">strftime</a>-funktion)';
$lang['signature'] = 'Underskrift';
$lang['showuseras'] = 'Hvad skal vises når den sidste bruger, der har ændret siden, fremstilles';
$lang['toptoclevel'] = 'Øverste niveau for indholdsfortegnelse';

View File

@ -60,7 +60,7 @@ $lang['breadcrumbs'] = 'Anzahl der Einträge im "Krümelpfad"';
$lang['youarehere'] = 'Hierarchische Pfadnavigation verwenden';
$lang['fullpath'] = 'Zeige vollen Pfad der Datei in Fußzeile an';
$lang['typography'] = 'Mach drucktechnische Ersetzungen';
$lang['dformat'] = 'Datumsformat (siehe PHPs <a href="http://www.php.net/strftime">strftime</a> Funktion)';
$lang['dformat'] = 'Datumsformat (siehe PHPs <a href="http://php.net/strftime">strftime</a> Funktion)';
$lang['signature'] = 'Signatur';
$lang['showuseras'] = 'Was angezeigt werden soll, wenn der Benutzer, der zuletzt eine Seite bearbeitet hat, angezeigt wird';
$lang['toptoclevel'] = 'Inhaltsverzeichnis bei dieser Überschriftengröße beginnen';

View File

@ -67,7 +67,7 @@ $lang['breadcrumbs'] = 'Anzahl der Einträge im "Krümelpfad"';
$lang['youarehere'] = 'Hierarchische Pfadnavigation verwenden';
$lang['fullpath'] = 'Den kompletten Dateipfad im Footer anzeigen';
$lang['typography'] = 'Typographische Ersetzungen';
$lang['dformat'] = 'Datumsformat (Siehe PHP <a href="http://www.php.net/strftime">strftime</a> Funktion)';
$lang['dformat'] = 'Datumsformat (Siehe PHP <a href="http://php.net/strftime">strftime</a> Funktion)';
$lang['signature'] = 'Signatur';
$lang['showuseras'] = 'Was angezeigt werden soll, wenn der Benutzer, der zuletzt eine Seite bearbeitet hat, angezeigt wird';
$lang['toptoclevel'] = 'Inhaltsverzeichnis bei dieser Überschriftengröße beginnen';

View File

@ -62,7 +62,7 @@ $lang['breadcrumbs'] = 'Αριθμός συνδέσμων ιστορι
$lang['youarehere'] = 'Εμφάνιση ιεραρχικής προβολής τρέχουσας σελίδας';
$lang['fullpath'] = 'Εμφάνιση πλήρους διαδρομής σελίδας στην υποκεφαλίδα';
$lang['typography'] = 'Μετατροπή ειδικών χαρακτήρων στο τυπογραφικό ισοδύναμό τους';
$lang['dformat'] = 'Μορφή ημερομηνίας (βλέπε την <a href="http://www.php.net/strftime">strftime</a> function της PHP)';
$lang['dformat'] = 'Μορφή ημερομηνίας (βλέπε την <a href="http://php.net/strftime">strftime</a> function της PHP)';
$lang['signature'] = 'Υπογραφή';
$lang['showuseras'] = 'Τι να εμφανίζεται όταν φαίνεται ο χρήστης που τροποποίησε τελευταίος μία σελίδα';
$lang['toptoclevel'] = 'Ανώτατο επίπεδο πίνακα περιεχομένων σελίδας';

View File

@ -72,7 +72,7 @@ $lang['breadcrumbs'] = 'Number of "trace" breadcrumbs. Set to 0 to disable.';
$lang['youarehere'] = 'Use hierarchical breadcrumbs (you probably want to disable the above option then)';
$lang['fullpath'] = 'Reveal full path of pages in the footer';
$lang['typography'] = 'Do typographical replacements';
$lang['dformat'] = 'Date format (see PHP\'s <a href="http://www.php.net/strftime">strftime</a> function)';
$lang['dformat'] = 'Date format (see PHP\'s <a href="http://php.net/strftime">strftime</a> function)';
$lang['signature'] = 'What to insert with the signature button in the editor';
$lang['showuseras'] = 'What to display when showing the user that last edited a page';
$lang['toptoclevel'] = 'Top level for table of contents';

View File

@ -59,7 +59,7 @@ $lang['breadcrumbs'] = 'Nombro da paderoj';
$lang['youarehere'] = 'Hierarkiaj paderoj';
$lang['fullpath'] = 'Montri la kompletan padon de la paĝoj en la piedlinio';
$lang['typography'] = 'Fari tipografiajn anstataŭigojn';
$lang['dformat'] = 'Formato de datoj (vidu la PHP-an funkcion <a href="http://www.php.net/strftime">strftime</a>)';
$lang['dformat'] = 'Formato de datoj (vidu la PHP-an funkcion <a href="http://php.net/strftime">strftime</a>)';
$lang['signature'] = 'Subskribo';
$lang['showuseras'] = 'Kiel indiki la lastan redaktinton';
$lang['toptoclevel'] = 'Supera nivelo por la enhavtabelo';

View File

@ -73,7 +73,7 @@ $lang['breadcrumbs'] = 'Número de pasos de traza';
$lang['youarehere'] = 'Traza jerárquica';
$lang['fullpath'] = 'Mostrar ruta completa en el pie de página';
$lang['typography'] = 'Realizar reemplazos tipográficos';
$lang['dformat'] = 'Formato de fecha (ver la función de PHP <a href="http://www.php.net/strftime">strftime</a>)';
$lang['dformat'] = 'Formato de fecha (ver la función de PHP <a href="http://php.net/strftime">strftime</a>)';
$lang['signature'] = 'Firma';
$lang['showuseras'] = 'Qué ver al mostrar el último usuario que editó una página';
$lang['toptoclevel'] = 'Nivel superior para la tabla de contenidos';

View File

@ -50,7 +50,7 @@ $lang['breadcrumbs'] = 'Arrasto pauso kopurua';
$lang['youarehere'] = 'Arrasto pauso hierarkikoak';
$lang['fullpath'] = 'Orri oinean orrien bide osoa erakutsi';
$lang['typography'] = 'Ordezkapen tipografikoak egin';
$lang['dformat'] = 'Data formatua (ikusi PHPren <a href="http://www.php.net/strftime">strftime</a> funtzioa)';
$lang['dformat'] = 'Data formatua (ikusi PHPren <a href="http://php.net/strftime">strftime</a> funtzioa)';
$lang['signature'] = 'Sinadura';
$lang['showuseras'] = 'Zer azaldu orri bat editatu duen azken erabiltzailea erakusterakoan';
$lang['toptoclevel'] = 'Eduki taularen goiko maila';

View File

@ -60,7 +60,7 @@ $lang['breadcrumbs'] = 'تعداد ردپاها';
$lang['youarehere'] = 'ردپای درختی';
$lang['fullpath'] = 'نمایش دادن مسیر کامل صفحات در پایین صفحه';
$lang['typography'] = 'جای‌گزاری متن‌ها انجام شود';
$lang['dformat'] = 'فرمت تاریخ (راهنمای تابع <a href="http://www.php.net/strftime">strftime</a> را مشاهده کنید)';
$lang['dformat'] = 'فرمت تاریخ (راهنمای تابع <a href="http://php.net/strftime">strftime</a> را مشاهده کنید)';
$lang['signature'] = 'امضا';
$lang['showuseras'] = 'چگونه آخرین کاربر ویرایش کننده، یک صفحه نمایش داده شود';
$lang['toptoclevel'] = 'بیشترین عمق برای «فهرست مطالب»';

View File

@ -58,7 +58,7 @@ $lang['breadcrumbs'] = 'Leivänmurujen määrä';
$lang['youarehere'] = 'Hierarkkiset leivänmurut';
$lang['fullpath'] = 'Näytä sivun koko polku sivun alareunassa';
$lang['typography'] = 'Tee typografiset korvaukset';
$lang['dformat'] = 'Päivämäärän muoto (katso PHPn <a href="http://www.php.net/strftime">strftime</a> funktiota)';
$lang['dformat'] = 'Päivämäärän muoto (katso PHPn <a href="http://php.net/strftime">strftime</a> funktiota)';
$lang['signature'] = 'Allekirjoitus';
$lang['showuseras'] = 'Mitä näytetään, kun kerrotaan viimeisen editoijan tiedot';
$lang['toptoclevel'] = 'Ylätason sisällysluettelo';

View File

@ -73,7 +73,7 @@ $lang['breadcrumbs'] = 'Nombre de traces à afficher. 0 désactive cet
$lang['youarehere'] = 'Utiliser des traces hiérarchiques (vous voulez probablement désactiver l\'option ci-dessus)';
$lang['fullpath'] = 'Afficher le chemin complet des pages dans le pied de page';
$lang['typography'] = 'Effectuer des améliorations typographiques';
$lang['dformat'] = 'Format de date (cf. fonction <a href="http://fr.php.net/strftime">strftime</a> de PHP)';
$lang['dformat'] = 'Format de date (cf. fonction <a href="http://php.net/strftime">strftime</a> de PHP)';
$lang['signature'] = 'Données à insérer lors de l\'utilisation du bouton « signature » dans l\'éditeur';
$lang['showuseras'] = 'Données à afficher concernant le dernier utilisateur ayant modifié une page';
$lang['toptoclevel'] = 'Niveau le plus haut à afficher dans la table des matières';

View File

@ -55,7 +55,7 @@ $lang['breadcrumbs'] = 'Número de niveis da estrutura de navegación'
$lang['youarehere'] = 'Niveis xerárquicos da estrutura de navegación';
$lang['fullpath'] = 'Amosar a ruta completa das páxinas no pé das mesmas';
$lang['typography'] = 'Facer substitucións tipográficas';
$lang['dformat'] = 'Formato de Data (bótalle un ollo á función <a href="http://www.php.net/strftime">strftime</a> do PHP)';
$lang['dformat'] = 'Formato de Data (bótalle un ollo á función <a href="http://php.net/strftime">strftime</a> do PHP)';
$lang['signature'] = 'Sinatura';
$lang['showuseras'] = 'Que amosar cando se informe do usuario que fixo a última modificación dunha páxina';
$lang['toptoclevel'] = 'Nivel superior para a táboa de contidos';

View File

@ -50,7 +50,7 @@ $lang['breadcrumbs'] = 'מספר עקבות להיסטוריה';
$lang['youarehere'] = 'עקבות היררכיות להיסטוריה';
$lang['fullpath'] = 'הצגת נתיב מלא לדפים בתחתית';
$lang['typography'] = 'שימוש בחלופות טיפוגרפיות';
$lang['dformat'] = 'תסדיר תאריך (נא לפנות לפונקציה <a href="http://www.php.net/strftime">strftime</a> של PHP)';
$lang['dformat'] = 'תסדיר תאריך (נא לפנות לפונקציה <a href="http://php.net/strftime">strftime</a> של PHP)';
$lang['signature'] = 'חתימה';
$lang['toptoclevel'] = 'רמה עליונה בתוכן הענינים';
$lang['maxtoclevel'] = 'רמה מירבית בתוכן הענינים';

View File

@ -54,7 +54,7 @@ $lang['breadcrumbs'] = 'Broj nedavnih stranica koji se prikazuje. Post
$lang['youarehere'] = 'Prikaži hijerarhijsku stazu stranice (tada vjerojatno želite onemogućiti gornju opciju)';
$lang['fullpath'] = 'Prikaži punu putanju u podnožju stranice';
$lang['typography'] = 'Napravi tipografske zamjene';
$lang['dformat'] = 'Format datuma (pogledajte PHP <a href="http://www.php.net/strftime">strftime</a> funkciju)';
$lang['dformat'] = 'Format datuma (pogledajte PHP <a href="http://php.net/strftime">strftime</a> funkciju)';
$lang['signature'] = 'Što ubacuje gumb potpisa u uređivaču';
$lang['showuseras'] = 'Što da prikažem za korisnika koji je napravio zadnju izmjenu';
$lang['toptoclevel'] = 'Najviši nivo za sadržaj stranice';

View File

@ -60,7 +60,7 @@ $lang['breadcrumbs'] = 'Nyomvonal elemszám';
$lang['youarehere'] = 'Hierarchikus nyomvonal';
$lang['fullpath'] = 'Az oldalak teljes útvonalának mutatása a láblécben';
$lang['typography'] = 'Legyen-e tipográfiai csere';
$lang['dformat'] = 'Dátum formázás (lásd a PHP <a href="http://www.php.net/strftime">strftime</a> függvényt)';
$lang['dformat'] = 'Dátum formázás (lásd a PHP <a href="http://php.net/strftime">strftime</a> függvényt)';
$lang['signature'] = 'Aláírás';
$lang['showuseras'] = 'A felhasználó melyik adatát mutassunk az utolsó változtatás adatainál?';
$lang['toptoclevel'] = 'A tartalomjegyzék felső szintje';

View File

@ -47,7 +47,7 @@ $lang['youarehere'] = 'Micas de pan hierarchic';
$lang['typography'] = 'Face substitutiones typographic';
$lang['htmlok'] = 'Permitter incorporation de HTML';
$lang['phpok'] = 'Permitter incorporation de PHP';
$lang['dformat'] = 'Formato del datas (vide le function <a href="http://www.php.net/strftime">strftime</a> de PHP)';
$lang['dformat'] = 'Formato del datas (vide le function <a href="http://php.net/strftime">strftime</a> de PHP)';
$lang['signature'] = 'Signatura';
$lang['toptoclevel'] = 'Nivello principal pro tabula de contento';
$lang['tocminheads'] = 'Numero minimal de titulos requirite pro inserer tabula de contento';

View File

@ -22,7 +22,7 @@ $lang['youarehere'] = 'Stigveldisá brauðmolar';
$lang['typography'] = 'Gera stað fyrir leturgerðir';
$lang['htmlok'] = 'Fella HTML inn';
$lang['phpok'] = 'Fella PHP inn';
$lang['dformat'] = 'Dagsetningarsnið (sjá PHP-aðgerð <a href="http://www.php.net/strftime">strftime</a>)';
$lang['dformat'] = 'Dagsetningarsnið (sjá PHP-aðgerð <a href="http://php.net/strftime">strftime</a>)';
$lang['signature'] = 'Undirskrift';
$lang['passcrypt'] = 'Dulritunaraðferð aðgangsorðs';
$lang['defaultgroup'] = 'Sjálfgefinn hópur';

View File

@ -66,7 +66,7 @@ $lang['breadcrumbs'] = 'Numero di breadcrumb';
$lang['youarehere'] = 'Breadcrumb gerarchici';
$lang['fullpath'] = 'Mostra il percorso completo delle pagine';
$lang['typography'] = 'Abilita la sostituzione tipografica';
$lang['dformat'] = 'Formato delle date (vedi la funzione <a href="http://www.php.net/strftime">strftime</a> di PHP)';
$lang['dformat'] = 'Formato delle date (vedi la funzione <a href="http://php.net/strftime">strftime</a> di PHP)';
$lang['signature'] = 'Firma';
$lang['showuseras'] = 'Cosa visualizzare quando si mostra l\'ultimo utente che ha modificato una pagina';
$lang['toptoclevel'] = 'Livello superiore per l\'indice';

View File

@ -61,7 +61,7 @@ $lang['breadcrumbs'] = 'トレース(パンくず)表示数';
$lang['youarehere'] = '現在位置を表示';
$lang['fullpath'] = 'ページのフッターに絶対パスを表示';
$lang['typography'] = 'タイポグラフィー変換';
$lang['dformat'] = '日付フォーマットPHPの<a href="http://www.php.net/strftime">strftime</a>関数を参照)';
$lang['dformat'] = '日付フォーマットPHPの<a href="http://php.net/strftime">strftime</a>関数を参照)';
$lang['signature'] = '署名';
$lang['showuseras'] = '最終編集者の情報として表示する内容';
$lang['toptoclevel'] = '目次 トップレベル見出し';

View File

@ -60,7 +60,7 @@ $lang['breadcrumbs'] = '이동 경로 "추적" 수. 비활성화하려
$lang['youarehere'] = '계층적 이동 경로 사용 (다음에 위 옵션을 비활성화하기를 원할 겁니다)';
$lang['fullpath'] = '바닥글에 문서의 전체 경로 밝히기';
$lang['typography'] = '타이포그래피 대체';
$lang['dformat'] = '날짜 형식 (PHP의 <a href="http://www.php.net/strftime">strftime</a> 함수 참고)';
$lang['dformat'] = '날짜 형식 (PHP의 <a href="http://php.net/strftime">strftime</a> 함수 참고)';
$lang['signature'] = '편집기에서 서명 버튼을 누를 때 넣을 내용';
$lang['showuseras'] = '문서를 마지막으로 편집한 사용자를 보여줄지 여부';
$lang['toptoclevel'] = '목차의 최상위 단계';

View File

@ -46,7 +46,7 @@ $lang['youarehere'] = 'Ordo uestigiorum';
$lang['typography'] = 'Signa supponentes';
$lang['htmlok'] = 'HTML aptum facere';
$lang['phpok'] = 'PHP aptum facere';
$lang['dformat'] = 'Forma diei (uide paginam <a href="http://www.php.net/strftime">de diebus</a>)';
$lang['dformat'] = 'Forma diei (uide paginam <a href="http://php.net/strftime">de diebus</a>)';
$lang['signature'] = 'Subscriptio';
$lang['toptoclevel'] = 'Gradus maior tabularum argumentorum';
$lang['tocminheads'] = 'Minimus numerus capitum';

View File

@ -49,7 +49,7 @@ $lang['breadcrumbs'] = 'Apmeklējumu vēstures garums';
$lang['youarehere'] = 'Rādīt "tu atrodies šeit"';
$lang['fullpath'] = 'Norādīt kājenē pilnu lapas ceļu';
$lang['typography'] = 'Veikt tipogrāfijas aizvietošanu';
$lang['dformat'] = 'Datuma formāts (sk. PHP <a href="http://www.php.net/strftime">strftime</a> funkciju)';
$lang['dformat'] = 'Datuma formāts (sk. PHP <a href="http://php.net/strftime">strftime</a> funkciju)';
$lang['signature'] = 'Paraksts';
$lang['showuseras'] = 'Kā rādīt pēdējo lietotāju, ka labojis lapu';
$lang['toptoclevel'] = 'Satura rādītāja pirmais līmenis';

View File

@ -50,7 +50,7 @@ $lang['youarehere'] = 'प्रतवार ब्रेडक्र
$lang['typography'] = 'अनवधानाने झालेल्या चुका बदला';
$lang['htmlok'] = 'अंतर्गत HTML टाकायची परवानगी असू दे';
$lang['phpok'] = 'अंतर्गत PHP टाकायची परवानगी असू दे';
$lang['dformat'] = 'दिनांकाची पद्धत ( PHP चं <a href="http://www.php.net/strftime">strftime</a> हे फंक्शन पाहा )';
$lang['dformat'] = 'दिनांकाची पद्धत ( PHP चं <a href="http://php.net/strftime">strftime</a> हे फंक्शन पाहा )';
$lang['signature'] = 'हस्ताक्षर';
$lang['toptoclevel'] = 'अनुक्रमणिकेची सर्वोच्च पातळी';
$lang['tocminheads'] = 'कमीत कमी किती शीर्षके असल्यास अनुक्रमणिका बनवावी';

View File

@ -66,7 +66,7 @@ $lang['breadcrumbs'] = 'Aantal broodkruimels. Zet dit op 0 om uit te s
$lang['youarehere'] = 'Gebruik hiërarchische broodkruimels (waarschijnlijk wil je dan de optie hierboven uitschakelen)';
$lang['fullpath'] = 'Volledig pad van pagina\'s in de footer weergeven';
$lang['typography'] = 'Breng typografische wijzigingen aan';
$lang['dformat'] = 'Datum formaat (zie de PHP <a href="http://www.php.net/strftime">strftime</a> functie)';
$lang['dformat'] = 'Datum formaat (zie de PHP <a href="http://php.net/strftime">strftime</a> functie)';
$lang['signature'] = 'Tekst die ingevoegd wordt met de Handtekening-knop in het bewerkvenster.';
$lang['showuseras'] = 'Hoe de gebruiker die de pagina het laatst wijzigde weergeven';
$lang['toptoclevel'] = 'Bovenste niveau voor inhoudsopgave';

View File

@ -64,7 +64,7 @@ $lang['youarehere'] = 'Vis hvor i hvilke(t) navnerom siden er';
$lang['typography'] = 'Gjør typografiske erstatninger';
$lang['htmlok'] = 'Tillat HTML';
$lang['phpok'] = 'Tillat PHP';
$lang['dformat'] = 'Datoformat (se <a href="http://www.php.net/strftime">PHPs datofunksjon</a>)';
$lang['dformat'] = 'Datoformat (se <a href="http://php.net/strftime">PHPs datofunksjon</a>)';
$lang['signature'] = 'Signatur';
$lang['toptoclevel'] = 'Toppnivå for innholdsfortegnelse';
$lang['tocminheads'] = 'Minimum antall overskrifter som bestemmer om innholdsbetegnelse skal bygges.';

View File

@ -70,7 +70,7 @@ $lang['breadcrumbs'] = 'Número de elementos na trilha de páginas vis
$lang['youarehere'] = 'Trilha hierárquica';
$lang['fullpath'] = 'Indica o caminho completo das páginas no rodapé';
$lang['typography'] = 'Efetuar modificações tipográficas';
$lang['dformat'] = 'Formato da data (veja a função <a href="http://www.php.net/strftime">strftime</a> do PHP)';
$lang['dformat'] = 'Formato da data (veja a função <a href="http://php.net/strftime">strftime</a> do PHP)';
$lang['signature'] = 'Assinatura';
$lang['showuseras'] = 'O que exibir quando mostrar o usuário que editou a página pela última vez';
$lang['toptoclevel'] = 'Nível mais alto para a tabela de conteúdos';

View File

@ -56,7 +56,7 @@ $lang['breadcrumbs'] = 'Número máximo de breadcrumbs';
$lang['youarehere'] = 'Breadcrumbs hierárquicas';
$lang['fullpath'] = 'Revelar caminho completo no rodapé';
$lang['typography'] = 'Executar substituições tipográficas';
$lang['dformat'] = 'Formato de Data (ver função PHP\'s <a href="http://www.php.net/strftime">strftime</a>)';
$lang['dformat'] = 'Formato de Data (ver função PHP\'s <a href="http://php.net/strftime">strftime</a>)';
$lang['signature'] = 'Assinatura';
$lang['showuseras'] = 'O que exibir quando mostrar o utilizador que editou a página pela última vez';
$lang['toptoclevel'] = 'Nível de topo para a tabela de conteúdo';

View File

@ -58,7 +58,7 @@ $lang['breadcrumbs'] = 'Numărul de "urme" lăsate';
$lang['youarehere'] = 'Structura ierarhică a "urmelor" lăsate';
$lang['fullpath'] = 'Arată calea completă a paginii în subsol';
$lang['typography'] = 'Fă înlocuiri topografice';
$lang['dformat'] = 'Format dată (vezi funcţia PHP <a href="http://www.php.net/strftime">strftime</a>)';
$lang['dformat'] = 'Format dată (vezi funcţia PHP <a href="http://php.net/strftime">strftime</a>)';
$lang['signature'] = 'Semnătura';
$lang['showuseras'] = 'Ce se afişează la indicarea utilizatorului care a editat ultimul o pagină';
$lang['toptoclevel'] = 'Primul nivel pentru cuprins';

View File

@ -68,7 +68,7 @@ $lang['breadcrumbs'] = 'Вы посетили (кол-во). Пост
$lang['youarehere'] = 'Показывать «Вы находитесь здесь»';
$lang['fullpath'] = 'Полный путь к документу';
$lang['typography'] = 'Типографские символы';
$lang['dformat'] = 'Формат даты и времени (см. функцию PHP <a href="http://www.php.net/strftime">strftime</a>)';
$lang['dformat'] = 'Формат даты и времени (см. функцию PHP <a href="http://php.net/strftime">strftime</a>)';
$lang['signature'] = 'Шаблон подписи';
$lang['showuseras'] = 'Что отображать при показе пользователя, редактировавшего страницу последним';
$lang['toptoclevel'] = 'Мин. уровень в содержании';

View File

@ -56,7 +56,7 @@ $lang['breadcrumbs'] = 'Počet záznamov histórie';
$lang['youarehere'] = 'Nachádzate sa';
$lang['fullpath'] = 'Zobrazovať plnú cestu k stránkam v pätičke';
$lang['typography'] = 'Vykonať typografické zmeny';
$lang['dformat'] = 'Formát dátumu (pozri funkciu PHP <a href="http://www.php.net/strftime">strftime</a>)';
$lang['dformat'] = 'Formát dátumu (pozri funkciu PHP <a href="http://php.net/strftime">strftime</a>)';
$lang['signature'] = 'Podpis';
$lang['showuseras'] = 'Čo použiť pri zobrazení používateľa, ktorý posledný upravoval stránku';
$lang['toptoclevel'] = 'Najvyššia úroveň pre generovanie obsahu.';

View File

@ -52,7 +52,7 @@ $lang['youarehere'] = 'Hierarhične drobtinice poti';
$lang['typography'] = 'Omogoči tipografske zamenjave';
$lang['htmlok'] = 'Dovoli vstavljeno kodo HTML';
$lang['phpok'] = 'Dovoli vstavljeno kodo PHP';
$lang['dformat'] = 'Oblika zapisa časa (funkcija PHP <a href="http://www.php.net/strftime">strftime</a>)';
$lang['dformat'] = 'Oblika zapisa časa (funkcija PHP <a href="http://php.net/strftime">strftime</a>)';
$lang['signature'] = 'Podpis';
$lang['toptoclevel'] = 'Vrhnja raven kazala';
$lang['tocminheads'] = 'Najmanjše število naslovov za izgradnjo kazala';

View File

@ -47,7 +47,7 @@ $lang['youarehere'] = 'Gjurmë hierarkike';
$lang['typography'] = 'Bëj zëvendësime tipografike';
$lang['htmlok'] = 'Lejo HTML të ngulitura';
$lang['phpok'] = 'Lejo PHP të ngulitura';
$lang['dformat'] = 'Formati i Datës (shiko funksionin <a href="http://www.php.net/strftime">strftime</a> e PHP-së)';
$lang['dformat'] = 'Formati i Datës (shiko funksionin <a href="http://php.net/strftime">strftime</a> e PHP-së)';
$lang['signature'] = 'Firma';
$lang['toptoclevel'] = 'Niveli i Kreut për tabelën e përmbajtjes';
$lang['tocminheads'] = 'Sasia minimum e titrave që përcaktojnë nëse TOC ndërtohet ose jo';

View File

@ -48,7 +48,7 @@ $lang['youarehere'] = 'Хиерархијске кораке (стр
$lang['typography'] = 'Уради типографске замене';
$lang['htmlok'] = 'Дозволи угњежђени ХТМЛ';
$lang['phpok'] = 'Дозволи угњежђени ПХП';
$lang['dformat'] = 'Облик датума (погледајте ПХПову <a href="http://www.php.net/strftime">strftime</a> функцију)';
$lang['dformat'] = 'Облик датума (погледајте ПХПову <a href="http://php.net/strftime">strftime</a> функцију)';
$lang['signature'] = 'Потпис';
$lang['toptoclevel'] = 'Највиши ниво за садржај';
$lang['tocminheads'] = 'Минималан број наслова који одређују да ли ће Садржај бити направљен';

View File

@ -65,7 +65,7 @@ $lang['breadcrumbs'] = 'Antal spår';
$lang['youarehere'] = 'Hierarkiska spår';
$lang['fullpath'] = 'Visa fullständig sökväg i sidfoten';
$lang['typography'] = 'Aktivera typografiska ersättningar';
$lang['dformat'] = 'Datumformat (se PHP:s <a href="http://www.php.net/strftime">strftime</a>-funktion)';
$lang['dformat'] = 'Datumformat (se PHP:s <a href="http://php.net/strftime">strftime</a>-funktion)';
$lang['signature'] = 'Signatur';
$lang['showuseras'] = 'Vad som skall visas när man visar den användare som senast redigerade en sida';
$lang['toptoclevel'] = 'Toppnivå för innehållsförteckning';

View File

@ -53,7 +53,7 @@ $lang['breadcrumbs'] = 'Ekmek kırıntıların sayısı';
$lang['youarehere'] = 'hiyerarşik ekmek kırıntıları';
$lang['fullpath'] = 'sayfaların tüm patikasını (full path) göster';
$lang['typography'] = 'Tipografik değiştirmeleri yap';
$lang['dformat'] = 'Tarih biçimi (PHP\'nin <a href="http://www.php.net/strftime">strftime</a> fonksiyonuna bakın)';
$lang['dformat'] = 'Tarih biçimi (PHP\'nin <a href="http://php.net/strftime">strftime</a> fonksiyonuna bakın)';
$lang['signature'] = 'İmza';
$lang['showuseras'] = 'Bir sayfayı en son düzenleyen kullanıcıya ne gösterilsin';
$lang['toptoclevel'] = 'İçindekiler için en üst seviye';

View File

@ -57,7 +57,7 @@ $lang['breadcrumbs'] = 'Ви відвідали (кількість с
$lang['youarehere'] = 'Показувати "Ви тут"';
$lang['fullpath'] = 'Повний шлях до документу';
$lang['typography'] = 'Замінювати типографські символи';
$lang['dformat'] = 'Формат дати (дивіться функцію <a href="http://www.php.net/strftime">strftime</a> PHP)';
$lang['dformat'] = 'Формат дати (дивіться функцію <a href="http://php.net/strftime">strftime</a> PHP)';
$lang['signature'] = 'Підпис';
$lang['showuseras'] = 'Що вказувати при відображенні користувача, який востаннє редагував сторінку';
$lang['toptoclevel'] = 'Мінімальний рівень для змісту';

View File

@ -62,7 +62,7 @@ $lang['breadcrumbs'] = '導覽路徑數量。輸入0表示停用。';
$lang['youarehere'] = '顯示階層式導覽路徑 (若要用此功能,建議停用上方的選項)';
$lang['fullpath'] = '顯示完整的路徑於頁面底部';
$lang['typography'] = '進行字元替換';
$lang['dformat'] = '日期格式 (參見 PHP 的 <a href="http://www.php.net/strftime">strftime</a> 函數)';
$lang['dformat'] = '日期格式 (參見 PHP 的 <a href="http://php.net/strftime">strftime</a> 函數)';
$lang['signature'] = '簽名';
$lang['showuseras'] = '將最後編輯頁面的使用者顯示為:';
$lang['toptoclevel'] = '目錄表的最上層級';

View File

@ -66,7 +66,7 @@ $lang['breadcrumbs'] = '显示“足迹”的数量';
$lang['youarehere'] = '显示“您在这里”';
$lang['fullpath'] = '在页面底部显示完整路径';
$lang['typography'] = '进行字符替换';
$lang['dformat'] = '日期格式(参见 PHP 的 <a href="http://www.php.net/strftime">strftime</a> 功能)';
$lang['dformat'] = '日期格式(参见 PHP 的 <a href="http://php.net/strftime">strftime</a> 功能)';
$lang['signature'] = '签名样式';
$lang['showuseras'] = '显示用户为';
$lang['toptoclevel'] = '目录的最顶层';

View File

@ -68,7 +68,7 @@
* '_max' - maximum numeric value, optional for 'numeric' and 'numericopt', ignored by others
* '_delimiter' - string, default '/', a single character used as a delimiter for testing regex input values
* '_pregflags' - string, default 'ui', valid preg pattern modifiers used when testing regex input values, for more
* information see http://uk1.php.net/manual/en/reference.pcre.pattern.modifiers.php
* information see http://php.net/manual/en/reference.pcre.pattern.modifiers.php
* '_multiple' - bool, allow multiple comma separated email values; optional for 'email', ignored by others
* '_other' - how to handle other values (not listed in _choices). accepted values: 'always','exists','never'
* default value 'always'. 'exists' only shows 'other' input field when the setting contains value(s)

View File

@ -310,7 +310,7 @@ class helper_plugin_popularity extends Dokuwiki_Plugin {
* Convert php.ini shorthands to byte
*
* @author <gilthans dot NO dot SPAM at gmail dot com>
* @link http://de3.php.net/manual/en/ini.core.php#79564
* @link http://php.net/manual/en/ini.core.php#79564
*
* @param string $v
* @return int|string

View File

@ -1,4 +1,4 @@
; Please see http://www.php.net/manual/en/function.parse-ini-file.php
; Please see http://php.net/manual/en/function.parse-ini-file.php
; for limitations of the ini format used here
; To extend this file or make changes to it, it is recommended to create

View File

@ -18,7 +18,7 @@ if (!defined('DOKU_INC')) die();
?>
<a href="http://www.dokuwiki.org/donate" title="Donate" <?php echo $target?>><img
src="<?php echo tpl_basedir(); ?>images/button-donate.gif" width="80" height="15" alt="Donate" /></a>
<a href="http://www.php.net" title="Powered by PHP" <?php echo $target?>><img
<a href="http://php.net" title="Powered by PHP" <?php echo $target?>><img
src="<?php echo tpl_basedir(); ?>images/button-php.gif" width="80" height="15" alt="Powered by PHP" /></a>
<a href="http://validator.w3.org/check/referer" title="Valid HTML5" <?php echo $target?>><img
src="<?php echo tpl_basedir(); ?>images/button-html5.png" width="80" height="15" alt="Valid HTML5" /></a>

View File

@ -160,7 +160,7 @@ $language_data = array (
'URLS' => array(
1 => '',
2 => '',
3 => 'http://www.php.net/{FNAMEL}'
3 => 'http://php.net/{FNAMEL}'
),
'OOLANG' => true,
'OBJECT_SPLITTERS' => array(

View File

@ -1052,7 +1052,7 @@ $language_data = array(
'URLS' => array(
1 => '',
2 => '',
3 => 'http://www.php.net/{FNAMEL}',
3 => 'http://php.net/{FNAMEL}',
4 => ''
),
'OOLANG' => true,