init
This commit is contained in:
61
include/SugarObjects/templates/company/language/application/en_us.lang.php
Executable file
61
include/SugarObjects/templates/company/language/application/en_us.lang.php
Executable file
@@ -0,0 +1,61 @@
|
||||
<?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".
|
||||
********************************************************************************/
|
||||
/*
|
||||
* Created on Aug 14, 2007
|
||||
*
|
||||
* To change the template for this generated file go to
|
||||
* Window - Preferences - PHPeclipse - PHP - Code Templates
|
||||
*/
|
||||
$app_list_strings = array (
|
||||
|
||||
strtolower($object_name).'_type_dom' =>
|
||||
array (
|
||||
'' => '',
|
||||
'Analyst' => 'Analyst',
|
||||
'Competitor' => 'Competitor',
|
||||
'Customer' => 'Customer',
|
||||
'Integrator' => 'Integrator',
|
||||
'Investor' => 'Investor',
|
||||
'Partner' => 'Partner',
|
||||
'Press' => 'Press',
|
||||
'Prospect' => 'Prospect',
|
||||
'Reseller' => 'Reseller',
|
||||
'Other' => 'Other',
|
||||
),
|
||||
|
||||
);
|
||||
?>
|
||||
53
include/SugarObjects/templates/company/language/application/pl_pl.lang.php
Executable file
53
include/SugarObjects/templates/company/language/application/pl_pl.lang.php
Executable file
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||||
/*********************************************************************************
|
||||
* The contents of this file are subject to the SugarCRM Enterprise Subscription
|
||||
* Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/crm/products/sugar-enterprise-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-2007 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
/*
|
||||
* Created on Aug 14, 2007
|
||||
*
|
||||
* To change the template for this generated file go to
|
||||
* Window - Preferences - PHPeclipse - PHP - Code Templates
|
||||
*/
|
||||
$app_list_strings = array (
|
||||
|
||||
strtolower($object_name).'_type_dom' =>
|
||||
array (
|
||||
'' => '',
|
||||
'Analyst' => 'Analityk',
|
||||
'Competitor' => 'Konkurent',
|
||||
'Customer' => 'Klient',
|
||||
'Integrator' => 'Integrator',
|
||||
'Investor' => 'Inwestor',
|
||||
'Partner' => 'Partner',
|
||||
'Press' => 'Prasa',
|
||||
'Prospect' => 'Potencjalny',
|
||||
'Reseller' => 'Reseller',
|
||||
'Other' => 'Inny',
|
||||
),
|
||||
|
||||
);
|
||||
?>
|
||||
133
include/SugarObjects/templates/company/language/en_us.lang.php
Executable file
133
include/SugarObjects/templates/company/language/en_us.lang.php
Executable file
@@ -0,0 +1,133 @@
|
||||
<?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".
|
||||
********************************************************************************/
|
||||
|
||||
$mod_strings = array (
|
||||
'ACCOUNT_REMOVE_PROJECT_CONFIRM' => 'Are you sure you want to remove this account from this project?',
|
||||
'ERR_DELETE_RECORD' => 'A record number must be specified to delete the account.',
|
||||
'LBL_ACCOUNT_NAME' => 'Company Name:',
|
||||
'LBL_ACCOUNT' => 'Company:',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE'=>'Activities',
|
||||
'LBL_ADDRESS_INFORMATION' => 'Address Information',
|
||||
'LBL_ANNUAL_REVENUE' => 'Annual Revenue:',
|
||||
'LBL_ANY_ADDRESS' => 'Any Address:',
|
||||
'LBL_ANY_EMAIL' => 'Any Email:',
|
||||
'LBL_ANY_PHONE' => 'Any Phone:',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'User:',
|
||||
'LBL_RATING'=>'Rating',
|
||||
'LBL_ASSIGNED_USER'=>'Assigned to:',
|
||||
'LBL_ASSIGNED_TO_ID' => 'Assigned to:',
|
||||
'LBL_BILLING_ADDRESS_CITY' => 'Billing City:',
|
||||
'LBL_BILLING_ADDRESS_COUNTRY' => 'Billing Country:',
|
||||
'LBL_BILLING_ADDRESS_POSTALCODE' => 'Billing Postal Code:',
|
||||
'LBL_BILLING_ADDRESS_STATE' => 'Billing State:',
|
||||
'LBL_BILLING_ADDRESS_STREET_2' =>'Billing Street 2',
|
||||
'LBL_BILLING_ADDRESS_STREET_3' =>'Billing Street 3',
|
||||
'LBL_BILLING_ADDRESS_STREET_4' =>'Billing Street 4',
|
||||
'LBL_BILLING_ADDRESS_STREET' => 'Billing Street:',
|
||||
'LBL_BILLING_ADDRESS' => 'Billing Address:',
|
||||
'LBL_ACCOUNT_INFORMATION' => 'Company Information',
|
||||
'LBL_CITY' => 'City:',
|
||||
'LBL_CONTACTS_SUBPANEL_TITLE' => 'Contacts',
|
||||
'LBL_COUNTRY' => 'Country:',
|
||||
'LBL_DATE_ENTERED' => 'Date Created:',
|
||||
'LBL_DATE_MODIFIED' => 'Date Modified:',
|
||||
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Accounts',
|
||||
'LBL_DESCRIPTION_INFORMATION' => 'Description Information',
|
||||
'LBL_DESCRIPTION' => 'Description:',
|
||||
'LBL_DUPLICATE' => 'Possible Duplicate Account',
|
||||
'LBL_EMAIL' => 'Email Address:',
|
||||
'LBL_EMPLOYEES' => 'Employees:',
|
||||
'LBL_FAX' => 'Fax:',
|
||||
'LBL_INDUSTRY' => 'Industry:',
|
||||
'LBL_LIST_ACCOUNT_NAME' => 'Account Name',
|
||||
'LBL_LIST_CITY' => 'City',
|
||||
'LBL_LIST_EMAIL_ADDRESS' => 'Email Address',
|
||||
'LBL_LIST_PHONE' => 'Phone',
|
||||
'LBL_LIST_STATE' => 'State',
|
||||
'LBL_LIST_WEBSITE' => 'Website',
|
||||
'LBL_MEMBER_OF' => 'Member of:',
|
||||
'LBL_MEMBER_ORG_FORM_TITLE' => 'Member Organizations',
|
||||
'LBL_MEMBER_ORG_SUBPANEL_TITLE'=>'Member Organizations',
|
||||
'LBL_NAME'=>'Name:',
|
||||
'LBL_OTHER_EMAIL_ADDRESS' => 'Other Email:',
|
||||
'LBL_OTHER_PHONE' => 'Other Phone:',
|
||||
'LBL_OWNERSHIP' => 'Ownership:',
|
||||
'LBL_PARENT_ACCOUNT_ID' => 'Parent Account ID',
|
||||
'LBL_PHONE_ALT' => 'Alternate Phone:',
|
||||
'LBL_PHONE_FAX' => 'Phone Fax:',
|
||||
'LBL_PHONE_OFFICE' => 'Office Phone:',
|
||||
'LBL_PHONE' => 'Phone:',
|
||||
'LBL_EMAIL_ADDRESS'=>'Email Address(es)',
|
||||
'LBL_POSTAL_CODE' => 'Postal Code:',
|
||||
'LBL_PUSH_BILLING' => 'Push Billing',
|
||||
'LBL_PUSH_SHIPPING' => 'Push Shipping',
|
||||
'LBL_SAVE_ACCOUNT' => 'Save Account',
|
||||
'LBL_SHIPPING_ADDRESS_CITY' => 'Shipping City:',
|
||||
'LBL_SHIPPING_ADDRESS_COUNTRY' => 'Shipping Country:',
|
||||
'LBL_SHIPPING_ADDRESS_POSTALCODE' => 'Shipping Postal Code:',
|
||||
'LBL_SHIPPING_ADDRESS_STATE' => 'Shipping State:',
|
||||
'LBL_SHIPPING_ADDRESS_STREET_2' => 'Shipping Street 2',
|
||||
'LBL_SHIPPING_ADDRESS_STREET_3' => 'Shipping Street 3',
|
||||
'LBL_SHIPPING_ADDRESS_STREET_4' => 'Shipping Street 4',
|
||||
'LBL_SHIPPING_ADDRESS_STREET' => 'Shipping Street:',
|
||||
'LBL_SHIPPING_ADDRESS' => 'Shipping Address:',
|
||||
|
||||
'LBL_STATE' => 'State:',
|
||||
'LBL_TICKER_SYMBOL' => 'Ticker Symbol:',
|
||||
'LBL_TYPE' => 'Type:',
|
||||
'LBL_USERS_ASSIGNED_LINK'=>'Assigned Users',
|
||||
'LBL_USERS_CREATED_LINK'=>'Created By Users',
|
||||
'LBL_USERS_MODIFIED_LINK'=>'Modified Users',
|
||||
'LBL_VIEW_FORM_TITLE' => 'Account View',
|
||||
'LBL_WEBSITE' => 'Website:',
|
||||
|
||||
'LNK_ACCOUNT_LIST' => 'Accounts',
|
||||
'LNK_NEW_ACCOUNT' => 'Create Account',
|
||||
|
||||
'MSG_DUPLICATE' => 'Creating this account may potentially create a duplicate account. You may either select an account from the list below or you may click on Save to continue creating a new account with the previously entered data.',
|
||||
'MSG_SHOW_DUPLICATES' => 'Creating this account may potentially create a duplicate account. You may either click on Save to continue creating this new account with the previously entered data or you may click Cancel.',
|
||||
|
||||
'NTC_COPY_BILLING_ADDRESS' => 'Copy billing address to shipping address',
|
||||
'NTC_COPY_BILLING_ADDRESS2' => 'Copy to shipping',
|
||||
'NTC_COPY_SHIPPING_ADDRESS' => 'Copy shipping address to billing address',
|
||||
'NTC_COPY_SHIPPING_ADDRESS2' => 'Copy to billing',
|
||||
'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
|
||||
'NTC_REMOVE_ACCOUNT_CONFIRMATION' => 'Are you sure you want to remove this record?',
|
||||
'NTC_REMOVE_MEMBER_ORG_CONFIRMATION' => 'Are you sure you want to remove this record as a member organization?',
|
||||
);
|
||||
|
||||
|
||||
126
include/SugarObjects/templates/company/language/pl_pl.lang.php
Executable file
126
include/SugarObjects/templates/company/language/pl_pl.lang.php
Executable file
@@ -0,0 +1,126 @@
|
||||
<?php
|
||||
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||||
/*********************************************************************************
|
||||
* The contents of this file are subject to the SugarCRM Enterprise Subscription
|
||||
* Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/crm/products/sugar-enterprise-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-2007 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
$mod_strings = array (
|
||||
'ACCOUNT_REMOVE_PROJECT_CONFIRM' => 'Czy na pewno chcesz usunąć to konto z projektu?',
|
||||
'ERR_DELETE_RECORD' => 'Musisz podać numer rekordu, aby usunąć to konto.',
|
||||
'LBL_ACCOUNT_NAME' => 'Nazwa firmy:',
|
||||
'LBL_ACCOUNT' => 'Firma:',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE'=>'Działania',
|
||||
'LBL_ADDRESS_INFORMATION' => 'Informacje adresowe',
|
||||
'LBL_ANNUAL_REVENUE' => 'Roczne przychody :',
|
||||
'LBL_ANY_ADDRESS' => 'Dowolny adres:',
|
||||
'LBL_ANY_EMAIL' => 'Dowolny adres email:',
|
||||
'LBL_ANY_PHONE' => 'Dowolny telefon:',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'Przydzielone do:',
|
||||
'LBL_RATING'=>'Rating',
|
||||
'LBL_ASSIGNED_USER'=>'Przydzielone do użytkownika:',
|
||||
'LBL_ASSIGNED_TO_ID' => 'Przydzielone do:',
|
||||
'LBL_BILLING_ADDRESS_CITY' => 'Adres korespondencyjny miasto:',
|
||||
'LBL_BILLING_ADDRESS_COUNTRY' => 'Adres korespondencyjny kraj:',
|
||||
'LBL_BILLING_ADDRESS_POSTALCODE' => 'Adres korespondencyjny kod pocztowy:',
|
||||
'LBL_BILLING_ADDRESS_STATE' => 'Adres korespondencyjny woj.:',
|
||||
'LBL_BILLING_ADDRESS_STREET_4' => 'Adres korespondencyjny ulica 4:',
|
||||
'LBL_BILLING_ADDRESS_STREET_3' => 'Adres Korespondencyjny ulica 3:',
|
||||
'LBL_BILLING_ADDRESS_STREET_2' => 'Adres Korespondencyjny ulica 2:',
|
||||
'LBL_BILLING_ADDRESS_STREET' => 'Adres Korespondencyjny ulica:',
|
||||
'LBL_BILLING_ADDRESS' => 'Adres korespondencyjny:',
|
||||
'LBL_ACCOUNT_INFORMATION' => 'Informacje o firmie',
|
||||
'LBL_CITY' => 'Miasto:',
|
||||
'LBL_CONTACTS_SUBPANEL_TITLE' => 'Kontakty',
|
||||
'LBL_COUNTRY' => 'Kraj:',
|
||||
'LBL_DATE_ENTERED' => 'Data wprowadzenia:',
|
||||
'LBL_DATE_MODIFIED' => 'Data modyfikacji:',
|
||||
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Klienci',
|
||||
'LBL_DESCRIPTION_INFORMATION' => 'Informacje opisujące',
|
||||
'LBL_DESCRIPTION' => 'Opis:',
|
||||
'LBL_DUPLICATE' => 'Prawdopodobnie rekord juz istnieje',
|
||||
'LBL_EMAIL' => 'Email:',
|
||||
'LBL_EMPLOYEES' => 'Pracownicy:',
|
||||
'LBL_FAX' => 'Fax:',
|
||||
'LBL_INDUSTRY' => 'Branża:',
|
||||
'LBL_ACCOUNT_NAME' => 'Nazwa klienta:',
|
||||
'LBL_LIST_CITY' => 'Miasto',
|
||||
'LBL_LIST_EMAIL_ADDRESS' => 'Adresy email',
|
||||
'LBL_LIST_PHONE' => 'Telefon',
|
||||
'LBL_LIST_STATE' => 'Województwo',
|
||||
'LBL_LIST_WEBSITE' => 'Strona WWW',
|
||||
'LBL_MEMBER_OF' => 'Członek:',
|
||||
'LBL_MEMBER_ORG_FORM_TITLE' => 'Członek organizacji',
|
||||
'LBL_MEMBER_ORG_SUBPANEL_TITLE'=> 'Członek organizacji',
|
||||
'LBL_NAME'=>'Nazwa:',
|
||||
'LBL_OTHER_EMAIL_ADDRESS' => 'E-mail 2:',
|
||||
'LBL_OTHER_PHONE' => 'Telefon 2:',
|
||||
'LBL_OWNERSHIP' => 'Własność:',
|
||||
'LBL_PARENT_ACCOUNT_ID' => 'ID klienta nadrzędnego',
|
||||
'LBL_PHONE_ALT' => 'Alternatywny numer tel.:',
|
||||
'LBL_PHONE_FAX' => 'Fax do biura:',
|
||||
'LBL_PHONE_OFFICE' => 'Telefon do biura:',
|
||||
'LBL_PHONE' => 'Telefon:',
|
||||
'LBL_POSTAL_CODE' => 'Kod pocztowy:',
|
||||
'LBL_PUSH_BILLING' => 'Kopiuj adres korespond.',
|
||||
'LBL_PUSH_SHIPPING' => 'Kopiuj adres dostawy',
|
||||
'LBL_SAVE_ACCOUNT' => 'Zachowaj klienta',
|
||||
'LBL_SHIPPING_ADDRESS_CITY' => 'Adres dostawy miasto:',
|
||||
'LBL_SHIPPING_ADDRESS_COUNTRY' => 'Adres dostawy kraj:',
|
||||
'LBL_SHIPPING_ADDRESS_POSTALCODE' => 'Adres dostawy kod pocztowy:',
|
||||
'LBL_SHIPPING_ADDRESS_STATE' => 'Adres dostawy woj.:',
|
||||
'LBL_SHIPPING_ADDRESS_STREET_2' => 'Adres dostawy ulica:',
|
||||
'LBL_SHIPPING_ADDRESS_STREET_3' => 'Adres dostawy ulica:',
|
||||
'LBL_SHIPPING_ADDRESS_STREET_4' => 'Adres dostawy ulica:',
|
||||
'LBL_SHIPPING_ADDRESS_STREET' => 'Adres dostawy ulica:',
|
||||
'LBL_SHIPPING_ADDRESS' => 'Adres dostawy:',
|
||||
|
||||
'LBL_STATE' => 'Województwo:',
|
||||
'LBL_TEAMS_LINK'=>'Zespoły',
|
||||
'LBL_TICKER_SYMBOL' => 'Symbol wprowadzającego:',
|
||||
'LBL_TYPE' => 'Typ:',
|
||||
'LBL_USERS_ASSIGNED_LINK'=>'Przydzielony użytkownik',
|
||||
'LBL_USERS_CREATED_LINK'=>'Utworzone przez użytkowników',
|
||||
'LBL_USERS_MODIFIED_LINK'=>'Zmodyfikowane przez użytkowników',
|
||||
'LBL_VIEW_FORM_TITLE' => 'Widok klienta',
|
||||
'LBL_WEBSITE' => 'Strona WWW:',
|
||||
|
||||
'LNK_ACCOUNT_LIST' => 'Klienci',
|
||||
'LNK_NEW_ACCOUNT' => 'Dodaj klienta',
|
||||
|
||||
'MSG_DUPLICATE' => 'Stworzenie tego wpisu może spowodować zduplikowanie danych. Możesz wybrac jedną z poniższych możliwości, lub kliknąć na [Dodaj klienta], aby utworzyć nowego klienta, korzystając z danych wprowadzonych wcześniej.',
|
||||
'MSG_SHOW_DUPLICATES' => 'Wprowadzając tego użytkownika prawdopodobnie powielasz istniejące dane. Możesz wybrać dane z listy lub kliknąć [Dodaj Klienta] aby kontynuować wprowadzanie danych zachowując wartości z formularza.',
|
||||
|
||||
'NTC_COPY_BILLING_ADDRESS' => 'Kopiuj adres fakturowania do adresu dostawy',
|
||||
'NTC_COPY_BILLING_ADDRESS2' => 'Kopiuj do adresu dostawy',
|
||||
'NTC_COPY_SHIPPING_ADDRESS' => 'Kopiuj adres dostawy do adresu fakturowania',
|
||||
'NTC_COPY_SHIPPING_ADDRESS2' => 'Kopiuj do adresu fakturowania',
|
||||
'NTC_DELETE_CONFIRMATION' => 'Czy na pewno chcesz usunąć ten rekord?',
|
||||
'NTC_REMOVE_ACCOUNT_CONFIRMATION' => 'Czy na pewno chcesz usunąć ten rekord?',
|
||||
'NTC_REMOVE_MEMBER_ORG_CONFIRMATION' => 'Czy na pewno chcesz usunąć informacje o członkostwie?',
|
||||
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user