Add php files
This commit is contained in:
115
modules/EcmDesigns/language/en_us.lang.php
Executable file
115
modules/EcmDesigns/language/en_us.lang.php
Executable file
@@ -0,0 +1,115 @@
|
||||
<?php
|
||||
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
/*********************************************************************************
|
||||
|
||||
* 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 (
|
||||
'ERR_DELETE_RECORD' => 'You must specify a record number to delete the account.',
|
||||
'LBL_ACCOUNT_ID' => 'Account ID:',
|
||||
'LBL_CASE_ID' => 'Case ID:',
|
||||
'LBL_CLOSE' => 'Close:',
|
||||
'LBL_COLON' => ':',
|
||||
'LBL_CONTACT_ID' => 'Contact ID:',
|
||||
'LBL_CONTACT_NAME' => 'Contact:',
|
||||
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Designs',
|
||||
'LBL_DESCRIPTION' => 'Description',
|
||||
'LBL_EMAIL_ADDRESS' => 'Email Address:',
|
||||
'LBL_EMAIL_ATTACHMENT' => 'Email Attachment',
|
||||
'LBL_FILE_MIME_TYPE' => 'Mime Type',
|
||||
'LBL_FILE_URL' => 'File URL',
|
||||
'LBL_FILENAME' => 'File to publish:',
|
||||
'LBL_FILENAME2' => 'File to print:',
|
||||
'LBL_LEAD_ID' => 'Lead ID:',
|
||||
'LBL_LIST_CONTACT_NAME' => 'Contact',
|
||||
'LBL_LIST_DATE_MODIFIED' => 'Last Modified',
|
||||
'LBL_LIST_FILENAME' => 'Attachment',
|
||||
'LBL_LIST_FORM_TITLE' => 'Design List',
|
||||
'LBL_LIST_RELATED_TO' => 'Related To',
|
||||
'LBL_LIST_SUBJECT' => 'Subject',
|
||||
'LBL_LIST_STATUS' => 'Status',
|
||||
'LBL_LIST_CONTACT' => 'Contact',
|
||||
'LBL_MODULE_NAME' => 'Designs',
|
||||
'LBL_MODULE_TITLE' => 'Designs: Home',
|
||||
'LBL_NEW_FORM_TITLE' => 'Create Design or Add Attachment',
|
||||
'LBL_ECMDESIGN_STATUS' => 'Design',
|
||||
'LBL_ECMDESIGN_SUBJECT' => 'Design Subject:',
|
||||
'LBL_ECMDESIGNS_SUBPANEL_TITLE' => 'Attachments',
|
||||
'LBL_ECMDESIGN' => 'Design:',
|
||||
'LBL_OPPORTUNITY_ID' => 'Opportunity ID:',
|
||||
'LBL_PARENT_ID' => 'Parent ID:',
|
||||
'LBL_PARENT_TYPE' => 'Parent Type',
|
||||
'LBL_PHONE' => 'Phone:',
|
||||
'LBL_PORTAL_FLAG' => 'Display in Portal?',
|
||||
'LBL_EMBED_FLAG' => 'Embed in email?',
|
||||
'LBL_PRODUCT_ID' => 'Product ID:',
|
||||
'LBL_QUOTE_ID' => 'Quote ID:',
|
||||
'LBL_RELATED_TO' => 'Related To:',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Design Search',
|
||||
'LBL_STATUS' => 'Status',
|
||||
'LBL_SUBJECT' => 'Subject:',
|
||||
'LNK_CALL_LIST' => 'Calls',
|
||||
'LNK_EMAIL_LIST' => 'Emails',
|
||||
'LNK_IMPORT_ECMDESIGNS' => 'Import Designs',
|
||||
'LNK_MEETING_LIST' => 'Meetings',
|
||||
'LNK_NEW_CALL' => 'Log Call',
|
||||
'LNK_NEW_EMAIL' => 'Archive Email',
|
||||
'LNK_NEW_MEETING' => 'Schedule Meeting',
|
||||
'LNK_NEW_ECMDESIGN' => 'Create Design or Attachment',
|
||||
'LNK_NEW_TASK' => 'Create Task',
|
||||
'LNK_ECMDESIGN_LIST' => 'Designs',
|
||||
'LNK_TASK_LIST' => 'Tasks',
|
||||
'LNK_VIEW_CALENDAR' => 'Today',
|
||||
'LNK_IMPORT_ECMDESIGNS' => 'Import Designs',
|
||||
'LBL_MEMBER_OF' => 'Member of:',
|
||||
'LBL_LIST_ASSIGNED_TO_NAME' => 'Assigned User',
|
||||
'LBL_REMOVING_ATTACHMENT'=>'Removing attachment...',
|
||||
'ERR_REMOVING_ATTACHMENT'=>'Failed to remove attachment...',
|
||||
'LBL_CREATED_BY'=>'Created By',
|
||||
'LBL_MODIFIED_BY'=>'Modified By',
|
||||
'LBL_SEND_ANYWAYS'=> 'This email has no subject. Send/save anyway?',
|
||||
'LBL_LIST_EDIT_BUTTON' => 'Edit',
|
||||
'LBL_ACTIVITIES_REPORTS' => 'Activities Report',
|
||||
'LBL_PANEL_DETAILS' => 'Details',
|
||||
'LBL_ECMDESIGN_INFORMATION' => 'Design Overview',
|
||||
);
|
||||
|
||||
?>
|
||||
112
modules/EcmDesigns/language/pl_pl.lang.php
Executable file
112
modules/EcmDesigns/language/pl_pl.lang.php
Executable file
@@ -0,0 +1,112 @@
|
||||
<?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-2005 SugarCRM, Inc.;
|
||||
* All Rights Reserved.
|
||||
* Contributor(s): ______________________________________.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
* pl_pl.lang.php,v for SugarCRM 4.5-->>
|
||||
* Translator: Krzysztof Morawski
|
||||
* All Rights Reserved.
|
||||
* Any bugs report welcome: krzysiek<at>mojsklepik<dot>net
|
||||
* Contributor(s): ______________________________________..
|
||||
********************************************************************************/
|
||||
|
||||
$mod_strings = array (
|
||||
'ERR_DELETE_RECORD' => 'Numer rekordu musi być określony, aby usunąć Klienta.',
|
||||
'LBL_ACCOUNT_ID' => 'ID Klienta:',
|
||||
'LBL_CASE_ID' => 'ID Sprawy:',
|
||||
'LBL_CLOSE' => 'Zamknij:',
|
||||
'LBL_COLON' => ':',
|
||||
'LBL_CONTACT_ID' => 'ID Kontaktu:',
|
||||
'LBL_CONTACT_NAME' => 'Kontakt:',
|
||||
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Wzory',
|
||||
'LBL_DESCRIPTION' => 'Opis',
|
||||
'LBL_EMAIL_ADDRESS' => 'Adres email:',
|
||||
'LBL_EMAIL_ATTACHMENT' => 'Załącznik wiadomości',
|
||||
'LBL_FILE_MIME_TYPE' => 'Type mime',
|
||||
'LBL_FILE_URL' => 'Plik URL',
|
||||
'LBL_FILENAME' => 'Plik do publikacji:',
|
||||
'LBL_FILENAME2' => 'Plik do druku:',
|
||||
'LBL_LEAD_ID' => 'ID Decydenta:',
|
||||
'LBL_LIST_CONTACT_NAME' => 'Kontakty',
|
||||
'LBL_LIST_DATE_MODIFIED' => 'Ostatnia modyfikacja',
|
||||
'LBL_LIST_FILENAME' => 'Załącznik',
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista notatek',
|
||||
'LBL_LIST_RELATED_TO' => 'Przydzielono do',
|
||||
'LBL_LIST_SUBJECT' => 'Temat',
|
||||
'LBL_LIST_STATUS' => 'Status',
|
||||
'LBL_LIST_CONTACT' => 'Kontakt',
|
||||
'LBL_MODULE_NAME' => 'Wzory',
|
||||
'LBL_MODULE_TITLE' => 'Wzory: Strona główna',
|
||||
'LBL_NEW_FORM_TITLE' => 'Utwórz wzór lub załącznik',
|
||||
'LBL_ECMDESIGN_STATUS' => 'Wzór',
|
||||
'LBL_ECMDESIGN_SUBJECT' => 'Numer:',
|
||||
'LBL_PANEL_CATEGORIES'=>'Kategorie:',
|
||||
'LBL_PANEL_CATEGORIES_NAME'=>'Nazwa kategori:',
|
||||
'LBL_ECMDESIGNS_SUBPANEL_TITLE' => 'Załącznik',
|
||||
'LBL_ECMDESIGN' => 'Wzór:',
|
||||
'LBL_OPPORTUNITY_ID' => 'ID Okazji:',
|
||||
'LBL_PARENT_ID' => 'Pierwotne ID:',
|
||||
'LBL_PARENT_TYPE' => 'Pierwotny Typ',
|
||||
'LBL_PHONE' => 'Telefon:',
|
||||
'LBL_PORTAL_FLAG' => 'Wyświetlić w Portalu?',
|
||||
'LBL_EMBED_FLAG' => 'Umieścić w wiadomości?',
|
||||
'LBL_PRODUCT_ID' => 'ID Produktu:',
|
||||
'LBL_QUOTE_ID' => 'ID Wątku:',
|
||||
'LBL_RELATED_TO' => 'Przydzielony do:',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Szukaj notatki',
|
||||
'LBL_STATUS' => 'Status',
|
||||
'LBL_SUBJECT' => 'Temat:',
|
||||
'LNK_CALL_LIST' => 'Rozmowy telefoniczne',
|
||||
'LNK_EMAIL_LIST' => 'Emaile',
|
||||
'LNK_IMPORT_ECMDESIGNS' => 'Importuj notatki',
|
||||
'LNK_MEETING_LIST' => 'Spotkania',
|
||||
'LNK_NEW_CALL' => 'Plan rozmów telefonicznych',
|
||||
'LNK_NEW_EMAIL' => 'Zarchiwizowane emaile',
|
||||
'LNK_NEW_MEETING' => 'Plan spotkania',
|
||||
'LNK_NEW_ECMDESIGN' => 'Utwórz wzór',
|
||||
'LNK_NEW_TASK' => 'Utwórz zadanie',
|
||||
'LNK_ECMDESIGN_LIST' => 'Wzory',
|
||||
'LNK_TASK_LIST' => 'Zadania',
|
||||
'LNK_VIEW_CALENDAR' => 'Dzisiaj',
|
||||
'LBL_MEMBER_OF' => 'Członek:',
|
||||
'LBL_LIST_ASSIGNED_TO_NAME' => 'Przydzielony użytkownik',
|
||||
|
||||
// 'LBL_LIST_TEAM' => 'Zespół',
|
||||
// 'LBL_TEAM' => 'Zespół:',
|
||||
'LBL_OC_FILE_NOTICE' => 'Zaloguj się, aby zobaczyć plik',
|
||||
|
||||
'LBL_REMOVING_ATTACHMENT'=>'Usuwam załącznik...',
|
||||
'ERR_REMOVING_ATTACHMENT'=>'Nie można usunąć załącznika...',
|
||||
'LBL_CREATED_BY'=>'Utworzone przez',
|
||||
'LBL_MODIFIED_BY'=>'Zmodyfikowane przez',
|
||||
'LBL_SEND_ANYWAYS'=> 'Ta wiadomość nie ma tematu. Wysłać mimo to?',
|
||||
'LBL_LIST_EDIT_BUTTON' => 'Edytuj',
|
||||
'LBL_ACTIVITIES_REPORTS' => 'Raport aktywności',
|
||||
// 'LBL_DATE_ENTERED' => 'Data utworzenia:',
|
||||
// 'LBL_DATE_MODIFIED' => 'Ostatnia modyfikacja:',
|
||||
|
||||
//add 26.09.1011
|
||||
'LBL_ECMDESIGN_INFORMATION' => 'Nowa notatka',
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user