init
This commit is contained in:
140
modules/Charts/language/en_us.lang.php
Executable file
140
modules/Charts/language/en_us.lang.php
Executable file
@@ -0,0 +1,140 @@
|
||||
<?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 - 2008 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU 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 General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU 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 General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
/*********************************************************************************
|
||||
|
||||
* Description: Defines the English language pack for the base application.
|
||||
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
|
||||
* All Rights Reserved.
|
||||
* Contributor(s): ______________________________________..
|
||||
********************************************************************************/
|
||||
|
||||
$mod_strings = array (
|
||||
'ERR_NO_OPPS' => 'Please create some Opportunities to see Opportunity graphs.',
|
||||
'LBL_ALL_OPPORTUNITIES' => 'Total amount of all opportunities is ',
|
||||
'LBL_CHART_TYPE' => 'Chart Type:',
|
||||
'LBL_CREATED_ON' => 'Last run on ',
|
||||
'LBL_DATE_END' => 'End Date:',
|
||||
'LBL_DATE_RANGE_TO' => 'to',
|
||||
'LBL_DATE_RANGE' => 'Date range is',
|
||||
'LBL_DATE_START' => 'Begin Date:',
|
||||
'LBL_EDIT' => 'Edit',
|
||||
'LBL_LEAD_SOURCE_BY_OUTCOME_DESC' => 'Shows cumulative opportunity amounts by selected lead source by outcome for selected users. Outcome is based on whether the sales stage is Closed Won, Closed Lost, or any other value.',
|
||||
'LBL_LEAD_SOURCE_BY_OUTCOME' => 'All Opportunities By Lead Source By Outcome',
|
||||
'LBL_LEAD_SOURCE_FORM_DESC' => 'Shows cumulative opportunity amounts by selected lead source for selected users.',
|
||||
'LBL_LEAD_SOURCE_FORM_TITLE' => 'All Opportunities By Lead Source',
|
||||
'LBL_LEAD_SOURCE_OTHER' => 'Other',
|
||||
'LBL_LEAD_SOURCES' => 'Lead Sources:',
|
||||
'LBL_MODULE_NAME' => 'Dashboard',
|
||||
'LBL_MODULE_TITLE' => 'Dashboard: Home',
|
||||
'LBL_MONTH_BY_OUTCOME_DESC' => 'Shows cumulative opportunity amounts by month by outcome for selected users where the expected closed date is within the specified date range. Outcome is based on whether the sales stage is Closed Won, Closed Lost, or any other value.',
|
||||
'LBL_NUMBER_OF_OPPS' => 'Number of Opportunities',
|
||||
'LBL_OPP_SIZE' => 'Opportunity size in',
|
||||
'LBL_OPP_THOUSANDS'=> 'K',
|
||||
'LBL_OPPS_IN_LEAD_SOURCE' => 'opportunities where lead source is',
|
||||
'LBL_OPPS_IN_STAGE' => ' where sales stage is',
|
||||
'LBL_OPPS_OUTCOME' => ' where outcome is',
|
||||
'LBL_OPPS_WORTH' => 'opportunities worth',
|
||||
'LBL_PIPELINE_FORM_TITLE_DESC' => 'Shows cumulative amounts by selected sales stages for your opportunities where the expected closed date is within the specified date range.',
|
||||
'LBL_CAMPAIGN_ROI_TITLE_DESC' => 'Shows campaign response by return on investment.',
|
||||
'LBL_REFRESH' => 'Refresh',
|
||||
'LBL_ROLLOVER_DETAILS' => 'Rollover a bar for details.',
|
||||
'LBL_ROLLOVER_WEDGE_DETAILS' => 'Rollover a wedge for details.',
|
||||
'LBL_SALES_STAGE_FORM_DESC' => 'Shows cumulative opportunity amounts by selected sales stages for selected users where the expected closed date is within the specified date range.',
|
||||
'LBL_SALES_STAGE_FORM_TITLE' => 'Pipeline By Sales Stage',
|
||||
'LBL_SALES_STAGES' => 'Sales Stages:',
|
||||
'LBL_TOTAL_PIPELINE' => 'Pipeline total is ',
|
||||
'LBL_USERS' => 'Users:',
|
||||
'LBL_YEAR_BY_OUTCOME' => 'Pipeline By Month By Outcome',
|
||||
'LBL_YEAR' => 'Year:',
|
||||
'LNK_NEW_ACCOUNT' => 'Create Account',
|
||||
'LNK_NEW_CALL' => 'Schedule Call',
|
||||
'LNK_NEW_CASE' => 'Create Case',
|
||||
'LNK_NEW_CONTACT' => 'Create Contact',
|
||||
'LNK_NEW_ISSUE' => 'Report Bug',
|
||||
'LNK_NEW_LEAD' => 'Create Lead',
|
||||
'LNK_NEW_MEETING' => 'Schedule Meeting',
|
||||
'LNK_NEW_NOTE' => 'Create Note or Attachment',
|
||||
'LNK_NEW_OPPORTUNITY' => 'Create Opportunity',
|
||||
'LNK_NEW_QUOTE' => 'Create Quote',
|
||||
'LNK_NEW_TASK' => 'Create Task',
|
||||
'NTC_NO_LEGENDS' => 'None',
|
||||
|
||||
'LBL_TITLE' => 'Title: ',
|
||||
'LBL_MY_MODULES_USED_SIZE' => 'Access Count',
|
||||
'LBL_TASK_STATUS' => 'Task Status:',
|
||||
'LBL_TASKS_TOTAL' => 'Tasks count is: ',
|
||||
'LBL_TASK_SIZE' => 'Task size is in 1 unit.',
|
||||
'LBL_TASK_USERS' => 'Users:',
|
||||
|
||||
'LBL_BUG_STATUS' => 'Bug Status:',
|
||||
'LBL_BUGS_TOTAL' => 'Bugs count is: ',
|
||||
'LBL_BUG_SIZE' => 'Bug size is in 1 unit.',
|
||||
'LBL_BUG_USERS' => 'Users:',
|
||||
|
||||
'LBL_ECMCALLS_TITLE' => 'Users Calls:',
|
||||
'LBL_ECMCALLS_USERS' => 'Users:',
|
||||
'LBL_ECMCALLS_DATE' => 'Date:',
|
||||
'LBL_ECMCALLS_TIME_FROM' => 'Time From:',
|
||||
'LBL_ECMCALLS_TIME_TO' => 'Time To:',
|
||||
'LBL_ECMCALLS_NO_DATA' => 'No Data',
|
||||
'LBL_ECMCALLS_TYPE' => 'Type:',
|
||||
'LBL_ECMCALLS_DATE_SELECT' => 'Or Date:',
|
||||
'LBL_ECMCALLS_SHOW_NUMBERS' => 'Show Numbers:',
|
||||
|
||||
'LBL_INCOMING_LESS_THAN_60S' => 'Incoming, duration <= 60s',
|
||||
'LBL_INCOMING_MORE_THAN_60S' => 'Incoming, duration > 60s',
|
||||
'LBL_OUTGOING_LESS_THAN_60S' => 'Outgoing, duration <= 60s',
|
||||
'LBL_OUTGOING_MORE_THAN_60S' => 'Outgoing, duration > 60s',
|
||||
|
||||
'LBL_ECMQUOTES_TITLE' => 'Quotes',
|
||||
'LBL_ECMQUOTES_SIZE' => 'Quote size in',
|
||||
'LBL_ECMQUOTES_THOUSANDS'=> 'K',
|
||||
'LBL_ECMQUOTES_TOTAL' => 'Total is:',
|
||||
'LBL_ECMQUOTE_STATUS' => 'Quote Status:',
|
||||
'LBL_ECMQUOTE_USERS' => 'Users:',
|
||||
|
||||
|
||||
'LBL_ECMINVOICEOUTS_TITLE' => 'Quotes',
|
||||
'LBL_ECMINVOICEOUTS_SIZE' => 'Quote size in',
|
||||
'LBL_ECMINVOICEOUTS_THOUSANDS'=> 'K',
|
||||
'LBL_ECMINVOICEOUTS_TOTAL' => 'Total is:',
|
||||
'LBL_ECMINVOICEOUT_STATUS' => 'Quote Status:',
|
||||
'LBL_ECMINVOICEOUT_USERS' => 'Users:',
|
||||
);
|
||||
|
||||
|
||||
?>
|
||||
122
modules/Charts/language/ge_ge.lang.php
Executable file
122
modules/Charts/language/ge_ge.lang.php
Executable file
@@ -0,0 +1,122 @@
|
||||
<?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.
|
||||
********************************************************************************/
|
||||
/*********************************************************************************
|
||||
|
||||
* Description: Defines the English language pack for the base application.
|
||||
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
|
||||
* All Rights Reserved.
|
||||
* Contributors: Genius4U Ltd., simplicity GmbH, iscongroup kft.
|
||||
********************************************************************************/
|
||||
|
||||
$mod_strings = array (
|
||||
'ERR_NO_OPPS' => 'Sie müssen Verkaufschancen erstellt haben, um eine entsprechende Grafik anzeigen zu können.',
|
||||
'LBL_ALL_OPPORTUNITIES' => 'Die Summe aller Verkaufschancen ist',
|
||||
'LBL_CHART_TYPE' => 'Diagrammtyp:',
|
||||
'LBL_CREATED_ON' => 'Zum letzten Mal durchgeführt am ',
|
||||
'LBL_DATE_END' => 'Enddatum:',
|
||||
'LBL_DATE_RANGE_TO' => 'bis',
|
||||
'LBL_DATE_RANGE' => 'Datumsbereich ist',
|
||||
'LBL_DATE_START' => 'Anfangsdatum:',
|
||||
'LBL_EDIT' => 'Bearbeiten',
|
||||
'LBL_LEAD_SOURCE_BY_OUTCOME_DESC' => 'Zeigt die aufsummierten Beträge der Verkaufschancen nach ausgewählter Quelle und Ergebnis für die selektierten Benutzer. Die Ergebnisse basieren auf den Verkaufsphasen.',
|
||||
'LBL_LEAD_SOURCE_BY_OUTCOME' => 'Alle Verkaufschancen nach Quelle und Ergebnis',
|
||||
'LBL_LEAD_SOURCE_FORM_DESC' => 'Zeigt die aufsummierten Beträge der Verkaufschancen nach selektierter Quelle für bestimmte Benutzer an.',
|
||||
'LBL_LEAD_SOURCE_FORM_TITLE' => 'Alle Verkaufschancen nach Quelle',
|
||||
'LBL_LEAD_SOURCE_OTHER' => 'Andere',
|
||||
'LBL_LEAD_SOURCES' => 'Quellen:',
|
||||
'LBL_MODULE_NAME' => 'Übersicht',
|
||||
'LBL_MODULE_TITLE' => 'Übersicht: Home',
|
||||
'LBL_MONTH_BY_OUTCOME_DESC' => 'Zeigt die aufsummierten Beträge der Verkaufschancen nach Monat und Ergebnis für bestimmte Benutzer an. Das erwartete Enddatum der Verkaufschancen ist innerhalb des angegebenen Datumbereichs. Die Ergebnisse basieren auf den Verkaufsphasen.',
|
||||
'LBL_OPP_SIZE' => 'Verkaufschance Größe in ',
|
||||
'LBL_OPP_THOUSANDS'=> 'K',
|
||||
'LBL_OPPS_IN_LEAD_SOURCE' => 'Verkaufschancen mit Quelle',
|
||||
'LBL_OPPS_IN_STAGE' => ' wo Verkaufsphase ist',
|
||||
'LBL_OPPS_OUTCOME' => ' wo das Ergebnis ist',
|
||||
'LBL_OPPS_WORTH' => 'Verkaufschancen Wert',
|
||||
'LBL_PIPELINE_FORM_TITLE_DESC' => 'Zeigt die aufsummierten Beträge der Verkaufschancen, deren erwartetes Enddatum innerhalb des angegebenen Datumbereichs liegt, nach ausgewählten Verkaufsphasen an.',
|
||||
'LBL_CAMPAIGN_ROI_TITLE_DESC' => 'Zeigt Kampagnen Resonanz nach Return On Investment.',
|
||||
'LBL_REFRESH' => 'Aktualisieren',
|
||||
'LBL_ROLLOVER_DETAILS' => 'Für Details gehen Sie auf den Balken.',
|
||||
'LBL_ROLLOVER_WEDGE_DETAILS' => 'Für Details gehen Sie auf einen Ausschnitt.',
|
||||
'LBL_SALES_STAGE_FORM_DESC' => 'Zeigt die aufsummierten Beträge der Verkaufschancen, deren erwartetes Enddatum innerhalb des angegebenen Datumbereichs liegt, an.Guppiert nach ausgewählten Verkaufsphasen für bestimmte Benutzer.',
|
||||
'LBL_SALES_STAGE_FORM_TITLE' => 'Meine Pipeline nach Verkaufsphasen',
|
||||
'LBL_SALES_STAGES' => 'Verkaufsphasen:',
|
||||
'LBL_TOTAL_PIPELINE' => 'Pipeline gesamt ist ',
|
||||
'LBL_USERS' => 'Benutzer:',
|
||||
'LBL_YEAR_BY_OUTCOME' => 'Pipeline nach Monat und Ergebnis',
|
||||
'LBL_YEAR' => 'Jahr:',
|
||||
'LNK_NEW_ACCOUNT' => 'Neue Firma',
|
||||
'LNK_NEW_CALL' => 'Neuer Anruf',
|
||||
'LNK_NEW_CASE' => 'Neuer Fall',
|
||||
'LNK_NEW_CONTACT' => 'Neuer Kontakt',
|
||||
'LNK_NEW_ISSUE' => 'Neuer Fehler',
|
||||
'LNK_NEW_LEAD' => 'Neuer Interessent',
|
||||
'LNK_NEW_MEETING' => 'Neues Meeting',
|
||||
'LNK_NEW_NOTE' => 'Neue Notiz oder Anlage',
|
||||
'LNK_NEW_OPPORTUNITY' => 'Neue Verkaufschance',
|
||||
'LNK_NEW_QUOTE' => 'Neues Angebot',
|
||||
'LNK_NEW_TASK' => 'Neue Aufgabe',
|
||||
'NTC_NO_LEGENDS' => 'Kein(e)',
|
||||
|
||||
'LBL_TITLE' => 'Titel:',
|
||||
|
||||
'LBL_ECMCALLS_TITLE' => 'Users Calls:',
|
||||
'LBL_ECMCALLS_USERS' => 'Users:',
|
||||
'LBL_ECMCALLS_DATE' => 'Date:',
|
||||
'LBL_ECMCALLS_TIME_FROM' => 'Time From:',
|
||||
'LBL_ECMCALLS_TIME_TO' => 'Time To:',
|
||||
'LBL_ECMCALLS_NO_DATA' => 'No Data',
|
||||
'LBL_ECMCALLS_TYPE' => 'Type:',
|
||||
'LBL_ECMCALLS_DATE_SELECT' => 'Or Date:',
|
||||
'LBL_ECMCALLS_SHOW_NUMBERS' => 'Show Numbers:',
|
||||
|
||||
'LBL_INCOMING_LESS_THAN_60S' => 'Incoming, duration <= 60s',
|
||||
'LBL_INCOMING_MORE_THAN_60S' => 'Incoming, duration > 60s',
|
||||
'LBL_OUTGOING_LESS_THAN_60S' => 'Outgoing, duration <= 60s',
|
||||
'LBL_OUTGOING_MORE_THAN_60S' => 'Outgoing, duration > 60s',
|
||||
|
||||
'LBL_ECMQUOTES_TITLE' => 'Quotes',
|
||||
'LBL_ECMQUOTES_SIZE' => 'Quote size in',
|
||||
'LBL_ECMQUOTES_THOUSANDS'=> 'K',
|
||||
'LBL_ECMQUOTES_TOTAL' => 'Total is:',
|
||||
'LBL_ECMQUOTE_STATUS' => 'Quote Status:',
|
||||
'LBL_ECMQUOTE_USERS' => 'Users:',
|
||||
|
||||
|
||||
'LBL_ECMINVOICEOUTS_TITLE' => 'Quotes',
|
||||
'LBL_ECMINVOICEOUTS_SIZE' => 'Quote size in',
|
||||
'LBL_ECMINVOICEOUTS_THOUSANDS'=> 'K',
|
||||
'LBL_ECMINVOICEOUTS_TOTAL' => 'Total is:',
|
||||
'LBL_ECMINVOICEOUT_STATUS' => 'Quote Status:',
|
||||
'LBL_ECMINVOICEOUT_USERS' => 'Users:',
|
||||
|
||||
);
|
||||
|
||||
|
||||
?>
|
||||
125
modules/Charts/language/pl_pl.lang.php
Executable file
125
modules/Charts/language/pl_pl.lang.php
Executable file
@@ -0,0 +1,125 @@
|
||||
<?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 (
|
||||
'ERR_NO_OPPS' => 'Żeby zobaczyć zestawienia wartości przychodów z projektów, musisz utworzyć co najmniej jeden z nich.',
|
||||
'LBL_ALL_OPPORTUNITIES' => 'Całkowite przychody z proj. ',
|
||||
'LBL_CHART_TYPE' => 'Typ Wykresu:',
|
||||
'LBL_CREATED_ON' => 'Ostatnia aktual.: ',
|
||||
'LBL_DATE_START' => 'Data rozp.:',
|
||||
'LBL_DATE_RANGE' => 'Przedział czasowy od:',
|
||||
'LBL_DATE_RANGE_TO' => 'do:',
|
||||
'LBL_DATE_END' => 'Data zak.:',
|
||||
'LBL_EDIT' => 'Popraw',
|
||||
'LBL_LEAD_SOURCE_BY_OUTCOME_DESC' => 'Globalne, skumulowane wyniki dla wybranych źródeł pozyskania klienta, wybranych użytkowników, w wybranym przedziale czasowym, dla wszystkich statusów procesu sprzedaży.',
|
||||
'LBL_LEAD_SOURCE_BY_OUTCOME' => 'Wszyskie proj. źródła wg. wyników',
|
||||
'LBL_LEAD_SOURCE_FORM_DESC' => 'Pokazuje skumulowaną liczbę Tematów na wybranego Żródło Pozyskania na wybranego Użytkownika.',
|
||||
'LBL_LEAD_SOURCE_FORM_TITLE' => 'Wszystkie Tematy przez Źródła Pozyskania',
|
||||
'LBL_LEAD_SOURCE_OTHER' => 'Inne',
|
||||
'LBL_LEAD_SOURCES' => 'Źródła Pozyskania Klientów:',
|
||||
'LBL_MODULE_NAME' => 'Zestawienia',
|
||||
'LBL_MODULE_TITLE' => 'Zestawienia: Strona Główna',
|
||||
'LBL_MONTH_BY_OUTCOME_DESC' => 'Globalne, skumulowane wartości przychodów miesięcznie, wg. projektów (dla wybranych użytkowników), dla których spodziewana data zakończenia mieści się w wybranym przedziale czasowym. Wynik liczony jest dla projektów posiadający status Zakończony sukcesem, zakończony porażką i pozostałych.',
|
||||
'LBL_OPP_SIZE' => 'Wartość projektu w tys. zł.',
|
||||
'LBL_OPP_THOUSANDS'=> 'Tyś.',
|
||||
'LBL_OPPS_IN_LEAD_SOURCE' => 'Zadania w których źródłem pozyskania klienta jest',
|
||||
'LBL_OPPS_IN_STAGE' => 'Zadania w których etapem sprzedaży jest',
|
||||
'LBL_OPPS_OUTCOME' => 'Zadania w których wynik jest',
|
||||
'LBL_OPPS_WORTH' => 'wartość zadań',
|
||||
'LBL_PIPELINE_FORM_TITLE_DESC' => 'Skumulowane wyniki wg. etapów sprzedaży moich projektów których zakończenie mieści się w wybranym przedziale czasowym.',
|
||||
'LBL_CAMPAIGN_ROI_TITLE_DESC' => 'Pokaż Wyniki Zwrotu z Inwestycji z Kampanii.',
|
||||
'LBL_REFRESH' => 'Odśwież',
|
||||
'LBL_ROLLOVER_DETAILS' => 'Rozwiń etykietę, aby zobaczyć szczegóły.',
|
||||
'LBL_ROLLOVER_WEDGE_DETAILS' => 'Rozwiń klin, aby zobaczyć szczegóły.',
|
||||
'LBL_SALES_STAGE_FORM_TITLE' => 'Wykres wg. etapów sprzedaży',
|
||||
'LBL_SALES_STAGE_FORM_DESC' => 'Wartość skumulowana projektów według etapów sprzedaży dla wybranych użytkowników w określonym przedziale czasowym. ',
|
||||
'LBL_SALES_STAGES' => 'Etapy sprzedaży:',
|
||||
'LBL_TOTAL_PIPELINE' => 'Wartość całkowita: ',
|
||||
'LBL_USERS' => 'Użytkownicy:',
|
||||
'LBL_YEAR_BY_OUTCOME' => 'Wykres wg. Miesięcy i przychodów',
|
||||
'LBL_YEAR' => 'Rok:',
|
||||
'LNK_NEW_ACCOUNT' => 'Utwórz Klienta',
|
||||
'LNK_NEW_CALL' => 'Zaplanowane Rozmowy Tel.',
|
||||
'LNK_NEW_CASE' => 'Utwórz Sprawę',
|
||||
'LNK_NEW_CONTACT' => 'Utwórz Kontakt',
|
||||
'LNK_NEW_ISSUE' => 'Zgłoś Błąd',
|
||||
'LNK_NEW_LEAD' => 'Utwórz Wizytówkę',
|
||||
'LNK_NEW_MEETING' => 'Harmonogram Spotkań',
|
||||
'LNK_NEW_NOTE' => 'Utwórz Notatkę, lub Załącznik',
|
||||
'LNK_NEW_OPPORTUNITY' => 'Utrzórz Temat',
|
||||
'LNK_NEW_QUOTE' => 'Utwórz Wycenę',
|
||||
'LNK_NEW_TASK' => 'Utwórz Zadanie',
|
||||
'NTC_NO_LEGENDS' => 'Brak',
|
||||
|
||||
'LBL_TITLE' => 'Tytuł: ',
|
||||
'LBL_TASK_STATUS' => 'Task Status:',
|
||||
'LBL_TASKS_TOTAL' => 'Tasks count is: ',
|
||||
'LBL_TASK_SIZE' => 'Task size is in 1 unit.',
|
||||
'LBL_TASK_USERS' => 'Users:',
|
||||
|
||||
'LBL_BUG_STATUS' => 'Bug Status:',
|
||||
'LBL_BUGS_TOTAL' => 'Bugs count is: ',
|
||||
'LBL_BUG_SIZE' => 'Bug size is in 1 unit.',
|
||||
'LBL_BUG_USERS' => 'Users:',
|
||||
|
||||
'LBL_ECMCALLS_TITLE' => 'Users Calls:',
|
||||
'LBL_ECMCALLS_USERS' => 'Users:',
|
||||
'LBL_ECMCALLS_DATE' => 'Date:',
|
||||
'LBL_ECMCALLS_TIME_FROM' => 'Time From:',
|
||||
'LBL_ECMCALLS_TIME_TO' => 'Time To:',
|
||||
'LBL_ECMCALLS_NO_DATA' => 'Brak Danych',
|
||||
'LBL_ECMCALLS_TYPE' => 'Type:',
|
||||
'LBL_ECMCALLS_DATE_SELECT' => 'Or Date:',
|
||||
'LBL_ECMCALLS_SHOW_NUMBERS' => 'Show Numbers:',
|
||||
|
||||
'LBL_INCOMING_LESS_THAN_60S' => 'Incoming, duration <= 60s',
|
||||
'LBL_INCOMING_MORE_THAN_60S' => 'Incoming, duration > 60s',
|
||||
'LBL_OUTGOING_LESS_THAN_60S' => 'Outgoing, duration <= 60s',
|
||||
'LBL_OUTGOING_MORE_THAN_60S' => 'Outgoing, duration > 60s',
|
||||
|
||||
'LBL_ECMQUOTES_TITLE' => 'Oferty',
|
||||
'LBL_ECMQUOTES_SIZE' => 'Quote size',
|
||||
'LBL_ECMQUOTES_THOUSANDS'=> 'tys.',
|
||||
'LBL_ECMQUOTES_TOTAL' => 'Suma:',
|
||||
'LBL_ECMQUOTE_STATUS' => 'Status oferty:',
|
||||
'LBL_ECMQUOTE_USERS' => 'Użytkownicy:',
|
||||
|
||||
'LBL_ECMINVOICEOUTS_TITLE' => 'Quotes',
|
||||
'LBL_ECMINVOICEOUTS_SIZE' => 'Quote size in',
|
||||
'LBL_ECMINVOICEOUTS_THOUSANDS'=> 'K',
|
||||
'LBL_ECMINVOICEOUTS_TOTAL' => 'Total is:',
|
||||
'LBL_ECMINVOICEOUT_STATUS' => 'Quote Status:',
|
||||
'LBL_ECMINVOICEOUT_USERS' => 'Users:',
|
||||
);
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user