Added Polish translation

Jeremy Newman jnewman at codeweavers.com
Mon May 4 14:43:30 CDT 2009


I tried applying this patch, but the files are corrupt. It looks like 
the UTF-8 encoding was not preserved. You should send the patch as an 
attachment instead of inline.

-Newman

Łukasz Wojniłowicz wrote:
> ---
>  include/data.php                   |    4 +
>  templates/pl/.cvsignore            |    2 +
>  templates/pl/announce.template     |    7 ++
>  templates/pl/download.template     |  187 ++++++++++++++++++++++++++++++++++++
>  templates/pl/download/deb.template |  102 ++++++++++++++++++++
>  templates/pl/home.template         |   90 +++++++++++++++++
>  templates/pl/interview.template    |    8 ++
>  templates/pl/irc.template          |   18 ++++
>  templates/pl/lang.template         |   37 +++++++
>  templates/pl/news.template         |   11 ++
>  templates/pl/search.template       |   26 +++++
>  11 files changed, 492 insertions(+), 0 deletions(-)
>  create mode 100644 templates/pl/.cvsignore
>  create mode 100644 templates/pl/announce.template
>  create mode 100644 templates/pl/download.template
>  create mode 100644 templates/pl/download/deb.template
>  create mode 100644 templates/pl/home.template
>  create mode 100644 templates/pl/interview.template
>  create mode 100644 templates/pl/irc.template
>  create mode 100644 templates/pl/lang.template
>  create mode 100644 templates/pl/news.template
>  create mode 100644 templates/pl/search.template
> 
> diff --git a/include/data.php b/include/data.php
> index a0e2f5f..c9a656b 100644
> --- a/include/data.php
> +++ b/include/data.php
> @@ -61,6 +61,10 @@ class data
>                                                 'name'   => 'Français',
>                                                 'change' => 'Changez la langue'
>                                                ),
> +                                 'pl' => array(
> +                                               'name'   => 'Polski',
> +                                               'change' => 'Zmień język'
> +                                              ),
>                                   'pt' => array(
>                                                 'name'   => 'Português',
>                                                 'change' => 'Mudar a língua'
> diff --git a/templates/pl/.cvsignore b/templates/pl/.cvsignore
> new file mode 100644
> index 0000000..0ba44f6
> --- /dev/null
> +++ b/templates/pl/.cvsignore
> @@ -0,0 +1,2 @@
> +docs
> +winapi_stats.template
> diff --git a/templates/pl/announce.template b/templates/pl/announce.template
> new file mode 100644
> index 0000000..e8e15c0
> --- /dev/null
> +++ b/templates/pl/announce.template
> @@ -0,0 +1,7 @@
> +<!--TITLE:[Wine Announcement]-->
> +<!--BLURB:[Alexandre Julliard says...]-->
> +
> +<h1 class="title">Ogłoszenie nowego Wine</h1>
> +
> +<!--EXEC:[announce]-->
> +
> diff --git a/templates/pl/download.template b/templates/pl/download.template
> new file mode 100644
> index 0000000..185dafa
> --- /dev/null
> +++ b/templates/pl/download.template
> @@ -0,0 +1,187 @@
> +<!--TITLE:[Wine Binary Downloads]-->
> +<!--BLURB:[Download Wine for your favorite OS here.]-->
> +
> +<h1 class="title">Pobieralnia Wine</h1>
> +
> +<h2 style="margin-bottom: 10px;"><a name="crossover"></a>Wine ze wsparciem technicznym</h2>
> +
> +<table border="0" cellpadding="5" cellspacing="1" bgcolor="#EFEFEF">
> +
> +  <tr>
> +    <td align="center" bgcolor="black"><b><font color="white" class="small">Produkt</font></b></td>
> +    <td align="center" bgcolor="black"><b><font color="white" class="small">Opis</font></b></td>
> +  </tr>
> +
> +  <tr>
> +    <td align="center" bgcolor="#ffffff">
> +      <a href="http://www.codeweavers.com/products/download_trial/">
> +        <img src="{$root}/images/distro/crossover.png" 
> +         width="50" height="50" alt="CrossOver Linux or Mac" border="0">
> +      </a>
> +    </td>
> +    <td align="left" bgcolor="#ffffff">
> +      <b><a href="http://www.codeweavers.com/products/">CrossOver</a></b>
> +      jest dobrze wykoñczon± wersj± dostarczan± przez <b><a href="http://www.codeweavers.com">CodeWeavers</a></b>.
> +      CrossOver usprawnia u¿ywanie Wine, a CodeWeavers zapewnia	wspania³e wsparcie techniczne swoim u¿ytkownikom. Wszystkie fundusze ze sprzeda¿y CrossOvera s± przekazywane bezpo¶rednio jako wsparcie dla programistów pracuj±cych nad Wine. Tak wiêc CrossOver jest jest wspania³± drog± uzyskania wsparcia jak równie¿ wspierania Projektu Wine. CodeWeavers dostarcza w pe³ni funkcjonaln± <b><a href="http://www.codeweavers.com/products/download_trial/">wersjê trialow± CrossOver</a></b>.
> +    </td>
> +  </tr>
> +</table>
> +
> +<p class="small" align="center">To poparcie jest g³ównym dowodem uznania wymaganym przez CodeWeavers w zamian za hostowanie strony Wine.</p>
> +  
> +
> +<h2 style="margin-bottom: 5px;"><a name="binary"></a>Pobieralnia binariów Wine</h2>
> +
> +<table style="margin: 0 0 15px 0;" width="100%">
> +<tr>
> +  <td width="200">Najnowsze stabilne wydanie:</td><td>Wine&nbsp;{$config_stable_release}</td>
> +  <td rowspan="2" valign="top" style="padding-left: 20px; text-align: center;"><b>Zajrzyj do 
> +  <a href="http://wiki.winehq.org/HowTo">samouczka konfiguracji i instalacji</a> 
> +  , aby zaznajomiæ siê z czynno¶ciami po-instalacyjnymi.</b></td>
> +</tr>
> +<tr>
> +  <td>Najnowsze rozwojowe wydanie:</td><td>Wine&nbsp;{$config_master_release}</td>
> +</tr>
> +</table>
> +
> +<table border="0" cellpadding="5" cellspacing="1" bgcolor="#EFEFEF">
> +
> +  <tr>
> +    <td align="center" bgcolor="black"><b><font color="white" class="small">System</font></b></td>
> +    <td align="center" bgcolor="black"><b><font color="white" class="small">Notki</font></b></td>
> +    <td align="center" bgcolor="black"><b><font color="white" class="small">Opiekun</font></b></td>
> +  </tr>
> +  
> +  <tr bgcolor="#ffffff">
> +    <td align="center"><a href="{$root}/download/deb">
> +      <img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu linux" border="0"></a>
> +    </td>
> +    <td> <b><a href="{$root}/download/deb">Ubuntu</a></b> 
> +     binare i ¼ród³owe paczki .deb dla Ubuntu Hardy (8.04), Intrepid (8.10), i Jaunty (9.04)
> +    <td><a href="mailto:scott at open-vote.org">Scott Ritchie</a></td>
> +  </tr>
> +
> +   <tr bgcolor="#ffffff">
> +    <td align=center><a href="{$root}/download/deblenny">
> +      <img src="{$root}/images/distro/debian.png" width="50" height="50" alt="Debian Linux" border="0"></a>
> +    </td>
> +    <td> <b><a href="{$root}/download/deblenny">Debian</a></b> 
> +     binarne paczki .deb dla Debian Lenny, Squeeze i Sid</td>
> +    <td><a href="mailto:repository at lamaresh.net">Maurilio Genovese</a><br><a href="mailto:ben.klein at lamaresh.net">Ben Klein</a></td>
> +  </tr>
> +
> +  <tr bgcolor="#ffffff">
> +    <td align="center"><a href="http://fedoraproject.org/wiki/AndreasBierfert/Wine">
> +      <img src="{$root}/images/distro/redhat.png" width="50" height="50" alt="RedHat Linux" border="0"></a>
> +    </td>
> +    <td> <b><a href="http://fedoraproject.org/wiki/AndreasBierfert/Wine">Red Hat / CentOS / Fedora</a></b>
> +        binarne i ¼ród³owe .rpmy dla Red Hat Enterprise Linux 4, 5; CentOS 4, 5; Fedora Core 5, 6; Fedora Linux 7 i kompatybilnych dystrybucji
> +        The wine meta package is available via <tt>yum</tt> 
> +        through the EPEL / Fedora Extras / Fedora repository by running <tt>$ yum install
> +        wine </tt>"
> +         </td>
> +    <td><a href="mailto:andreas.bierfert_at_lowlatency.de">Andreas Bierfert</a></td>
> +  </tr>
> +  
> +  <tr bgcolor="#ffffff">
> +    <td align="center"><a href="http://en.opensuse.org/Wine#Repositories">
> +      <img src="{$root}/images/distro/suse.png" width="50" height="50" alt="SUSE Linux" border="0"></a>
> +    </td>
> +    <td> <b><a href="http://en.opensuse.org/Wine#Repositories">SUSE</a></b>
> +         binarne i ¼ród³owe .rpmy i dzienne zrzuty RPM dla openSUSE 10.3, 11.0, 11.1 i SLES 9 i SLE 10.<br/>
> +         Starsze wersje paczek dostêpne <a href="http://sourceforge.net/project/showfiles.php?group_id=6241&amp;package_id=79444">SourceForge</a>
> +     </td>
> +    <td><a href="mailto:meissner at suse.de">Marcus Meissner</a></td>
> +  </tr>
> +  
> +  <tr bgcolor="#ffffff">
> +    <td align="center"><a href="http://sourceforge.net/project/showfiles.php?group_id=6241&amp;package_id=80066">
> +      <img src="{$root}/images/distro/mandriva.png" width="50" height="50" alt="Mandriva Linux" border="0"></a>
> +    </td>
> +    <td> <b><a href="http://sourceforge.net/project/showfiles.php?group_id=6241&amp;package_id=80066">Mandriva</a></b> 
> +         binarne .rpmy dla Mandriva Linux 2006, 2007, i 2008. Pobierz
> +	 paczkê 2008.1 je¿eli twoja Mandriva to wydanie 2008.1 , np. 2008
> +	 Spring. Pobierz paczkê 2008.0 je¿eli twoja Mandriva jest
> +	 pierwszym wydaniem z 2008 roku</td>
> +    <td><a href="mailto:marco at mandrivaclub.nl">Marco Meijer</a></td>
> +  </tr>
> +  
> +  <tr bgcolor="#ffffff">
> +    <td align="center"><a href="http://sourceforge.net/project/showfiles.php?group_id=6241&amp;package_id=6301">
> +      <img src="{$root}/images/distro/slackware.png" width="50" height="50" alt="Slackware linux" border="0"></a>
> +    </td>
> +    <td> <b><a href="http://sourceforge.net/project/showfiles.php?group_id=6241&amp;package_id=6301">Slackware</a></b>
> +         binarne .tgz dla Slackware 10.2</td>
> +    <td><a href="mailto:sadam at clemson.edu">Adam Schreiber</a></td>
> +  </tr>
> +
> +  <tr bgcolor="#ffffff">
> +    <td align="center"><a href="http://www.freshports.org/emulators/wine/">
> +      <img src="{$root}/images/distro/freebsd.png" width="50" height="54" alt="FreeBSD" border="0"></a>
> +    </td>
> +    <td> <b><a href="http://www.freshports.org/emulators/wine/">FreeBSD</a></b> 
> +         ¼ród³a dla FreeBSD 5.3 i pó¼niejszych</td>
> +    <td><a href="mailto:gerald at pfeifer.com">Gerald Pfeifer</a></td>
> +  </tr>
> +
> +  <tr bgcolor="#ffffff">
> +    <td align="center"><a href="http://www.pbidir.com/bt/search/?str=wine&search=Search">
> +      <img src="{$root}/images/distro/pcbsd.png" width="50" height="50" alt="FreeBSD" border="0"></a>
> +    </td>
> +    <td> <b><a href="http://www.pbidir.com/bt/search/?str=wine&search=Search">PC-BSD</a></b> 
> +         binarne paczki .pbi dla PC-BSD (system bazuj±cy na FreeBSD)</td>
> +    <td><a href="mailto:kris at pcbsd.com">Kris Moore</a></td>
> +  </tr>
> +
> +</table>
> +
> +
> +<h2 style="margin-bottom: 10px;"><a name="binary"></a>Aplikacje osób trzecich</h2>
> +
> +<p>Czasami pewne modyfikacje Wine mog± sprawiæ,
> +¿e aplikacja bêdzie dzia³aæ, ale z pewnych powodów zmiany te nie
> +mog± byæ wcielone do Wine. Stworzono ró¿ne aplikacje (tzw.
> +aplikacje osób trzecich), aby pomóc przezwyciê¿yæ niedobory w
> +Wine. Aplikacje te s± ca³kowicie niewspierane przez programistów
> +Wine, jednak¿e mog± ci siê przydaæ. Aby dowiedzieæ siê wiêcej,
> +odwied¼ <a href="http://wiki.winehq.org/ThirdPartyApplications">nasz±
> +stronê wiki</a> w poszukiwaniu aplikacji osób trzecich.</p>
> +
> +<h2><a name="source"></a>Pobieralnia ¼róde³ Wine</h2>
> +
> +<table border="0" cellpadding="5" cellspacing="1" bgcolor="#EFEFEF">
> +
> +  <tr>
> +    <td align="center" bgcolor="black"><b><font color="white" class="small">Po³o¿enie</font></b></td>
> +    <td align="center" bgcolor="black"><b><font color="white" class="small">Opis</font></b></td>
> +  </tr>
> +
> +  <tr bgcolor="#ffffff">
> +    <td> <a href="http://sourceforge.net/project/showfiles.php?group_id=6241&amp;package_id=77449" target="_blank">sourceforge.net</a></td>
> +    <td> Nasza oficjalna strona ¼róde³. </td>
> +  </tr>
> +
> +  <tr bgcolor="#ffffff">
> +    <td> <a href="http://wiki.winehq.org/GitWine">source.winehq.org/git</a> </td>
> +    <td> Do najnowszych wydañ rozwojowych. </td>
> +  </tr>
> +  
> +  <tr bgcolor="#ffffff">
> +    <td><a href="http://ibiblio.org/pub/linux/system/emulators/wine/">ibiblio.org</a></td>
> +    <td> Alternatywna strona z oficjalnymi ¼ród³ami i dokumentacj±. </td>
> +  </tr>
> +  
> +</table>
> +
> +<div style="margin: 10px; padding: 5px; border: 1px solid #C0C0C0; background-color: #F0F0F0;"><b>Notka:</b> Zobacz <a href="http://wiki.winehq.org/Recommended_Packages">zalecane paczki</a> aby uzyskaæ pomoc przy konfiguracji i kompilacji Wine.</div>
> +
> +
> +<h2><a name="link2us"></a>Link do nas</h2>
> +
> +<p>
> +  <a href="http://www.winehq.org/download" target="_blank"><img
> +  src="{$root}/images/download_wine.png" border="1" width="88" height="31" vspace="0" hspace="5" align="left"
> +  alt="Download Wine"></a>
> +  U¿yj tego obrazka je¿eli chcesz utworzyæ dowi±zanie do naszej pobieralni.
> +</p>
> +
> diff --git a/templates/pl/download/deb.template b/templates/pl/download/deb.template
> new file mode 100644
> index 0000000..ae03788
> --- /dev/null
> +++ b/templates/pl/download/deb.template
> @@ -0,0 +1,102 @@
> +<!--TITLE:[Wine for Debian based distributions]-->
> +<!--BLURB:[Wine for Debian based distributions]-->
> +
> +<h1 class="title"><a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a>
> +Wine dla Ubuntu i pochodnych Ubuntu
> +<a href="http://www.debian.org/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a></h1>
> +
> +<p>Ubuntu i inne dystrybucje bazuj±ce na Debianie
> +u¿ywaj± specjalnego narzêdzia zwanego APT do zarz±dzania
> +paczkami. APT jest zdolne automagicznie zainstalowaæ wszystkie
> +potrzebne zale¿no¶ci dla paczki z programem, jak równie¿
> +utrzymywaæ zawsze najnowsz± wersjê paczki, poprzez przeszukiwanie
> +czego¶, co jest znane pod nazw± repozytoria APT. Ubuntu ma swoje
> +w³asne repozytorium programów, które zawiera w sobie Wine,
> +jednak¿e my utrzymujemy nasze w³asne repozytorium najnowszych
> +dostêpnych paczek beta, które mo¿na tutaj pobraæ.</p>
> +
> +<h2>Uwaga: To s± paczki beta</h2>
> +
> +<p><i>Te paczki s± paczkami beta. Oznacza to, ¿e
> +okresowo mog± cierpieæ z powodu 
> +<a href="http://wiki.winehq.org/Regression">regresji</a>, a aktualizacja do nich mo¿e popsuæ funkcjonalno¶æ Wine. Je¿eli w
> +twoim przypadku ostatnie stabilne wydanie Wine (aktualnie Wine 1.0.1)
> +dzia³a, to nie musisz u¿ywaæ paczek beta.</i></p>
> +
> +<h2>Dodawanie repozytorium APT WineHQ:</h2>
> +
> +<p>Otwórz ¬ród³a oprogramowania z menu 
> +<b>System->Administracja->¬ród³a oprogramowania</b>.  Nastêpnie przejd¼ na zak³adkê <b>Oprogramowanie osób trzecich</b> i kliknij <b>Dodaj...</b></p>
> +
> +<img src="{$root}/images/distro/ubuntu-softwaresources1.png" width="531" height="509" alt="System->Administration->Software Sources->Third Party Software" border="0">
> +
> +<p>Nastêpnie, <b>wklej jedn± z poni¿szych linijek</b> zale¿nie od wersji twojego systemu.</p>
> +
> +<p><b>Dla Ubuntu Jaunty (9.04):</b><br>
> +<i>deb http://wine.budgetdedicated.com/apt jaunty main #WineHQ - Ubuntu 9.04 "Jaunty Jackalope"</i></p>
> +<p><b>Dla Ubuntu Intrepid (8.10):</b><br>
> +<i>deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ - Ubuntu 8.10 "Intrepid Ibex"</i></p>
> +<p><b>Dla Ubuntu Hardy (8.04):</b><br>
> +<i>deb http://wine.budgetdedicated.com/apt hardy main #WineHQ - Ubuntu 8.04 "Hardy Heron"</i></p>
> +
> +<h2>Przyznanie zaufania repozytorium APT WineHQ i instalowanie Wine:</h2>
> +
> +<p>Po dodaniu repozytorium, potrzebujesz równie¿ dodaæ
> +klucz do tego repozytorium do twojej systemowej listy zaufanych kluczy.</p>
> +
> +<p><b><a href="http://wine.budgetdedicated.com/apt/Scott%20Ritchie.gpg">Pobierz
> +i zapisz klucz Scotta Ritchiego</a></b> (prawy przycisk myszy -> zapisz jako) na pulpicie. Nastêpnie przejd¼ na
> +zak³adkê <b>Uwierzytelnianie</b> , kliknij <b>Zaimportuj plik klucza...</b>, i wybierz plik klucza, którego w³a¶nie zapisa³e¶ (<i>Scott Ritchie.gpg</i>). Mo¿esz usun±æ ten plik po wykonaniu tego kroku.</p>
> +
> +<img src="{$root}/images/distro/ubuntu-softwaresources2.png" width="531" height="509" alt="System->Administration->Software Sources->Authentication" border="0">
> +
> +<p>Kliknij zamknij, aby zakoñczyæ, a potem <b>uaktualnij dane o paczkach</b> w
> +momencie pytania. Je¿eli masz zainstalowane Wine to systemowy
> +menad¿er aktualizacji poinformuje ciê o najnowszym wydaniu Wine
> +beta i zapyta ciê o aktualizacjê. Je¿eli nie instalowa³e¶
> +jeszcze Wine, to przejd¼ do <b>Aplikacje->Dodaj/usuñ aplikacje</b> i poszukaj Wine lub po prostu <a href="apt://wine">kliknij na tego
> +linka</a>.</p>
> +
> +<h2>Aktualizacja do nowej wersji Ubuntu</h2>
> +
> +<p>Je¿eli aktualizujesz ca³y system np. przechodzisz z
> +Ubuntu 8.10 na 9.04, to bêdzie konieczny powrót do tej strony i
> +dodanie repozytorium do nowej wersji systemu. Wbudowany menad¿er
> +aktualizacji nie zmieni automatycznie repozytorium Wine.</p>
> +
> +<h2>Starsze paczki .deb</h2>
> +
> +<p>Jako ¿e repozytorium APT mo¿e przechowywaæ
> +jedynie najnowsze paczki, tak wiêc starsze wersje paczek s±
> +dostêpne w 
> +<a href="http://wine.budgetdedicated.com/archive/index.html">archiwum WineHQ paczek .deb</a>.</p>
> +
> +<p>Mo¿esz zainstalowaæ pobrane paczki klikaj±c na nie dwukrotnie.</p>
> +
> +<h2>Alternatywne komendy wiersza poleceñ do zainstalowania Wine:</h2>
> +
> +<p>Mo¿liwe jest tak¿e dodanie repozytoriów Wine i
> +zainstalowanie go z wiersza poleceñ. Jest to u¿yteczne w przypadku
> +Kubuntu, Xubuntu, i innych pochodnych Ubuntu.</p>
> +
> +<p>Najpierw otwórz okno terminalu <b>Aplikacje->Akcesoria->Terminal</b> . Nastêpnie dodaj klucz
> +repozytorium do systemowej listy zaufanych kluczy APT przez wklejenie
> +nastêpuj±cej linijki do twojego terminalu:</p>
> +
> +<p><i>wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -</i></p>
> +
> +<p>Nastêpnie, dodaj repozytorium do systemowej listy ¼róde³ APT:</p>
> +
> +<p><b>Dla Ubuntu Jaunty (9.04):</b><br>
> +<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/winehq.list</i></p>
> +<p><b>Dla Ubuntu Intrepid (8.10):</b><br>
> +<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list</i></p>
> +<p><b>Dla Ubuntu Hardy (8.04):</b><br>
> +<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list</i></p>
> +
> +<p>Nastêpnie zaktualizuj informacje o paczkach APT wpisuj±c '<b>sudo apt-get 
> +update</b>'. . Teraz mo¿esz zainstalowaæ Wine zwyczajnie lub wpisuj±c '<b>sudo apt-get 
> +install wine</b>' w terminalu.</p>
> +
> +<br>
> +<p><i>Bardzo szybki i niezawodny webhosting dla repozytoriów APT jest ³askawie dostarczany przez <a href="http://www.budgetdedicated.com/">budgetdedicated.com</a>.</i></p>
> diff --git a/templates/pl/home.template b/templates/pl/home.template
> new file mode 100644
> index 0000000..5687919
> --- /dev/null
> +++ b/templates/pl/home.template
> @@ -0,0 +1,90 @@
> +<!--TITLE:[Run Windows applications on Linux, BSD and Mac OS X]-->
> +<!--BLURB:[Run Windows applications on Linux, BSD and Mac OS X.]-->
> +<!--STYLE:[content_nobox]-->
> +
> +<div id="main_left">
> +
> +  <div class="rbox">
> +  <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
> +    <div class="content" style="padding: 25px 10px 10px 60px; height: 445px; overflow: auto;">
> +        <ul class="winehq_menu">
> +        
> +            <li class="info" onClick="document.location='{$root}/about/';">
> +            <div class="title"><a href="{$root}/about/">Informacje</a></div>
> +            <div class="subtitle">Przegl±d funkcji Wine.</div>
> +            </li>
> +
> +            <li class="dl" onClick="document.location='{$root}/download/';">
> +            <div class="title"><a href="{$root}/download/">Pobieralnia</a></div>
> +            <div class="subtitle">¦ci±gnij Wine teraz!</div>
> +            </li>
> +
> +            <li class="help" onClick="document.location='{$root}/help/';">
> +            <div class="title"><a href="{$root}/help/">Pomoc!</a></div>
> +            <div class="subtitle">Dokumentacja, Wsparcie, i Wiki.</div>
> +            </li>
> +
> +            <li class="devel" onClick="document.location='{$root}/devel/';">
> +            <div class="title"><a href="{$root}/devel/">Rozwój</a></div>
> +            <div class="subtitle">¬ród³a Wine, Szukanie Robaków, itp.</div>
> +            </li>
> +
> +            <li class="donate" onClick="document.donateForm.submit();">
> +            <form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="donateForm" style="margin: 0; padding: 0;">
> +            <div class="title"><a href="javascript:document.donateForm.submit();">Darowizny</a></div>
> +            <input type="hidden" name="cmd" value="_xclick">
> +            <input type="hidden" name="business" value="donate at winehq.org">
> +            <input type="hidden" name="item_name" value="Wine donation">
> +            </form>
> +            <div class="subtitle">Ofiary dla Wine.</div>
> +            </li>
> +
> +        </ul>
> +    </div>
> +  <b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
> +  </div>
> +
> +
> +</div>
> +<div id="main_right">
> +
> +  <div class="rbox">
> +  <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
> +    <div class="content" style="padding: 5px 10px 5px 10px; height: 85px; overflow: auto;">
> +
> +        <h3 class="title" style="margin: 0;">Najnowsze wydania</h3>
> +            <table style="margin: 7px 0 0 15px; border-spacing: 0; border: 0;">
> +            <tr><td>Stabilne:</td>
> +            <td style="padding-left: 15px; padding-bottom: 2px;">
> +                <b><a href="{$root}/announce/{$config_stable_release}">Wine&nbsp;{$config_stable_release}</a></b>
> +                <span class="small">
> +                  (<a href="http://source.winehq.org/git/wine.git?a=shortlog;h=refs/tags/wine-{$config_stable_release}">zmiany</a>)
> +                </span>
> +            </td></tr>
> +            <tr><td>Rozwojowe:</td>
> +            <td style="padding-left: 15px;">
> +                <b><a href="{$root}/announce/{$config_master_release}">Wine&nbsp;{$config_master_release}</a></b>
> +                <span class="small">
> +                  (<a href="http://source.winehq.org/git/wine.git?a=shortlog;h=refs/tags/wine-{$config_master_release}">zmiany</a>)
> +                </span>
> +            </td></tr>
> +            </table>
> +    </div>
> +  <b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
> +  </div>
> +
> +  <div class="rbox" style="margin-top: 15px;">
> +  <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
> +    <div class="content" style="padding: 10px; height: 340px; overflow: auto;">
> +
> +        <h3 class="title"><a href="{$root}/news/">Aktualno¶ci</a></h3>
> +
> +        <!--EXEC:[news?n=10]-->
> +
> +        <p><a href="{$root}/news/">wiêcej aktualno¶ci...</a></p>
> +    </div>
> +  <b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
> +  </div>
> +
> +</div>
> +
> diff --git a/templates/pl/interview.template b/templates/pl/interview.template
> new file mode 100644
> index 0000000..dc322f4
> --- /dev/null
> +++ b/templates/pl/interview.template
> @@ -0,0 +1,8 @@
> +<!--TITLE:[Interviews]-->
> +<!--BLURB:[We have chats with members of the Wine community.]-->
> +
> +<h1 class="title">Wywiady</h1>
> +
> +<!--EXEC:[wwn?mode=interviews]-->
> +
> +
> diff --git a/templates/pl/irc.template b/templates/pl/irc.template
> new file mode 100644
> index 0000000..e116f37
> --- /dev/null
> +++ b/templates/pl/irc.template
> @@ -0,0 +1,18 @@
> +<!--TITLE:[Live Support Chat]-->
> +<!--BLURB:[Live Support Chat]-->
> +
> +<h1 class="title">Wsparcie na ¿ywo</h1>
> +
> +<p><a href="http://www.freenode.net">Freenode.net</a> hostuje kana³ IRC dla Wine. Mo¿esz wej¶æ do pokoju rozmów
> +u¿ywaj±c programu IRC takiego jak np.
> +<a href="http://www.xchat.org/">X-Chat</a>. U¿yj ustawieñ wymienionych poni¿ej.</p>
> +
> +<blockquote>
> +    <b>Serwer:</b> irc.freenode.net<br>
> +    <b>Port:</b> 6667<br>
> +    <b>Kana³:</b> #winehq<br>
> +</blockquote>
> +
> +<p>Je¿eli u¿ywasz Mozilli lub innej przegl±darki która wspiera <b>u</b>e<b>r</b>e<b>l</b>e IRC, to mo¿esz do³±czyæ do rozmowy klikaj±c na <a href="irc://irc.freenode.net/#winehq">irc://irc.freenode.net/#winehq</a>.</p>
> +
> +<p>&nbsp;</p>
> diff --git a/templates/pl/lang.template b/templates/pl/lang.template
> new file mode 100644
> index 0000000..2c16bb2
> --- /dev/null
> +++ b/templates/pl/lang.template
> @@ -0,0 +1,37 @@
> +<!--TITLE:[WineHQ - Pick your Language]-->
> +<!--BLURB:[WineHQ is a multi-lingual website]-->
> +
> +<h1 class="title">{$langChange}</h1>
> +
> +<!--EXEC:[language]-->
> +
> +<p><b>Aktualny jezyk: </b> {$langCur}</p>
> +
> +<ul style="list-style: none; margin-left: 20px; padding: 0;">
> +    
> +    <li style="background-image: url('{$root}/images/lang/en.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
> +        <a href="{$root}/lang/en" title="English">English</a> <small>(Angielski)</small>
> +    </li></a>
> +
> +    <li style="background-image: url('{$root}/images/lang/de.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
> +        <a href="{$root}/lang/de" title="Deutsch">Deutsch</a> <small>(Niemiecki)</small>
> +    </li></a>
> +
> +    <li style="background-image: url('{$root}/images/lang/es.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
> +        <a href="{$root}/lang/es" title="Español">Español</a> <small>(Hiszpanski)</small>
> +    </li>
> +
> +    <li style="background-image: url('{$root}/images/lang/fr.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
> +        <a href="{$root}/lang/fr" title="Français">Français</a> <small>(Francuski)</small>
> +    </li>
> +
> +    <li style="background-image: url('{$root}/images/lang/fr.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
> +        <a href="{$root}/lang/fr" title="Français">Polski</a>
> +    </li>
> +
> +    <li style="background-image: url('{$root}/images/lang/pt.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
> +        <a href="{$root}/lang/pt" title="Português">Português</a> <small>(Portugalski)</small>
> +    </li>
> +
> +</ul>
> +
> diff --git a/templates/pl/news.template b/templates/pl/news.template
> new file mode 100644
> index 0000000..ce5c53d
> --- /dev/null
> +++ b/templates/pl/news.template
> @@ -0,0 +1,11 @@
> +<!--TITLE:[News]-->
> +<!--BLURB:[All the latest news from the Wine community.]-->
> +
> +<h1 class="title">Aktualności</h1>
> +
> +<!--EXEC:[news]-->
> +
> +<ul class="rss">
> +    <li><a href="{$root}/news/rss/">WineHQ News RSS Feed</a></li>
> +</ul>
> +
> diff --git a/templates/pl/search.template b/templates/pl/search.template
> new file mode 100644
> index 0000000..c44736b
> --- /dev/null
> +++ b/templates/pl/search.template
> @@ -0,0 +1,26 @@
> +<!--TITLE:[Search Results]-->
> +<!--BLURB:[Searching all the sites of winehq.org...]-->
> +
> +<h1 class="title" style="margin-bottom: 10px;">Wyniki wyszukiwania</h1>
> +
> +<div id="cse-search-results"></div>
> +<script type="text/javascript">
> +  $.gglclientCoords = function() {
> +     var dimensions = {width: 0, height: 0};
> +     if (document.documentElement) {
> +         dimensions.width = document.documentElement.offsetWidth;
> +         dimensions.height = document.documentElement.offsetHeight;
> +     } else if (window.innerWidth && window.innerHeight) {
> +         dimensions.width = window.innerWidth;
> +         dimensions.height = window.innerHeight;
> +     }
> +     return dimensions;
> +  }
> +  var googleSearchIframeName = "cse-search-results";
> +  var googleSearchFormName = "cse-search-box";
> +  var googleSearchFrameWidth = ($.gglclientCoords().width - 250);
> +  var googleSearchDomain = "www.google.com";
> +  var googleSearchPath = "/cse";
> +</script>
> +<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
> +
> 
> 
> ------------------------------------------------------------------------
> 
> 



More information about the wine-devel mailing list