PageRenderTime 39ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 1ms

/blog/core/lexicon/cs/configcheck.inc.php

https://bitbucket.org/orchdork10159/dnsman.ly
PHP | 103 lines | 32 code | 30 blank | 41 comment | 0 complexity | fc5025d5ce0739afb4f79db0172a27fe MD5 | raw file
  1. <?php
  2. /**
  3. * Config Check Czech lexicon topic
  4. *
  5. * @language cs
  6. * @package modx
  7. * @subpackage lexicon
  8. *
  9. * @author modxcms.cz
  10. * @updated 2013-04-07
  11. */
  12. // $_lang['configcheck_admin'] = 'Please contact a systems administrator and warn them about this message!';
  13. $_lang['configcheck_admin'] = 'Kontaktujte prosím administrátora systému a sdělte mu varování z této zprávy!';
  14. // $_lang['configcheck_allowtagsinpost_context_enabled'] = 'allow_tags_in_post Context Setting Enabled outside `mgr`';
  15. $_lang['configcheck_allowtagsinpost_context_enabled'] = 'allow_tags_in_post povoleno v nastavení kontextu mimo `mgr`';
  16. // $_lang['configcheck_allowtagsinpost_context_enabled_msg'] = 'The allow_tags_in_post Context Setting is enabled in your installation outside the mgr Context. MODX recommends this setting be disabled unless you need to explicitly allow users to submit MODX tags, numeric entities, or HTML script tags via the POST method to a form in your site. This should generally be disabled except in the mgr Context.';
  17. $_lang['configcheck_allowtagsinpost_context_enabled_msg'] = 'Nastavení kontextu allow_tags_in_post je povoleno v instalaci MODX mimo kontext mgr. MODX doporučuje toto nastavení zakázat pokud nepotřebujete, aby uživatelé MODX mohli posílat MODX značky, číselné entity nebo HTML skript tagy pomocí POST metody do formuláře. Toto by mělo být obecně zakázáno kromě kontextu mgr.';
  18. // $_lang['configcheck_allowtagsinpost_system_enabled'] = 'allow_tags_in_post System Setting Enabled';
  19. $_lang['configcheck_allowtagsinpost_system_enabled'] = 'allow_tags_in_post povoleno v Konfiguraci systému';
  20. // $_lang['configcheck_allowtagsinpost_system_enabled_msg'] = 'The allow_tags_in_post System Setting is enabled in your installation. MODX recommends this setting be disabled unless you need to explicitly allow users to submit MODX tags, numeric entities, or HTML script tags via the POST method to a form in your site. It is better to enable this via Context Settings for specific Contexts.';
  21. $_lang['configcheck_allowtagsinpost_system_enabled_msg'] = 'Nastavení allow_tags_in_post v Konfiguraci systému System Setting je povoleno v instalaci MODX. MODX doporučuje toto nastavení zakázat pokud nepotřebujete, aby uživatelé MODX mohli posílat MODX značky, číselné entity nebo HTML skript tagy pomocí POST metody do formuláře. Je lepší tuto hodnotu aktivovat v rámci nastavení daných kontextů.';
  22. // $_lang['configcheck_cache'] = 'cache directory not writable';
  23. $_lang['configcheck_cache'] = 'do složky "cache" nelze zapisovat';
  24. // $_lang['configcheck_cache_msg'] = 'MODX cannot write to the cache directory. MODX will still function as expected, but no caching will take place. To solve this, make the /_cache/ directory writable.';
  25. $_lang['configcheck_cache_msg'] = 'MODX nemůže zapisovat do složky "cache". MODX bude fungovat, ale nebude se provádět ukládání do cache. Pro vyřešení tohoto problému nastavte atributy složky "core/cache" pro zápis.';
  26. // $_lang['configcheck_configinc'] = 'Config file still writable!';
  27. $_lang['configcheck_configinc'] = 'Do konfiguračního souboru je stále možno zapisovat!';
  28. // $_lang['configcheck_configinc_msg'] = 'Your site is vulnerable to hackers who could do a lot of damage to the site. Please make your config file read only! If you are not the site admin, please contact a systems administrator and warn them about this message! It is located at [[+path]]';
  29. $_lang['configcheck_configinc_msg'] = 'Váš portál je zranitelný hackery a mohlo by dojít k jeho poškození. Nastavte atributy konfiguračního souboru "[[+path]]" pouze pro čtení!';
  30. // $_lang['configcheck_default_msg'] = 'An unspecified warning was found. Which is strange.';
  31. $_lang['configcheck_default_msg'] = 'Bylo zjištěno nespecifikované varování. To je teda krapet divné.';
  32. // $_lang['configcheck_errorpage_unavailable'] = 'Your site's Error page is not available.';
  33. $_lang['configcheck_errorpage_unavailable'] = 'Chybová stránka Vašeho portálu není dostupná.';
  34. // $_lang['configcheck_errorpage_unavailable_msg'] = 'This means that your Error page is not accessible to normal web surfers or does not exist. This can lead to a recursive looping condition and many errors in your site logs. Make sure there are no webuser groups assigned to the page.';
  35. $_lang['configcheck_errorpage_unavailable_msg'] = 'To znamená, že chybová stránka není dostupná pro návštěvníky webu nebo neexistuje. To může vést k rekurzivní smyčce a mnoha chybám v chybových zprávách. Ujistěte se, že tu není žádná skupina webových uživatelů přiřazená k této stránce.';
  36. // $_lang['configcheck_errorpage_unpublished'] = 'Your site's Error page is not published or does not exist.';
  37. $_lang['configcheck_errorpage_unpublished'] = 'Chybová stránka portálu není publikovaná nebo neexistuje.';
  38. // $_lang['configcheck_errorpage_unpublished_msg'] = 'This means that your Error page is inaccessible to the general public. Publish the page or make sure it is assigned to an existing document in your site tree in the System &gt; System Settings menu.';
  39. $_lang['configcheck_errorpage_unpublished_msg'] = 'To znamená, že chybová stránka není dostupná pro návštěvníky webu. Publikujte tuto stránku a ujistěte se, že je chybová stránka definována v menu "Systém &gt; Konfigurace systému".';
  40. // $_lang['configcheck_images'] = 'Images directory not writable';
  41. $_lang['configcheck_images'] = 'Do složky pro obrázky nelze zapisovat';
  42. // $_lang['configcheck_images_msg'] = 'The images directory isn't writable, or doesn't exist. This means the Image Manager functions in the editor will not work!';
  43. $_lang['configcheck_images_msg'] = 'Složka pro obrázky je pouze pro čtení nebo neexistuje. To znamená, že Správce obrázků nebude pracovat správně!';
  44. // $_lang['configcheck_installer'] = 'Installer still present';
  45. $_lang['configcheck_installer'] = 'Instalátor stále existuje!';
  46. // $_lang['configcheck_installer_msg'] = 'The setup/ directory contains the installer for MODX. Just imagine what might happen if an evil person finds this folder and runs the installer! He'd probably not get too far, because he'll need to enter some user information for the database, but it's still best to remove this folder from your server. It is located at: [[+path]]';
  47. $_lang['configcheck_installer_msg'] = 'Hlavní složka stále obsahuje složku "setup" obsahující instalátor systému MODX. Mohlo by dojít k narušení bezpečnosti systému pokud by neoprávněná osoba spustila instalátor! It is located at: [[+path]]';
  48. // $_lang['configcheck_lang_difference'] = 'Incorrect number of entries in language file';
  49. $_lang['configcheck_lang_difference'] = 'Nesprávný počet záznamů v jazykovém souboru';
  50. // $_lang['configcheck_lang_difference_msg'] = 'The currently selected language has a different number of entries than the default language. While not necessarily a problem, this may mean the language file needs to be updated.';
  51. $_lang['configcheck_lang_difference_msg'] = 'Aktuálně vybraný jazyk má rozdílný počet záznamů než výchozí jazyk angličtina. Mělo by dojít k aktualizaci jazykového souboru pro tuto verzi MODX.';
  52. // $_lang['configcheck_notok'] = 'One or more configuration details didn't check out OK: ';
  53. $_lang['configcheck_notok'] = 'Jeden nebo více konfiguračních údajů není správně nastaveno: ';
  54. // $_lang['configcheck_ok'] = 'Check passed OK - no warnings to report.';
  55. $_lang['configcheck_ok'] = 'Kontrola OK - žádné varování do reportu.';
  56. // $_lang['configcheck_register_globals'] = 'register_globals is set to ON in your php.ini configuration file';
  57. $_lang['configcheck_register_globals'] = 'register_globals v php.ini je nastaveno na ON';
  58. // $_lang['configcheck_register_globals_msg'] = 'This configuration makes your site much more susceptible to Cross Site Scripting (XSS) attacks. You should speak to your host about what you can do to disable this setting.';
  59. $_lang['configcheck_register_globals_msg'] = 'Díky tomtuto nastavení je Váš portál mnohem více náchylný k hackerským útokům typu Cross Site Scripting (XSS). Měli by jste pohovořit se svým poskytovatelem hostingu a zjistit co je možné udělat k deaktivaci tohoto nastavení.';
  60. // $_lang['configcheck_title'] = 'Configuration check';
  61. $_lang['configcheck_title'] = 'Kontrola nastavení';
  62. // $_lang['configcheck_unauthorizedpage_unavailable'] = 'Your site's Unauthorized page is not published or does not exist.';
  63. $_lang['configcheck_unauthorizedpage_unavailable'] = 'Stránko o neautorizovaném přístupu není publikovaná nebo neexistuje.';
  64. // $_lang['configcheck_unauthorizedpage_unavailable_msg'] = 'This means that your Unauthorized page is not accessible to normal web surfers or does not exist. This can lead to a recursive looping condition and many errors in your site logs. Make sure there are no webuser groups assigned to the page.';
  65. $_lang['configcheck_unauthorizedpage_unavailable_msg'] = 'To znamená, že stránka o neautorizovaném přístupu není dostupná pro návštěvníky webu nebo neexistuje. To může vést k rekurzivní smyčce a mnoha chybám v chybových zprávách. Ujistěte se, že tu není žádná skupina webových uživatelů přiřazená k této stránce.';
  66. // $_lang['configcheck_unauthorizedpage_unpublished'] = 'The Unauthorized page defined in the site configuration settings is not published.';
  67. $_lang['configcheck_unauthorizedpage_unpublished'] = 'Stránka o neautorizovaném přístupu definovaná v nastavení portálu není publikovaná.';
  68. // $_lang['configcheck_unauthorizedpage_unpublished_msg'] = 'This means that your Unauthorized page is inaccessible to the general public. Publish the page or make sure it is assigned to an existing document in your site tree in the System &gt; System Settings menu.';
  69. $_lang['configcheck_unauthorizedpage_unpublished_msg'] = 'To znamená, že stránka o neautorizovaném přístupu není dostupná pro návštěvníky webu. Publikujte stránku a ujistěte se, že je tato stránka definována v menu "Systém &gt; Konfigurace systému".';
  70. // $_lang['configcheck_warning'] = 'Configuration warning:';
  71. $_lang['configcheck_warning'] = 'Varování:';
  72. // $_lang['configcheck_what'] = 'What does this mean?';
  73. $_lang['configcheck_what'] = 'Co to znamená?';