modules/Tasks/language/cs_cz.lang.php
author Tomas Zeman <tzeman@volny.cz>
Mon, 10 Oct 2011 11:50:26 +0200
changeset 71 b3999948eedf
parent 39 5155a956c4f8
permissions -rw-r--r--
Cz l10n generates invalid Javascript on user form
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
39
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
<?php
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
/*********************************************************************************
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
 * The contents of this file are subject to the SugarCRM Public License Version
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
 * 1.1.3 ("License"); You may not use this file except in compliance with the
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
 * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     7
 * Software distributed under the License is distributed on an "AS IS" basis,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     8
 * WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the License
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     9
 * for the specific language governing rights and limitations under the
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    10
 * License.
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    11
 *
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    12
 * All copies of the Covered Code must include on each user interface screen:
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    13
 *    (i) the "Powered by SugarCRM" logo and
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    14
 *    (ii) the SugarCRM copyright notice
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    15
 * in the same form as they appear in the distribution.  See full license for
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    16
 * requirements.
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    17
 *
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    18
 * The Original Code is: SugarCRM Open Source
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    19
 * The Initial Developer of the Original Code is SugarCRM, Inc.
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    20
 * Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.;
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    21
 * All Rights Reserved.
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    22
 * Contributor(s): ______________________________________.
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    23
 ********************************************************************************/
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    24
/*********************************************************************************
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    25
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    26
 * Description:  Defines the English language pack for the base application.
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    27
 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    28
 * All Rights Reserved.
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    29
 * Contributor(s): ______________________________________..
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    30
 ********************************************************************************/
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    31
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    32
$mod_strings = array ( 
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    33
	'LBL_MODULE_NAME' => 'Úkoly' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    34
	'LBL_TASK' => 'Úkoly: ',
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    35
	'LBL_MODULE_TITLE' => ' Úkoly: Domů' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    36
	'LBL_SEARCH_FORM_TITLE' => ' Vyhledat úkol' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    37
	'LBL_LIST_FORM_TITLE' => ' Seznam úkolů' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    38
	'LBL_NEW_FORM_TITLE' => 'Vytvořit úkol' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    39
	'LBL_NEW_FORM_SUBJECT' => 'Předmět:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    40
	'LBL_NEW_FORM_DUE_DATE' => 'Udělat do dne:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    41
	'LBL_NEW_FORM_DUE_TIME' => 'Udělat do (čas):' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    42
	'LBL_NEW_TIME_FORMAT' => '(24:00)' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    43
	'LBL_LIST_CLOSE' => 'Zavřít' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    44
	'LBL_LIST_SUBJECT' => 'Předmět' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    45
	'LBL_LIST_CONTACT' => 'Kontakt' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    46
	'LBL_LIST_PRIORITY' => 'Priorita' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    47
	'LBL_LIST_RELATED_TO' => 'Související s' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    48
	'LBL_LIST_DUE_DATE' => 'Do data' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    49
	'LBL_LIST_DUE_TIME' => 'Termín (čas)' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    50
	'LBL_SUBJECT' => 'Předmět:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    51
	'LBL_STATUS' => 'Status:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    52
	'LBL_DUE_DATE' => 'Udělat do dne:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    53
	'LBL_DUE_TIME' => 'Udělat do (čas):' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    54
	'LBL_PRIORITY' => 'Priorita:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    55
	'LBL_COLON' => ':' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    56
	'LBL_DUE_DATE_AND_TIME' => 'Datum a čas dokončení:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    57
	'LBL_START_DATE_AND_TIME' => 'Datum a čas začátku:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    58
	'LBL_START_DATE' => 'Datum začátku:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    59
	'LBL_LIST_START_DATE' => 'Datum začátku' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    60
	'LBL_START_TIME' => 'Čas začátku:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    61
	'LBL_LIST_START_TIME' => 'Čas začátku' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    62
	'DATE_FORMAT' => '(yyyy-mm-dd)' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    63
	'LBL_NONE' => 'Žádný' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    64
	'LBL_CONTACT' => 'Kontakt:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    65
	'LBL_EMAIL_ADDRESS' => 'Emailová adresa:',
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    66
	'LBL_PHONE' => 'Telefon' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    67
	'LBL_EMAIL' => 'Email:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    68
	'LBL_DESCRIPTION_INFORMATION' => 'Popis' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    69
	'LBL_DESCRIPTION' => 'Popis:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    70
	'LBL_NAME' => 'Název:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    71
	'LBL_CONTACT_NAME' => 'Název kontaktu ' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    72
	'LBL_LIST_COMPLETE' => 'Dokončit:' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    73
	'LBL_LIST_STATUS' => 'Status' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    74
	'LBL_DATE_DUE_FLAG' => 'Chybí termín' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    75
	'LBL_DATE_START_FLAG' => 'Chybí datum začátku' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    76
	'ERR_DELETE_RECORD' => 'Pro smazání kontaktu musíte určit číslo záznamu.' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    77
	'ERR_INVALID_HOUR' => 'Prosím zadejte hodinu mezi 0 a 24' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    78
	'LBL_DEFAULT_STATUS' => 'Nezapočato' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    79
	'LBL_DEFAULT_PRIORITY' => 'Střední' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    80
	'LBL_LIST_MY_TASKS' => 'Otevřené úkoly' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    81
	'LNK_NEW_TASK' => 'Vytvořit úkol' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    82
	'LNK_TASK_LIST' => 'Úkoly' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    83
	'LNK_IMPORT_TASKS' => 'Importovat úkoly',
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    84
	'LBL_CONTACT_FIRST_NAME' => 'Křestní jméno' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    85
	'LBL_CONTACT_LAST_NAME' => 'Příjmení' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    86
	'LBL_LIST_ASSIGNED_TO_NAME' => 'Přiřazený uživatel' ,
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    87
	'LBL_ASSIGNED_TO_NAME' => 'Přiřazeno (komu):',
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    88
	'LBL_LIST_DATE_MODIFIED' => 'Datum změny',
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    89
	'LBL_CONTACT_ID' => 'ID kontatku:',
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    90
	'LBL_PARENT_ID' => 'ID rodiče:',
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    91
	'LBL_CONTACT_PHONE' => 'Telefon:',
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    92
	'LBL_PARENT_NAME' => 'Typ rodiče:',
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    93
	'LBL_ACTIVITIES_REPORTS' => 'Report aktivit',
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    94
	'LBL_TASK_INFORMATION' => 'Přehled úkolu',
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    95
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    96
);
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    97
5155a956c4f8 Tasks module
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    98
?>