You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Internationalisation file for extension WikiSEO (system messages).
*
* @file
* @ingroup Extensions
*/
$messages = array();
/** English
* @author Andrujhon
*/
$messages['en'] = array(
'seo-desc' => 'Allows per page meta settings (keywords, description) and to change the title',
'seo-empty-attr' => 'Error: <seo> tag must contain at least one non-empty "title" or "metakeywords" or "metadescription" attribute.'
);
/** German (Deutsch)
* @author Kghbln
*/
$messages['de'] = array(
'seo-desc' => 'Ermöglicht das Festlegen der Meta-Elemente „keywords“ und „description“ sowie das Anpassen des Seitentitels',
'seo-empty-attr' => 'Fehler: Das Tag <seo> muß zu mindestens einem Meta-Element einen Wert enthalten.'