156 lines
6.9 KiB
PHP
156 lines
6.9 KiB
PHP
|
|
<?php
|
||
|
|
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||
|
|
/*****************************************************************************
|
||
|
|
* The contents of this file are subject to the RECIPROCAL PUBLIC LICENSE
|
||
|
|
* Version 1.1 ("License"); You may not use this file except in compliance
|
||
|
|
* with the License. You may obtain a copy of the License at
|
||
|
|
* http://opensource.org/licenses/rpl.php. Software distributed under the
|
||
|
|
* License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND,
|
||
|
|
* either express or implied.
|
||
|
|
*
|
||
|
|
* You may:
|
||
|
|
* a) Use and distribute this code exactly as you received without payment or
|
||
|
|
* a royalty or other fee.
|
||
|
|
* b) Create extensions for this code, provided that you make the extensions
|
||
|
|
* publicly available and document your modifications clearly.
|
||
|
|
* c) Charge for a fee for warranty or support or for accepting liability
|
||
|
|
* obligations for your customers.
|
||
|
|
*
|
||
|
|
* You may NOT:
|
||
|
|
* a) Charge for the use of the original code or extensions, including in
|
||
|
|
* electronic distribution models, such as ASP (Application Service
|
||
|
|
* Provider).
|
||
|
|
* b) Charge for the original source code or your extensions other than a
|
||
|
|
* nominal fee to cover distribution costs where such distribution
|
||
|
|
* involves PHYSICAL media.
|
||
|
|
* c) Modify or delete any pre-existing copyright notices, change notices,
|
||
|
|
* or License text in the Licensed Software
|
||
|
|
* d) Assert any patent claims against the Licensor or Contributors, or
|
||
|
|
* which would in any way restrict the ability of any third party to use the
|
||
|
|
* Licensed Software.
|
||
|
|
*
|
||
|
|
* You must:
|
||
|
|
* a) Document any modifications you make to this code including the nature of
|
||
|
|
* the change, the authors of the change, and the date of the change.
|
||
|
|
* b) Make the source code for any extensions you deploy available via an
|
||
|
|
* Electronic Distribution Mechanism such as FTP or HTTP download.
|
||
|
|
* c) Notify the licensor of the availability of source code to your extensions
|
||
|
|
* and include instructions on how to acquire the source code and updates.
|
||
|
|
* d) Grant Licensor a world-wide, non-exclusive, royalty-free license to use,
|
||
|
|
* reproduce, perform, modify, sublicense, and distribute your extensions.
|
||
|
|
*
|
||
|
|
* The Original Code is: CommuniCore
|
||
|
|
* Olavo Farias
|
||
|
|
* 2006-04-7 olavo.farias@gmail.com
|
||
|
|
*
|
||
|
|
* The Initial Developer of the Original Code is CommuniCore.
|
||
|
|
* Portions created by CommuniCore are Copyright (C) 2005 CommuniCore Ltda
|
||
|
|
* All Rights Reserved.
|
||
|
|
********************************************************************************/
|
||
|
|
|
||
|
|
$mod_strings = array (
|
||
|
|
//added
|
||
|
|
'LBL_LIST_NO' => 'Nr',
|
||
|
|
'LBL_DATE' => 'Data',
|
||
|
|
'LBL_GROUP_NAME' => 'Grupa',
|
||
|
|
'LBL_LIST_VERSION' => 'Wersja',
|
||
|
|
'LBL_MODULE_NAME' => 'Dokumenty',
|
||
|
|
'LBL_LIST_DATE' => 'Data',
|
||
|
|
// FOR SYSTEM USE
|
||
|
|
'LBL_MODULE_NAME' => 'Dokumenty',
|
||
|
|
'LBL_MODULE_TITLE' => 'Dokumenty: Strona główna',
|
||
|
|
'LBL_MODULE_ID' => 'Dokumenty',
|
||
|
|
'LBL_SEARCH_FORM_TITLE' => 'Szukaj dokumentu',
|
||
|
|
'LBL_LIST_FORM_TITLE' => 'Lista Dokumentów',
|
||
|
|
'LBL_NEW_FORM_TITLE' => 'Nowy Dokument',
|
||
|
|
'LBL_ECMDOCS' => 'Dokumenty:',
|
||
|
|
'LBL_ECMDOCS_SUBJECT' => 'Tytuł dokumentu:',
|
||
|
|
'LBL_SYSTEM_ID' => 'System ID',
|
||
|
|
|
||
|
|
// FOR LIST VIEW
|
||
|
|
'LBL_LIST_NAME' => 'Nazwa',
|
||
|
|
'LBL_LIST_SUBJECT' => 'Tytuł',
|
||
|
|
'LBL_LIST_LAST_MODIFIED' => 'Ostatnia modyfikacja',
|
||
|
|
'LBL_LIST_MY_ECMDOCS' => 'Moje Pliki',
|
||
|
|
'LBL_LIST_ASSIGNED_TO_NAME' => 'Przypisany do',
|
||
|
|
'LBL_LIST_EKMT_DESCRIPTION' => 'Opis',
|
||
|
|
'LBL_LIST_EKMT_GROUP_ID' => 'Grupa',
|
||
|
|
'LBL_LIST_EKMT_GROUP_NAME' => 'Grupa',
|
||
|
|
'LBL_LIST_EKMT_RELATION' => 'Relacja',
|
||
|
|
'LBL_LIST_REMINDER_TIME' => 'Czas Przypomnienia',
|
||
|
|
'LBL_LIST_WORTH' => 'Wartość',
|
||
|
|
|
||
|
|
// FOR NOTIFICATION POPUPS
|
||
|
|
'NTC_DELETE_CONFIRMATION' => 'Jesteś pewny że chcesz usunąć ten Dokument?',
|
||
|
|
'NTC_REMOVE_INVITEE' => 'Jesteś pewny że chcesz usunąć ten kontakt z Dokumentu?',
|
||
|
|
'NTC_REMOVE_ACCOUNT_CONFIRMATION' => 'Jesteś pewny że chcesz usunąć ten Dokument od tego Klienta?',
|
||
|
|
'ERR_DELETE_RECORD' => 'Rekord musi być specyficzny aby móc usunąć dany Dokument',
|
||
|
|
|
||
|
|
// FOR DEFAULT FIELDS
|
||
|
|
'LBL_NAME' => 'Nazwa:',
|
||
|
|
'LBL_SUBJECT' => 'Nazwa:',
|
||
|
|
'LBL_CREATED_BY' => 'Utworzony Przez:',
|
||
|
|
'LBL_CREATED' => 'Utworzony Przez:',
|
||
|
|
'LBL_ASSIGNED_TO' => 'Przypisany Do:',
|
||
|
|
'LBL_ASSIGNED_USER_ID' => 'Przypisany Do:',
|
||
|
|
'LBL_DATE_ENTERED' => 'Czas Utworzenia:',
|
||
|
|
'LBL_DATE_CREATED' => 'Czas Utworzenia:',
|
||
|
|
'LBL_DATE_MODIFIED' => 'Ostatnia Modyfikacja',
|
||
|
|
'LBL_MODIFIED_BY' => 'Zmodyfikowane Przez:',
|
||
|
|
'LBL_MODIFIED' => 'Zmodifikowane Przez:',
|
||
|
|
'LBL_DATE_LAST_MODIFIED' => 'Data Ostatniej Modyfikacji:',
|
||
|
|
|
||
|
|
// FOR NEW FIELDS
|
||
|
|
'LBL_EKMT_DESCRIPTION' => 'Opis',
|
||
|
|
'LBL_EKMT_GROUP_ID' => 'Grupa',
|
||
|
|
'LBL_EKMT_GROUP_NAME' => 'Grupa',
|
||
|
|
'LBL_EKMT_RELATION' => 'Relacja',
|
||
|
|
|
||
|
|
// FOR GROUPS
|
||
|
|
'LBL_GROUP_MASTER' => 'DOCUMENT INFORMATION',
|
||
|
|
'LBL_GROUP_EKMT_DESCRIPTION' => '',
|
||
|
|
'LBL_GROUP_EKMT_GROUP_ID' => '',
|
||
|
|
'LBL_GROUP_EKMT_GROUP_NAME' => '',
|
||
|
|
'LBL_GROUP_EKMT_RELATION' => '',
|
||
|
|
// FOR SUBPANELS
|
||
|
|
'LBL_ECMDOCS_SUBPANEL_TITLE' => 'Dokumenty',
|
||
|
|
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Działania',
|
||
|
|
'LBL_HISTORY_SUBPANEL_TITLE' => 'Historia',
|
||
|
|
'LBL_ECMDOCS' => 'Dokumenty',
|
||
|
|
|
||
|
|
// FOR MENU LABELS
|
||
|
|
'LNK_NEW_ECMDOCS' => 'Utwórz Dokument',
|
||
|
|
'LNK_LIST_ECMDOC' => 'Lista Dokumentów',
|
||
|
|
|
||
|
|
// FOR MENU LINKS
|
||
|
|
'LNK_NEW_ECMDOC' => 'Utwórz Dokument',
|
||
|
|
'LNK_ECMDOCS_LIST' => 'Dokumenty',
|
||
|
|
'LNK_ECMDOCS_REPORTS' => 'Raport Dokumentów',
|
||
|
|
'LNK_NEW_CREATE_GROUP' => 'Utwórz Grupę',
|
||
|
|
'LNK_GROUPS' => 'Grupy',
|
||
|
|
// FOR ADDITIONAL MENUS
|
||
|
|
|
||
|
|
// FOR DASHLETS
|
||
|
|
'LBL_LIST_ECMDOCS' => 'Dokumenty',
|
||
|
|
'LBL_ACCOUNT_TO' => 'Nazwa Klienta',
|
||
|
|
'LBL_CONTACT_TO' => 'Nazwa Kontatku',
|
||
|
|
'LBL_CREATE_BUTTON_LABEL' => 'Utwórz',
|
||
|
|
'LBL_DESCRIPTION' => 'Opis',
|
||
|
|
'LBL_WORTH' => 'Wartość',
|
||
|
|
'LBL_DATE' => 'Data',
|
||
|
|
'LBL_REMINDER_DATE' => 'Czas Przypomnienia',
|
||
|
|
'LBL_STATUS' => 'Status',
|
||
|
|
'LBL_FILES_TO_SAVE' => 'Pliki do zapisania:',
|
||
|
|
'LBL_FILE' => 'Plik',
|
||
|
|
'LBL_GROUP_NAME_GR' => 'Nazwa Grupy',
|
||
|
|
'LBL_LIST_GROUPS_NAME' => 'Nazwa',
|
||
|
|
'LBL_LIST_GROUPS_DELETE' => 'Usuń',
|
||
|
|
'LBL_REMINDER' => 'Przypominacz',
|
||
|
|
'LBL_DETAILVIEW_FILE_LIST' => 'Plik',
|
||
|
|
'LBL_DETAILVIEW_FILE_DOWNLOAD' => 'Pobierz',
|
||
|
|
'LBL_DETAILVIEW_FILE_VERSION' => 'Wersja',
|
||
|
|
'LBL_DETAILVIEW_FILE_DATE_CREATED' => 'Data Utworzenia',
|
||
|
|
'LBL_UPLOADING_FILE' => 'Proszę czekać... Ładuję plik...',
|
||
|
|
'LBL_GROUPS_ALL' => 'Wszystkie',
|
||
|
|
);
|
||
|
|
?>
|