[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/PolishLanguagePack_pl_pl/modules/ -> SalesOrder.php (source)

   1  <?php
   2  /*+***********************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9   *************************************************************************************/
  10  $languageStrings = array(
  11      //DetailView Actions
  12      'SINGLE_SalesOrder' => 'Zamówienie od Klienta',
  13      'LBL_EXPORT_TO_PDF' => 'Eksport do PDF',
  14  
  15      //Basic strings
  16      'LBL_ADD_RECORD' => 'Dodaj zamówienie od Klienta',
  17      'LBL_RECORDS_LIST' => 'Lista zamówień od Klientów',
  18      'LBL_RECORD_SUMMARY' => 'Podsumowanie zamówienia od Klienta',
  19  
  20      // Blocks
  21      'LBL_SO_INFORMATION' => 'Szczegóły zamówienia od Klienta',
  22      'Recurring Invoive Information'=>'Informacja faktury cykliczne',
  23      
  24      //Field labels
  25      'SalesOrder No'=>'Numer zamówienia od Klienta',
  26      'Quote Name'=>'Oferta',
  27      'Customer No' => 'Numer Kontrahenta',
  28      'Requisition No'=>'Numer rezerwacji',
  29      'Tracking Number'=>'Numer przesyłki',
  30      'Sales Commission' => 'Marża ze sprzedaży',
  31      'Purchase Order'=>'Zamówienie do Dostawcy',
  32      'Vendor Terms'=>'Warunki zamówienia do Dostawcy',
  33      'Pending'=>'Oczekujące',
  34      'Enable Recurring' => 'Włącz automatyczne fakturowanie',
  35      'Frequency' => 'Częstotliwość',
  36      'Start Period' => 'Data rozpoczęcia',
  37      'End Period' => 'Data zakończenia',
  38      'Payment Duration' => 'Okres płatności',
  39      'Invoice Status' => 'Status faktury',
  40      
  41      //Added for existing Picklist Entries
  42  
  43      'Sub Total'=>'Podsumowanie',
  44      'AutoCreated'=>'Utworzona automatycznie',
  45      'Sent'=>'Wysłana',
  46      'Credit Invoice'=>'Faktura kredytowa',
  47      'Paid'=>'Zapłacona',
  48      'Daily'=>'Codziennie',
  49      'Monthly'=>'Miesięcznie',
  50      'Quarterly'=>'Kwartalnie',
  51      'Yearly'=>'Rocznie',
  52      'Net 30 days'=>'Netto 30 dni',
  53      'Net 45 days'=>'Netto 45 dni',
  54      'Net 60 days'=>'Netto 60 dni',
  55  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1