Add php files
This commit is contained in:
186
modules/Prospects/language/en_us.lang.php
Executable file
186
modules/Prospects/language/en_us.lang.php
Executable file
@@ -0,0 +1,186 @@
|
||||
<?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 (
|
||||
'LBL_MODULE_NAME' => 'Targets',
|
||||
'LBL_MODULE_ID' => 'Targets',
|
||||
'LBL_INVITEE' => 'Direct Reports',
|
||||
'LBL_MODULE_TITLE' => 'Targets: Home',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Target Search',
|
||||
'LBL_LIST_FORM_TITLE' => 'Target List',
|
||||
'LBL_NEW_FORM_TITLE' => 'New Target',
|
||||
'LBL_PROSPECT' => 'Target:',
|
||||
'LBL_BUSINESSCARD' => 'Business Card',
|
||||
'LBL_LIST_NAME' => 'Name',
|
||||
'LBL_LIST_LAST_NAME' => 'Last Name',
|
||||
'LBL_LIST_PROSPECT_NAME' => 'Target Name',
|
||||
'LBL_LIST_TITLE' => 'Title',
|
||||
'LBL_LIST_EMAIL_ADDRESS' => 'Email',
|
||||
'LBL_LIST_OTHER_EMAIL_ADDRESS' => 'Other Email',
|
||||
'LBL_LIST_PHONE' => 'Phone',
|
||||
'LBL_LIST_PROSPECT_ROLE' => 'Role',
|
||||
'LBL_LIST_FIRST_NAME' => 'First Name',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
|
||||
'LBL_ASSIGNED_TO_ID'=>'Assigned To:',
|
||||
//DON'T CONVERT THESE THEY ARE MAPPINGS
|
||||
'db_last_name' => 'LBL_LIST_LAST_NAME',
|
||||
'db_first_name' => 'LBL_LIST_FIRST_NAME',
|
||||
'db_title' => 'LBL_LIST_TITLE',
|
||||
'db_email1' => 'LBL_LIST_EMAIL_ADDRESS',
|
||||
'db_email2' => 'LBL_LIST_OTHER_EMAIL_ADDRESS',
|
||||
//END DON'T CONVERT
|
||||
'LBL_CAMPAIGN_ID' => 'Campaign ID',
|
||||
'LBL_EXISTING_PROSPECT' => 'Used an existing contact',
|
||||
'LBL_CREATED_PROSPECT' => 'Created a new contact',
|
||||
'LBL_EXISTING_ACCOUNT' => 'Used an existing account',
|
||||
'LBL_CREATED_ACCOUNT' => 'Created a new account',
|
||||
'LBL_CREATED_CALL' => 'Created a new call',
|
||||
'LBL_CREATED_MEETING' => 'Created a new meeting',
|
||||
'LBL_ADDMORE_BUSINESSCARD' => 'Add another business card',
|
||||
'LBL_ADD_BUSINESSCARD' => 'Enter Business Card',
|
||||
'LBL_NAME' => 'Name:',
|
||||
'LBL_FULL_NAME' => 'Name',
|
||||
'LBL_PROSPECT_NAME' => 'Target Name:',
|
||||
'LBL_PROSPECT_INFORMATION' => 'Target Overview',
|
||||
'LBL_MORE_INFORMATION' => 'More Information',
|
||||
'LBL_FIRST_NAME' => 'First Name:',
|
||||
'LBL_OFFICE_PHONE' => 'Office Phone:',
|
||||
'LBL_ANY_PHONE' => 'Any Phone:',
|
||||
'LBL_PHONE' => 'Phone:',
|
||||
'LBL_LAST_NAME' => 'Last Name:',
|
||||
'LBL_MOBILE_PHONE' => 'Mobile:',
|
||||
'LBL_HOME_PHONE' => 'Home:',
|
||||
'LBL_OTHER_PHONE' => 'Other Phone:',
|
||||
'LBL_FAX_PHONE' => 'Fax:',
|
||||
'LBL_PRIMARY_ADDRESS_STREET' => 'Primary Address Street:',
|
||||
'LBL_PRIMARY_ADDRESS_CITY' => 'Primary Address City:',
|
||||
'LBL_PRIMARY_ADDRESS_COUNTRY' => 'Primary Address Country:',
|
||||
'LBL_PRIMARY_ADDRESS_STATE' => 'Primary Address State:',
|
||||
'LBL_PRIMARY_ADDRESS_POSTALCODE' => 'Primary Address Postal Code:',
|
||||
'LBL_ALT_ADDRESS_STREET' => 'Alternate Address Street:',
|
||||
'LBL_ALT_ADDRESS_CITY' => 'Alternate Address City:',
|
||||
'LBL_ALT_ADDRESS_COUNTRY' => 'Alternate Address Country:',
|
||||
'LBL_ALT_ADDRESS_STATE' => 'Alternate Address State:',
|
||||
'LBL_ALT_ADDRESS_POSTALCODE' => 'Alternate Address Postal Code:',
|
||||
'LBL_TITLE' => 'Title:',
|
||||
'LBL_DEPARTMENT' => 'Department:',
|
||||
'LBL_BIRTHDATE' => 'Birthdate:',
|
||||
'LBL_EMAIL_ADDRESS' => 'Email Address:',
|
||||
'LBL_OTHER_EMAIL_ADDRESS' => 'Other Email:',
|
||||
'LBL_ANY_EMAIL' => 'Any Email:',
|
||||
'LBL_ASSISTANT' => 'Assistant:',
|
||||
'LBL_ASSISTANT_PHONE' => 'Assistant Phone:',
|
||||
'LBL_DO_NOT_CALL' => 'Do Not Call:',
|
||||
'LBL_EMAIL_OPT_OUT' => 'Email Opt Out:',
|
||||
'LBL_PRIMARY_ADDRESS' => 'Primary Address:',
|
||||
'LBL_ALTERNATE_ADDRESS' => 'Other Address:',
|
||||
'LBL_ANY_ADDRESS' => 'Any Address:',
|
||||
'LBL_CITY' => 'City:',
|
||||
'LBL_STATE' => 'State:',
|
||||
'LBL_POSTAL_CODE' => 'Postal Code:',
|
||||
'LBL_COUNTRY' => 'Country:',
|
||||
'LBL_DESCRIPTION_INFORMATION' => 'Description Information',
|
||||
'LBL_ADDRESS_INFORMATION' => 'Address Information',
|
||||
'LBL_DESCRIPTION' => 'Description:',
|
||||
'LBL_PROSPECT_ROLE' => 'Role:',
|
||||
'LBL_OPP_NAME' => 'Opportunity Name:',
|
||||
'LBL_IMPORT_VCARD' => 'Import vCard',
|
||||
'LBL_IMPORT_VCARDTEXT' => 'Automatically create a new contact by importing a vCard from your file system.',
|
||||
'LBL_DUPLICATE' => 'Possible Duplicate Targets',
|
||||
'MSG_SHOW_DUPLICATES' => 'The target record you are about to create might be a duplicate of a target record that already exists. Target records containing similar names and/or email addresses are listed below.<br>Click Save to continue creating this new target, or click Cancel to return to the module without creating the target.',
|
||||
'MSG_DUPLICATE' => 'The target record you are about to create might be a duplicate of a target record that already exists. Target records containing similar names and/or email addresses are listed below.<br>Click Save to continue creating this new target, or click Cancel to return to the module without creating the target.',
|
||||
'LNK_IMPORT_VCARD' => 'Create From vCard',
|
||||
'LNK_NEW_ACCOUNT' => 'Create Account',
|
||||
'LNK_NEW_OPPORTUNITY' => 'Create Opportunity',
|
||||
'LNK_NEW_CASE' => 'Create Case',
|
||||
'LNK_NEW_NOTE' => 'Create Note or Attachment',
|
||||
'LNK_NEW_CALL' => 'Log Call',
|
||||
'LNK_NEW_EMAIL' => 'Archive Email',
|
||||
'LNK_NEW_MEETING' => 'Schedule Meeting',
|
||||
'LNK_NEW_TASK' => 'Create Task',
|
||||
'LNK_NEW_APPOINTMENT' => 'Create Appointment',
|
||||
'LNK_IMPORT_PROSPECTS' => 'Import Prospects',
|
||||
'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
|
||||
'NTC_REMOVE_CONFIRMATION' => 'Are you sure you want to remove this contact from the case?',
|
||||
'NTC_REMOVE_DIRECT_REPORT_CONFIRMATION' => 'Are you sure you want to remove this record as a direct report?',
|
||||
'ERR_DELETE_RECORD' => 'A record number must be specified to delete the contact.',
|
||||
'NTC_COPY_PRIMARY_ADDRESS' => 'Copy primary address to alternate address',
|
||||
'NTC_COPY_ALTERNATE_ADDRESS' => 'Copy alternate address to primary address',
|
||||
'LBL_SALUTATION' => 'Salutation',
|
||||
'LBL_SAVE_PROSPECT' => 'Save Target',
|
||||
'LBL_CREATED_OPPORTUNITY' =>'Created a new opportunity',
|
||||
'NTC_OPPORTUNITY_REQUIRES_ACCOUNT' => 'Creating an opportunity requires an account.\n Please either create a new account or select an existing one.',
|
||||
'LNK_SELECT_ACCOUNT' => "Select Account",
|
||||
'LNK_NEW_PROSPECT' => 'Create Target',
|
||||
'LNK_PROSPECT_LIST' => 'View Targets',
|
||||
'LNK_NEW_CAMPAIGN' => 'Create Campaign',
|
||||
'LNK_CAMPAIGN_LIST' => 'Campaigns',
|
||||
'LNK_NEW_PROSPECT_LIST' => 'Create Target List',
|
||||
'LNK_PROSPECT_LIST_LIST' => 'Target Lists',
|
||||
'LNK_IMPORT_PROSPECT' => 'Import Targets',
|
||||
'LBL_SELECT_CHECKED_BUTTON_LABEL' => 'Select Checked Targets',
|
||||
'LBL_SELECT_CHECKED_BUTTON_TITLE' => 'Select Checked Targets',
|
||||
'LBL_INVALID_EMAIL'=>'Invalid Email:',
|
||||
'LBL_DEFAULT_SUBPANEL_TITLE'=>'Targets',
|
||||
'LBL_PROSPECT_LIST' => 'Prospect List',
|
||||
'LBL_CONVERT_BUTTON_KEY' => 'V',
|
||||
'LBL_CONVERT_BUTTON_TITLE' => 'Convert Target',
|
||||
'LBL_CONVERT_BUTTON_LABEL' => 'Convert Target',
|
||||
'LBL_CONVERTPROSPECT'=>'Convert Target',
|
||||
'LNK_NEW_CONTACT'=>'New Contact',
|
||||
'LBL_CREATED_CONTACT'=>"Created a new contact",
|
||||
'LBL_BACKTO_PROSPECTS'=>'Back to Targets',
|
||||
'LBL_CAMPAIGNS'=>'Campaigns',
|
||||
'LBL_CAMPAIGN_LIST_SUBPANEL_TITLE'=>'Campaign Log',
|
||||
'LBL_TRACKER_KEY'=>'Tracker Key',
|
||||
'LBL_LEAD_ID'=>'Lead Id',
|
||||
'LBL_CONVERTED_LEAD'=>'Converted Lead',
|
||||
'LBL_ACCOUNT_NAME'=>'Account Name',
|
||||
'LBL_EDIT_ACCOUNT_NAME'=>'Account Name:',
|
||||
'LBL_CREATED_USER' => 'Created User',
|
||||
'LBL_MODIFIED_USER' => 'Modified User',
|
||||
'LBL_CAMPAIGNS_SUBPANEL_TITLE' => 'Campaigns',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE'=>'History',
|
||||
);
|
||||
?>
|
||||
177
modules/Prospects/language/pl_pl.lang.php
Executable file
177
modules/Prospects/language/pl_pl.lang.php
Executable file
@@ -0,0 +1,177 @@
|
||||
<?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.1-->>
|
||||
* Translator: Krzysztof Morawski
|
||||
* All Rights Reserved.
|
||||
* Any bugs report welcome: krzysiek<at>kmmgroup<dot>pl
|
||||
* Contributor(s): ______________________________________..
|
||||
********************************************************************************/
|
||||
|
||||
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_MODULE_NAME' => 'Docelowi odbiorcy',
|
||||
'LBL_MODULE_ID' => 'Docelowi odbiorcy',
|
||||
'LBL_INVITEE' => 'Raportowanie bezpośrednie',
|
||||
'LBL_MODULE_TITLE' => 'Docelowi odbiorcy: Strona główna',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Szukaj ootencjalnych odbiorców',
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista docelowych odbiorców',
|
||||
'LBL_NEW_FORM_TITLE' => 'Nowy docelowy odbiorca',
|
||||
'LBL_PROSPECT' => 'Potencjalny odbiorca:',
|
||||
'LBL_MORE_INFORMATION'=>'Więcej informacji',
|
||||
'LBL_BUSINESSCARD' => 'Wizytówka',
|
||||
'LBL_LIST_NAME' => 'Nazwa',
|
||||
'LBL_LIST_LAST_NAME' => 'Nazwisko',
|
||||
'LBL_LIST_PROSPECT_NAME' => 'Nazwa docelowego odbiorcy',
|
||||
'LBL_LIST_TITLE' => 'Tytuł',
|
||||
'LBL_LIST_EMAIL_ADDRESS' => 'Email',
|
||||
'LBL_LIST_OTHER_EMAIL_ADDRESS' => 'Inny email',
|
||||
'LBL_LIST_PHONE' => 'Telefon',
|
||||
'LBL_LIST_PROSPECT_ROLE' => 'Rola',
|
||||
'LBL_LIST_FIRST_NAME' => 'Imię',
|
||||
'LBL_ASSIGNED_TO_NAME'=>'Przydzielone do:',
|
||||
'LBL_ASSIGNED_TO_ID'=>'Przydzielone do (Id):',
|
||||
//DON'T CONVERT THESE THEY ARE MAPPINGS
|
||||
'db_last_name' => 'LBL_LIST_LAST_NAME',
|
||||
'db_first_name' => 'LBL_LIST_FIRST_NAME',
|
||||
'db_title' => 'LBL_LIST_TITLE',
|
||||
'db_email1' => 'LBL_LIST_EMAIL_ADDRESS',
|
||||
'db_email2' => 'LBL_LIST_OTHER_EMAIL_ADDRESS',
|
||||
//END DON'T CONVERT
|
||||
'LBL_CAMPAIGN_ID' => 'ID Kampanii',
|
||||
'LBL_EXISTING_PROSPECT' => 'Użyto istniejącego kontaktu',
|
||||
'LBL_CREATED_PROSPECT' => 'Utworzono nowy kontakt',
|
||||
'LBL_EXISTING_ACCOUNT' => 'Użyto istniejącego klienta',
|
||||
'LBL_CREATED_ACCOUNT' => 'Utworzono nowego klienta',
|
||||
'LBL_CREATED_CALL' => 'Utworzono rozmowę telefoniczną ',
|
||||
'LBL_CREATED_MEETING' => 'Utworzono nowe spotkanie',
|
||||
'LBL_ADDMORE_BUSINESSCARD' => 'Dodaj wizytówkę',
|
||||
'LBL_ADD_BUSINESSCARD' => 'Wprowadź wizytówkę',
|
||||
'LBL_NAME' => 'Nazwa:',
|
||||
'LBL_FULL_NAME' => 'Pełna nazwa',
|
||||
'LBL_PROSPECT_NAME' => 'Nazwa odbiorcy:',
|
||||
'LBL_PROSPECT_INFORMATION' => 'Informacje o odbiorcy',
|
||||
'LBL_FIRST_NAME' => 'Imię:',
|
||||
'LBL_OFFICE_PHONE' => 'Telefon do biura:',
|
||||
'LBL_ANY_PHONE' => 'Inny telefon:',
|
||||
'LBL_PHONE' => 'Telefon:',
|
||||
'LBL_LAST_NAME' => 'Nazwisko:',
|
||||
'LBL_MOBILE_PHONE' => 'Mobile:',
|
||||
'LBL_HOME_PHONE' => 'Telefon domowy:',
|
||||
'LBL_OTHER_PHONE' => 'Inny telefon:',
|
||||
'LBL_FAX_PHONE' => 'Fax:',
|
||||
'LBL_PRIMARY_ADDRESS_STREET' => 'Ulica (adres główny):',
|
||||
'LBL_PRIMARY_ADDRESS_CITY' => 'Miasto (adres główny):',
|
||||
'LBL_PRIMARY_ADDRESS_COUNTRY' => 'Kraj (adres główny):',
|
||||
'LBL_PRIMARY_ADDRESS_STATE' => 'Woj. (adres główny):',
|
||||
'LBL_PRIMARY_ADDRESS_POSTALCODE' => 'Kod pocztowy (adres główny):',
|
||||
'LBL_ALT_ADDRESS_STREET' => 'Ulica (adres inny):',
|
||||
'LBL_ALT_ADDRESS_CITY' => 'Miasto (adres inny):',
|
||||
'LBL_ALT_ADDRESS_COUNTRY' => 'Kraj (adres inny):',
|
||||
'LBL_ALT_ADDRESS_STATE' => 'Woj. (adres inny):',
|
||||
'LBL_ALT_ADDRESS_POSTALCODE' => 'Kod pocztowy (adres inny):',
|
||||
'LBL_TITLE' => 'Tytuł:',
|
||||
'LBL_DEPARTMENT' => 'Departament:',
|
||||
'LBL_BIRTHDATE' => 'Data urodzenia:',
|
||||
'LBL_EMAIL_ADDRESS' => 'Adres email:',
|
||||
'LBL_OTHER_EMAIL_ADDRESS' => 'Inny email:',
|
||||
'LBL_ANY_EMAIL' => 'Dodatkowy adres email:',
|
||||
'LBL_ASSISTANT' => 'Asystent:',
|
||||
'LBL_ASSISTANT_PHONE' => 'Telefon asystenta:',
|
||||
'LBL_DO_NOT_CALL' => 'Nie dzwonić:',
|
||||
'LBL_EMAIL_OPT_OUT' => 'Email Opt Out:',
|
||||
'LBL_PRIMARY_ADDRESS' => 'Adres główny:',
|
||||
'LBL_ALTERNATE_ADDRESS' => 'Adres dodatkowy:',
|
||||
'LBL_ANY_ADDRESS' => 'Inny adres:',
|
||||
'LBL_CITY' => 'Miasto:',
|
||||
'LBL_STATE' => 'Woj.:',
|
||||
'LBL_POSTAL_CODE' => 'Kod pocztowy:',
|
||||
'LBL_COUNTRY' => 'Kraj:',
|
||||
'LBL_DESCRIPTION_INFORMATION' => 'Dodatkowe informacje',
|
||||
'LBL_ADDRESS_INFORMATION' => 'Informacje dot. adresu',
|
||||
'LBL_DESCRIPTION' => 'Opis:',
|
||||
'LBL_PROSPECT_ROLE' => 'Role:',
|
||||
'LBL_OPP_NAME' => 'Nazwa okazji:',
|
||||
'LBL_IMPORT_VCARD' => 'Import vCard',
|
||||
'LBL_IMPORT_VCARDTEXT' => 'Automatycznie tworzy nowy kontakt przez import vCard z twojego systemu.',
|
||||
'LBL_DUPLICATE' => 'Możliwa duplikacja klientów',
|
||||
'MSG_SHOW_DUPLICATES' => 'Utworzenie tego kontaktu może spowodować duplikację kontaktów. Możesz kliknąć na "Zapisz", kontynuując z użyciem dotychczas wprowadzonych danych, lub kliknąć "Skasuj".',
|
||||
'MSG_DUPLICATE' => 'Utworzenie tego kontaktu może spowodować duplikację kontaktów. Możesz wybrać kontakt z listy poniżej, lub kliknąć "Zapisz", kontynuując z użyciem dotychczas wprowadzonych danych.',
|
||||
'LNK_IMPORT_VCARD' => 'Utwórz z vCard',
|
||||
'LNK_NEW_ACCOUNT' => 'Utwórz odbiorcę',
|
||||
'LNK_NEW_OPPORTUNITY' => 'Utwórz okazje',
|
||||
'LNK_NEW_CASE' => 'Utwórz sprawę',
|
||||
'LNK_NEW_NOTE' => 'Utwórz notatkę lub załącznik',
|
||||
'LNK_NEW_CALL' => 'Plan telefonów',
|
||||
'LNK_NEW_EMAIL' => 'Zarchiwizuj emaile',
|
||||
'LNK_NEW_MEETING' => 'Plan spotkań',
|
||||
'LNK_NEW_TASK' => 'Utwórz zadanie',
|
||||
'LNK_NEW_APPOINTMENT' => 'Utwórz spotkanie',
|
||||
'NTC_DELETE_CONFIRMATION' => 'Czy na pewno usunąć ten rekord?',
|
||||
'NTC_REMOVE_CONFIRMATION' => 'Czy na pewno usunąć ten kontakt z tej sprawy?',
|
||||
'NTC_REMOVE_DIRECT_REPORT_CONFIRMATION' => 'Czy na pewno chcesz usunąć ten zapis jako bezpośredni raport?',
|
||||
'ERR_DELETE_RECORD' => 'Musisz podać numer rekordu, aby usunąć ten kontakt.',
|
||||
'NTC_COPY_PRIMARY_ADDRESS' => 'Kopiuj adres podstawowy jako adres alternatywny',
|
||||
'NTC_COPY_ALTERNATE_ADDRESS' => 'Kopiuj adres alternatywny jako adres podstawowy',
|
||||
'LBL_SALUTATION' => 'Pozdrowienie',
|
||||
'LBL_SAVE_PROSPECT' => 'Zachowaj docelowego odbiorcę',
|
||||
'LBL_CREATED_OPPORTUNITY' =>'Utwórz Nową Okazję',
|
||||
'NTC_OPPORTUNITY_REQUIRES_ACCOUNT' => 'Utworzenie nowej okazji wymaga podania nazwy klienta.\n Utwórz nowego klienta, lub skorzystaj z już istniejącego.',
|
||||
'LNK_SELECT_ACCOUNT' => "Wybierz odbiorcę",
|
||||
'LNK_NEW_PROSPECT' => 'Utwórz docelowego odbiorcę',
|
||||
'LNK_PROSPECT_LIST' => 'Docelowi odbiorcy',
|
||||
'LNK_NEW_CAMPAIGN' => 'Utwórz Kampanię',
|
||||
'LNK_CAMPAIGN_LIST' => 'Kampanie',
|
||||
'LNK_NEW_PROSPECT_LIST' => 'Utwórz listę grup odbiorców',
|
||||
'LNK_PROSPECT_LIST_LIST' => 'Lista grup odbiorców',
|
||||
'LNK_IMPORT_PROSPECT' => 'Import docelowych odbiorców',
|
||||
'LBL_SELECT_CHECKED_BUTTON_LABEL' => 'Wybierz zaznaczonych docelowych odbiorców',
|
||||
'LBL_SELECT_CHECKED_BUTTON_TITLE' => 'Wybierz zaznaczonych docelowych odbiorców',
|
||||
'LBL_INVALID_EMAIL'=>'Niewłaściwy adres email:',
|
||||
'LBL_DEFAULT_SUBPANEL_TITLE'=>'Docelowi odbiorcy',
|
||||
'LBL_PROSPECTS_LIST'=>'Lista docelowych klientów',
|
||||
'LBL_CONVERT_BUTTON_KEY' => 'V',
|
||||
'LBL_CONVERT_BUTTON_TITLE' => 'Konwertuj docelowych odbiorców',
|
||||
'LBL_CONVERT_BUTTON_LABEL' => 'Konwertuj docelowych odbiorców',
|
||||
'LBL_CONVERTPROSPECT'=>'Konwertuj docelowych odbiorców',
|
||||
'LNK_NEW_CONTACT'=>'Nowy kontakt',
|
||||
'LBL_CREATED_CONTACT'=>"Utwórz nowy kontakt",
|
||||
'LBL_BACKTO_PROSPECTS'=>'Wróć do docelowych odbiorców',
|
||||
'LBL_CAMPAIGNS'=>'Kampanie',
|
||||
'LBL_CAMPAIGN_LIST_SUBPANEL_TITLE'=>'Log kampanii',
|
||||
'LBL_TRACKER_KEY'=>'Klucz śledzenia',
|
||||
'LBL_LEAD_ID'=>'Id Adresu',
|
||||
'LBL_CONVERTED_LEAD'=>'Przekonwertowane adresu',
|
||||
'LBL_ACCOUNT_NAME'=>'Nazwa odbiorcy',
|
||||
'LBL_EDIT_ACCOUNT_NAME'=>'Nazwa odbiorcy:',
|
||||
'LBL_CREATED_USER' => 'Użytkownik tworzący',
|
||||
'LBL_MODIFIED_USER' => 'Użytkownik modyfikujący',
|
||||
'LBL_CAMPAIGNS_SUBPANEL_TITLE' => 'Kampanie',
|
||||
|
||||
);
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user