--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/Tasks/language/cs_cz.lang.php Fri Jun 24 13:06:27 2011 +0200
@@ -0,0 +1,98 @@
+<?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' => 'Úkoly' ,
+ 'LBL_TASK' => 'Úkoly: ',
+ 'LBL_MODULE_TITLE' => ' Úkoly: Domů' ,
+ 'LBL_SEARCH_FORM_TITLE' => ' Vyhledat úkol' ,
+ 'LBL_LIST_FORM_TITLE' => ' Seznam úkolů' ,
+ 'LBL_NEW_FORM_TITLE' => 'Vytvořit úkol' ,
+ 'LBL_NEW_FORM_SUBJECT' => 'Předmět:' ,
+ 'LBL_NEW_FORM_DUE_DATE' => 'Udělat do dne:' ,
+ 'LBL_NEW_FORM_DUE_TIME' => 'Udělat do (čas):' ,
+ 'LBL_NEW_TIME_FORMAT' => '(24:00)' ,
+ 'LBL_LIST_CLOSE' => 'Zavřít' ,
+ 'LBL_LIST_SUBJECT' => 'Předmět' ,
+ 'LBL_LIST_CONTACT' => 'Kontakt' ,
+ 'LBL_LIST_PRIORITY' => 'Priorita' ,
+ 'LBL_LIST_RELATED_TO' => 'Související s' ,
+ 'LBL_LIST_DUE_DATE' => 'Do data' ,
+ 'LBL_LIST_DUE_TIME' => 'Termín (čas)' ,
+ 'LBL_SUBJECT' => 'Předmět:' ,
+ 'LBL_STATUS' => 'Status:' ,
+ 'LBL_DUE_DATE' => 'Udělat do dne:' ,
+ 'LBL_DUE_TIME' => 'Udělat do (čas):' ,
+ 'LBL_PRIORITY' => 'Priorita:' ,
+ 'LBL_COLON' => ':' ,
+ 'LBL_DUE_DATE_AND_TIME' => 'Datum a čas dokončení:' ,
+ 'LBL_START_DATE_AND_TIME' => 'Datum a čas začátku:' ,
+ 'LBL_START_DATE' => 'Datum začátku:' ,
+ 'LBL_LIST_START_DATE' => 'Datum začátku' ,
+ 'LBL_START_TIME' => 'Čas začátku:' ,
+ 'LBL_LIST_START_TIME' => 'Čas začátku' ,
+ 'DATE_FORMAT' => '(yyyy-mm-dd)' ,
+ 'LBL_NONE' => 'Žádný' ,
+ 'LBL_CONTACT' => 'Kontakt:' ,
+ 'LBL_EMAIL_ADDRESS' => 'Emailová adresa:',
+ 'LBL_PHONE' => 'Telefon' ,
+ 'LBL_EMAIL' => 'Email:' ,
+ 'LBL_DESCRIPTION_INFORMATION' => 'Popis' ,
+ 'LBL_DESCRIPTION' => 'Popis:' ,
+ 'LBL_NAME' => 'Název:' ,
+ 'LBL_CONTACT_NAME' => 'Název kontaktu ' ,
+ 'LBL_LIST_COMPLETE' => 'Dokončit:' ,
+ 'LBL_LIST_STATUS' => 'Status' ,
+ 'LBL_DATE_DUE_FLAG' => 'Chybí termín' ,
+ 'LBL_DATE_START_FLAG' => 'Chybí datum začátku' ,
+ 'ERR_DELETE_RECORD' => 'Pro smazání kontaktu musíte určit číslo záznamu.' ,
+ 'ERR_INVALID_HOUR' => 'Prosím zadejte hodinu mezi 0 a 24' ,
+ 'LBL_DEFAULT_STATUS' => 'Nezapočato' ,
+ 'LBL_DEFAULT_PRIORITY' => 'Střední' ,
+ 'LBL_LIST_MY_TASKS' => 'Otevřené úkoly' ,
+ 'LNK_NEW_TASK' => 'Vytvořit úkol' ,
+ 'LNK_TASK_LIST' => 'Úkoly' ,
+ 'LNK_IMPORT_TASKS' => 'Importovat úkoly',
+ 'LBL_CONTACT_FIRST_NAME' => 'Křestní jméno' ,
+ 'LBL_CONTACT_LAST_NAME' => 'Příjmení' ,
+ 'LBL_LIST_ASSIGNED_TO_NAME' => 'Přiřazený uživatel' ,
+ 'LBL_ASSIGNED_TO_NAME' => 'Přiřazeno (komu):',
+ 'LBL_LIST_DATE_MODIFIED' => 'Datum změny',
+ 'LBL_CONTACT_ID' => 'ID kontatku:',
+ 'LBL_PARENT_ID' => 'ID rodiče:',
+ 'LBL_CONTACT_PHONE' => 'Telefon:',
+ 'LBL_PARENT_NAME' => 'Typ rodiče:',
+ 'LBL_ACTIVITIES_REPORTS' => 'Report aktivit',
+ 'LBL_TASK_INFORMATION' => 'Přehled úkolu',
+
+);
+
+?>
--- a/modules/Tasks/language/cz_cz.lang.php Fri Jun 24 13:06:27 2011 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,98 +0,0 @@
-<?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' => 'Úkoly',
- 'LBL_TASK' => 'Úkoly: ',
- 'LBL_MODULE_TITLE' => ' Úkoly: Home',
- 'LBL_SEARCH_FORM_TITLE' => ' Úkoly Vyhledávání',
- 'LBL_LIST_FORM_TITLE' => ' Úkoly Seznam',
- 'LBL_NEW_FORM_TITLE' => ' Vytvořit úkol',
- 'LBL_NEW_FORM_SUBJECT' => 'Předmět:',
- 'LBL_NEW_FORM_DUE_DATE' => 'Do Data:',
- 'LBL_NEW_FORM_DUE_TIME' => 'Do času:',
- 'LBL_NEW_TIME_FORMAT' => '(24:00)',
- 'LBL_LIST_CLOSE' => 'Zavřít',
- 'LBL_LIST_SUBJECT' => 'Předmět',
- 'LBL_LIST_CONTACT' => 'Kontakt',
- 'LBL_LIST_PRIORITY' => 'Priorita',
- 'LBL_LIST_RELATED_TO' => 'Váže se k',
- 'LBL_LIST_DUE_DATE' => 'Do data',
- 'LBL_LIST_DUE_TIME' => 'Do času',
- 'LBL_SUBJECT' => 'Předmět:',
- 'LBL_STATUS' => 'Status:',
- 'LBL_DUE_DATE' => 'Do data:',
- 'LBL_DUE_TIME' => 'Do času:',
- 'LBL_PRIORITY' => 'Priorita:',
- 'LBL_COLON' => ':',
- 'LBL_DUE_DATE_AND_TIME' => 'Do data & času:',
- 'LBL_START_DATE_AND_TIME' => 'Datum & Čas začátku:',
- 'LBL_START_DATE' => 'Datum začátku:',
- 'LBL_LIST_START_DATE' => 'Datum začátku',
- 'LBL_START_TIME' => 'Čas začátku:',
- 'LBL_LIST_START_TIME' => 'Čas začátku',
- 'DATE_FORMAT' => '(yyyy-mm-dd)',
- 'LBL_NONE' => 'Žádný',
- 'LBL_CONTACT' => 'Kontakt:',
- 'LBL_PHONE' => 'Telefon:',
- 'LBL_EMAIL' => 'Email:',
- 'LBL_DESCRIPTION_INFORMATION' => 'Popisující informace',
- 'LBL_DESCRIPTION' => 'Popis:',
- 'LBL_NAME' => 'Jméno:',
- 'LBL_CONTACT_NAME' => 'Kontaktní jméno: ',
- 'LBL_LIST_COMPLETE' => 'Kompletní:',
- 'LBL_LIST_STATUS' => 'Stav',
- 'LBL_DATE_DUE_FLAG' => 'No Due Date',
- 'LBL_DATE_START_FLAG' => 'No Start Date',
- 'ERR_DELETE_RECORD' => 'Ke smazání kontaktu je potřeba specifikovat jeho ID.',
- 'ERR_INVALID_HOUR' => 'Prosím vložte hodinu mezi 0 a 24',
- 'LBL_DEFAULT_STATUS' => 'Nezačato',
- 'LBL_DEFAULT_PRIORITY' => 'Střední',
- 'LBL_LIST_MY_TASKS' => 'Moje otevřené úkoly',
- 'LNK_NEW_CALL' => 'Naplánovat zavolání',
- 'LNK_NEW_MEETING' => 'Naplánovat Meeting',
- 'LNK_NEW_TASK' => 'Vytvořit úkol',
- 'LNK_NEW_NOTE' => 'Vytvořit poznámku nebo přílohu',
- 'LNK_NEW_EMAIL' => 'Archivuj Email',
- 'LNK_CALL_LIST' => 'Hovory',
- 'LNK_MEETING_LIST' => 'Meetingy',
- 'LNK_TASK_LIST' => 'Úkoly',
- 'LNK_NOTE_LIST' => 'Poznámky',
- 'LNK_EMAIL_LIST' => 'Emaily',
- 'LNK_VIEW_CALENDAR' => 'Dnes',
- 'LBL_CONTACT_FIRST_NAME'=>'Kontakt jméno',
- 'LBL_CONTACT_LAST_NAME'=>'Kontakt příjmení',
- 'LBL_LIST_ASSIGNED_TO_NAME' => 'Přiřazený uživatel',
-
-);
-
-
-?>
--- a/modules/Tasks/language/ge_ch.lang.php Fri Jun 24 13:06:27 2011 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,102 +0,0 @@
-<?php
-
- /*********************************************************************************
- * The contents of this file are subject to the SugarCRM Professional End User
- * License Agreement ('License') which can be viewed at
- * http://www.sugarcrm.com/crm/products/sugar-professional-eula.html
- * By installing or using this file, You have unconditionally agreed to the
- * terms and conditions of the License, and You may not use this file except in
- * compliance with the License. Under the terms of the license, You shall not,
- * among other things: 1) sublicense, resell, rent, lease, redistribute, assign
- * or otherwise transfer Your rights to the Software, and 2) use the Software
- * for timesharing or service bureau purposes such as hosting the Software for
- * commercial gain and/or for the benefit of a third party. Use of the Software
- * may be subject to applicable fees and any use of the Software without first
- * paying applicable fees is strictly prohibited. You do not have the right to
- * remove SugarCRM copyrights from the source code or user interface.
- * 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.
- * Your Warranty, Limitations of liability and Indemnity are expressly stated
- * in the License. Please refer to the License for the specific language
- * governing these rights and limitations under the License. Portions created
- * by SugarCRM are Copyright (C) 2004-2005 SugarCRM, Inc.; All Rights Reserved.
- ********************************************************************************/
- /*********************************************************************************
- * File generated by the Sugar Translation Suite (Contributor : www.grupa-atlantis.pl)
- *********************************************************************************/
- /*********************************************************************************
- * $Header: modules/Tasks/language/ge_ch.lang.php, 4.5.0 Thu 14/09/06 13:16:00
- * Description : Swiss German Translation.
- * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. All Rights Reserved.
- * Contributor(s): simplicity gmbh
- *********************************************************************************/
-
-if(!defined('sugarEntry')) die('Not A Valid Entry Point');
-
-$mod_strings = array (
- 'LBL_MODULE_NAME' => 'Aufgaben' ,
- 'LBL_TASK' => 'Aufgaben: ' ,
- 'LBL_MODULE_TITLE' => 'Aufgaben: Home' ,
- 'LBL_SEARCH_FORM_TITLE' => 'Aufgabensuche' ,
- 'LBL_LIST_FORM_TITLE' => 'Aufgabenliste' ,
- 'LBL_NEW_FORM_TITLE' => 'Neue Aufgabe' ,
- 'LBL_NEW_FORM_SUBJECT' => 'Betreff:' ,
- 'LBL_NEW_FORM_DUE_DATE' => 'Fällig Datum:' ,
- 'LBL_NEW_FORM_DUE_TIME' => 'Fällig Zeit:' ,
- 'LBL_NEW_TIME_FORMAT' => '(24:00)' ,
- 'LBL_LIST_CLOSE' => 'Schliessen' ,
- 'LBL_LIST_SUBJECT' => 'Titel' ,
- 'LBL_LIST_CONTACT' => 'Kontakt' ,
- 'LBL_LIST_PRIORITY' => 'Priorität' ,
- 'LBL_LIST_RELATED_TO' => 'Gehört zu' ,
- 'LBL_LIST_DUE_DATE' => 'Datum' ,
- 'LBL_LIST_DUE_TIME' => 'Endet um:' ,
- 'LBL_SUBJECT' => 'Betreff:' ,
- 'LBL_STATUS' => 'Status:' ,
- 'LBL_DUE_DATE' => 'Fällig Datum:' ,
- 'LBL_DUE_TIME' => 'Fällig Zeit:' ,
- 'LBL_PRIORITY' => 'Priorität:' ,
- 'LBL_COLON' => ':' ,
- 'LBL_DUE_DATE_AND_TIME' => 'Erledigen bis:' ,
- 'LBL_START_DATE_AND_TIME' => 'Startdatum und -zeit:' ,
- 'LBL_START_DATE' => 'Startdatum:' ,
- 'LBL_LIST_START_DATE' => 'Startdatum' ,
- 'LBL_START_TIME' => 'Beginn:' ,
- 'LBL_LIST_START_TIME' => 'Startzeit' ,
- 'DATE_FORMAT' => '(yyyy-mm-dd)' ,
- 'LBL_NONE' => 'Keine' ,
- 'LBL_CONTACT' => 'Kontakt:' ,
- 'LBL_PHONE' => 'Telefon:' ,
- 'LBL_EMAIL' => 'Email:' ,
- 'LBL_DESCRIPTION_INFORMATION' => 'Beschreibung' ,
- 'LBL_DESCRIPTION' => 'Beschreibung:' ,
- 'LBL_NAME' => 'Name:' ,
- 'LBL_CONTACT_NAME' => 'Kontakt: ' ,
- 'LBL_LIST_COMPLETE' => 'Abgeschlossen:' ,
- 'LBL_LIST_STATUS' => 'Status' ,
- 'LBL_DATE_DUE_FLAG' => 'Kein Fälligkeitstag' ,
- 'LBL_DATE_START_FLAG' => 'Kein Startdatum' ,
- 'ERR_DELETE_RECORD' => 'Die Nummer eines Eintrages muss angegeben werde um einen Kontakt zu löschen!' ,
- 'ERR_INVALID_HOUR' => 'Bitte geben Sie eine Stunde zwischen 0 Uhr und 24 Uhr ein' ,
- 'LBL_DEFAULT_STATUS' => 'Nicht gestartet' ,
- 'LBL_DEFAULT_PRIORITY' => 'Medium' ,
- 'LBL_LIST_MY_TASKS' => 'Meine offenen Aufgaben' ,
- 'LNK_NEW_CALL' => 'Neuer Anruf' ,
- 'LNK_NEW_MEETING' => 'Neues Meeting' ,
- 'LNK_NEW_TASK' => 'Neue Aufgabe' ,
- 'LNK_NEW_NOTE' => 'Neue Notiz oder Anlage:' ,
- 'LNK_NEW_EMAIL' => 'Email archivieren' ,
- 'LNK_CALL_LIST' => 'Anrufe' ,
- 'LNK_MEETING_LIST' => 'Meetings' ,
- 'LNK_TASK_LIST' => 'Aufgaben' ,
- 'LNK_NOTE_LIST' => 'Notizen' ,
- 'LNK_EMAIL_LIST' => 'Emails' ,
- 'LNK_VIEW_CALENDAR' => 'Heute' ,
- 'LBL_CONTACT_FIRST_NAME' => 'Kontakt Vorname' ,
- 'LBL_CONTACT_LAST_NAME' => 'Kontakt Nachname' ,
- 'LBL_LIST_ASSIGNED_TO_NAME' => 'Benutzer' );
-
-?>