Index: trunk/phase3/languages/LanguageUk.php |
— | — | @@ -1,6 +1,6 @@ |
2 | | -<? |
| 2 | +<?php |
3 | 3 | |
4 | | -include_once( "Utf8Case.php" ); |
| 4 | +include_once( "LanguageUtf8.php" ); |
5 | 5 | |
6 | 6 | # NOTE: To turn off "Current Events" in the sidebar, |
7 | 7 | # set "currentevents" => "-" |
— | — | @@ -10,9 +10,6 @@ |
11 | 11 | # encapsulates some of the magic-ness. |
12 | 12 | # |
13 | 13 | |
14 | | -if($wgMetaNamespace === FALSE) |
15 | | - $wgMetaNamespace = str_replace( " ", "_", $wgSitename ); |
16 | | - |
17 | 14 | /* private */ $wgNamespaceNamesUk = array( |
18 | 15 | -2 => "Медіа", |
19 | 16 | -1 => "Спеціальні", |
— | — | @@ -473,7 +470,7 @@ |
474 | 471 | "preferences" => "Настройки", |
475 | 472 | "prefsnologin" => "Ви не ввійшли в систему", |
476 | 473 | "prefsnologintext" => "Ви повинні <a href=\"" . |
477 | | - wfLocalUrl( "Спеціальні:Вхід_в_систему" ) "\">ввійти в систему</a> |
| 474 | + wfLocalUrl( "Спеціальні:Вхід_в_систему" ) . "\">ввійти в систему</a> |
478 | 475 | щоб змінити настройки користувача.", |
479 | 476 | "prefslogintext" => "Ви ввійшли в систему як \"$1\". |
480 | 477 | Ваш внутрішній ідентифікаційний номер - $2. |