[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/System/includes/lang/ -> pl.php (source)

   1  <?php
   2  //
   3  // phpSysInfo - A PHP System Information Script
   4  // http://phpsysinfo.sourceforge.net/
   5  //
   6  // This program is free software; you can redistribute it and/or
   7  // modify it under the terms of the GNU General Public License
   8  // as published by the Free Software Foundation; either version 2
   9  // of the License, or (at your option) any later version.
  10  //
  11  // This program is distributed in the hope that it will be useful,
  12  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  13  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14  // GNU General Public License for more details.
  15  //
  16  // You should have received a copy of the GNU General Public License
  17  // along with this program; if not, write to the Free Software
  18  // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  19  //
  20  // $Id: pl.php,v 1.12 2005/12/31 17:25:02 bigmichi1 Exp $
  21  
  22  $charset                = 'iso-8859-2';
  23  
  24  $text['title']          = 'Informacja o systemie';
  25  
  26  $text['vitals']         = 'Stan systemu';
  27  $text['hostname']       = 'Nazwa kanoniczna hosta';
  28  $text['ip']             = 'IP nasłuchujący';
  29  $text['kversion']       = 'Wersja jądra';
  30  $text['dversion']       = 'Distro Name';
  31  $text['uptime']         = 'Uptime';
  32  $text['users']          = 'Obecnych użytkownków';
  33  $text['loadavg']        = 'Obciążenia średnie';
  34  
  35  $text['hardware']       = 'Informacja o sprzęcie';
  36  $text['numcpu']         = 'Procesory';
  37  $text['cpumodel']       = 'Model';
  38  $text['cpuspeed']       = 'Cz&#281;stotliwo&#347;&#263;';
  39  $text['busspeed']       = 'BUS Speed';
  40  $text['cache']          = 'Cache Size';
  41  $text['bogomips']       = 'System Bogomips';
  42  
  43  $text['pci']            = 'Urządzenia PCI';
  44  $text['ide']            = 'Urządzenia IDE';
  45  $text['scsi']           = 'Urządzenia SCSI';
  46  $text['usb']            = 'Urządzenia USB';
  47  
  48  $text['netusage']       = 'Sieć';
  49  $text['device']         = 'Urządzenie';
  50  $text['received']       = 'Odebrano';
  51  $text['sent']           = 'Wysłano';
  52  $text['errors']         = 'Błędow/Porzuconych';
  53  
  54  $text['memusage']       = 'Obciążenie pamięci';
  55  $text['phymem']         = 'Pamięć fizyczna';
  56  $text['swap']           = 'Pamięć Swap';
  57  
  58  $text['fs']             = 'Zamontowane systemy plików';
  59  $text['mount']          = 'Punkt montowania';
  60  $text['partition']      = 'Partycja';
  61  
  62  $text['percent']        = 'Procentowo zajęte';
  63  $text['type']           = 'Typ';
  64  $text['free']           = 'Wolne';
  65  $text['used']           = 'Zajęte';
  66  $text['size']           = 'Rozmiar';
  67  $text['totals']         = 'Całkowite';
  68  
  69  $text['kb']             = 'KB';
  70  $text['mb']             = 'MB';
  71  $text['gb']             = 'GB';
  72  
  73  $text['none']           = 'brak';
  74  
  75  $text['capacity']       = 'Rozmiar';
  76  
  77  $text['template']       = 'Szablon';
  78  $text['language']       = 'Język';
  79  $text['submit']         = 'Wyślij';
  80  $text['created']        = 'Utworzone przez';
  81  $text['locale']         = 'pl_PL'; 
  82  $text['gen_time']       = " %e %b %Y o godzinie %T";
  83  
  84  $text['days']           = 'dni';
  85  $text['hours']          = 'godzin';
  86  $text['minutes']        = 'minut';
  87  
  88  $text['sensors']        = 'Czujniki (lm_sensors)';
  89  $text['temperature']    = 'Temperatura';
  90  $text['voltage']        = 'Napięcia';
  91  $text['fans']           = 'Wiatraczki';
  92  $text['s_value']        = 'Wartość';
  93  $text['s_min']          = 'Min';
  94  $text['s_max']          = 'Max';
  95  $text['s_div']          = 'Div';
  96  $text['hysteresis']     = 'Hystereza';
  97  $text['s_limit']        = 'Limit';
  98  $text['s_label']        = 'Nazwa';
  99  $text['degree_mark']    = '&ordm;C';
 100  $text['voltage_mark']   = 'V';
 101  $text['rpm_mark']       = 'RPM';
 102  
 103  $text['app']        = 'Kernel + applications';
 104  $text['buffers']    = 'Buffers';
 105  $text['cached']        = 'Cached';
 106  
 107  ?>


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce ŕ PHPXref 0.7