| 12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /**
- * About English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['help_page_title'] = 'Apu & Tuki';
- $_lang['help_main_head'] = 'MODX on täällä sinua varten';
- $_lang['help_main_subhead'] = 'See below to get the help you need for your MODX project<br>Find more details at <a href="https://modx.com/community/free-support-options">modx.com/community/free-support-options</a> or call +1 (469) 777-6639';
- $_lang['forums'] = 'Keskustelupalstat';
- $_lang['forums_title'] = 'MODX yhteisö keskustelupalstat';
- $_lang['forums_description'] = 'Ilmaista tukea yhteisöltä';
- $_lang['forums_link'] = 'http://forums.modx.com/';
- $_lang['docs'] = 'Dokumentaatio';
- $_lang['docs_title'] = 'Lue mahtava (MODX) käsikirja';
- $_lang['docs_description'] = 'Lue viralliset MODX käsikirjat';
- $_lang['docs_link'] = 'https://docs.modx.com/';
- $_lang['bugs'] = 'Virheseuranta';
- $_lang['bugs_title'] = 'Virheraportointi & Ominaisuuspyynnöt';
- $_lang['bugs_description'] = 'Löysit vian? Ilmoita meille!';
- $_lang['bugs_link'] = 'https://github.com/modxcms/revolution/issues';
- $_lang['support'] = 'Kaupallinentuki';
- $_lang['support_title'] = 'Osta kiireellisen tapauksen tuki nyt';
- $_lang['support_description'] = 'Ensisijainen tuki lähteeltä';
- $_lang['support_link'] = 'https://modx.com/services/';
- $_lang['email_placeholder'] = 'sina@esimerkki.com';
- $_lang['email_sub'] = 'Pysy ajan tasalla MODX:n kanssa';
- $_lang['email_sub_description'] = 'Tilaa <b>MODX uutiskirje</b> saadaksesi tärkeät MODX uutiset. Syötä sähköpostisi alle — lupaamme olla lähettämättä roskapostia.';
- $_lang['email_sub_button'] = 'Luo tili';
- $_lang['social_follows'] = 'Voit myös <b>seurata MODX:\'\'</b> näiltä kanavilta.';
- $_lang['follow'] = 'Seuraa MODX:ää';
- $_lang['like'] = 'Tykkää MODX:stä';
- $_lang['circle'] = 'Ympyröi MODX';
- $_lang['help_about'] = 'The MODX® software you are using is the result of collaboration with an amazing community of users, supporters and developers. Since 2004, the team behind MODX has sponsored and managed it, funding ongoing work through commercial support and commissioned features. You can <a href="https://modx.com/services/" class="supportTicket">buy support from the source</a> to get one hour of emergency support (also usable for two hours non-priority support). Or <a href="mailto:hello@modx.com?subject=MODX Manager Inquiry ">email us</a> if you have another question about MODX in general.';
- $_lang['help_credit'] = 'MODX on ilmainen avoimen lähdekoodin ohjelmistoja lisensoitu <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank"> GPL-versio 2.0</a> tai uudempi. Tekijänoikeus 2005-[[+current_year]] MODX, LLC. "MODX" on rekisteröity tavaramerkki. Tehkää oikea tekoja — säilyttäkää tämä teksti ja muu tieto ennallaan.';
|