init
This commit is contained in:
142
modules/Project/language/en_us.lang.php
Executable file
142
modules/Project/language/en_us.lang.php
Executable file
@@ -0,0 +1,142 @@
|
||||
<?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 (
|
||||
'LBL_MODULE_NAME' => 'Project',
|
||||
'LBL_MODULE_TITLE' => 'Projects: Home',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Project Search',
|
||||
'LBL_LIST_FORM_TITLE' => 'Project List',
|
||||
'LBL_HISTORY_TITLE' => 'History',
|
||||
|
||||
'LBL_ID' => 'Id:',
|
||||
'LBL_DATE_ENTERED' => 'Date Created:',
|
||||
'LBL_DATE_MODIFIED' => 'Date Modified:',
|
||||
'LBL_ASSIGNED_USER_ID' => 'Assigned To:',
|
||||
'LBL_ASSIGNED_USER_NAME' => 'Assigned to:',
|
||||
'LBL_MODIFIED_USER_ID' => 'Modified User Id:',
|
||||
'LBL_CREATED_BY' => 'Created By:',
|
||||
'LBL_TEAM_ID' => 'Team:',
|
||||
'LBL_NAME' => 'Name:',
|
||||
'LBL_PDF_PROJECT_NAME' => 'Project Name:',
|
||||
'LBL_DESCRIPTION' => 'Description:',
|
||||
'LBL_DELETED' => 'Deleted:',
|
||||
'LBL_DATE' => 'Date:',
|
||||
'LBL_DATE_START' => 'Start Date:',
|
||||
'LBL_DATE_END' => 'End Date:',
|
||||
'LBL_PRIORITY' => 'Priority:',
|
||||
'LBL_STATUS' => 'Status:',
|
||||
'LBL_MY_PROJECTS' => 'My Projects',
|
||||
'LBL_MY_PROJECT_TASKS' => 'My Project Tasks',
|
||||
|
||||
'LBL_TOTAL_ESTIMATED_EFFORT' => 'Total Estimated Effort (hrs):',
|
||||
'LBL_TOTAL_ACTUAL_EFFORT' => 'Total Actual Effort (hrs):',
|
||||
|
||||
'LBL_LIST_NAME' => 'Name',
|
||||
'LBL_LIST_DAYS' => 'days',
|
||||
'LBL_LIST_ASSIGNED_USER_ID' => 'Assigned To',
|
||||
'LBL_LIST_TOTAL_ESTIMATED_EFFORT' => 'Total Estimated Effort (hrs)',
|
||||
'LBL_LIST_TOTAL_ACTUAL_EFFORT' => 'Total Actual Effort (hrs)',
|
||||
'LBL_LIST_UPCOMING_TASKS' => 'Upcoming Tasks (1 Week)',
|
||||
'LBL_LIST_OVERDUE_TASKS' => 'Overdue Tasks',
|
||||
'LBL_LIST_OPEN_CASES' => 'Open Cases',
|
||||
'LBL_LIST_END_DATE' => 'End Date',
|
||||
'LBL_LIST_TEAM_ID' => 'Team',
|
||||
|
||||
|
||||
'LBL_PROJECT_SUBPANEL_TITLE' => 'Projects',
|
||||
'LBL_PROJECT_TASK_SUBPANEL_TITLE' => 'Project Tasks',
|
||||
'LBL_CONTACT_SUBPANEL_TITLE' => 'Contacts',
|
||||
'LBL_ACCOUNT_SUBPANEL_TITLE' => 'Accounts',
|
||||
'LBL_OPPORTUNITY_SUBPANEL_TITLE' => 'Opportunities',
|
||||
'LBL_QUOTE_SUBPANEL_TITLE' => 'Quotes',
|
||||
|
||||
// quick create label
|
||||
'LBL_NEW_FORM_TITLE' => 'New Project',
|
||||
|
||||
'CONTACT_REMOVE_PROJECT_CONFIRM' => 'Are you sure you want to remove this contact from this project?',
|
||||
|
||||
'LNK_NEW_PROJECT' => 'Create Project',
|
||||
'LNK_PROJECT_LIST' => 'View Project List',
|
||||
'LNK_NEW_PROJECT_TASK' => 'Create Project Task',
|
||||
'LNK_PROJECT_TASK_LIST' => 'View Project Tasks',
|
||||
|
||||
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Projects',
|
||||
'LBL_ACTIVITIES_TITLE'=>'Activities',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE'=>'Activities',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE'=>'History',
|
||||
'LBL_QUICK_NEW_PROJECT' => 'New Project',
|
||||
|
||||
'LBL_PROJECT_TASKS_SUBPANEL_TITLE' => 'Project Tasks',
|
||||
'LBL_CONTACTS_SUBPANEL_TITLE' => 'Contacts',
|
||||
'LBL_ACCOUNTS_SUBPANEL_TITLE' => 'Accounts',
|
||||
'LBL_OPPORTUNITIES_SUBPANEL_TITLE' => 'Opportunities',
|
||||
'LBL_CASES_SUBPANEL_TITLE' => 'Cases',
|
||||
'LBL_BUGS_SUBPANEL_TITLE' => 'Bugs',
|
||||
'LBL_PRODUCTS_SUBPANEL_TITLE' => 'Products',
|
||||
|
||||
|
||||
'LBL_TASK_ID' => 'ID',
|
||||
'LBL_TASK_NAME' => 'Task Name',
|
||||
'LBL_DURATION' => 'Duration',
|
||||
'LBL_ACTUAL_DURATION' => 'Actual Duration',
|
||||
'LBL_START' => 'Start',
|
||||
'LBL_FINISH' => 'Finish',
|
||||
'LBL_PREDECESSORS' => 'Predecessors',
|
||||
'LBL_PERCENT_COMPLETE' => '% Complete',
|
||||
'LBL_MORE' => 'More...',
|
||||
|
||||
'LBL_PERCENT_BUSY' => '% Busy',
|
||||
'LBL_TASK_ID_WIDGET' => 'id',
|
||||
'LBL_TASK_NAME_WIDGET' => 'description',
|
||||
'LBL_DURATION_WIDGET' => 'duration',
|
||||
'LBL_START_WIDGET' => 'date_start',
|
||||
'LBL_FINISH_WIDGET' => 'date_finish',
|
||||
'LBL_PREDECESSORS_WIDGET' => 'predecessors_',
|
||||
'LBL_PERCENT_COMPLETE_WIDGET' => 'percent_complete',
|
||||
'LBL_EDIT_PROJECT_TASKS_TITLE'=> 'Edit Project Tasks',
|
||||
|
||||
'LBL_OPPORTUNITIES' => 'Opportunities',
|
||||
'LBL_LAST_WEEK' => 'Previous',
|
||||
'LBL_NEXT_WEEK' => 'Next',
|
||||
'LBL_PROJECTRESOURCES_SUBPANEL_TITLE' => 'Project Resources',
|
||||
'LBL_PROJECTTASK_SUBPANEL_TITLE' => 'Project Task',
|
||||
'LBL_HOLIDAYS_SUBPANEL_TITLE' => 'Holidays',
|
||||
'LBL_PROJECT_INFORMATION' => 'Project Overview',
|
||||
);
|
||||
?>
|
||||
43
modules/Project/language/pl_pl.help.Convert.html
Executable file
43
modules/Project/language/pl_pl.help.Convert.html
Executable file
@@ -0,0 +1,43 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: 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/EULA. 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) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//PL">
|
||||
|
||||
|
||||
<h1>Szkice Realizacji</h1>
|
||||
|
||||
<p>Click <span class="helpButton">Zapisz Jako Szkic</span> aby utworzyć nowy szkic z wybranego projektu.
|
||||
|
||||
45
modules/Project/language/pl_pl.help.Dashboard.html
Executable file
45
modules/Project/language/pl_pl.help.Dashboard.html
Executable file
@@ -0,0 +1,45 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: 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/EULA. 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) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//PL">
|
||||
|
||||
|
||||
<h1>Zestawienia Moich Realizacji</h1>
|
||||
|
||||
<p>Użyj tej strony zeby zobaczyć bierzący status przydzielonych Ci projektów</p>
|
||||
<p>Zestawienia wyświetlają przeterminiowane i nadchodzące Zadnia oraz Sprawy połączone z przydzielonymi Ci Projektami.
|
||||
<br>Żeby zobaczyć szczegóły strony projektu, kliknij nazwę projektu. Podobnie, gdy chcesz zobaczyć listę Zadań lub Spraw - kliknij w nazwę.
|
||||
|
||||
59
modules/Project/language/pl_pl.help.DetailView.html
Executable file
59
modules/Project/language/pl_pl.help.DetailView.html
Executable file
@@ -0,0 +1,59 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: 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/EULA. 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) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//PL">
|
||||
|
||||
|
||||
<h1>Strona Szczegółów Projektów</h1>
|
||||
|
||||
<p>Use this page to view project information.
|
||||
<ul>
|
||||
<li>To edit the project, click <span class="helpButton">Edit</span>, make the necessary revisions, and click <span class="helpButton">Save</span>.
|
||||
<li>To duplicate the information, click <span class="helpButton">Duplicate</span>. The system displays the new record in the list on the Projects Home page. You can then make modifications to the record and save it as a different project.
|
||||
<li>To delete the project, click <span class="helpButton">Delete</span>.
|
||||
</ul>
|
||||
Sub-panels for related records such as activities, history, contacts, accounts, opportunities, and quotes display on the page.
|
||||
<p>To add a new record such as a new contact, click <span class="helpButton">Select</span> in the appropriate sub-panel and select the record.
|
||||
|
||||
If you installed the advanced Project Management module, the following additional options are available:
|
||||
<ul>
|
||||
<li><span class="helpButton">View Gantt</span>. Click this button to edit an existing project task or add a new one.
|
||||
<li><span class="helpButton">Save as Template</span>. Click this button to save the project as a template. Creating a project template enables you to save the associated project tasks for use in other similar projects.
|
||||
<li><span class="helpButton">Export to MS Project</span>. Click this button to open the project in MS Project or save it as a .mpx file to your local machine.
|
||||
</ul>
|
||||
<p>To add project resources, in the Resources sub-panel, click <span class="helpButton">Select User</span> or <span class="helpButton">Select Contact</span>. Users are members of your organizations who are assigned to the project and contacts are other external individuals such as customers or vendors.
|
||||
<p>To take scheduled holidays and vacations into account, you will need to create a project holiday for the user in the Project Holidays sub-panel. Click <span class="helpButton">Create</span>, enter the holiday date, specify the user from the Resource drop-down list, and click <span class="helpButton">Save</span>.
|
||||
|
||||
57
modules/Project/language/pl_pl.help.EditGridView.html
Executable file
57
modules/Project/language/pl_pl.help.EditGridView.html
Executable file
@@ -0,0 +1,57 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: 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/EULA. 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) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Project Template</h1>
|
||||
|
||||
<p>Use this page to view a project template as a chart and to run a resource report. A resource report displays tasks across projects.
|
||||
|
||||
<ul>
|
||||
<li>For a grid view, click <span class="helpButton">Grid</span>.
|
||||
<li>For a Gantt view, click <span class="helpButton">Gantt</span>.
|
||||
<li>For a combination of the two views, click <span class="helpButton">Grid/Gantt</span>.
|
||||
<li>For a Gantt chart view of the template, click <span class="helpButton">View Gantt</span>.
|
||||
<li>To run a resource report, click <span class="helpButton">Resource Report</span> and do the following:
|
||||
<ul>
|
||||
<li>Select a user from the Resource drop-down list.
|
||||
<li>Click in the <span class="helpButton">Tasks that Start or Finish After</span> field and select the date on which a task begins or ends
|
||||
<li>Click in the <span class="helpButton">And Before</span> field and select the date before which the task would end
|
||||
<li>Click <span class="helpButton">Report</span> to run the report
|
||||
</ul>
|
||||
</ul>
|
||||
<p>The report displays the daily status, the assigned project tasks, and any scheduled holidays.
|
||||
51
modules/Project/language/pl_pl.help.EditView.html
Executable file
51
modules/Project/language/pl_pl.help.EditView.html
Executable file
@@ -0,0 +1,51 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: 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/EULA. 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) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Projects</h1>
|
||||
|
||||
<p>To create a project, enter the following information:</p>
|
||||
<ul>
|
||||
<li><span class="helpButton">Name</span>. Enter a name for the project.</li>
|
||||
|
||||
<li><span class="helpButton">Team</span>. Enter the name of the team that is allowed to view the project; to select from the Team list, click <span class="helpButton">Select</span> and click the team name.</li>
|
||||
|
||||
<li><span class="helpButton">Assigned to</span>. Enter the name of the user who has ownership of the project. By default it is assigned to you.</li>
|
||||
<li><span class="helpButton">Description</span>. Enter a brief description of the project.</li>
|
||||
</ul>
|
||||
To create the project, click <span class="helpButton">Save</span>; click <span class="helpButton">Cancel</span> to exit the page without creating the project.
|
||||
55
modules/Project/language/pl_pl.help.ProjectTemplate.html
Executable file
55
modules/Project/language/pl_pl.help.ProjectTemplate.html
Executable file
@@ -0,0 +1,55 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: 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/EULA. 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) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Project Template</h1>
|
||||
|
||||
<p>Use this page to view a project template's details such as its name, assigned user, and associated project tasks.
|
||||
<ul>
|
||||
<li>To edit the template, click <span class="helpButton">Edit</span>, make the necessary revisions, and click <span class="helpButton">Save</span>.
|
||||
<li>To duplicate the template, click <span class="helpButton">Duplicate</span>. The system displays the new template in the Project Templates Home page. You can then make modifications and save it as a different template.
|
||||
<li>To delete the template, click <span class="helpButton">Delete</span>.
|
||||
<li>For a Gantt chart view of the template, click <span class="helpButton">View Gantt</span>.
|
||||
<li>To create a new project from the template, click <span class="helpButton">Save as Project</span>.
|
||||
</ul>
|
||||
<p>
|
||||
Related project tasks are listed in the Project Tasks sub-panel below.
|
||||
<ul>
|
||||
<li>To view the tasks as a Gantt chart, click <span class="helpButton">View Gantt</span>.
|
||||
<li>To view the details of a task, click its name.
|
||||
</ul>
|
||||
54
modules/Project/language/pl_pl.help.ProjectTemplatesDetailView.html
Executable file
54
modules/Project/language/pl_pl.help.ProjectTemplatesDetailView.html
Executable file
@@ -0,0 +1,54 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: 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/EULA. 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) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Project Template Detail Page</h1>
|
||||
|
||||
<p>Use this page to view the details of a project template.
|
||||
<ul>
|
||||
<li>To edit the template, click <span class="helpButton">Edit</span>, make the necessary revisions, and click <span class="helpButton">Save</span>.
|
||||
<li>To duplicate the template, click <span class="helpButton">Duplicate</span>. The system displays the new template in the list on the Project Templates Home page. You can then make modifications and save it as a different template.
|
||||
<li>To delete the template, click <span class="helpButton">Delete</span>.
|
||||
<li>To view a Gantt chart of the template, click <span class="helpButton">View Gantt</span>.
|
||||
<li>To create a new project from the template, click <span class="helpButton">Save as Project</span>.
|
||||
</ul>
|
||||
<p>You can view related projects tasks in the sub-panel below.
|
||||
<ul>
|
||||
<li>To view a Gantt charts of the projects, click <span class="helpButton">View Gantt</span>.
|
||||
<li>To view the details of a task, click its name in the tasks list.
|
||||
</ul>
|
||||
54
modules/Project/language/pl_pl.help.ProjectTemplatesEditView.html
Executable file
54
modules/Project/language/pl_pl.help.ProjectTemplatesEditView.html
Executable file
@@ -0,0 +1,54 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: 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/EULA. 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) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Project Template</h1>
|
||||
|
||||
<p>Use this page to create a project template. After you create a template, you can save it as a new project whenever necessary.
|
||||
<p>To create a project template, enter the following information:</p>
|
||||
<ul>
|
||||
<li><span class="helpButton">Name</span>. Enter a name for the project template.</li>
|
||||
<li><span class="helpButton">Status</span>. From the drop-down list, select the template's status.</li>
|
||||
<li><span class="helpButton">Start Date</span>. Enter the template's start date; to select from the calendar, click the calendar icon and select the date.</li>
|
||||
<li><span class="helpButton">End Date</span>. Enter the template's end date; to select from the calendar, click the calendar icon and select the date.</li>
|
||||
<li><span class="helpButton">Team</span>. Enter the name of the team that is allowed to view the template; to select from the Team list, click <span class="helpButton">Select</span> and click the team name.</li>
|
||||
<li><span class="helpButton">Priority</span>. From the drop-down list, select the template's priority.</li>
|
||||
<li><span class="helpButton">Assigned to</span>. Enter the name of the user who has ownership of the template. By default it is assigned to you.</li>
|
||||
<li><span class="helpButton">Description</span>. Enter a brief description of the template.</li>
|
||||
</ul>
|
||||
To create the template, click <span class="helpButton">Save</span>; click <span class="helpButton">Cancel</span> to exit the page without creating the template.
|
||||
44
modules/Project/language/pl_pl.help.ProjectTemplatesListView.html
Executable file
44
modules/Project/language/pl_pl.help.ProjectTemplatesListView.html
Executable file
@@ -0,0 +1,44 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: 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/EULA. 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) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Project Templates Home</h1>
|
||||
|
||||
<p>Use this page view a list of existing project templates.
|
||||
|
||||
<p>To view the details of a template, click its name in the Project Templates list. Alternatively, you can also point the cursor on the down-arrow corresponding to a template name to view its description or edit the template.
|
||||
69
modules/Project/language/pl_pl.help.index.html
Executable file
69
modules/Project/language/pl_pl.help.index.html
Executable file
@@ -0,0 +1,69 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: 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/EULA. 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) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Projects</h1>
|
||||
|
||||
<p>
|
||||
Use the Projects module to create and manage projects for your organization. A project can be associated with multiple tasks and activities pertaining to one or more accounts and opportunities.</p>
|
||||
<p>The Project Home page displays the following information:</p>
|
||||
<ul>
|
||||
<li>A Search sub-panel where you can enter the project name to search for it. To find only projects assigned to you, select the <span class="helpButton">Only my items</span> box. To perform an advanced search using additional fields, click the <span class="helpButton">Advanced Search</span> tab. To customize and save the search layout and results, click the <span class="helpButton">Saved Search & Layout</span> tab.
|
||||
<li>A list of existing projects along with related information such as estimated time and actual effort.</li><ul>
|
||||
<li>To view the details of a project, click the name in the Project list.
|
||||
<li>To update or delete multiple projects, select the projects from the list and use the Mass Update sub-panel.
|
||||
</ul>
|
||||
<li>A Shortcuts section that displays the following options:
|
||||
<ul>
|
||||
<li><span class="helpShortcut">Create Project</span>. Click this option to create a new project. Alternatively, you can use the New Project quick form to create the project and add enter additional information after you save it.
|
||||
|
||||
<li><span class="helpShortcut">Create Project Template</span>. Click this option to create a template that you can use to create similar projects.
|
||||
|
||||
<li><span class="helpShortcut">Project List</span>. Click this option to navigate back to the Projects Home page from a project's detail page.
|
||||
|
||||
<li><span class="helpShortcut">Project Templates</span>. Click this option to view a list of existing templates.
|
||||
|
||||
<li><span class="helpShortcut">Create Project Task</span>. Click this option to create a new project task.
|
||||
<!--BEGIN SUGARCRM OS ONLY -->
|
||||
<li><span class="helpShortcut">Project Tasks</span>. Click this option to view a list of tasks for all your projects.
|
||||
<!--END SUGARCRM OS ONLY -->
|
||||
|
||||
<li><span class="helpShortcut">My Projects Dashboard</span>. Click this option for an overall view of the project's status.
|
||||
|
||||
<li>A New Project quick form that you can use to create a project with only the required fields. You can enter additional information after you save the project.
|
||||
</ul>
|
||||
269
modules/Project/language/pl_pl.lang.php
Executable file
269
modules/Project/language/pl_pl.lang.php
Executable file
@@ -0,0 +1,269 @@
|
||||
<?php
|
||||
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||||
/**
|
||||
* Default English language strings
|
||||
*
|
||||
* LICENSE: 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/EULA. 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) 2005 SugarCRM, Inc.; All Rights Reserved.
|
||||
*/
|
||||
|
||||
|
||||
/*********************************************************************************
|
||||
* 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 (
|
||||
'LBL_MODULE_NAME' => 'Projekty',
|
||||
'LBL_MODULE_TITLE' => 'Projekty: Strona główna',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Szukaj projektu',
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista projektów',
|
||||
'LBL_HISTORY_TITLE' => 'Historia',
|
||||
|
||||
'LBL_ID' => 'Id:',
|
||||
'LBL_DATE_ENTERED' => 'Data rozpoczęcia:',
|
||||
'LBL_DATE_MODIFIED' => 'Data modyfikacji:',
|
||||
'LBL_ASSIGNED_USER_ID' => 'Przydzielony do:',
|
||||
'LBL_ASSIGNED_USER_NAME' => 'Przydzielony do:',
|
||||
'LBL_MODIFIED_USER_ID' => 'Id Użytkownika modyfikującego:',
|
||||
'LBL_CREATED_BY' => 'Stworzony przez:',
|
||||
'LBL_TEAM_ID' => 'Zespół:',
|
||||
'LBL_NAME' => 'Nazwa:',
|
||||
'LBL_PDF_PROJECT_NAME' => 'Nazwa projektu:',
|
||||
'LBL_DESCRIPTION' => 'Opis:',
|
||||
'LBL_DELETED' => 'Usunięty:',
|
||||
'LBL_DATE' => 'Data:',
|
||||
'LBL_DATE_START' => 'Data rozpoczęcia:',
|
||||
'LBL_DATE_END' => 'Data zakończenia:',
|
||||
'LBL_PRIORITY' => 'Priorytet:',
|
||||
'LBL_STATUS' => 'Status:',
|
||||
'LBL_MY_PROJECTS' => 'Moje Projekty',
|
||||
'LBL_MY_PROJECT_TASKS' => 'Moje elementy projektu',
|
||||
|
||||
'LBL_TOTAL_ESTIMATED_EFFORT' => 'Całkowita liczba roboczogodzin (hrs):',
|
||||
'LBL_TOTAL_ACTUAL_EFFORT' => 'Aktualna liczba roboczogodzin (hrs):',
|
||||
|
||||
'LBL_LIST_NAME' => 'Nazwa',
|
||||
'LBL_LIST_DAYS' => 'dni',
|
||||
'LBL_LIST_ASSIGNED_USER_ID' => 'Przydzielony do',
|
||||
'LBL_LIST_TOTAL_ESTIMATED_EFFORT' => 'Całkowita liczba roboczogodzin (hrs)',
|
||||
'LBL_LIST_TOTAL_ACTUAL_EFFORT' => 'Aktualna liczba roboczogodzin (hrs)',
|
||||
'LBL_LIST_UPCOMING_TASKS' => 'Nadchodzące zadania (1 Tydzień)',
|
||||
'LBL_LIST_OVERDUE_TASKS' => 'Przeterminowane zadania',
|
||||
'LBL_LIST_OPEN_CASES' => 'Otwarte sprawy',
|
||||
'LBL_LIST_END_DATE' => 'Data zakończenia',
|
||||
'LBL_LIST_TEAM_ID' => 'Zespół',
|
||||
|
||||
|
||||
'LBL_PROJECT_SUBPANEL_TITLE' => 'Projekty',
|
||||
'LBL_PROJECT_TASK_SUBPANEL_TITLE' => 'Elementy projektu',
|
||||
'LBL_CONTACT_SUBPANEL_TITLE' => 'Kontakty',
|
||||
'LBL_ACCOUNT_SUBPANEL_TITLE' => 'Klienci',
|
||||
'LBL_OPPORTUNITY_SUBPANEL_TITLE' => 'Projekty',
|
||||
'LBL_QUOTE_SUBPANEL_TITLE' => 'Oferty',
|
||||
|
||||
// quick create label
|
||||
'LBL_NEW_FORM_TITLE' => 'Nowy Projekt',
|
||||
|
||||
'CONTACT_REMOVE_PROJECT_CONFIRM' => 'Czy na pewno chcesz usunąć ten kontakt z tej projektu?',
|
||||
|
||||
'LNK_NEW_PROJECT' => 'Utwórz projekt',
|
||||
'LNK_PROJECT_LIST' => 'Lista projektów',
|
||||
'LNK_NEW_PROJECT_TASK' => 'Utwórz element projektu',
|
||||
'LNK_PROJECT_TASK_LIST' => 'Elementy projektu',
|
||||
|
||||
'LNK_PROJECT_DASHBOARD' => 'Zestawienia moich projektów',
|
||||
'LNK_PROJECT_TASKS_DASHBOARD' => 'Zestawienia moich etapów projektu',
|
||||
'LNK_NEW_PROJECT_TEMPLATES' => 'Utwórz szkic projektu',
|
||||
'LNK_PROJECT_TEMPLATES_LIST' => 'Szkice projektu',
|
||||
'LNK_PROJECT_RESOURCE_REPORT' => 'Raport źródeł',
|
||||
|
||||
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Projekty',
|
||||
'LBL_ACTIVITIES_TITLE'=>'Działania',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE'=>'Działania',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE'=>'Historia',
|
||||
'LBL_QUICK_NEW_PROJECT' => 'Nowy projekt',
|
||||
|
||||
'LBL_PROJECT_TASKS_SUBPANEL_TITLE' => 'Elementy projektu',
|
||||
'LBL_CONTACTS_SUBPANEL_TITLE' => 'Kontakty',
|
||||
'LBL_ACCOUNTS_SUBPANEL_TITLE' => 'Klienci',
|
||||
'LBL_OPPORTUNITIES_SUBPANEL_TITLE' => 'Tematy',
|
||||
'LBL_CASES_SUBPANEL_TITLE' => 'Sprawy',
|
||||
'LBL_BUGS_SUBPANEL_TITLE' => 'Błędy',
|
||||
'LBL_PRODUCTS_SUBPANEL_TITLE' => 'Produkty',
|
||||
|
||||
|
||||
'LBL_QUOTES_SUBPANEL_TITLE' => 'Wyceny',
|
||||
|
||||
|
||||
'LBL_RESOURCES_SUBPANEL_TITLE' => 'Źródła',
|
||||
'LBL_RESOURCE_NAME' => 'Nazwa źródła',
|
||||
'LBL_RESOURCE_TYPE' => 'Typ źródła',
|
||||
|
||||
'LBL_TASK_ID' => 'ID',
|
||||
'LBL_TASK_NAME' => 'Nazwa Etapu',
|
||||
'LBL_DURATION' => 'Czas Trwania',
|
||||
'LBL_ACTUAL_DURATION' => 'Aktualny czas zaawansowania',
|
||||
'LBL_START' => 'Start',
|
||||
'LBL_FINISH' => 'Zakończenie',
|
||||
'LBL_PREDECESSORS' => 'Poprzednie',
|
||||
'LBL_PERCENT_COMPLETE' => '% Zaawansowania',
|
||||
|
||||
'LBL_RESOURCE_NAMES' => 'Źródło',
|
||||
|
||||
'LBL_PERCENT_BUSY' => '% Zaangażowania',
|
||||
|
||||
'LBL_MORE' => 'Więcej...',
|
||||
|
||||
'LBL_USER_RESOURCE' => 'Źródła użytkownika',
|
||||
'LBL_CONTACTS_RESOURCE' => 'Źródła kontaktu',
|
||||
'LBL_LIST_RESOURCE' => 'Źródło:',
|
||||
'LBL_PROJECT_HOLIDAYS' => 'Przerwa',
|
||||
'LBL_TASK_ID_WIDGET' => 'id',
|
||||
'LBL_TASK_NAME_WIDGET' => 'opis',
|
||||
'LBL_DURATION_WIDGET' => 'czas trwania',
|
||||
'LBL_START_WIDGET' => 'data_rozpoczęcia',
|
||||
'LBL_FINISH_WIDGET' => 'data_zakończenia',
|
||||
'LBL_PREDECESSORS_WIDGET' => 'poprzednie_',
|
||||
'LBL_PERCENT_COMPLETE_WIDGET' => 'procent_zaawansowania',
|
||||
|
||||
'LBL_RESOURCE_NAMES_WIDGET' => 'źródło',
|
||||
|
||||
'LBL_EDIT_PROJECT_TASKS_TITLE'=> 'Edytuj elementy projektu',
|
||||
|
||||
'LBL_VIEW_GANTT_TITLE' => 'Zobacz schemat Gantta',
|
||||
|
||||
|
||||
|
||||
'LBL_INSERT_BUTTON' => 'Wstaw wiersz',
|
||||
'LBL_INDENT_BUTTON' => 'Akapit',
|
||||
'LBL_OUTDENT_BUTTON' => 'Wcięcie z prawej',
|
||||
'LBL_SAVE_BUTTON' => 'Zapisz',
|
||||
'LBL_COPY_BUTTON' => 'Kopiuj',
|
||||
'LBL_PASTE_BUTTON' => 'Wstaw',
|
||||
'LBL_DELETE_BUTTON' => 'Usuń',
|
||||
'LBL_EXPAND_ALL_BUTTON' => 'Rozwiń wszystko',
|
||||
'LBL_COLLAPSE_ALL_BUTTON' => 'Zwiń wszystko',
|
||||
'LBL_MARK_AS_MILESTONE_BUTTON' => 'Zaznacz jako Milestone',
|
||||
'LBL_UNMARK_AS_MILESTONE_BUTTON' => 'Odznacz Milestone',
|
||||
'LBL_HIDE_OPTIONAL_COLUMNS_BUTTON' => 'Ukryj kolumny opcjonalne',
|
||||
'LBL_SHOW_OPTIONAL_COLUMNS_BUTTON' => 'Pokaż kolumny Opcjonalne',
|
||||
'LBL_VIEW_TASK_DETAILS_BUTTON' => 'Pokaż szczegóły projektu',
|
||||
'LBL_RECALCULATE_DATES_BUTTON' => 'Przelicz daty',
|
||||
'LBL_EXPORT_TO_PDF' => 'Eksportuj do PDF',
|
||||
|
||||
'LBL_FILTER_ALL_TASKS' => 'Wszystkie elementy',
|
||||
'LBL_FILTER_COMPLETED_TASKS' => 'Zakończone elementy',
|
||||
'LBL_FILTER_INCOMPLETE_TASKS' => 'Elementy niezakończone',
|
||||
'LBL_FILTER_MILESTONES' => 'Milestones',
|
||||
'LBL_FILTER_RESOURCE' => 'Elementy korzystające ze źródeł',
|
||||
'LBL_FILTER_DATE_RANGE' => 'Elementy w zakresie dat',
|
||||
'LBL_FILTER_VIEW' => 'Zobacz',
|
||||
'LBL_LIST_FILTER_VIEW' => 'Zobacz:',
|
||||
'LBL_FILTER_DATE_RANGE_START' => 'Elementy, które kończą się, lub rozpoczynają po',
|
||||
'LBL_FILTER_DATE_RANGE_FINISH' => 'Dowolny przed',
|
||||
'LBL_FILTER_MY_TASKS' => 'Moje elementy',
|
||||
'LBL_FILTER_MY_OVERDUE_TASKS' => 'Moje przeterminowane elementy',
|
||||
'LBL_FILTER_MY_UPCOMING_TASKS' => 'Moje przyszłe elementy (1 tydzień)',
|
||||
|
||||
/*
|
||||
* Tasks that fall within a date range
|
||||
* Tasks using a specified resource
|
||||
*/
|
||||
'LBL_CUT_BUTTON' => 'Wytnij',
|
||||
'LBL_WEEK_BUTTON' => 'Tydzień',
|
||||
'LBL_BIWEEK_BUTTON' => '2 tygodnie',
|
||||
'LBL_MONTH_BUTTON' => 'Miesiąc',
|
||||
|
||||
'ERR_TASK_NAME_FOR_ROW' => 'Nazwa elementu projektu dla wiersza ',
|
||||
'ERR_IS_EMPTY' => ' nie może być pusty.',
|
||||
'ERR_PERCENT_COMPLETE' => '% Zaawansowania musi być wartością od 0 do 100',
|
||||
'ERR_DURATION' => 'Czas trwania musi być wyrażony liczbą.',
|
||||
'ERR_DATE' => 'Określona data wypada w dniu wolnym od pracy.',
|
||||
'ERR_FINISH_DATE' => 'Data zakończenia nie może być wcześniejsza, niż data rozpoczęcia.',
|
||||
'ERR_PREDECESSORS_INPUT' => 'Wprowadzone wartości w polu Poprzednie muszą być w formacie "1" lub "1,2"',
|
||||
'ERR_PREDECESSORS_OUT_OF_RANGE' => 'Wprowadzone wartości w polu Poprzednie muszą być w większe, ilość wierszy',
|
||||
'ERR_PREDECESSOR_CYCLE_FAIL' => 'Określony predecessor powoduje cykl zależności.',
|
||||
'ERR_PREDECESSOR_IS_PARENT_OR_CHILD_FAIL' => 'Określony predecessor jest nie jest nadrzędnym dla elementu bądź etapu elementu.',
|
||||
'NTC_DELETE_TASK_AND_SUBTASKS' => 'Czy na pewno chcesz usunąć ten element(y)',
|
||||
'NTC_NO_ACTIVE_PROJECTS' => 'Nie masz żadnych aktywnych projektu lub ich elemtntów.',
|
||||
'NTC_ASSIGN_RIGHT_TEAM' => 'Upewnij się, że wszystkie źródła projektu są członkami tego zespołu.',
|
||||
|
||||
'LBL_RESOURCE_NAME' => 'Nazwa',
|
||||
'LBL_RESOURCE_TYPE' => 'Typ',
|
||||
|
||||
'LBL_GRID_ONLY' => 'Siatka',
|
||||
'LBL_GANTT_ONLY' => 'Schemat Gantta',
|
||||
'LBL_GRID_GANTT' => 'Siatka/Schemat Gantt',
|
||||
|
||||
'LBL_REPORT' => 'Raport',
|
||||
'LBL_DAILY_REPORT' => 'Raport',
|
||||
'LBL_DATE' => 'Data',
|
||||
'LBL_PROJECT_HOLIDAYS_TITLE' => 'Przerwy w projekcie',
|
||||
'LBL_HOLIDAYS_TITLE' => 'Przerwy',
|
||||
'LBL_HOLIDAY' => 'Przerwa',
|
||||
|
||||
'LBL_PROJECT_TEMPLATE' => 'Szkice projektu',
|
||||
'LBL_PROJECT_TEMPLATES_LIST' => 'Lista szkiców projektu',
|
||||
'LBL_PROJECT_TEMPLATES_TITLE' => 'Szkice projektu: Strona główna',
|
||||
'LBL_IS_TEMPLATE' => 'Jest Szkicem',
|
||||
'LBL_SAVE_TEMPLATE_BUTTON_TITLE' => 'Zapisz jako szkic',
|
||||
'LBL_SAVE_TEMPLATE_BUTTON_LABEL' => 'Zapisz jako szkic',
|
||||
'LBL_SAVE_AS_PROJECT' => 'Zapisz jako projekt',
|
||||
'LBL_SAVE_AS_TEMPLATE' => 'Zapisz jako szkic',
|
||||
'LBL_SAVE_AS_NEW_PROJECT_BUTTON' => 'Zapisz jako nowy projekt',
|
||||
'LBL_SAVE_AS_NEW_TEMPLATE_BUTTON' => 'Zapisz jako nowy szkic',
|
||||
|
||||
'LBL_TEMPLATE_NAME' => 'Nazwa szkicu: ',
|
||||
'LBL_PROJECT_NAME' => 'Nazwa projektu: ',
|
||||
|
||||
'LBL_PROJECT_TEMPLATE_NAME' => 'Nazwa szkicu: ',
|
||||
|
||||
'LBL_EXPORT_TO_MS_PROJECT' => 'Eksportuj do MS Project',
|
||||
|
||||
'LBL_POPUP_DATE_START' => 'Data rozpoczęcia: ',
|
||||
'LBL_POPUP_DATE_FINISH' => 'Data zakończenia: ',
|
||||
'LBL_POPUP_PERCENT_COMPLETE' => '% Zaawansowania: ',
|
||||
'LBL_POPUP_RESOURCE_NAME' => 'Nazwa źródła: ',
|
||||
|
||||
'LBL_MY_PROJECTS_DASHBOARD' => 'Zestawienie moich projektów',
|
||||
'LBL_RESOURCE_REPORT' => 'Raport o źródłach',
|
||||
|
||||
'LBL_PERSONAL_HOLIDAY' => '-- Własny urlop --',
|
||||
|
||||
'LBL_OPPORTUNITIES' => 'Tematy',
|
||||
'LBL_LAST_WEEK' => 'Poprzedni',
|
||||
'LBL_NEXT_WEEK' => 'Następny',
|
||||
'LBL_PROJECTRESOURCES_SUBPANEL_TITLE' => 'Zasoby projektu',
|
||||
'LBL_PROJECTTASK_SUBPANEL_TITLE' => 'Zadania projektu',
|
||||
'LBL_HOLIDAYS_SUBPANEL_TITLE' => 'Ferie',
|
||||
|
||||
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user