<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2006 Coppermine Dev Team
  v1.1 originally written by Gregory DEMAR
  Polish version translated by n0rb3rt

  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 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.x
  **********************************************
  Plugin "Who is online" aka "onlinestats"
  **********************************************/

if (!defined('IN_COPPERMINE')) { die('Nie w Coppermine...'); }
//language variables
$lang_plugin_onlinestats = array(
'name'                =>'Online dzisaj',
'submit_button'        =>'Wyslij',
'cancel_button' =>'Anuluj',
'reg_member'        =>' Zarejestrowany czlonek',
'reg_members'        =>' Zarejestrowanych czlonkow',
'have'                =>'Mamy ',
'most_recent'        =>'Ostatni zarejestrowany to: ',
'is'                =>'Aktualnie jest: ',
'are'                =>'Teraz jest ',
'user'                =>' czlonek Online',
'users'                =>' czlonkow Online',
'and'                =>' i ',
'guest'                =>' Gosc',
'guests'        =>' Gosci',
'record'        =>'Rekord uzytkownikow online: ',
'on'                =>' w ',
'since'                =>' online w ostatnich: ',
);
//for config
$lang_plugin_onlinestats_config = array(
 'config_text'        =>'Jak dlugo chcesz zatrzymac liste userow online zanim zostanie usunieta ?',
 'minute'        =>' minut',
 'remove'        =>'usun tabele z przechowywanymi danymi ?',
 'yes'                =>'Tak',
 'no'                =>'Nie',
);
$lang_plugin_onlinestats_date_fmt='%A, %B.%d.%Y at %H:%M';
?>