init
This commit is contained in:
132
modules/EcmEmployees/language/en_us.lang.php
Normal file
132
modules/EcmEmployees/language/en_us.lang.php
Normal file
@@ -0,0 +1,132 @@
|
||||
<?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' => 'EcmEmployees',
|
||||
'LBL_MODULE_TITLE' => 'EcmEmployees: Home',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'EcmEmployee Search',
|
||||
'LBL_LIST_FORM_TITLE' => 'EcmEmployees',
|
||||
'LBL_NEW_FORM_TITLE' => 'New EcmEmployee',
|
||||
'LBL_EMPLOYEE' => 'EcmEmployees:',
|
||||
'LBL_LOGIN' => 'Login',
|
||||
'LBL_RESET_PREFERENCES' => 'Reset To Default Preferences',
|
||||
'LBL_TIME_FORMAT' => 'Time Format:',
|
||||
'LBL_DATE_FORMAT' => 'Date Format:',
|
||||
'LBL_TIMEZONE' => 'Current Time:',
|
||||
'LBL_CURRENCY' => 'Currency:',
|
||||
'LBL_LIST_NAME' => 'Name',
|
||||
'LBL_LIST_LAST_NAME' => 'Last Name',
|
||||
'LBL_LIST_EMPLOYEE_NAME' => 'EcmEmployee Name',
|
||||
'LBL_LIST_DEPARTMENT' => 'Department',
|
||||
'LBL_LIST_REPORTS_TO_NAME' => 'Reports To',
|
||||
'LBL_LIST_EMAIL' => 'Email',
|
||||
'LBL_LIST_PRIMARY_PHONE' => 'Primary Phone',
|
||||
'LBL_LIST_USER_NAME' => 'User Name',
|
||||
'LBL_LIST_ADMIN' => 'Admin',
|
||||
'LBL_NEW_EMPLOYEE_BUTTON_TITLE' => 'New EcmEmployee [Alt+N]',
|
||||
'LBL_NEW_EMPLOYEE_BUTTON_LABEL' => 'New EcmEmployee',
|
||||
'LBL_NEW_EMPLOYEE_BUTTON_KEY' => 'N',
|
||||
'LBL_ERROR' => 'Error:',
|
||||
'LBL_PASSWORD' => 'Password:',
|
||||
'LBL_EMPLOYEE_NAME' => 'EcmEmployee Name:',
|
||||
'LBL_USER_NAME' => 'User Name:',
|
||||
'LBL_FIRST_NAME' => 'First Name:',
|
||||
'LBL_LAST_NAME' => 'Last Name:',
|
||||
'LBL_EMPLOYEE_SETTINGS' => 'EcmEmployee Settings',
|
||||
'LBL_THEME' => 'Theme:',
|
||||
'LBL_LANGUAGE' => 'Language:',
|
||||
'LBL_ADMIN' => 'Administrator:',
|
||||
'LBL_EMPLOYEE_INFORMATION' => 'EcmEmployee Information',
|
||||
'LBL_OFFICE_PHONE' => 'Office Phone:',
|
||||
'LBL_REPORTS_TO' => 'Reports to Id:',
|
||||
'LBL_REPORTS_TO_NAME' => 'Reports to',
|
||||
'LBL_OTHER_PHONE' => 'Other:',
|
||||
'LBL_OTHER_EMAIL' => 'Other Email:',
|
||||
'LBL_NOTES' => 'Notes:',
|
||||
'LBL_DEPARTMENT' => 'Department:',
|
||||
'LBL_TITLE' => 'Title:',
|
||||
'LBL_ANY_ADDRESS' => 'Any Address:',
|
||||
'LBL_ANY_PHONE' => 'Any Phone:',
|
||||
'LBL_ANY_EMAIL' => 'Any Email:',
|
||||
'LBL_ADDRESS' => 'Address:',
|
||||
'LBL_CITY' => 'City:',
|
||||
'LBL_STATE' => 'State:',
|
||||
'LBL_POSTAL_CODE' => 'Postal Code:',
|
||||
'LBL_COUNTRY' => 'Country:',
|
||||
'LBL_NAME' => 'Name:',
|
||||
'LBL_MOBILE_PHONE' => 'Mobile:',
|
||||
'LBL_OTHER' => 'Other:',
|
||||
'LBL_FAX' => 'Fax:',
|
||||
'LBL_EMAIL' => 'Email Address:',
|
||||
'LBL_HOME_PHONE' => 'Home Phone:',
|
||||
'LBL_WORK_PHONE' => 'Work Phone:',
|
||||
'LBL_ADDRESS_INFORMATION' => 'Address Information',
|
||||
'LBL_EMPLOYEE_STATUS' => 'EcmEmployee Status:',
|
||||
'LBL_PRIMARY_ADDRESS' => 'Primary Address:',
|
||||
'LBL_SAVED_SEARCH' => 'Layout Options',
|
||||
'LBL_CREATE_USER_BUTTON_TITLE' => 'Create User [Alt+N]',
|
||||
'LBL_CREATE_USER_BUTTON_LABEL' => 'Create User',
|
||||
'LBL_CREATE_USER_BUTTON_KEY' => 'N',
|
||||
'LBL_FAVORITE_COLOR' => 'Favorite Color:',
|
||||
'LBL_MESSENGER_ID' => 'IM Name:',
|
||||
'LBL_MESSENGER_TYPE' => 'IM Type:',
|
||||
'ERR_EMPLOYEE_NAME_EXISTS_1' => 'The ecmemployee name ',
|
||||
'ERR_EMPLOYEE_NAME_EXISTS_2' => ' already exists. Duplicate ecmemployee names are not allowed. Change the ecmemployee name to be unique.',
|
||||
'ERR_LAST_ADMIN_1' => 'The ecmemployee name "',
|
||||
'ERR_LAST_ADMIN_2' => '" is the last ecmemployee with administrator access. At least one ecmemployee must be an administrator.',
|
||||
'LNK_NEW_EMPLOYEE' => 'Create EcmEmployee',
|
||||
'LNK_EMPLOYEE_LIST' => 'View EcmEmployees',
|
||||
'ERR_DELETE_RECORD' => 'You must specify a record number to delete the account.',
|
||||
'LBL_LIST_EMPLOYEE_STATUS' => 'EcmEmployee Status',
|
||||
|
||||
'LBL_SUGAR_LOGIN' => 'Is Sugar User',
|
||||
'LBL_RECEIVE_NOTIFICATIONS' => 'Notify on Assignment',
|
||||
'LBL_IS_ADMIN' => 'Is Administrator',
|
||||
'LBL_GROUP' => 'Group User',
|
||||
'LBL_PORTAL_ONLY' => 'Portal Only User',
|
||||
'LBL_PHOTO' => 'Photo',
|
||||
);
|
||||
|
||||
|
||||
?>
|
||||
130
modules/EcmEmployees/language/pl_pl.lang.php
Normal file
130
modules/EcmEmployees/language/pl_pl.lang.php
Normal file
@@ -0,0 +1,130 @@
|
||||
<?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.ext.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' => 'Pracownicy',
|
||||
'LBL_MODULE_TITLE' => 'Pracownicy: Strona główna',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Szukaj pracownika',
|
||||
'LBL_LIST_FORM_TITLE' => 'Pracownicy',
|
||||
'LBL_NEW_FORM_TITLE' => 'Nowy pracownik',
|
||||
'LBL_EMPLOYEE' => 'Pracownicy:',
|
||||
'LBL_LOGIN' => 'Login',
|
||||
'LBL_RESET_PREFERENCES' => 'Zastosuj domyślne ustawienia',
|
||||
'LBL_TIME_FORMAT' => 'Format czasu:',
|
||||
'LBL_DATE_FORMAT' => 'Format daty:',
|
||||
'LBL_TIMEZONE' => 'Czas bieżący:',
|
||||
'LBL_CURRENCY' => 'Waluta:',
|
||||
'LBL_LIST_NAME' => 'Nazwa',
|
||||
'LBL_LIST_LAST_NAME' => 'Imię',
|
||||
'LBL_LIST_EMPLOYEE_NAME' => 'Stanowisko',
|
||||
'LBL_LIST_DEPARTMENT' => 'Departament',
|
||||
'LBL_LIST_REPORTS_TO_NAME' => 'Raportuje do',
|
||||
'LBL_LIST_EMAIL' => 'Email',
|
||||
'LBL_LIST_PRIMARY_PHONE' => 'Telefon',
|
||||
'LBL_LIST_USER_NAME' => 'Nazwa użytkownika',
|
||||
'LBL_LIST_ADMIN' => 'Admin',
|
||||
'LBL_NEW_EMPLOYEE_BUTTON_TITLE' => 'Nowy pracownik [Alt+N]',
|
||||
'LBL_NEW_EMPLOYEE_BUTTON_LABEL' => 'Nowy pracownik',
|
||||
'LBL_NEW_EMPLOYEE_BUTTON_KEY' => 'N',
|
||||
'LBL_ERROR' => 'Błąd:',
|
||||
'LBL_PASSWORD' => 'Hasło:',
|
||||
'LBL_EMPLOYEE_NAME' => 'Stanowisko:',
|
||||
'LBL_USER_NAME' => 'Nazwa użytkownika:',
|
||||
'LBL_FIRST_NAME' => 'Imię:',
|
||||
'LBL_LAST_NAME' => 'Nazwisko:',
|
||||
'LBL_EMPLOYEE_SETTINGS' => 'Ustawienia pracownika',
|
||||
'LBL_THEME' => 'Temat:',
|
||||
'LBL_LANGUAGE' => 'Język:',
|
||||
'LBL_ADMIN' => 'Administrator:',
|
||||
'LBL_EMPLOYEE_INFORMATION' => 'Informacje o pracowniku',
|
||||
'LBL_OFFICE_PHONE' => 'Telefon do biura:',
|
||||
'LBL_REPORTS_TO' => 'Raportuje do ID:',
|
||||
'LBL_REPORTS_TO_NAME' => 'Raportuje do:',
|
||||
'LBL_OTHER_PHONE' => 'Inne:',
|
||||
'LBL_OTHER_EMAIL' => 'Dodatkowy mail:',
|
||||
'LBL_NOTES' => 'Notatki:',
|
||||
'LBL_DEPARTMENT' => 'Departament:',
|
||||
'LBL_TITLE' => 'Tytuł:',
|
||||
'LBL_ANY_PHONE' => 'Telefon:',
|
||||
'LBL_ANY_EMAIL' => 'Mail:',
|
||||
'LBL_ADDRESS' => 'Adres:',
|
||||
'LBL_CITY' => 'Miasto:',
|
||||
'LBL_STATE' => 'Woj.:',
|
||||
'LBL_POSTAL_CODE' => 'Kod pocztowy:',
|
||||
'LBL_COUNTRY' => 'Kraj:',
|
||||
'LBL_NAME' => 'Nazwa:',
|
||||
'LBL_MOBILE_PHONE' => 'Mobile:',
|
||||
'LBL_OTHER' => 'Inny:',
|
||||
'LBL_FAX' => 'Fax:',
|
||||
'LBL_EMAIL' => 'Email:',
|
||||
'LBL_HOME_PHONE' => 'Telefon domowy:',
|
||||
'LBL_WORK_PHONE' => 'Telefon do pracy:',
|
||||
'LBL_ADDRESS_INFORMATION' => 'Adres korespondencyjny',
|
||||
'LBL_EMPLOYEE_STATUS' => 'Status zatrudnienia:',
|
||||
'LBL_PRIMARY_ADDRESS' => 'Podstawowy adres:',
|
||||
'LBL_SAVED_SEARCH' => 'Opcje szablonu',
|
||||
'LBL_CREATE_USER_BUTTON_TITLE' => 'Utwórz użytkownika [Alt+N]',
|
||||
'LBL_CREATE_USER_BUTTON_LABEL' => 'Utwórz użytkownika',
|
||||
'LBL_CREATE_USER_BUTTON_KEY' => 'N',
|
||||
'LBL_FAVORITE_COLOR' => 'Ulubiony kolor:',
|
||||
'LBL_MESSENGER_ID' => 'Identyfikator IM:',
|
||||
'LBL_MESSENGER_TYPE' => 'Typ IM:',
|
||||
'ERR_EMPLOYEE_NAME_EXISTS_1' => 'Wybrana nazwa pracownika ',
|
||||
'ERR_EMPLOYEE_NAME_EXISTS_2' => ' już istnieje. Nie można duplikować nazw pracowników. proszę wybrać inną nazwę. Wybierz unikalną nazwę dla pracownika',
|
||||
'ERR_LAST_ADMIN_1' => 'Wybrany pracownik',
|
||||
'ERR_LAST_ADMIN_2' => '" jest ostatnim z prawami administratora. Co najmniej jeden pracownik musi posiadać prawa administratora.',
|
||||
'LNK_NEW_EMPLOYEE' => 'Utwórz pracownika',
|
||||
'LNK_EMPLOYEE_LIST' => 'Pracownicy',
|
||||
'ERR_DELETE_RECORD' => 'Musisz podać numer rekordu, aby usunąć konto.',
|
||||
|
||||
'LBL_DEFAULT_TEAM' => 'Domyślny zespół:',
|
||||
'LBL_DEFAULT_TEAM_TEXT' => 'Wybiera domyślny zespół dla nowych rekordów',
|
||||
'LBL_MY_TEAMS' => 'Moje zespoły',
|
||||
'LBL_LIST_DESCRIPTION' => 'Opis',
|
||||
'LNK_EDIT_TABS'=>'Edytuj zakładki',
|
||||
'NTC_REMOVE_TEAM_MEMBER_CONFIRMATION' => 'Czy na pewno chcesz usunąć członkostwo tego pracownika?',
|
||||
|
||||
'LBL_LIST_EMPLOYEE_STATUS' => 'Status zatrudnienia',
|
||||
// Poniższych zakładek nie ma:
|
||||
'LBL_SUGAR_LOGIN' => 'Pozwolić na logowanie?',
|
||||
'LBL_RECEIVE_NOTIFICATIONS' => 'Wysyłanie powiadomień',
|
||||
'LBL_IS_ADMIN' => 'Prawa administratora',
|
||||
'LBL_PORTAL_ONLY' => 'Użytkownik portalu',
|
||||
'LBL_GROUP' => 'Użytkownik grupowy',
|
||||
|
||||
//add 26.09.2011
|
||||
'LBL_ANY_ADDRESS' => 'Dowolny adres',
|
||||
);
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user