Ver Fonte

Some new language strings

For message if old ie is used and menu title for visitors with smartphones
ardiman há 11 anos atrás
pai
commit
fd7aafc277
1 ficheiros alterados com 6 adições e 2 exclusões
  1. 6 2
      Foreground.i18n.php

+ 6 - 2
Foreground.i18n.php

@@ -14,7 +14,9 @@ $messages = array();
  */
 $messages['en'] = array(
 	'skinname-foreground' => 'Foreground',
-	'foreground-desc' => 'Provides a skin that focuses on putting your content in the foreground'
+	'foreground-desc' => 'Provides a skin that focuses on putting your content in the foreground',
+	'foreground-browsermsg' => 'may not look as expected in this version of Internet Explorer. We recommend you upgrade to a newer version of Internet Explorer or switch to a browser like Firefox or Chrome.',
+	'foreground-menutitle' => 'Menu'
 );
 
 /** German (Deutsch)
@@ -22,5 +24,7 @@ $messages['en'] = array(
  */
 $messages['de'] = array(
 	'skinname-foreground' => 'Foreground',
-	'foreground-desc' => 'Stellt eine Benutzeroberfläche bereit, die die Inhalte des Wikis betont'
+	'foreground-desc' => 'Stellt eine Benutzeroberfläche bereit, die die Inhalte des Wikis betont',
+	'foreground-browsermsg' => 'sieht in dieser Version des Internet Explorers nicht wie gewünscht aus. Es wird ein Upgrade des Internet Explorers oder der Umstieg auf einen Browser wie Firefox oder Chrome empfohlen.',
+	'foreground-menutitle' => 'Menü'
 );