s/WIKIPEDIA/PROJECT/
[lhc/web/wiklou.git] / languages / LanguageGa.php
index f19aa6a..c965414 100755 (executable)
@@ -28,8 +28,8 @@ DISCUSSION!
        NS_TALK             => 'Plé',
        NS_USER             => 'Úsáideoir',
        NS_USER_TALK        => 'Plé_úsáideora',
-       NS_WIKIPEDIA        => 'Vicipéid',
-       NS_WIKIPEDIA_TALK   => 'Plé_Vicipéide', # NOTE TO DEVELOPERS: A different genitive spelling is needed for
+       NS_PROJECT          => 'Vicipéid',
+       NS_PROJECT_TALK     => 'Plé_Vicipéide', # NOTE TO DEVELOPERS: A different genitive spelling is needed for
                                    # each Wiki name, as can be seen. So the $wgMetaNamespace tag has not been used
                                    # here for the moment in some cases, and in other places with a FIXME flag.
        NS_IMAGE            => 'Íomhá',
@@ -48,7 +48,7 @@ DISCUSSION!
     "quickbar" => 1, "underline" => 1, "hover" => 1,
     "cols" => 80, "rows" => 25, "searchlimit" => 20,
     "contextlines" => 5, "contextchars" => 50,
-    "skin" => 0, "math" => 1, "rcdays" => 7, "rclimit" => 50,
+    "skin" => $wgDefaultSkin, "math" => 1, "rcdays" => 7, "rclimit" => 50,
     "highlightbroken" => 1, "stubthreshold" => 0,
     "previewontop" => 1, "editsection"=>1,"editsectiononrightclick"=>0, "showtoc"=>1,
     "date" => 0
@@ -260,7 +260,7 @@ agus an [http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide Lámhleabhar ú
 'portal'               => 'Lárionad chomhphobail',
 'portal-url'           => '{{ns:4}}:Lárionad chomhphobail',
 "about"     => "Faoi",
-"aboutwikipedia"    => "Faoin Vicipéid",
+"aboutsite"         => "Faoin Vicipéid",
 'article'       => "Clár ábhair",
 "aboutpage"     => "Vicipéid:Faoi",
 "help"      => "Cabhair",
@@ -291,7 +291,7 @@ agus an [http://meta.wikimedia.org/wiki/MediaWiki_User%27s_Guide Lámhleabhar ú
 "disclaimerpage" => "{{ns:4}}:Séanadh_ginearálta",-
 "errorpagetitle" => "Earráid",
 "returnto"      => "Dul ar ais go $1.",
-"fromwikipedia" => "Ón Vicipéid, an chiclipéid shaor.",
+"tagline"       => "Ón Vicipéid, an chiclipéid shaor.",
 "whatlinkshere" => "Leathanaigh a nascaí­onn chuig an leathanach seo",
 "help"      => "Cabhair",
 "search"        => "Cuardaigh",
@@ -1526,7 +1526,11 @@ class LanguageGa extends LanguageUtf8 {
     function getMessage( $key )
     {
         global $wgAllMessagesGa;
-        return $wgAllMessagesGa[$key];
+               if( isset( $wgAllMessagesGa[$key] ) ) {
+                       return $wgAllMessagesGa[$key];
+               } else {
+                       return Language::getMessage( $key );
+               }
     }
 
     function getAllMessages()