modules/Currencies/language/cs_cz.lang.php
author Tomas Zeman <tzeman@volny.cz>
Fri, 24 Jun 2011 13:06:26 +0200
changeset 20 af6a53fac709
parent 1 c80b997e4c27
permissions -rw-r--r--
Currencies module

<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
 * The contents of this file are subject to the SugarCRM Public License Version
 * 1.1.3 ("License"); You may not use this file except in compliance with the
 * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
 * Software distributed under the License is distributed on an "AS IS" basis,
 * WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the License
 * for the specific language governing rights and limitations under the
 * License.
 *
 * All copies of the Covered Code must include on each user interface screen:
 *    (i) the "Powered by SugarCRM" logo and
 *    (ii) the SugarCRM copyright notice
 * in the same form as they appear in the distribution.  See full license for
 * requirements.
 *
 * The Original Code is: SugarCRM Open Source
 * The Initial Developer of the Original Code is SugarCRM, Inc.
 * Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.;
 * All Rights Reserved.
 * Contributor(s): ______________________________________.
 ********************************************************************************/
/*********************************************************************************

 * Description:  Defines the English language pack for the base application.
 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
 * All Rights Reserved.
 * Contributor(s): ______________________________________..
 ********************************************************************************/

$mod_strings = array (
   'LBL_MODULE_NAME' => 'Měny' ,
   'LBL_LIST_FORM_TITLE' => 'Měny' ,
   'LBL_CURRENCY' => 'Měna' ,
   'LBL_ADD' => 'Přidat' ,
   'LBL_MERGE' => 'Sloučit měny' ,
   'LBL_MERGE_TXT' => 'Označte prosím měny, které chcete namapovat na zvolenou měnu. Tato operace smaže všechny označené měny a přidělí jejich asociované hodnoty zvolené měně.',
   'LBL_US_DOLLAR' => 'USD' ,
   'LBL_DELETE' => 'Smazat' ,
   'LBL_LIST_SYMBOL' => 'Symbol měny' ,
   'LBL_LIST_NAME' => 'Název měny' ,
   'LBL_LIST_ISO4217' => 'ISO 4217 kód' ,
   'LBL_LIST_ISO4217_HELP' => 'Vložte třípísmenný kód dle ISO 4217, který definuje název a symbol měny.',
   'LBL_UPDATE' => 'Aktualizovat' ,
   'LBL_LIST_RATE' => 'Kurz' ,
   'LBL_LIST_RATE_HELP' => 'Kurz 0,5 pro Euro znamená, že 10 USD = 5 Euro.',
   'LBL_LIST_STATUS' => 'Status' ,
   'LNK_NEW_CONTACT' => 'Přidat kontakt' ,
   'LNK_NEW_ACCOUNT' => 'Přidat účet' ,
   'LNK_NEW_OPPORTUNITY' => 'Přidat příležitost' ,
   'LNK_NEW_CASE' => 'Nový případ' ,
   'LNK_NEW_NOTE' => 'Vytvořit poznámku nebo přílohu' ,
   'LNK_NEW_CALL' => 'Naplánovat hovor' ,
   'LNK_NEW_EMAIL' => 'Nový email' ,
   'LNK_NEW_MEETING' => 'Naplánovat schůzku' ,
   'LNK_NEW_TASK' => 'Vytvořit úkol' ,
   'NTC_DELETE_CONFIRMATION' => 'Jste si jisti, že chcete smazat tento záznam? Všechny záznamy, které používají tuto měnu budou konvertovány do výchozí měny. Je lepší nastavit status na neaktivní.',
   'LBL_BELOW_MIN' => 'Kurz musí být větší než 0',
   'currency_status_dom' => array (
      'Active' => 'Aktivní' ,
      'Inactive' => 'Neaktivní',
   ),
   'LBL_CREATED_BY' => 'Vytvořeno',
);


?>