Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -828,11 +828,13 @@ |
829 | 829 | } |
830 | 830 | |
831 | 831 | // Uses messages 'config-unicode-using-php', 'config-unicode-using-utf8', 'config-unicode-using-intl' |
832 | | - $this->showMessage( 'config-unicode-using-' . $useNormalizer ); |
833 | 832 | if( $useNormalizer === 'php' ) { |
834 | 833 | $this->showMessage( 'config-unicode-pure-php-warning' ); |
835 | | - } elseif( $needsUpdate ) { |
836 | | - $this->showMessage( 'config-unicode-update-warning' ); |
| 834 | + } else { |
| 835 | + $this->showMessage( 'config-unicode-using-' . $useNormalizer ); |
| 836 | + if( $needsUpdate ) { |
| 837 | + $this->showMessage( 'config-unicode-update-warning' ); |
| 838 | + } |
837 | 839 | } |
838 | 840 | } |
839 | 841 | |
Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -86,10 +86,9 @@ |
87 | 87 | 'config-env-latest-old' => "'''Warning:''' You are installing an outdated version of MediaWiki.", |
88 | 88 | 'config-env-latest-help' => 'You are installing version $1, but the latest version is $2. |
89 | 89 | You are advised to use the latest release, which can be downloaded from [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
90 | | - 'config-unicode-using-php' => 'Using the slow PHP implementation for Unicode normalization.', |
91 | 90 | 'config-unicode-using-utf8' => 'Using Brion Vibber\'s utf8_normalize.so for Unicode normalization.', |
92 | 91 | 'config-unicode-using-intl' => 'Using the [http://pecl.php.net/intl intl PECL extension] for Unicode normalization.', |
93 | | - 'config-unicode-pure-php-warning' => "'''Warning''': The [http://pecl.php.net/intl intl PECL extension] is not available to handle Unicode normalization. |
| 92 | + 'config-unicode-pure-php-warning' => "'''Warning''': The [http://pecl.php.net/intl intl PECL extension] is not available to handle Unicode normalization, falling back to slow pure-PHP implementation. |
94 | 93 | If you run a high-traffic site, you should read a little on [http://www.mediawiki.org/wiki/Unicode_normalization_considerations Unicode normalization].", |
95 | 94 | 'config-unicode-update-warning' => "'''Warning''': The installed version of the Unicode normalization wrapper uses an older version of [http://site.icu-project.org/ the ICU project's] library. |
96 | 95 | You should [http://www.mediawiki.org/wiki/Unicode_normalization_considerations upgrade] if you are at all concerned about using Unicode.", |
— | — | @@ -916,7 +915,6 @@ |
917 | 916 | 'config-env-latest-old' => "'''Папярэджаньне:''' вы ўсталёўваеце састарэлую вэрсію MediaWiki.", |
918 | 917 | 'config-env-latest-help' => 'Вы ўсталёўваеце вэрсію $1, у той час як актуальнай зьяўляецца $2. |
919 | 918 | Пажадана ўсталяваць апошні выпуск, які можна загрузіць з [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
920 | | - 'config-unicode-using-php' => 'Выкарыстоўваецца марудная рэалізацыя Unicode-нармалізацыі для PHP', |
921 | 919 | 'config-unicode-using-utf8' => 'Выкарыстоўваецца бібліятэка Unicode-нармалізацыі Браяна Вібэра', |
922 | 920 | 'config-unicode-using-intl' => 'Выкарыстоўваецца [http://pecl.php.net/intl intl пашырэньне з PECL] для Unicode-нармалізацыі', |
923 | 921 | 'config-unicode-pure-php-warning' => "'''Папярэджаньне''': [http://pecl.php.net/intl Пашырэньне intl з PECL] ня слушнае для Unicode-нармалізацыі. |
— | — | @@ -1615,7 +1613,6 @@ |
1616 | 1614 | 'config-env-latest-old' => "'''Warnung:''' Es wird eine veraltete Programmversion von MediaWiki installiert.", |
1617 | 1615 | 'config-env-latest-help' => 'Die Programmversion $1 wird installiert, wohingegen die neueste Programmversion $2 ist. |
1618 | 1616 | Es wird empfohlen die neueste Programmversion zu verwenden, die bei [http://www.mediawiki.org/wiki/Download/de mediawiki.org] heruntergeladen werden kann.', |
1619 | | - 'config-unicode-using-php' => 'Zur Unicode-Normalisierung wird die langsame PHP-Implementierung eingesetzt.', |
1620 | 1617 | 'config-unicode-using-utf8' => 'Zur Unicode-Normalisierung wird Brion Vibbers <code>utf8_normalize.so</code> eingesetzt.', |
1621 | 1618 | 'config-unicode-using-intl' => 'Zur Unicode-Normalisierung wird die [http://pecl.php.net/intl PECL-Erweiterung intl] eingesetzt.', |
1622 | 1619 | 'config-unicode-pure-php-warning' => "'''Warnung:''' Die [http://pecl.php.net/intl PECL-Erweiterung intl] ist für die Unicode-Normalisierung nicht verfügbar. |
— | — | @@ -2101,7 +2098,6 @@ |
2102 | 2099 | 'config-env-latest-old' => "'''Advertencia:''' Estás instalando una versión antigua de MediaWiki.", |
2103 | 2100 | 'config-env-latest-help' => 'Estás instalando la versión $1, pero la versión más reciente es la $2. |
2104 | 2101 | Te aconsejamos que instales la versión más reciente, que podrás descargar en [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
2105 | | - 'config-unicode-using-php' => 'Usando la implementación PHP lenta para la normalización Unicode.', |
2106 | 2102 | 'config-unicode-using-utf8' => 'Usando utf8_normalize.so de Brion Vibber para la normalización Unicode.', |
2107 | 2103 | 'config-unicode-using-intl' => 'Usando la [http://pecl.php.net/intl extensión intl PECL] para la normalización Unicode.', |
2108 | 2104 | 'config-unicode-pure-php-warning' => "'''Advertencia''': La [http://*pecl.*php.*net/*intl extensión intl PECL] no está disponible para efectuar la normalización Unicode. |
— | — | @@ -2514,7 +2510,6 @@ |
2515 | 2511 | 'config-env-latest-old' => "'''Varoitus:''' Olet asentamassa vanhentunut versiota MediaWikistä.", |
2516 | 2512 | 'config-env-latest-help' => 'Olet asentamassa versiota $1, mutta viimeisin versio on $2. |
2517 | 2513 | Sinun kannattaisi käyttää viimeisintä versiota, joka voidaan ladata osoitteesta [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
2518 | | - 'config-unicode-using-php' => 'Käytetään hidasta PHP-toteutusta Unicode-normalisoinnille.', |
2519 | 2514 | 'config-no-db' => 'Sopivaa tietokanta-ajuria ei löytynyt!', |
2520 | 2515 | 'config-no-db-help' => 'Sinun pitää asentaa tietokanta-ajuri PHP:lle. |
2521 | 2516 | Seuraavat tietokantatyypit on tuettu: $1. |
— | — | @@ -2671,7 +2666,6 @@ |
2672 | 2667 | 'config-env-latest-old' => "'''Attention :''' Vous installez une version obsolète de MediaWiki.", |
2673 | 2668 | 'config-env-latest-help' => 'Vous êtres en train d’installer la version $1, mais la dernière version est $2. |
2674 | 2669 | Il est conseillé d’utiliser la dernière version, qui peut être téléchargée de [http://www.mediawiki.org/wiki/Download MediaWiki.org]', |
2675 | | - 'config-unicode-using-php' => 'La version lente de PHP est utilisée pour la normalisation Unicode.', |
2676 | 2670 | 'config-unicode-using-utf8' => 'Utilisation de utf8_normalize.so par Brion Vibber pour la normalisation Unicode.', |
2677 | 2671 | 'config-unicode-using-intl' => "Utilisation de [http://pecl.php.net/intl l'extension PECL intl] pour la normalisation Unicode.", |
2678 | 2672 | 'config-unicode-pure-php-warning' => "'''Attention''': L'[http://pecl.php.net/intl extension PECL intl] n'est pas disponible pour la normalisation d'Unicode. |
— | — | @@ -3142,7 +3136,6 @@ |
3143 | 3137 | 'config-env-latest-old' => "'''Atención:''' Está a instalar unha versión vella de MediaWiki.", |
3144 | 3138 | 'config-env-latest-help' => 'Está a instalar a versión $1, pero a última versión é a $2. |
3145 | 3139 | Aconséllase empregar o último lanzamento. Pódeo descargar en [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
3146 | | - 'config-unicode-using-php' => 'Usando a implementación PHP lenta para a normalización Unicode.', |
3147 | 3140 | 'config-unicode-using-utf8' => 'Usando utf8_normalize.so de Brion Vibber para a normalización Unicode.', |
3148 | 3141 | 'config-unicode-using-intl' => 'Usando a [http://pecl.php.net/intl extensión intl PECL] para a normalización Unicode.', |
3149 | 3142 | 'config-unicode-pure-php-warning' => "'''Atención:''' A [http://pecl.php.net/intl extensión intl PECL] non está dispoñible para manexar a normalización Unicode. |
— | — | @@ -3614,7 +3607,6 @@ |
3615 | 3608 | 'config-env-latest-old' => "'''Warnig:''' Du bisch am Ischtlaiiere vun ere veraltete Programmversion vu MediaWiki.", |
3616 | 3609 | 'config-env-latest-help' => 'Du bisch am Ischtlaiiere vu dr Version $1, di nejscht Version isch aber $2. |
3617 | 3610 | S wird empfohle die nejscht Version z verwände, wu vu [http://www.mediawiki.org/wiki/Download/de mediawiki.org] cha abeglade wäre.', |
3618 | | - 'config-unicode-using-php' => 'Fir d Unicode-Normalisierig wird di langsam PHP-Implementierig yygsetzt.', |
3619 | 3611 | 'config-unicode-using-utf8' => 'Fir d Unicode-Normalisierig wird em Brion Vibber syy utf8_normalize.so yygsetzt.', |
3620 | 3612 | 'config-unicode-using-intl' => 'For d Unicode-Normalisierig wird d [http://pecl.php.net/intl PECL-Erwyterig intl] yygsetzt.', |
3621 | 3613 | 'config-unicode-pure-php-warning' => "'''Warnig:''' D [http://pecl.php.net/intl PECL-Erwyterig intl] isch fir d Unicode-Normalisierig nit verfiegbar. |
— | — | @@ -3787,7 +3779,6 @@ |
3788 | 3780 | 'config-env-latest-old' => "'''Warnowanje:''' Instaluješ zestarjenu wersiju MediaWiki.", |
3789 | 3781 | 'config-env-latest-help' => 'Instaluješ wersiju $1, ale najnowša wersija je $2. |
3790 | 3782 | Doporuča so, najnowšu wersiju wužiwać, kotruž móžeš wot [http://www.mediawiki.org/wiki/Download mediawiki.org] sćahnyć.', |
3791 | | - 'config-unicode-using-php' => 'Za normalizaciju Unicode so pomała PHP-implementacija wužiwa.', |
3792 | 3783 | 'config-unicode-using-utf8' => 'Za normalizaciju Unicode so utf8_normalize.so Briona Vibbera wužiwa.', |
3793 | 3784 | 'config-unicode-using-intl' => 'Za normalizaciju Unicode so [http://pecl.php.net/intl PECL-rozšěrjenje intl] wužiwa.', |
3794 | 3785 | 'config-no-db' => 'Njeda so přihódny ćěrjak datoweje banki namakać!', |
— | — | @@ -4040,7 +4031,6 @@ |
4041 | 4032 | 'config-env-latest-old' => "'''Figyelmeztetés:''' A MediaWiki elavult változatát telepíted.", |
4042 | 4033 | 'config-env-latest-help' => 'A telepítés alatt álló változat $1, míg a legújabb $2. |
4043 | 4034 | Ajánlott a legutóbbi kiadás használata, ami a [http://www.mediawiki.org/wiki/Download mediawiki.org]-ról tölthető le.', |
4044 | | - 'config-unicode-using-php' => 'A rendszer Unicode normalizálására a PHP lassú implementációját használja.', |
4045 | 4035 | 'config-unicode-using-utf8' => 'A rendszer Unicode normalizálására Brion Vibber utf8_normalize.so könyvtárát használja.', |
4046 | 4036 | 'config-unicode-using-intl' => 'A rendszer Unicode normalizálására az [http://pecl.php.net/intl intl PECL kiterjesztést] használja.', |
4047 | 4037 | 'config-unicode-pure-php-warning' => "'''Figyelmeztetés''': Az [http://pecl.php.net/intl intl PECL kiterjesztés] nem érhető el Unicode normalizáláshoz. |
— | — | @@ -4344,7 +4334,6 @@ |
4345 | 4335 | 'config-env-latest-old' => "'''Aviso:''' Tu installa un version obsolete de MediaWiki.", |
4346 | 4336 | 'config-env-latest-help' => 'Tu installa le version $1, ma le version le plus recente es $2. |
4347 | 4337 | Es consiliate usar le version le plus recente, que pote esser discargate de [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
4348 | | - 'config-unicode-using-php' => 'Le implementation lente de PHP es usate pro le normalisation Unicode.', |
4349 | 4338 | 'config-unicode-using-utf8' => 'utf8_normalize.so per Brion Vibber es usate pro le normalisation Unicode.', |
4350 | 4339 | 'config-unicode-using-intl' => 'Le [http://pecl.php.net/intl extension PECL intl] es usate pro le normalisation Unicode.', |
4351 | 4340 | 'config-unicode-pure-php-warning' => "'''Aviso''': Le [http://pecl.php.net/intl extension PECL intl] non es disponibile pro exequer le normalisation Unicode. |
— | — | @@ -4789,7 +4778,6 @@ |
4790 | 4779 | 'config-env-latest-old' => "'''Peringatan:''' Anda menginstal versi kadaluwarsa MediaWiki.", |
4791 | 4780 | 'config-env-latest-help' => 'Anda menginstal versi $1, tetapi versi terbaru ialah $2. |
4792 | 4781 | Anda disarankan untuk menggunakan versi terbaru yang dapat diunduh dari [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
4793 | | - 'config-unicode-using-php' => 'Menggunakan implementasi PHP lambat untuk normalisasi Unicode.', |
4794 | 4782 | 'config-unicode-using-utf8' => 'Menggunakan utf8_normalize.so Brion Vibber untuk normalisasi Unicode.', |
4795 | 4783 | 'config-unicode-using-intl' => 'Menggunakan [http://pecl.php.net/intl ekstensi PECL intl] untuk normalisasi Unicode.', |
4796 | 4784 | 'config-xml-good' => 'Memiliki bantuan konversi XML / Latin1-UTF-8.', |
— | — | @@ -5025,7 +5013,6 @@ |
5026 | 5014 | 'config-env-latest-old' => "'''警告''':MediaWikiの古いバージョンをインストールしようとしています。", |
5027 | 5015 | 'config-env-latest-help' => 'バージョン$1をインストールしようとしていますが、最新版は$2です。 |
5028 | 5016 | 最新のリリースを利用することが推奨されています。最新版は[http://www.mediawiki.org/wiki/Download mediawiki.org]からダウンロード可能です。', |
5029 | | - 'config-unicode-using-php' => 'Unicode正規化が遅いPHP実装を利用。', |
5030 | 5017 | 'config-unicode-using-utf8' => 'Unicode正規化に、Brion Vibberのutf8_normalize.soを利用。', |
5031 | 5018 | 'config-unicode-using-intl' => 'Unicode正規化に[http://pecl.php.net/intl intl PECL 拡張機能]を利用。', |
5032 | 5019 | 'config-unicode-pure-php-warning' => "'''警告''':[http://pecl.php.net/intl intl PECL 拡張機能]は、Unicode正規化の処理に利用されていません。 |
— | — | @@ -5505,7 +5492,6 @@ |
5506 | 5493 | 'config-env-latest-help' => 'Mer donn jraad de Version $1 opsäze, ävver de neuste Version es $2. |
5507 | 5494 | Mer dääte vörschlonn, de neuste Versoin ze nämme, wann müjjelisch. |
5508 | 5495 | Di kam_mer vun [http://www.mediawiki.org/wiki/Download/de mediawiki.org] erunger laade.', |
5509 | | - 'config-unicode-using-php' => 'För et <i lang="en">Unicode</i>-Nommaliseere nämme mer de lahme Ömsäzung en PHP.', |
5510 | 5496 | 'config-unicode-using-utf8' => 'För et <i lang="en">Unicode</i>-Nommaliseere dom_mer däm <i lang="en">Brion Vibber</i> sing Projramm <code lang="en">utf8_normalize.so</code> nämme.', |
5511 | 5497 | 'config-unicode-using-intl' => 'För et <i lang="en">Unicode</i>-Nommaliseere dom_mer dä [http://pecl.php.net/intl Zohsaz <code lang="en">intl</code> uss em <code lang="en">PECL</code>] nämme.', |
5512 | 5498 | 'config-unicode-pure-php-warning' => '\'\'\'Opjepaß:\'\'\' Mer kunnte dä [http://pecl.php.net/intl Zohsaz <code lang="en">intl</code> uss em <code lang="en">PECL</code>] för et <i lang="en">Unicode</i>-Nommaliseere nit fenge. |
— | — | @@ -5868,7 +5854,6 @@ |
5869 | 5855 | 'config-env-latest-old' => "'''Предупредување:''' Инсталирате застарена верзија на МедијаВики.", |
5870 | 5856 | 'config-env-latest-help' => 'Ја инсталирате верзијата $1, но најнова е верзијата $2. |
5871 | 5857 | Ве советуваме да ја користите најновата верзија, која можете да ја преземете на [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
5872 | | - 'config-unicode-using-php' => 'Со бавното воспоставување на PHP за уникодна нормализација.', |
5873 | 5858 | 'config-unicode-using-utf8' => 'Со utf8_normalize.so за уникодна нормализација од Брајон Вибер (Brion Vibber).', |
5874 | 5859 | 'config-unicode-using-intl' => 'Со додатокот [http://pecl.php.net/intl intl PECL] за уникодна нормализација.', |
5875 | 5860 | 'config-unicode-pure-php-warning' => "'''Предупредување''': Додатокот [http://pecl.php.net/intl intl PECL] не е достапен за врши уникодна нормализација. |
— | — | @@ -6365,7 +6350,6 @@ |
6366 | 6351 | 'config-env-latest-old' => "'''Waarschuwing:''' U bent bezig een verouderde versie van MediaWiki te installeren.", |
6367 | 6352 | 'config-env-latest-help' => 'U bent bezig versie $1 te installeren, maar de meest recente versie is $2. |
6368 | 6353 | U wordt aangeraden de meest recente versie te gebruiken die u kunt downloaden van [http://www.mediawiki.org/wiki/Download mediawiki.org].', |
6369 | | - 'config-unicode-using-php' => 'Voor Unicode-normalisatie wordt de langzame PHP-implementatie gebruikt.', |
6370 | 6354 | 'config-unicode-using-utf8' => 'Voor Unicode-normalisatie wordt utf8_normalize.so van Brion Vibber gebruikt.', |
6371 | 6355 | 'config-unicode-using-intl' => 'Voor Unicode-normalisatie wordt de [http://pecl.php.net/intl PECL-extensie intl] gebruikt.', |
6372 | 6356 | 'config-unicode-pure-php-warning' => "'''Waarschuwing''': De [http://pecl.php.net/intl PECL-extensie intl] is niet beschikbaar om de Unicode-normalisatie af te handelen. |
— | — | @@ -6892,7 +6876,6 @@ |
6893 | 6877 | 'config-env-latest-old' => "'''Advarsel:''' Du innstallerer en utdatert versjon av MediaWiki.", |
6894 | 6878 | 'config-env-latest-help' => 'Du installerer versjon $1, men den siste versjonen er $2. |
6895 | 6879 | Du rådes til å bruke den siste versjonen som kan lastes ned fra [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
6896 | | - 'config-unicode-using-php' => 'Bruker den langsomme PHP-implementasjonen for Unicode-normalisering.', |
6897 | 6880 | 'config-unicode-using-utf8' => 'Bruker Brion Vibbers utf8_normalize.so for Unicode-normalisering.', |
6898 | 6881 | 'config-unicode-using-intl' => 'Bruker [http://pecl.php.net/intl intl PECL-utvidelsen] for Unicode-normalisering.', |
6899 | 6882 | 'config-unicode-pure-php-warning' => "'''Advarsel''': [http://pecl.php.net/intl intl PECL-utvidelsen] er ikke tilgjengelig for å håndtere Unicode-normaliseringen. |
— | — | @@ -7315,7 +7298,6 @@ |
7316 | 7299 | 'config-env-latest-old' => "'''Uwaga!''' Instalujesz nieaktualną wersję MediaWiki.", |
7317 | 7300 | 'config-env-latest-help' => 'Instalujesz wersję $1, a najnowsza wersja to $2. |
7318 | 7301 | Zaleca się pobranie najnowszej wersji z [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
7319 | | - 'config-unicode-using-php' => 'Korzystanie z powolnej implementacji w PHP normalizacji Unicode.', |
7320 | 7302 | 'config-unicode-using-utf8' => 'Korzystanie z normalizacji Unicode utf8_normalize.so napisanej przez Brion Vibbera.', |
7321 | 7303 | 'config-unicode-using-intl' => 'Korzystanie z [http://pecl.php.net/intl rozszerzenia intl PECL] do normalizacji Unicode.', |
7322 | 7304 | 'config-unicode-pure-php-warning' => "'''Uwaga!''' [http://pecl.php.net/intl Rozszerzenie intl PECL] do obsługi normalizacji Unicode nie jest dostępne. |
— | — | @@ -7621,7 +7603,6 @@ |
7622 | 7604 | 'config-env-latest-old' => "'''Avis:''' A l'é an camin ch'a anstala na version veja ëd MediaWiki.", |
7623 | 7605 | 'config-env-latest-help' => "A l'é an camin ch'a anstala la version $1, ma l'ùltima version a l'é $2. |
7624 | 7606 | I-j consejoma ëd dovré l'ùltima version, che a peul esse dëscarià da [http://www.mediawiki.org/wiki/Download mediawiki.org]", |
7625 | | - 'config-unicode-using-php' => "As deuvra l'implementassion PHP meusia për la normalisassion Unicode.", |
7626 | 7607 | 'config-unicode-using-utf8' => 'As deuvra utf8_normalize.so ëd Brion Vibber për la normalisassion Unicode.', |
7627 | 7608 | 'config-unicode-using-intl' => "As deuvra l'[http://pecl.php.net/intl estension intl PECL] për la normalisassion Unicode.", |
7628 | 7609 | 'config-unicode-pure-php-warning' => "'''Avis:''' L'[http://pecl.php.net/intl estension intl PECL] a l'é pa disponìbil për gestì la normalisassion Unicode. |
— | — | @@ -8098,7 +8079,6 @@ |
8099 | 8080 | 'config-env-latest-old' => "'''Aviso:''' Está a instalar uma versão desactualizada do Mediawiki.", |
8100 | 8081 | 'config-env-latest-help' => 'Está a instalar a versão $1, mas a versão mais recente é a $2. |
8101 | 8082 | Aconselhamos que instale a versão mais recente. Pode fazer o download a partir da [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
8102 | | - 'config-unicode-using-php' => 'A usar a implementação lenta do PHP para a normalização Unicode.', |
8103 | 8083 | 'config-unicode-using-utf8' => 'A usar o utf8_normalize.so, por Brian Viper, para a normalização Unicode.', |
8104 | 8084 | 'config-unicode-using-intl' => 'A usar a [http://pecl.php.net/intl extensão intl PECL] para a normalização Unicode.', |
8105 | 8085 | 'config-unicode-pure-php-warning' => "'''Aviso''': A [http://pecl.php.net/intl extensão intl PECL] não está disponível para efectuar a normalização Unicode. |
— | — | @@ -8567,7 +8547,6 @@ |
8568 | 8548 | 'config-env-latest-old' => "'''Aviso:''' Você está instalando uma versão desatualizada do Mediawiki.", |
8569 | 8549 | 'config-env-latest-help' => 'Você está instalando a versão $1, mas a versão mais recente é a $2. |
8570 | 8550 | Aconselhamos que você instale a versão mais recente, que pode ser descarregada a partir da [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
8571 | | - 'config-unicode-using-php' => 'Usando a implementação lenta do PHP para a normalização Unicode.', |
8572 | 8551 | 'config-unicode-using-utf8' => 'A usar o utf8_normalize.so, de Brian Viper, para a normalização Unicode.', |
8573 | 8552 | 'config-unicode-using-intl' => 'Usando a [http://pecl.php.net/intl extensão intl PECL] para a normalização Unicode.', |
8574 | 8553 | 'config-unicode-pure-php-warning' => "'''Aviso''': A [http://pecl.php.net/intl extensão intl PECL] não está disponível para efetuar a normalização Unicode. |
— | — | @@ -8692,7 +8671,6 @@ |
8693 | 8672 | 'config-env-latest-old' => "'''Внимание:''' Вы устанавливаете устаревшую версию MediaWiki.", |
8694 | 8673 | 'config-env-latest-help' => 'Вы устанавливаете версию $1, однако, последняя версия: $2. |
8695 | 8674 | Рекомендуем использовать последнюю версию MediaWiki, которую можно скачать с сайта: [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
8696 | | - 'config-unicode-using-php' => 'Использовать медленный вариант реализации PHP для нормализации Юникода.', |
8697 | 8675 | 'config-unicode-using-utf8' => 'Использовать Brion Vibber utf8_normalize.so для нормализации Юникода.', |
8698 | 8676 | 'config-unicode-using-intl' => 'Использовать [http://pecl.php.net/intl международный расширение PECL] для нормализации Юникода.', |
8699 | 8677 | 'config-unicode-pure-php-warning' => "'''Внимание!''': [http://pecl.php.net/intl международное расширение PECL] недоступно для нормализации Юникода. |
— | — | @@ -9251,7 +9229,6 @@ |
9252 | 9230 | 'config-env-latest-old' => "'''Babala:''' Itinatalaga mo ang isang lipas nang bersyon ng MediaWiki.", |
9253 | 9231 | 'config-env-latest-help' => 'Ini-iinstala mo ang bersyong $1, subalit ang pinakahuling bersyon ay $2. |
9254 | 9232 | Pinapayuhan kang gamitin ang pinakahuling labas, na maikakargang paibaba mula sa [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
9255 | | - 'config-unicode-using-php' => 'Ginagamit ang mabagal na pagpapatupad ng PHP para sa normalisasyon ng Unikodigo.', |
9256 | 9233 | 'config-unicode-using-utf8' => 'Ginagamit ang utf8_normalize.so ni Brion Vibber para sa pagpapanormal ng Unikodigo.', |
9257 | 9234 | 'config-unicode-using-intl' => 'Ginagamit ang [http://pecl.php.net/intl intl dugtong na PECL] para sa pagsasanormal ng Unikodigo.', |
9258 | 9235 | 'config-no-db' => 'Hindi matagpuan ang isang angkop na drayber ng kalipunan ng datos!', |
— | — | @@ -9478,7 +9455,6 @@ |
9479 | 9456 | 'config-env-latest-old' => "'''Увага:''' Ви встановлюєте застарілу версію MediaWiki.", |
9480 | 9457 | 'config-env-latest-help' => 'Ви встановлюєте версію $1, але остання версія: $2. |
9481 | 9458 | Рекомендуємо використовувати останню версію MediaWiki, яка може бути завантажена з сайту: [http://www.mediawiki.org/wiki/Download mediawiki.org]', |
9482 | | - 'config-unicode-using-php' => 'Використовувати повільний варіант реалізації PHP для нормалізації Юнікоду.', |
9483 | 9459 | 'config-unicode-using-utf8' => 'Використовувати utf8_normalize.so Брайона Віббера для нормалізації Юнікоду.', |
9484 | 9460 | 'config-unicode-using-intl' => 'Використовувати [http://pecl.php.net/intl міжнародне розширення PECL] для нормалізації Юнікоду.', |
9485 | 9461 | 'config-unicode-pure-php-warning' => "'''Увага''': [http://pecl.php.net/intl міжнародне розширення PECL] не може провести нормалізацію Юнікоду. |