Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64
User : palandch ( 1163)
PHP Version : 7.1.33
Disable Function : NONE
Directory :  /home/palandch/www/core/lexicon/cs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/palandch/www/core/lexicon/cs/chunk.inc.php
<?php
/**
 * Chunk Czech lexicon topic
 *
 * @language cs
 * @package modx
 * @subpackage lexicon
 *
 * @author modxcms.cz
 * @updated 2011-10-23
 */
// $_lang['chunk'] = 'Chunk';
$_lang['chunk'] = 'Chunk';

// $_lang['chunk_desc_category'] = 'The Category this Chunk belongs in.';
$_lang['chunk_desc_category'] = 'Kategorie, do které chunk patří.';

// $_lang['chunk_desc_description'] = 'A short description of this chunk.';
$_lang['chunk_desc_description'] = 'Popis chunku.';

// $_lang['chunk_desc_name'] = 'The name of this chunk. It will be available using the [[$nameOfChunk]] tags.';
$_lang['chunk_desc_name'] = 'Název chunku. Bude dostupný pomocí tagu [[$nazevChunku]].';

// $_lang['chunk_code'] = 'Chunk code (html)';
$_lang['chunk_code'] = 'Kód chunku (html)';

// $_lang['chunk_desc'] = 'Description';
$_lang['chunk_desc'] = 'Popis';

// $_lang['chunk_delete_confirm'] = 'Are you sure you want to delete this chunk?';
$_lang['chunk_delete_confirm'] = 'Opravdu chcete odstranit tento chunk?';

// $_lang['chunk_duplicate_confirm'] = 'Are you sure you want to duplicate this chunk?';
$_lang['chunk_duplicate_confirm'] = 'Opravtu chcete zkopírovat tento chunk?';

// $_lang['chunk_err_duplicate'] = 'Error duplicating chunk.';
$_lang['chunk_err_duplicate'] = 'Chyba při kopírování chunku.';

// $_lang['chunk_err_exists_name'] = 'There is already a chunk with the name "[[+name]]".';
$_lang['chunk_err_exists_name'] = 'Chunk s názvem "[[+name]]" již existuje.';

// $_lang['chunk_err_invalid_name'] = 'Chunk name is invalid.';
$_lang['chunk_err_invalid_name'] = 'Název chunku je chybný.';

// $_lang['chunk_err_locked'] = 'Chunk is locked.';
$_lang['chunk_err_locked'] = 'Chunk je uzamčen.';

// $_lang['chunk_err_remove'] = 'An error occurred while trying to remove the chunk.';
$_lang['chunk_err_remove'] = 'Nastala chyba při odstraňování chunku.';

// $_lang['chunk_err_save'] = 'An error occurred while saving the chunk.';
$_lang['chunk_err_save'] = 'Nastala chyba při ukládání chunku.';

// $_lang['chunk_err_nf'] = 'Chunk not found!';
$_lang['chunk_err_nf'] = 'Chunk nenalezen!';

// $_lang['chunk_err_nfs'] = 'Chunk not found with id: [[+id]]';
$_lang['chunk_err_nfs'] = 'Chunk s ID: [[+id]] nenalezen';

// $_lang['chunk_err_ns'] = 'Chunk not specified.';
$_lang['chunk_err_ns'] = 'Nespecifikovaný chunk.';

// $_lang['chunk_err_ns_name'] = 'Please specify a name.';
$_lang['chunk_err_ns_name'] = 'Zadejte název.';

// $_lang['chunk_lock'] = 'Lock chunk for editing';
$_lang['chunk_lock'] = 'Uzamknout chunk pro úpravy';

// $_lang['chunk_lock_msg'] = 'Users must have the edit_locked attribute in order to edit this chunk.';
$_lang['chunk_lock_msg'] = 'Uživatelé musejí mít nastavenou vlastnost "edit_locked" v případě, že chtějí upravovat tento chunk.';

// $_lang['chunk_msg'] = 'Here you can add/edit chunks. Remember; chunks are 'raw' HTML code; so any PHP code won't be processed.';
$_lang['chunk_msg'] = 'Zde můžete přidat/upravit chunk. Pamatujte: chunky jsou "čisté" kusy HTML kódu, takže v nich nebude fungovat žádný PHP kód.';

// $_lang['chunk_name'] = 'Chunk name';
$_lang['chunk_name'] = 'Název chunku';

// $_lang['chunk_new'] = 'New Chunk';
$_lang['chunk_new'] = 'Nový chunk';

// $_lang['chunk_properties'] = 'Default Properties';
$_lang['chunk_properties'] = 'Výchozí vlastnosti';

// $_lang['chunk_title'] = 'Create/edit chunk';
$_lang['chunk_title'] = 'Vytvořit/upravit chunk';

// $_lang['chunk_untitled'] = 'Untitled Chunk';
$_lang['chunk_untitled'] = '_Bezejmenný chunk';

// $_lang['chunks'] = 'Chunks';
$_lang['chunks'] = 'Chunky';

Spamworldpro Mini