adding width & height for <image> tests
[lhc/web/wiklou.git] / languages / LanguageWa.php
index 2c9bd23..b8d91c3 100644 (file)
@@ -225,7 +225,7 @@ require_once( "LanguageUtf8.php" );
 "lastmodified" => "Cisse pådje a stî candjeye pol dierin côp li $1.",
 "viewcount"            => "Cisse pådje la a stî léjhowe $1 côps.",
 "gnunote" => "Tos les tecses chal sont dizo l'&nbsp;libe licince <a class=internal href='/wiki/GFDL'>GFDL (licince di documintåcion libe di GNU)</a>.",
-"printsubtitle" => "(di http://wikipedia.walon.org)",
+"printsubtitle" => "(di {{SERVER}})",
 "protectedpage" => "Pådje protedjeye",
 "administrators" => "Wikipedia:Manaedjeus",
 "sysoptitle"   => "I vs fåt esse manaedjeu",
@@ -891,7 +891,7 @@ clitchîz so «Èn pus shuve li pådje» dins l'&nbsp;bår di menu sol costé.",
 "watchdetails" => "($1 pådjes shuvowes, sins conter les pådjes di copene;
 $2 total pages edited since cutoff;
 $3...
-<a href='$4'>mostrer eyet candjî l'&bsp;djivêye etire</a>.)", # co a fé
+[$4 mostrer eyet candjî l'&bsp;djivêye etire].)", # co a fé
 "watchmethod-recent" => "checking recent edits for watched pages", # co a fé
 "watchmethod-list" => "checking watched pages for recent edits", # co a fé
 "removechecked" => "Bodjî les cayets tchoezis foû del djivêye des pådjes a shuve",
@@ -911,8 +911,8 @@ at the bottom of the screen.", # co a fé
 #
 "deletepage"   => "Disfacer l'&nbsp;pådje",
 "confirm"              => "Acertiner",
-"excontent" => "li contnou esteut:",
-"exbeforeblank" => "li contnou dvant l'&nbsp;disfaçaedje esteut:",
+"excontent" => "li contnou esteut: '$1'",
+"exbeforeblank" => "li contnou dvant l'&nbsp;disfaçaedje esteut: '$1'",
 "exblank" => "li pådje esteut vude",
 "confirmdelete" => "Acertinaedje do disfaçaedje",
 "deletesub"            => "(Djisfaçaedje di «$1»)",
@@ -1153,20 +1153,6 @@ class LanguageWa extends LanguageUtf8 {
                return $wgNamespaceNamesWa;
        }
 
-       function getNsText( $index ) {
-               global $wgNamespaceNamesWa;
-               return $wgNamespaceNamesWa[$index];
-       }
-
-       function getNsIndex( $text ) {
-               global $wgNamespaceNamesWa;
-
-               foreach ( $wgNamespaceNamesWa as $i => $n ) {
-                       if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
-               }
-               return false;
-       }
-
        function getQuickbarSettings() {
                global $wgQuickbarSettingsWa;
                return $wgQuickbarSettingsWa;
@@ -1255,7 +1241,7 @@ class LanguageWa extends LanguageUtf8 {
                if(array_key_exists($key, $wgAllMessagesWa))
                        return $wgAllMessagesWa[$key];
                else
-                       return Language::getMessage($key);
+                       return parent::getMessage($key);
        }
 
        function getAllMessages()