<?php
 /**
 * This file is part of Download-System for MyBB.
 * Copyright (C) 2006-2012 StefanT (http://www.mybboard.de)
 * https://github.com/Stefan-ST/MyBB-Inline-Downloads
 *
 * 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['ds_title'] = 'Tytuł';
$l['ds_version'] = 'Wersja';
$l['ds_dateline'] = 'Dodano';
$l['ds_downloads'] = 'Pobrania';
$l['ds_size'] = 'Rozmiar';
$l['ds_demo'] = 'Podgląd';
$l['ds_link'] = 'zewnętrzny';
$l['ds_download'] = 'Pobierz';
$l['ds_original'] = 'Oryginalne';
$l['ds_source'] = 'Źródło';
$l['ds_license'] = 'Licencja';
$l['ds_author'] = 'Autor';
$l['ds_author_website'] = 'Strona autora';
$l['ds_author_original'] = 'Autor oryginału';
$l['ds_description'] = 'Opis';

$l['ds_file'] = 'Plik';

$l['ds_accept'] = "Akceptuj";
$l['ds_not_accept'] = "Odrzuć";

$l['ds_opt_templates'] = "Modyfikacja stylu";
$l['ds_opt_files'] = "Modyfikacja pliku";
$l['ds_opt_db'] = "Modyfikacja bazy danych";
$l['ds_guestdl_yes'] = "Goście mogą pobierać";
$l['ds_guestdl_no'] = "Goście nie mogą pobierać";

$l['ds_error_use_button'] = "Proszę użyć przysisku pobierania!";
$l['ds_error_is_download'] = "Nie możesz pisać, możesz pobierać.";

$l['ds_information'] = "Download information";
$l['ds_please_select'] = "-Wybierz-";
$l['ds_file_link'] = "Link";
$l['ds_link_thread'] = "Link do pliku";
$l['ds_edit_time'] = "Zaznacz nową wersję";

$l['ds_optional'] = 'Opcjonalne';

$l['ds_own'] = "Jesteś autorem?";
$l['ds_forum'] = 'Forum';

$l['postdata_ds_no_title'] = "Nie podałeś tytułu.";
$l['postdata_ds_no_description'] = "Nie podałeś opisu.";
$l['postdata_ds_no_type'] = "Nie podałeś typu.";
$l['postdata_ds_no_file'] = "Nie dodałeś pliku.";
$l['postdata_ds_no_version'] = "Nie podałeś wersji.";
$l['postdata_ds_no_author'] = "Nie dodałeś autora..";
$l['postdata_ds_no_link'] = "Nie podałeś linku do pobrania.";

$l['ds_license_text'] = 'Autor nie ponosi odpowiedzialności za szkody wyrządzone plikiem. Pobierasz na własne ryzyko.';

?>
