Files
crm.clientright.ru/languages/pl_pl/Quotes.php

42 lines
1.5 KiB
PHP
Raw Normal View History

<?php
/*+***********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*************************************************************************************/
$languageStrings = array(
'Quotes' => 'Oferta',
//DetailView Actions
'SINGLE_Quotes' => 'Oferta',
'LBL_EXPORT_TO_PDF' => 'Eksport do PDF',
//Basic strings
'LBL_ADD_RECORD' => 'Dodaj Ofertę',
'LBL_RECORDS_LIST' => 'Lista Ofert',
'LBL_RECORD_SUMMARY' => 'Podsumowanie Oferty',
// Blocks
'LBL_QUOTE_INFORMATION' => 'Cytat deatils',
//Field Labels
'Quote No'=>'Numer oferty',
'Quote Stage'=>'Status oferty',
'Valid Till'=>'Termin ważności',
'Inventory Manager'=>'Kierownik Magazynu',
'Related To' => 'Związane z',
//Added for existing Picklist Entries
'Accepted'=>'Zaakceptowana',
'Rejected'=>'Odrzucona',
'LBL_SEND_MAIL_PDF' => 'Wysłać e-mail z PDF',
'LBL_THIS' => 'To',
'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'zostanie usunięty z systemu.uprzejmie usunąć lub wymienić ten element',
'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'Pozycja ta jest usuwana z systemu,należy usunąć ten ciąg elementów',
);