<?php

// Disallow direct access to this file for security reasons
if(!defined("IN_MYBB"))
{
    die("Direct initialization of this file is not allowed.<br /><br />
         Please make sure IN_MYBB is defined.");
}

// POLSKIE PL-literki
$google_seo_translate = array(
    "Ą" => "A",
    "Ę" => "E",
    "Ś" => "S",
    "Ó" => "O",
    "Ż" => "Z",
    "Ź" => "Z",
    "Ć" => "C",
    "Ń" => "N",
    "Ł" => "L",
    "ą" => "a",
    "ę" => "e",
    "ś" => "s",
    "ó" => "o",
    "ż" => "z",
    "ź" => "z",
    "ć" => "c",
    "ń" => "n",
    "ł" => "l",
    );
?>
