ACC SHELL
<?php
$text = array();
if ( $_lang == 'en' )
{
$text['dalsi-dokoncene-projekty'] = 'More completed projects';
$text['chci-podobne-reseni'] = 'I want similar solution';
$text['klient'] = 'Client';
$text['rok'] = 'Year';
$text['vic-informaci'] = 'more information';
$text['Odeslat'] = 'Send';
$text['Nazev-firmy'] = 'Company name';
$text['Telefon'] = 'Phone';
$text['Kontaktni-osoba'] = 'Contact person';
$text['Dotaz'] = 'Request';
$text['anti-spam'] = 'Spam protection: write number "<strong>twenty-two</strong>"';
$text['Mam-zajem-o-podobne-reseni'] = 'I am interested in similar solution';
$text['kontaktni-formular'] = 'Contact form';
$text['mapa'] = 'Map';
$text['Fakturacni-udaje'] = 'Billing Information';
$text['Sidlo-agentury'] = 'Office';
$text['Nase-prace'] = 'Our work';
$text['Nasi-klienti'] = 'Our clients';
$text['Kontakt'] = 'Contact';
$text['Vsechny-reference'] = 'All references';
$text['Kariera'] = 'Career';
$text['O-nas'] = 'About us';
$text['chci-si-cist'] = 'I want to read';
$text['nechci-si-cist'] = 'I don\'t want to read';
$text['fotograf'] = 'Photographer';
// admin
$text['Login'] = 'Login';
$text['Logout'] = 'Logout';
$text['Change password'] = 'Change password';
$text['Password'] = 'Password';
$text['Old password'] = 'Old password';
$text['New password'] = 'New password';
$text['Cancel'] = 'Cancel';
$text['User name'] = 'User name';
$text['Changes were saved.'] = 'Changes were saved.';
$text['Save'] = 'Save';
$text['Delete'] = 'Delete';
$text['Delete all'] = 'Delete all';
$text['Do you really want to delete all photos?'] = 'Do you really want to delete all photos?';
$text['Yes'] = 'Yes';
$text['No'] = 'No';
$text['All further functions (such as image upload) will be enabled after the creation and saving.'] = 'All further functions (such as image upload) will be enabled after the creation and saving.'; // 'Všechny další funkce (jako nahrávání obrázků) budou přístupné až po vytvoření a uložení.'
$text['Image'] = 'Image';
$text['File'] = 'File';
$text['Show menu'] = 'Show menu';
$text['Show table'] = 'Show table';
$text['Login-fail'] = 'Login or password is incorrect.';
}
else//if ( $_lang == 'cz' )
{
$text['dalsi-dokoncene-projekty'] = 'Další realizované projekty';
$text['chci-podobne-reseni'] = 'Chci podobné řešení';
$text['klient'] = 'Klient';
$text['rok'] = 'Rok';
$text['vic-informaci'] = 'víc informací';
$text['Odeslat'] = 'Odeslat';
$text['Nazev-firmy'] = 'Název firmy';
$text['Telefon'] = 'Telefon';
$text['Kontaktni-osoba'] = 'Kontaktní osoba';
$text['Dotaz'] = 'Dotaz';
$text['anti-spam'] = 'Spamová ochrana: napište číslicí "<strong>DVACETDVA</strong>"';
$text['Mam-zajem-o-podobne-reseni'] = 'Mám zájem o podobné řešení';
$text['kontaktni-formular'] = 'Kontaktní formulář';
$text['mapa'] = 'Mapa';
$text['Fakturacni-udaje'] = 'Fakturační údaje';
$text['Sidlo-agentury'] = 'Sídlo agentury';
$text['Nase-prace'] = 'Naše práce';
$text['Nasi-klienti'] = 'Naši klienti';
$text['Kontakt'] = 'Kontakt';
$text['Vsechny-reference'] = 'Všechny reference';
$text['Kariera'] = 'Kariéra';
$text['O-nas'] = 'O nás';
$text['chci-si-cist'] = 'chci si číst';
$text['nechci-si-cist'] = 'nechci si číst';
$text['fotograf'] = 'Fotograf';
// admin
$text['Login'] = 'Přihlásit';
$text['Logout'] = 'Odhlásit';
$text['Change password'] = 'Změnit heslo';
$text['Password'] = 'Heslo';
$text['Old password'] = 'Staré heslo';
$text['New password'] = 'Nové heslo';
$text['Cancel'] = 'Storno';
$text['User name'] = 'Přihlašovací jméno';
$text['Changes were saved.'] = 'Změny byly uloženy.';
$text['Save'] = 'Uložit';
$text['Delete'] = 'Smazat';
$text['Delete all'] = 'Smazat vše';
$text['Do you really want to delete all photos?'] = 'Chcete smazat všechny fotky?';
$text['Yes'] = 'Ano';
$text['No'] = 'Ne';
$text['All further functions (such as image upload) will be enabled after the creation and saving.'] = 'Všechny další funkce (jako nahrávání obrázků) budou přístupné až po vytvoření a uložení.';
$text['Image'] = 'Obrázek';
$text['File'] = 'Soubor';
$text['Show menu'] = '↑ Zobrazit menu';
$text['Show table'] = '↓ Zobrazit tabulku';
$text['Login-fail'] = 'Přihlašovací jméno nebo heslo není správné.';
}
?>
ACC SHELL 2018