[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
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: sr.php 21228 2006-04-06 13:52:08Z ralfbecker $ 21 22 $charset = 'utf-8'; 23 24 $text['title'] = 'Спецификација Система '; 25 26 $text['vitals'] = 'Систем'; 27 $text['hostname'] = 'Име домаћина'; 28 $text['ip'] = 'ИП адреса'; 29 $text['kversion'] = 'Верзија кернела'; 30 $text['dversion'] = 'Дицтрибуција'; 31 $text['uptime'] = 'Радно време'; 32 $text['users'] = 'Број корисника'; 33 $text['loadavg'] = 'Просечно оптерећење'; 34 35 $text['hardware'] = 'Хардверске компоненте'; 36 $text['numcpu'] = 'Процесор'; 37 $text['cpumodel'] = 'Moдел'; 38 $text['mhz'] = 'Брзина чипа'; 39 $text['cache'] = 'Величина предмеморије'; 40 $text['bogomips'] = 'Богомипс'; 41 $text['usb'] = 'УСБ уређаји'; 42 $text['pci'] = 'ПЦИ уређаји'; 43 $text['ide'] = 'ИДЕ уређаји'; 44 $text['scsi'] = 'СЦСИ уређаји'; 45 46 $text['netusage'] = 'Мрежна Употреба'; 47 $text['device'] = 'Уређај'; 48 $text['received'] = 'Примљено'; 49 $text['sent'] = 'Послато'; 50 $text['errors'] = 'Грешке'; 51 52 $text['connections'] = 'Успостављене конекције'; 53 54 $text['memusage'] = 'Употреба меморије'; 55 $text['phymem'] = 'Тврда memorija'; 56 $text['swap'] = 'СВАП меморија'; 57 58 $text['fs'] = 'Монтирани фајл системи'; 59 $text['mount'] = 'Монтирани'; 60 $text['partition'] = 'Партиција'; 61 62 $text['percent'] = 'Проценти'; 63 $text['type'] = 'Врста'; 64 $text['free'] = 'Слободно'; 65 $text['used'] = 'Искоришћено'; 66 $text['size'] = 'Величина'; 67 $text['totals'] = 'Укупно'; 68 69 $text['kb'] = 'KB'; 70 $text['mb'] = 'MB'; 71 $text['gb'] = 'GB'; 72 73 $text['none'] = 'ezer ez'; 74 75 $text['capacity'] = 'Капацитет'; 76 77 $text['template'] = 'Tемплат'; 78 $text['language'] = 'Језик'; 79 $text['submit'] = 'Пошаљи'; 80 $text['created'] = 'Креирано: '; 81 $text['locale'] = 'ср'; 82 $text['gen_time'] = 'on %b %d, %Y at %I:%M %p'; 83 84 $text['days'] = 'Дани'; 85 $text['hours'] = 'Сати'; 86 $text['minutes'] = 'Минути'; 87 88 $text['temperature'] = 'Температура'; 89 $text['voltage'] = 'Напајање'; 90 $text['fans'] = 'Вентилатори'; 91 $text['s_value'] = 'Снага'; 92 $text['s_min'] = 'Мин'; 93 $text['s_max'] = 'Mах'; 94 $text['s_div'] = 'Div'; 95 $text['hysteresis'] = 'Аларм'; 96 $text['s_limit'] = 'Лимит'; 97 $text['s_label'] = 'Име'; 98 $text['degree_mark'] = 'ºC'; 99 $text['voltage_mark'] = 'V'; 100 $text['rpm_mark'] = 'RPM'; 101 102 $text['app'] = 'Kernel + applications'; 103 $text['buffers'] = 'Buffers'; 104 $text['cached'] = 'Cached'; 105 106 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Gnr le : Sun Feb 25 17:20:01 2007 | par Balluche grce PHPXref 0.7 |