<?php
/***************************************************************************
 *
 *   NewPoints Shop plugin (/inc/plugins/newpoints/languages/english/newpoints_shop.php)
 *	 Author: Pirata Nervo
 *   Copyright: © 2009-2012 Pirata Nervo
 *   
 *   Website: http://www.mybb-plugins.com
 *
 *   Integrates a shop system with NewPoints.
 *
 ***************************************************************************/
 
/****************************************************************************
	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU 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 General Public License for more details.
	
	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.
****************************************************************************/

$l['newpoints_shop'] = "Sklep";

$l['newpoints_shop_icon'] = 'Ikona';
$l['newpoints_shop_categories'] = 'Kategorie';
$l['newpoints_shop_items'] = 'Przedmioty';
$l['newpoints_shop_buy'] = 'Kup';
$l['newpoints_shop_price'] = 'Cena';
$l['newpoints_shop_stock'] = 'Zapas';
$l['newpoints_shop_name'] = 'Nazwa';
$l['newpoints_shop_description'] = 'Opis';
$l['newpoints_shop_myitems'] = 'Moje przedmioty';
$l['newpoints_shop_items_username'] = '{1}\ przedmiotów';
$l['newpoints_shop_send'] = 'Wyślij';
$l['newpoints_shop_sell'] = 'Sprzedaj';
$l['newpoints_shop_infinite'] = 'Nieskończona';
$l['newpoints_shop_options'] = 'Opcje';
$l['newpoints_shop_quantity'] = 'Ilość';
$l['newpoints_shop_limit_user'] = 'Limit na użytkownika';
$l['newpoints_shop_confirm'] = 'Potwierdź';
$l['newpoints_shop_send_item'] = 'Sprzedaj przedmiot';
$l['newpoints_shop_send_item_username'] = 'Nazwa użytkownika';
$l['newpoints_shop_sell_item'] = 'Sprzedaj przedmiot';
$l['newpoints_shop_yes'] = 'Tak';
$l['newpoints_shop_no'] = 'Nie';
$l['newpoints_shop_view_item'] = 'Pokaż przedmiot';
$l['newpoints_shop_sendable'] = 'Do wysłania';
$l['newpoints_shop_sellable'] = 'Do sprzedania';

// Profile
$l['newpoints_shop_edit_inventory'] = 'Edytuj ekwipunek';

// Error messages
$l['newpoints_shop_invalid_item'] = 'Nieprawdiłowy przedmiot';
$l['newpoints_shop_invalid_cat'] = 'Nieprawidłowa kategoria';
$l['newpoints_shop_outofstock'] = 'Przedmiot który wybrałeś jest niedostępny.';
$l['newpoints_shop_not_enough'] = 'Nie masz wystarczających środków aby kupić ten przedmiot.';
$l['newpoints_shop_inline_errors'] = 'Wystąpiły następujące błędy:';
$l['newpoints_shop_inventory_empty'] = 'Twój ekwipunek ejst pusty.';
$l['newpoints_shop_selected_item_not_owned'] = 'Nie posiadasz wybranego przedmiotu.';
$l['newpoints_shop_invalid_user'] = 'Wybrałeś nieprawidłowego użytkownika.';
$l['newpoints_shop_out_of_stock'] = 'Przedmiot jest niedostępny';
$l['newpoints_shop_limit_reached'] = 'Nie możesz kupić więcej przedmiotów tego typu.';

// Success messages
$l['newpoints_shop_item_bought'] = 'Wybrany przedmiot został pomyślnie zakupiony.';
$l['newpoints_shop_item_bought_title'] = 'Przedmiot kupiony';
$l['newpoints_shop_item_sent'] = 'Wybrany przedmiot został pomyślnie wysłany.';
$l['newpoints_shop_item_sent_title'] = 'Przedmiot wysłany';
$l['newpoints_shop_item_sell'] = 'Wybrany przedmiot został pomyślnie sprzedany.';
$l['newpoints_shop_item_sell_title'] = 'Przedmiot sprzedany';

// Other messages
$l['newpoints_shop_no_items'] = 'Nie znaleziono przedmiotów.';
$l['newpoints_shop_no_cats'] = 'Nie znaleziono kategorii.';
$l['newpoints_shop_no_options'] = 'Brak opcji.';
$l['newpoints_shop_send_item_message'] = 'Wpisz nazwę użytkownika do którego chcesz wysłać przedmiot.';
$l['newpoints_shop_sell_item_confirm'] = 'Jesteś pewien że chcesz sprzedać "{1}" za {2}?';
$l['newpoints_shop_bought_item_pm_subject'] = 'Kupiłeś przedmiot';

// Log
$l['newpoints_shop_purchased_log'] = '{1}-{2}-(first number = item id, second number = price)';
$l['newpoints_shop_sent_log'] = '{1}-{2}-{3}-(first number = item id, second number = user id and third = user name)';
$l['newpoints_shop_sell_log'] = '{1}-{2}-(first number = item id, second number = price the item was sold for)';

// Statistics
$l['newpoints_shop_item'] = 'Przedmiot';
$l['newpoints_shop_username'] = 'Nazwa użytkownika';
$l['newpoints_shop_user'] = 'Użytkownik';
$l['newpoints_shop_price'] = 'Cena';
$l['newpoints_shop_date'] = 'Data';
$l['newpoints_shop_lastpurchases'] = 'Ostanio kupowane';
$l['newpoints_shop_no_purchases'] = 'Nie odnaleziono zakupów.';

// Private Messages
$l['newpoints_shop_item_received_title'] = 'Otrzymałeś przedmiot';
$l['newpoints_shop_item_received'] = '{1} wysłał Ci {2}.';

// Profile
$l['newpoints_shop_view_all_items'] = 'Pokaż wszystkie przedmioty';
$l['newpoints_shop_user_no_items'] = 'Ten użytkownik nie posiada żadnego przedmiotu.';

$l['newpoints_shop_cant_send_item_self'] = 'Nie możesz wysłać przedmiotu do samego siebie.';

?>