<?php

/********************************************************************************************************************************
*
*  Servers board (/inc/languages/polish/serversboard.lang.php)
*  Author: Krzysztof "Supryk" Supryczyński
*  Copyright: © 2013 - 2016 @ Krzysztof "Supryk" Supryczyński @ All rights reserved
*  
*  Website: 
*  Description: Show information about games online servers on index page and details about servers on subpage.
*
********************************************************************************************************************************/
/********************************************************************************************************************************
*
* This file is part of "Servers board" plugin for MyBB.
* Copyright © 2013 - 2016 @ Krzysztof "Supryk" Supryczyński @ All rights reserved
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
*
********************************************************************************************************************************/

$l['serversboard'] = "Tabela serwerów";
$l['number'] = "Lp.:";
$l['status'] = "Status:";
$l['server_online'] = "Włączony";
$l['server_offline'] = "Wyłączony";
$l['type'] = "Rodzaj:";
$l['hostname'] = "Nazwa serwera:";
$l['ip'] = "IP:";
$l['players_slots'] = "Graczy/Slotów:";
$l['map'] = "Mapa:";
$l['more'] = "Więcej:";
$l['no_servers'] = "Brak serwerów na liście.";
$l['together_servers'] = "Razem serwerów: ";
$l['together_players'] = "Razem graczy: ";
$l['together_slots'] = "Razem slotów: ";
$l['together_empty_slots'] = "Razem wolnych slotów: ";
$l['players'] = "Graczy:";
$l['slots'] = "Slotów:";
$l['record_players'] = "Rekord graczy: ";
$l['procent_players'] = "Procent graczy: ";
$l['no_that_server'] = "Nie znaleziono takiego serwera.";
$l['general_informations'] = "Główne informacje";
$l['lastupdate'] = "Ostatnia aktualizacja informacji:";
$l['nextupdate'] = "Następna za:";
$l['players_online'] = "Gracze obecni na serwerze";
$l['players_online2'] = "Gracze obecni na serwerze {1}";
$l['players_empty'] = "Brak";
$l['player_name'] = "Nazwa:";
$l['player_time_online'] = "Czas obecności na serwerze:";
$l['owner'] = "Właściciel serwera";
$l['owner_empty'] = "Brak";
$l['send_pm'] = "Wyślij wiadomość";
$l['buddylist'] = "Przyjaciele serwera";
$l['joinbuddylist'] = "Dołącz do przyjaciół";
$l['lowerbuddylist'] = "Opuść grono przyjaciół";
$l['joinbuddylist_success'] = "Pomyślnie dołączyłeś do listy przyjaciół serwera";
$l['lowerbuddylist_success'] = "Pomyślnie opuszczono grono przyjaciół serwera";
$l['buddylist_empty'] = "Brak";
$l['serversboard_online_location_viewing_serversboard'] = "Przegląda";
$l['serversboard_online_location_serversboard'] = "Tabele serwerów";
$l['serversboard_online_location_viewing_serversboard_more'] = "Przegląda szczegółowe informacje o serwerze";
$l['serversboard_not_installed'] = "Plugin nie został zainstalowany.";
$l['serversboard_thanks'] = "Forum uzywa dodatkow Krzysztof \"Supryk\" Supryczynski.";