summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/PL
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcstar/GCLang/PL')
-rw-r--r--lib/gcstar/GCLang/PL/GCExport/GCExportCSV.pm40
-rw-r--r--lib/gcstar/GCLang/PL/GCExport/GCExportExternal.pm38
-rw-r--r--lib/gcstar/GCLang/PL/GCExport/GCExportHTML.pm64
-rw-r--r--lib/gcstar/GCLang/PL/GCExport/GCExportPDB.pm38
-rw-r--r--lib/gcstar/GCLang/PL/GCExport/GCExportSQL.pm40
-rw-r--r--lib/gcstar/GCLang/PL/GCExport/GCExportTarGz.pm37
-rw-r--r--lib/gcstar/GCLang/PL/GCExport/GCExportXML.pm41
-rw-r--r--lib/gcstar/GCLang/PL/GCImport/GCImportAlexandria.pm39
-rw-r--r--lib/gcstar/GCLang/PL/GCImport/GCImportCSV.pm42
-rw-r--r--lib/gcstar/GCLang/PL/GCImport/GCImportFolder.pm68
-rw-r--r--lib/gcstar/GCLang/PL/GCImport/GCImportGCstar.pm37
-rw-r--r--lib/gcstar/GCLang/PL/GCImport/GCImportList.pm42
-rw-r--r--lib/gcstar/GCLang/PL/GCImport/GCImportScanner.pm50
-rw-r--r--lib/gcstar/GCLang/PL/GCImport/GCImportTellico.pm37
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCTVepisodes.pm51
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCTVseries.pm55
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCboardgames.pm89
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCbooks.pm73
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCcoins.pm107
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCcomics.pm73
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCfilms.pm96
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCgames.pm85
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCgeneric.pm42
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCminicars.pm182
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCmusics.pm72
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCperiodicals.pm55
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCsmartcards.pm108
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCsoftware.pm86
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCstamps.pm189
-rw-r--r--lib/gcstar/GCLang/PL/GCModels/GCwines.pm87
-rw-r--r--lib/gcstar/GCLang/PL/GCstar.pm673
31 files changed, 2736 insertions, 0 deletions
diff --git a/lib/gcstar/GCLang/PL/GCExport/GCExportCSV.pm b/lib/gcstar/GCLang/PL/GCExport/GCExportCSV.pm
new file mode 100644
index 0000000..f431bc8
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCExport/GCExportCSV.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::PL::GCExport::GCExportCSV;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Header' => 'Dodaj nazwy pól na górze',
+ 'Separator' => 'Separator',
+ 'Replacement' => 'Zastąp separator znakiem',
+ 'Charset' => 'Kodowanie znaków',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCExport/GCExportExternal.pm b/lib/gcstar/GCLang/PL/GCExport/GCExportExternal.pm
new file mode 100644
index 0000000..4696453
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCExport/GCExportExternal.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::PL::GCExport::GCExportExternal;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => 'External disk',
+ 'ZipAll' => 'Put everything in a zipped file (.gcz)',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCExport/GCExportHTML.pm b/lib/gcstar/GCLang/PL/GCExport/GCExportHTML.pm
new file mode 100644
index 0000000..28ba198
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCExport/GCExportHTML.pm
@@ -0,0 +1,64 @@
+{
+ package GCLang::PL::GCExport::GCExportHTML;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'ModelNotFound' => 'Niepoprawny plik szablonu',
+ 'UseFile' => 'Skorzystaj z poniższego pliku',
+ 'TemplateExternalFile' => 'Plik szablonu',
+ 'WithJS' => 'Używaj Javascript',
+ 'FileTemplate' => 'Plik tymczasowy:',
+ 'Preview' => 'Podgląd',
+ 'NoPreview' => 'Podgląd niedostępny',
+ 'Title' => 'Tytuł strony',
+ 'InfoFile' => 'Lista pozycji jest w pliku: ',
+ 'InfoDir' => 'Obrazy są w : ',
+ 'HeightImg' => 'Wysokość (w pikselach) obrazu do eksportu: ',
+ 'OpenFileInBrowser' => 'Otwórz wygenerowany plik w przeglądarce',
+ 'Note' => 'Lista wygenerowana przez program <a href="http://www.gcstar.org/">GCstar</a>',
+ 'InputTitle' => 'Wpisz szukany ciąg znaków',
+ 'SearchType1' => 'Tylko tytuł',
+ 'SearchType2' => 'Pełna informacja',
+ 'SearchButton' => 'Szukaj',
+ 'SearchTitle' => 'Wyświetlaj tylko filmy pasujące do kryterium szukania',
+ 'AllButton' => 'Wszystkie',
+ 'AllTitle' => 'Pokaż wszystkie',
+ 'Expand' => 'Rozwiń wszystkie',
+ 'ExpandTitle' => 'Wyświetl informacje o wszystkich filmach',
+ 'Collapse' => 'Ukryj wszystkie',
+ 'CollapseTitle' => 'Ukryj informacje o wszystkich filmach',
+ 'Borrowed' => 'Pożyczone przez: ',
+ 'NotBorrowed' => 'Dostępne',
+ 'Top' => 'Góra',
+ 'Bottom' => 'U dołu',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCExport/GCExportPDB.pm b/lib/gcstar/GCLang/PL/GCExport/GCExportPDB.pm
new file mode 100644
index 0000000..b0566e5
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCExport/GCExportPDB.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::PL::GCExport::GCExportPDB;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => 'Palm PDB',
+ 'DatabaseName' => 'Database name',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCExport/GCExportSQL.pm b/lib/gcstar/GCLang/PL/GCExport/GCExportSQL.pm
new file mode 100644
index 0000000..c7eb4c3
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCExport/GCExportSQL.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::PL::GCExport::GCExportSQL;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'WithDrop' => 'Zawiera DROP instrukcje',
+ 'WithCreate' => 'Zawiera CREATE instrukcje',
+ 'TableName' => 'Nazwa tabeli',
+ 'InfoFile' => 'Plik SQL: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCExport/GCExportTarGz.pm b/lib/gcstar/GCLang/PL/GCExport/GCExportTarGz.pm
new file mode 100644
index 0000000..4ee538d
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCExport/GCExportTarGz.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::PL::GCExport::GCExportTarGz;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Info' => 'Archiwum jest w pliku: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCExport/GCExportXML.pm b/lib/gcstar/GCLang/PL/GCExport/GCExportXML.pm
new file mode 100644
index 0000000..85c887d
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCExport/GCExportXML.pm
@@ -0,0 +1,41 @@
+{
+ package GCLang::PL::GCExport::GCExportXML;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'ModelFile' => 'Plik tymczasowy',
+ 'ModelText' => 'Tekst tymczasowy',
+ 'Models' => 'Tymczasowy do użytku',
+ 'UseFile' => 'Używaj pliku',
+ 'UseModel' => 'Używaj obszaru tekstowego',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCImport/GCImportAlexandria.pm b/lib/gcstar/GCLang/PL/GCImport/GCImportAlexandria.pm
new file mode 100644
index 0000000..9057666
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCImport/GCImportAlexandria.pm
@@ -0,0 +1,39 @@
+{
+ package GCLang::PL::GCImport::GCImportAlexandria;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Where' => 'Gdzie szukać',
+ 'Default' => 'Domyślny katalog Alexandrii',
+ 'Specified' => 'Katalog podany poniżej',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCImport/GCImportCSV.pm b/lib/gcstar/GCLang/PL/GCImport/GCImportCSV.pm
new file mode 100644
index 0000000..1c889d6
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCImport/GCImportCSV.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::PL::GCImport::GCImportCSV;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Charset' => 'Kodowanie znaków',
+ 'Header' => 'Ignoruj pierwszą linie',
+ 'Separator' => 'Separator',
+ 'Plugin' => 'Strona używana',
+ 'UseFirst' => 'Wybierz pierwszy, jeżeli dużo wyników',
+ 'SearchField' => 'Search for items using',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCImport/GCImportFolder.pm b/lib/gcstar/GCLang/PL/GCImport/GCImportFolder.pm
new file mode 100644
index 0000000..d7afa75
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCImport/GCImportFolder.pm
@@ -0,0 +1,68 @@
+{
+ package GCLang::PL::GCImport::GCImportFolder;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+ use GCLang::GCLangUtils;
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => 'Katalog',
+ 'Recursive' => 'Przeglądaj podkatalogi',
+ 'Suffixes' => 'Sufiksy lub rozszerzenia nazw plików',
+ 'SuffixesTooltip' => 'Lista sufiksów lub rozszerzeń nzaw plików rozdzielonych przecinkami',
+ 'Remove' => 'Do usunięcia z nazw',
+ 'RemoveTooltip' => 'Lista słów rozdzielonych przecinkami, które mają być usunięte z nazw plików w trakcie pobierania',
+ 'Ask'=> 'Ask',
+ 'AskEnd'=> 'Ask all at end',
+ 'AddWithoutInfo'=> 'Add without infos',
+ 'DontAdd'=> 'Do not add',
+ 'TakeFirst' => 'Select first',
+ 'MultipleResult'=> 'Multiple results',
+ 'MultipleResultTooltip'=> 'What do we do when more than 1 result is return by the plugin',
+ 'RemoveWholeWord' => 'Usuń tylko całe słowa',
+ 'NoResult'=> 'No results',
+ 'NoResultTooltip'=> 'What do we do when no search results is return by the plugin',
+ 'RemoveTooltipWholeWord' => 'Słowa będą usuwane tylko jeśli wystąpią w całości',
+ 'RemoveRegularExpr' => 'Wyrażenie regularne',
+ 'RemoveTooltipRegularExpr' => 'Pamiętaj, że \'Do usunięcia z nazw\' jest wyrażeniem regularnym Perla',
+ 'SkipFileAlreadyInCollection' => 'Dodaj tylko nowe pliki',
+ 'SkipFileAlreadyInCollectionTooltip' => 'Dodaje tylko te pliki, których jeszcze nie ma w Zbiorze',
+ 'SkipFileNo' => 'Nie',
+ 'SkipFileFullPath' => 'na podstawie pełnej ścieżki',
+ 'SkipFileFileName' => 'na podstawie nazwy pliku',
+ 'SkipFileFileNameAndUpdate' => 'na podstawie nazwy pliku (ale zmienia ścieżkę w Zbiorze)',
+ 'InfoFromFileNameRegExp' => 'Parse file name with this regular expression',
+ 'InfoFromFileNameRegExpTooltip' => 'Use this to retrieve infos from filename (applied after removing extension).\nLeave empty if not needed.\nKnown fields : \n$T:Title, $A:Alphabetised title, $Y:Release date, $S:Season, $E:Episode, $N:Alphabetised serie name, $x:Part number, $y: Total part number',
+
+ );
+
+ # As this plugin shares some values with ImportList, it adds them from it
+ importTranslation('List');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCImport/GCImportGCstar.pm b/lib/gcstar/GCLang/PL/GCImport/GCImportGCstar.pm
new file mode 100644
index 0000000..89d5767
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCImport/GCImportGCstar.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::PL::GCImport::GCImportGCstar;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'CopyPictures' => 'Kopiuj obrazy',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCImport/GCImportList.pm b/lib/gcstar/GCLang/PL/GCImport/GCImportList.pm
new file mode 100644
index 0000000..9302174
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCImport/GCImportList.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::PL::GCImport::GCImportList;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => 'Lista tytułów',
+ 'Plugin' => 'Strona używana',
+ 'UseFirst' => 'Wybierz pierwszy, jeżeli dużo wyników',
+ 'CommentAuto' => 'Import automatyczny',
+ 'CommentSite' => 'Strona: ',
+ 'CommentTitle' => 'Tytuł: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCImport/GCImportScanner.pm b/lib/gcstar/GCLang/PL/GCImport/GCImportScanner.pm
new file mode 100644
index 0000000..3f79709
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCImport/GCImportScanner.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::PL::GCImport::GCImportScanner;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'Name' => 'Barcode scanner',
+ 'Type' => 'Scanner type',
+ 'Local' => 'Local (used as a keyboard)',
+ 'Network' => 'Network (eg: GCstar Scanner for Android)',
+ 'Port' => 'Port to listen on',
+ 'Plugin' => 'Site to be used',
+ 'UseFirst' => 'Select first one if many results',
+ 'Waiting' => 'Waiting for barcode',
+ 'EAN' => 'Barcode',
+ 'ScanPrompt' => 'Scan an item or press on Done',
+ 'ScanOtherPrompt' => 'Scan another item or press on Done',
+ 'Previous' => '"%s" will be added.',
+ 'NothingFound' => 'Nothing was found for "%s". An empty item will be added.',
+ 'Terminate' => 'Done',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCImport/GCImportTellico.pm b/lib/gcstar/GCLang/PL/GCImport/GCImportTellico.pm
new file mode 100644
index 0000000..1ed22b0
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCImport/GCImportTellico.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::PL::GCImport::GCImportTellico;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+ 'NotSupported' => 'Plik nie jest plikiem kolekcji Tellico',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCTVepisodes.pm b/lib/gcstar/GCLang/PL/GCModels/GCTVepisodes.pm
new file mode 100644
index 0000000..e6dd5cd
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCTVepisodes.pm
@@ -0,0 +1,51 @@
+{
+ package GCLang::PL::GCModels::GCTVepisodes;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use GCLang::GCLangUtils;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Zbiór nagrań TV (odcinki)',
+ Items => sub {
+ my $number = shift;
+ return 'Odcinek' if $number eq '1';
+ return 'Odcinki' if $number =~ /(?<!1)[2-4]$/;
+ return 'Odcinków';
+ },
+ NewItem => 'Nowy odcinek',
+ NewSeries => 'Nowy serial',
+ Episode => 'Odcinek',
+ );
+ # Both of them are required as importTranslation doesn't recurse
+ importTranslation('films');
+ importTranslation('TVseries');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCTVseries.pm b/lib/gcstar/GCLang/PL/GCModels/GCTVseries.pm
new file mode 100644
index 0000000..1679abb
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCTVseries.pm
@@ -0,0 +1,55 @@
+{
+ package GCLang::PL::GCModels::GCTVseries;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use GCLang::GCLangUtils;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Zbiór nagrań TV (seriale)',
+ Items => sub {
+ my $number = shift;
+ return 'Serial' if $number eq '1';
+ return 'Seriale' if $number =~ /(?<!1)[2-4]$/;
+ return 'Seriali';
+ },
+ NewItem => 'Nowy serial',
+ Name => 'Tytuł',
+ Season => 'Sezon',
+ Part => 'Część',
+ Episodes => 'Odcinki',
+ FirstAired => 'Premiera',
+ Time => 'Długość odcinka',
+ Producer => 'Producent',
+ Music => 'Muzyka',
+ );
+ importTranslation('Films');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCboardgames.pm b/lib/gcstar/GCLang/PL/GCModels/GCboardgames.pm
new file mode 100644
index 0000000..0bf0342
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCboardgames.pm
@@ -0,0 +1,89 @@
+{
+ package GCLang::PL::GCModels::GCboardgames;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar, WG
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Kolekcja gier planszowych',
+ Items => sub {
+ my $number = shift;
+ return 'Gra' if $number eq '1';
+ return 'Gry' if $number =~ /(?<!1)[2-4]$/;
+ return 'Gier';
+ },
+ NewItem => 'Nowa gra',
+
+ Id => 'Id',
+ Name => 'Nazwa',
+ Original => 'Nazwa oryginału',
+ Box => 'Zdjęcie pudełka',
+ DesignedBy => 'Autor',
+ PublishedBy => 'Wydawca',
+ Players => 'Ilość graczy',
+ PlayingTime => 'Czas gry',
+ SuggestedAge => 'Zalecany wiek graczy',
+ Released => 'Data wydania',
+ Description => 'Opis',
+ Category => 'Kategoria',
+ Mechanics => 'Mechanika gry',
+ ExpandedBy => 'Dodatki',
+ ExpansionFor => 'Dodatek do',
+ GameFamily => 'Rodzina gier',
+ IllustratedBy => 'Opracowanie graficzne',
+ Url => 'Strona internetowa',
+ TimesPlayed => 'Czas spędzony na grze',
+ CompleteContents => 'Kompletna',
+ Copies => 'Ilość egzemplarzy',
+ Condition => 'Stan',
+ Photos => 'Zdjęcia',
+ Photo1 => 'Zdjęcie pierwsze',
+ Photo2 => 'Zdjęcie drugie',
+ Photo3 => 'Zdjęcie trzecie',
+ Photo4 => 'Zdjęcie czwarte',
+ Comments => 'Opinie',
+
+ Perfect => 'Doskonały',
+ Good => 'Dobry',
+ Average => 'Znośny',
+ Poor => 'Zły',
+
+ CompleteYes => 'Zawartość kompletna',
+ CompleteNo => 'Brakuje elementów',
+
+ General => 'Ogólne',
+ Details => 'Szczegóły',
+ Personal => 'Osobiste',
+ Information => 'Informacje',
+
+ FilterRatingSelect => 'Ocena co najmniej...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCbooks.pm b/lib/gcstar/GCLang/PL/GCModels/GCbooks.pm
new file mode 100644
index 0000000..a2a222b
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCbooks.pm
@@ -0,0 +1,73 @@
+{
+ package GCLang::PL::GCModels::GCbooks;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Księgozbiór',
+ Items => sub {
+ my $number = shift;
+ return 'Książka' if $number eq '1';
+ return 'Książki' if $number =~ /(?<!1)[2-4]$/;
+ return 'Książek';
+ },
+ NewItem => 'Nowa książka',
+
+ Isbn => 'ISBN',
+ Title => 'Tytuł',
+ Cover => 'Okładka',
+ Authors => 'Autor',
+ Publisher => 'Wydawca',
+ Publication => 'Data wydania',
+ Language => 'Język',
+ Genre => 'Gatunek',
+ Serie => 'Seria',
+ Rank => 'Ranga',
+ Bookdescription => 'Opis',
+ Pages => 'Stron',
+ Read => 'Przeczytana',
+ Acquisition => 'Data pozyskania',
+ Edition => 'Wydanie',
+ Format => 'Oprawa',
+ Comments => 'Komentarze',
+ Url => 'Strona internetowa',
+ Translator => 'Tłumaczenie',
+ Artist => 'Ilustrator',
+ DigitalFile => 'Digital version',
+
+ General => 'Ogólne',
+ Details => 'Szczegóły',
+
+ ReadNo => 'Nieczytana',
+ ReadYes => 'Czytana',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCcoins.pm b/lib/gcstar/GCLang/PL/GCModels/GCcoins.pm
new file mode 100644
index 0000000..8f7a14e
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCcoins.pm
@@ -0,0 +1,107 @@
+{
+ package GCLang::PL::GCModels::GCcoins;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Kolekcja numizmatyczna',
+ Items => sub {
+ my $number = shift;
+ return 'Numizmat' if $number eq '1';
+ return 'Numizmaty' if $number =~ /(?<!1)[2-4]$/;
+ return 'Numizmatów';
+ },
+ NewItem => 'Nowy numizmat',
+
+ Name => 'Nazwa',
+ Country => 'Kraj',
+ Year => 'Rok',
+ Currency => 'Waluta',
+ Value => 'Nominał',
+ Picture => 'Zdjęcie',
+ Diameter => 'Średnica',
+ Metal => 'Metal',
+ Edge => 'Krawędź',
+ Edge1 => 'Krawędź 1',
+ Edge2 => 'Krawędź 2',
+ Edge3 => 'Krawędź 3',
+ Edge4 => 'Krawędź 4',
+ Head => 'Awers',
+ Tail => 'Rewers',
+ Comments => 'Komentarze',
+ History => 'Historia',
+ Website => 'Strona internetowa',
+ Estimate => 'Wycena',
+ References => 'Rekomendacje',
+ Type => 'Typ',
+ Coin => 'Moneta',
+ Banknote => 'Banknot',
+
+ Main => 'Główne',
+ Description => 'Opis',
+ Other => 'Inne informacje',
+ Pictures => 'Zdjęcia',
+
+ Condition => 'Stan (PCGS)',
+ Grade1 => 'BS-1',
+ Grade2 => 'FR-2',
+ Grade3 => 'AG-3',
+ Grade4 => 'G-4',
+ Grade6 => 'G-6',
+ Grade8 => 'VG-8',
+ Grade10 => 'VG-10',
+ Grade12 => 'F-12',
+ Grade15 => 'F-15',
+ Grade20 => 'VF-20',
+ Grade25 => 'VF-25',
+ Grade30 => 'VF-30',
+ Grade35 => 'VF-35',
+ Grade40 => 'XF-40',
+ Grade45 => 'XF-45',
+ Grade50 => 'AU-50',
+ Grade53 => 'AU-53',
+ Grade55 => 'AU-55',
+ Grade58 => 'AU-58',
+ Grade60 => 'MS-60',
+ Grade61 => 'MS-61',
+ Grade62 => 'MS-62',
+ Grade63 => 'MS-63',
+ Grade64 => 'MS-64',
+ Grade65 => 'MS-65',
+ Grade66 => 'MS-66',
+ Grade67 => 'MS-67',
+ Grade68 => 'MS-68',
+ Grade69 => 'MS-69',
+ Grade70 => 'MS-70',
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCcomics.pm b/lib/gcstar/GCLang/PL/GCModels/GCcomics.pm
new file mode 100644
index 0000000..20cfb0f
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCcomics.pm
@@ -0,0 +1,73 @@
+{
+ package GCLang::PL::GCModels::GCcomics;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Comics collection',
+ Items => {0 => 'Comics',
+ 1 => 'Comic',
+ X => 'Comics'},
+ NewItem => 'New comic',
+
+
+ Id => 'Id',
+ Name => 'Name',
+ Series => 'Series',
+ Volume => 'Volume',
+ Title => 'Title',
+ Writer => 'Writer',
+ Illustrator => 'Illustrator',
+ Colourist => 'Colourist',
+ Publisher => 'Publisher',
+ Synopsis => 'Synopsis',
+ Collection => 'Collection',
+ PublishDate => 'Publish Date',
+ PrintingDate => 'Printing Date',
+ ISBN => 'ISBN',
+ Type => 'Type',
+ Category => 'Category',
+ Format => 'Format',
+ NumberBoards => 'Number of Boards',
+ Signing => 'Signing',
+ Cost => 'Cost',
+ Rating => 'Rating',
+ Comment => 'Comments',
+ Url => 'Web page',
+
+ FilterRatingSelect => 'Rating At _Least...',
+
+ Main => 'Main items',
+ General => 'General',
+ Details => 'Details',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCfilms.pm b/lib/gcstar/GCLang/PL/GCModels/GCfilms.pm
new file mode 100644
index 0000000..19b0a42
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCfilms.pm
@@ -0,0 +1,96 @@
+{
+ package GCLang::PL::GCModels::GCfilms;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Filmoteka',
+ Items => sub {
+ my $number = shift;
+ return 'Film' if $number eq '1';
+ return 'Filmy' if $number =~ /(?<!1)[2-4]$/;
+ return 'Filmów';
+ },
+ NewItem => 'Nowy film',
+
+
+ Id => 'Id',
+ Title => 'Tytuł',
+ Date => 'Data',
+ Time => 'Czas trwania',
+ Director => 'Reżyser',
+ Country => 'Kraj',
+ MinimumAge => 'Minimalny wiek',
+ Genre => 'Gatunek',
+ Image => 'Obraz',
+ Original => 'Oryginalny tytuł',
+ Actors => 'Obsada',
+ Actor => 'Aktor',
+ Role => 'Rola',
+ Comment => 'Komentarz',
+ Synopsis => 'Opis',
+ Seen => 'Oglądany',
+ Number => 'Płyt',
+ Format => 'Media',
+ Region => 'Region',
+ Identifier => 'Identyfikator',
+ Url => 'Strona internetowa',
+ Audio => 'Dźwięk',
+ Video => 'Format obrazu',
+ Trailer => 'Plik wideo',
+ Serie => 'Kolekcja',
+ Rank => 'Ranga',
+ Subtitles => 'Napisy',
+
+ SeenYes => 'Przeglądane',
+ SeenNo => 'Nie przeglądane',
+
+ AgeUnrated => 'Bez ograniczeń wiekowych',
+ AgeAll => 'Bez ograniczeń',
+ AgeParent => 'Ochrona rodzicielska',
+
+ Main => 'Główne pozycje',
+ General => 'Główny',
+ Details => 'Szczegóły',
+
+ Information => 'Informacja',
+ Languages => 'Języki',
+ Encoding => 'Dekodowanie',
+
+ FilterAudienceAge => 'Widownia',
+ FilterSeenNo => 'Nie oglądane',
+ FilterSeenYes => 'Oglądane',
+ FilterRatingSelect => 'Notowanie Większe od...',
+
+ ExtractSize => 'Rozmiar',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCgames.pm b/lib/gcstar/GCLang/PL/GCModels/GCgames.pm
new file mode 100644
index 0000000..91e5b6d
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCgames.pm
@@ -0,0 +1,85 @@
+{
+ package GCLang::PL::GCModels::GCgames;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Kolekcja gier',
+ Items => sub {
+ my $number = shift;
+ return 'Gra' if $number eq '1';
+ return 'Gry' if $number =~ /(?<!1)[2-4]$/;
+ return 'Gier';
+ },
+ NewItem => 'Nowa gra',
+
+ Id => 'Id',
+ Ean => 'EAN',
+ Name => 'Nazwa',
+ Platform => 'Platforma',
+ Players => 'Ilość graczy',
+ Released => 'Data wydania',
+ Editor => 'Wydawca',
+ Developer => 'Twórca',
+ Genre => 'Gatunek',
+ Box => 'Zdjęcie pudełka',
+ Case => 'Opakowanie',
+ Manual => 'Podręcznik',
+ Completion => 'Zaawansowanie (%)',
+ Executable => 'Executable',
+ Description => 'Opis',
+ Codes => 'Kody',
+ Code => 'Kod',
+ Effect => 'Efekt',
+ Secrets => 'Podpowiedzi',
+ Screenshots => 'Galeria',
+ Screenshot1 => 'Pierwsza zrzutka',
+ Screenshot2 => 'Druga zrzutka',
+ Comments => 'Opinie',
+ Url => 'Strona internetowa',
+ Unlockables => 'Da się odblokować...',
+ Unlockable => 'Do odblokowania',
+ Howto => 'Jak to zrobić',
+ Exclusive => 'Exclusive',
+ Resolutions => 'Display resolutions',
+ InstallationSize => 'Size',
+ Region => 'Region',
+ SerialNumber => 'Serial Number',
+
+ General => 'Ogólne',
+ Details => 'Szczegóły',
+ Tips => 'Tipsy',
+ Information => 'Informacje',
+
+ FilterRatingSelect => 'Ocena co najmniej...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCgeneric.pm b/lib/gcstar/GCLang/PL/GCModels/GCgeneric.pm
new file mode 100644
index 0000000..877718b
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCgeneric.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::PL::GCModels::GCgeneric;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ Items => {0 => 'Item',
+ 1 => 'Item',
+ X => 'Items'
+ },
+ NewItem => 'New item',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCminicars.pm b/lib/gcstar/GCLang/PL/GCModels/GCminicars.pm
new file mode 100644
index 0000000..ace475f
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCminicars.pm
@@ -0,0 +1,182 @@
+{
+ package GCLang::PL::GCModels::GCminicars;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2007 Tian
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Mini vehicles collection',
+ Items => {0 => 'Vehicle',
+ 1 => 'Vehicle',
+ X => 'Vehicles',
+ lowercase1 => 'vehicle',
+ lowercaseX => 'vehicles'
+ },
+ NewItem => 'New vehicle',
+ Currency => 'Currency',
+
+# Main fields
+
+ Main => 'Main information',
+
+ Name => 'Name',
+ Exchange => 'To be sold or exchanged',
+ Wanted => 'Wanted',
+ Rating1 => 'Main rating',
+ Picture1 => 'Main picture',
+ Scale => 'Scale',
+ Manufacturer => 'Manufacturer',
+ Constructor => 'Constructor',
+ Type1 => 'Type',
+ Modele => 'Model',
+ Version => 'Version',
+ Color => 'Model color',
+ Pub => 'Advertisement',
+ Year => 'Year',
+ Reference => 'Reference',
+ Kit => 'In kit form',
+ Transformation => 'Personal transformation',
+ Comments1 => 'Comments',
+
+# Details fields
+
+ Details => 'Details',
+
+ MiscCharacteristics => 'Miscellaneous characteristics',
+ Material => 'Material',
+ Molding => 'Molding',
+ Condition => 'Condition',
+ Edition => 'Edition',
+ Collectiontype => 'Collection name',
+ Serial => 'Series',
+ Serialnumber => 'Serial number',
+ Designed => 'Design date',
+ Madein => 'Manufacture date',
+ Box1 => 'Kind of box',
+ Box2 => 'Box description',
+ Containbox => 'Box contet',
+ Rating2 => 'Realism',
+ Rating3 => 'Finish',
+ Acquisition => 'Acquisition date',
+ Location => 'Acquisition place',
+ Buyprice => 'Acquisition price',
+ Estimate => 'Estimation',
+ Comments2 => 'Comments',
+ Decorationset => 'Decoration set',
+ Characters => 'Characters',
+ CarFromFilm => 'Movie car',
+ Filmcar => 'Movie related to the vehicle',
+ Filmpart => 'Movie part/episode',
+ Parts => 'Number of parts',
+ VehiculeDetails => 'Vehicule details',
+ Detailsparts => 'Details parts',
+ Detailsdecorations => 'Kind of decorations',
+ Decorations => 'Number of decorations',
+ Lwh => 'Length / Width / Height',
+ Weight => 'Weight',
+ Framecar => 'Chassis',
+ Bodycar => 'Bodywork',
+ Colormirror => 'Model color',
+ Interior => 'Interior',
+ Wheels => 'Wheels',
+ Registrationnumber1 => 'Front registration number',
+ Registrationnumber2 => 'Back registration number',
+ RacingCar => 'Racing car',
+ Course => 'Race',
+ Courselocation => 'Race place',
+ Courseyear => 'Race date',
+ Team => 'Team',
+ Pilots => 'Pilot(s)',
+ Copilots => 'Copilot(s)',
+ Carnumber => 'Vehicle number',
+ Pub2 => 'Advertisers',
+ Finishline => 'Finish ranking',
+ Steeringwheel => 'Position of steering wheel',
+
+
+# Catalogs fields
+
+ Catalogs => 'Catalogs',
+
+ OfficialPicture => 'Official picture',
+ Barcode => 'Barcode',
+ Referencemirror => 'Reference',
+ Year3 => 'Availability date',
+ CatalogCoverPicture => 'Cover',
+ CatalogPagePicture => 'Page',
+ Catalogyear => 'Catalog year',
+ Catalogedition => 'Catalog edition',
+ Catalogpage => 'Catalog page',
+ Catalogprice => 'Catalog price',
+ Personalref => 'Personal reference',
+ Websitem => 'Mini vehicle\'s manufacturer website',
+ Websitec => 'Actual vehicle\'s manufacturer website',
+ Websiteo => 'Useful link',
+ Comments3 => 'Comments',
+
+# Pictures fields
+
+ Pictures => 'Pictures',
+
+ OthersComments => 'General remarks',
+ OthersDetails => 'Other details',
+ Top1 => 'Above',
+ Back1 => 'Below',
+ AVG => 'Front Left',
+ AV => 'Front',
+ AVD => 'Front Right',
+ G => 'Left',
+ BOX => 'Box',
+ D => 'Right',
+ ARG => 'Back Left',
+ AR => 'Back',
+ ARD => 'Back Right',
+ Others => 'Misc',
+
+# PanelLending fields
+
+ LendingExplanation => 'Useful exchanges during temporary exhibitions',
+ PanelLending => 'Lendings (for exhibitions)',
+ Comments4 => 'Comments',
+
+# Realmodel fields
+
+ Realmodel => 'Actual vehicle',
+
+ Difference => 'Differences with miniature',
+ Front2 => 'Front',
+ Back2 => 'Back',
+ Comments5 => 'Comments',
+
+ References => 'References',
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCmusics.pm b/lib/gcstar/GCLang/PL/GCModels/GCmusics.pm
new file mode 100644
index 0000000..5417c62
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCmusics.pm
@@ -0,0 +1,72 @@
+{
+ package GCLang::PL::GCModels::GCmusics;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Fonoteka',
+ Items => sub {
+ my $number = shift;
+ return 'Album' if $number eq '1';
+ return 'Albumy' if $number =~ /(?<!1)[2-4]$/;
+ return 'Albumów';
+ },
+
+ NewItem => 'Nowy album',
+
+ Unique => 'ISRC/EAN',
+ Title => 'Tytuł',
+ Cover => 'Okładka',
+ Artist => 'Wykonawca',
+ Format => 'Format',
+ Running => 'Łączny czas',
+ Release => 'Data wydania',
+ Genre => 'Gatunek',
+ Origin => 'Źródło',
+
+#For tracks list
+ Tracks => 'Lista utworów',
+ Number => 'Ścieżka',
+ Track => 'Tytuł',
+ Time => 'Czas trwania',
+
+ Composer => 'Kompozytor',
+ Producer => 'Producent',
+ Playlist => 'Lista odtwarzania',
+ Comments => 'Opinie',
+ Label => 'Label',
+ Url => 'Strona internetowa',
+
+ General => 'Ogólne',
+ Details => 'Szczegóły',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCperiodicals.pm b/lib/gcstar/GCLang/PL/GCModels/GCperiodicals.pm
new file mode 100644
index 0000000..16df556
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCperiodicals.pm
@@ -0,0 +1,55 @@
+{
+ package GCLang::PL::GCModels::GCperiodicals;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Zbiór czasopism',
+ Items => sub {
+ my $number = shift;
+ return 'Czasopismo' if $number eq '1';
+ return 'Czasopisma' if $number =~ /(?<!1)[2-4]$/;
+ return 'Czasopism';
+ },
+ NewItem => 'Nowe czasopismo',
+
+ Title => 'Tytuł',
+ Cover => 'Okładka',
+ Periodical => 'Periodyczność',
+ Number => 'Numer',
+ Date => 'Data',
+ Subject => 'Temat',
+ Articles => 'Artykuły',
+
+ General => 'Ogólne',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCsmartcards.pm b/lib/gcstar/GCLang/PL/GCModels/GCsmartcards.pm
new file mode 100644
index 0000000..bfac91e
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCsmartcards.pm
@@ -0,0 +1,108 @@
+{
+ package GCLang::PL::GCModels::GCsmartcards;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Tian
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Smart card collection',
+ Items => {0 => 'Smart card',
+ 1 => 'Smart card',
+ X => 'Smart cards'},
+ NewItem => 'New smart card',
+ Currency => 'Currency',
+
+ Help => 'Help for fields',
+ Help1 => 'Help',
+
+# Traduction des Champs "Main"
+
+ Main => 'The smart card',
+
+ Cover => 'Picture',
+
+ Name => 'Name',
+ Exchange => 'To be exchanged or sold',
+ Wanted => 'Wanted',
+ Rating1 => 'Global rating',
+ TheSmartCard => 'The smart card, front/back',
+
+ Country => 'Country',
+ Color => 'Color',
+ Type1 => 'Card type',
+ Type2 => 'Chip type',
+ Dimension => 'Length / Width / Thickness',
+
+ Box => 'Box',
+ Chip => 'Chip',
+ Year1 => 'Edition year',
+ Year2 => 'Validity year',
+ Condition => 'Condition',
+ Charge => 'Rechargeable card',
+ Variety => 'Variety',
+
+ Edition => 'Number of exemplars',
+ Serial => 'Serial number',
+ Theme => 'Theme',
+
+ Acquisition => 'Acquired on',
+
+ Catalog0 => 'Catalog',
+ Catalog1 => 'Phonecote / Infopuce (YT)',
+ Catalog2 => 'La Cote en Poche',
+
+ Reference0 => 'Reference',
+ Reference1 => 'Reference Phonecote / Infopuce (YT)',
+ Reference2 => 'Reference La Cote en Poche',
+ Reference3 => 'Other reference',
+
+ Quotationnew00 => 'Quotation for new card',
+ Quotationnew10 => 'Quotation Phonecote / Infopuce (YT)',
+ Quotationnew20 => 'Quotation La Cote en Poche',
+ Quotationnew30 => 'Cotation Autre',
+ Quotationold00 => 'Quotation for used card',
+ Quotationold10 => 'Quotation Phonecote / Infopuce (YT)',
+ Quotationold20 => 'Quotation La Cote en Poche',
+ Quotationold30 => 'Other quotation',
+
+ Title1 => 'Title',
+
+ Unit => 'Units / Minutes number',
+
+ Pressed => 'Impression type',
+ Location => 'Impression place',
+
+ Comments1 => 'Comments',
+
+ Others => 'Misc.',
+ Weight => 'Weight',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCsoftware.pm b/lib/gcstar/GCLang/PL/GCModels/GCsoftware.pm
new file mode 100644
index 0000000..a595af9
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCsoftware.pm
@@ -0,0 +1,86 @@
+{
+ package GCLang::PL::GCModels::GCsoftware;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2009 Tian
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Kolekcja oprogramowania',
+ Items => sub {
+ my $number = shift;
+ return 'Aplikacja' if $number eq '1';
+ return 'Aplikacje' if $number =~ /(?<!1)[2-4]$/;
+ return 'Aplikacji';
+ },
+ NewItem => 'Nowa aplikacja',
+
+ Id => 'Id',
+ Ean => 'EAN',
+ Name => 'Nazwa',
+ Platform => 'Platforma',
+ Released => 'Data wydania',
+ Homepage => 'Strona domowa',
+ Editor => 'Wydawca',
+ Developer => 'Autor',
+ Category => 'Rodzaj',
+ Box => 'Zdjęcie pudełka',
+ NumberOfCopies => 'Liczba kopii',
+ Price => 'Cena',
+ Case => 'Opakowanie',
+ Manual => 'Podręcznik',
+ Executable => 'Plik wykonywalny',
+ Description => 'Opis',
+ License => 'Typ licencji',
+ Commercial => 'Komercyjna',
+ FreewareNoncommercial => 'Freeware (do użytku niekomercyjnego)',
+ OtherOpenSource => 'Inna Open Source',
+ PublicDomain => 'Public Domain',
+ OtherLicense => 'Inna',
+ Registration => 'Rejestracja',
+ RegistrationInfo => 'Dane rejestracyjne',
+ RegInfo => 'Dane rejestracyjne',
+ RegistrationName => 'Nazwa użytkownika',
+ RegistrationNumber => 'Numer rejestracyjny',
+ RegistrationComments => 'Dodatkowe informacje/komentarz',
+ PanelRegistration => 'Dane rejestracyjne',
+ Screenshots => 'Galeria',
+ Screenshot1 => 'Pierwszy zrzut',
+ Screenshot2 => 'Drugi zrzut',
+ Comments => 'Opinie',
+ Url => 'Strona internetowa',
+
+ General => 'Ogólne',
+ Details => 'Szczegóły',
+ Information => 'Informacje',
+
+ FilterRatingSelect => 'Ocena co najmniej...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCstamps.pm b/lib/gcstar/GCLang/PL/GCModels/GCstamps.pm
new file mode 100644
index 0000000..4abc6f6
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCstamps.pm
@@ -0,0 +1,189 @@
+{
+ package GCLang::PL::GCModels::GCstamps;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2007 Tian
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Stamp collection',
+ Items => {0 => 'Stamps',
+ 1 => 'Stamp',
+ X => 'Stamps'},
+ NewItem => 'New stamp',
+
+ General => 'General',
+ Detail => 'Detail',
+ Value => 'Value',
+ Notes => 'Notes',
+ Views => 'Views',
+
+ Name => 'Name',
+ Country => 'Country',
+ Year => 'Year',
+ Catalog => 'Catalog',
+ Number => 'Number',
+ Topic => 'Topic',
+ Serie => 'Serie',
+ Designer => 'Designer',
+ Engraver => 'Engraver',
+ Type => 'Type',
+ Format => 'Format',
+ Description => 'Description',
+ Color => 'Color',
+ Gum => 'Gum',
+ Paper => 'Paper',
+ Perforation => 'Perforation',
+ PerforationSize => 'Perforation size',
+ CancellationType => 'Cancellation type',
+ Comments => 'Comments',
+ PrintingVariety => 'Printing variety',
+ IssueDate => 'Issue date',
+ EndOfIssue => 'End of issue',
+ Issue => 'Issue',
+ Grade => 'Grade',
+ Status => 'Status',
+ Adjusted => 'Adjusted',
+ Cancellation => 'Cancellation',
+ CancellationCondition => 'Cancellation condition',
+ GumCondition => 'Gum condition',
+ PerforationCondition => 'Perforation condition',
+ ConditionNotes => 'Condition notes',
+ Error => 'Error',
+ ErrorNotes => 'Error notes',
+ FaceValue => 'Face value',
+ MintValue => 'Mint value',
+ UsedValue => 'Used value',
+ PurchasedDate => 'Purchased date',
+ Quantity => 'Quantity',
+ History => 'History',
+ Picture1 => 'Picture 1',
+ Picture2 => 'Picture 2',
+ Picture3 => 'Picture 3',
+
+ AirMail => 'Air mail',
+ MilitaryStamp => 'Military stamp',
+ Official => 'Official',
+ PostageDue => 'Postage due',
+ Regular => 'Regular',
+ Revenue => 'Revenue',
+ SpecialDelivery => 'Special delivery',
+ StrikeStamp => 'Strike stamp',
+ TelegraphStamp => 'Telegraph stamp',
+ WarStamp => 'War stamp',
+ WarTaxStamp => 'War tax stamp',
+
+ Booklet => 'Booklet',
+ BookletPane => 'Booklet Pane',
+ Card => 'Card',
+ Coil => 'Coil',
+ Envelope => 'Envelope',
+ FirstDayCover => 'First Day Cover',
+ Sheet => 'Sheet',
+ Single => 'Single',
+
+ Heliogravure => 'Heliogravure',
+ Lithography => 'Lithography',
+ Offset => 'Offset',
+ Photogravure => 'Photogravure',
+ RecessPrinting => 'Recess printing',
+ Typography => 'Typography',
+
+ OriginalGum => 'Original gum',
+ Ungummed => 'Ungummed',
+ Regummed => 'Regummed',
+
+ Chalky => 'Chalky',
+ ChinaPaper => 'China paper',
+ Coarsed => 'Coarsed',
+ Glossy => 'Glossy',
+ Granite => 'Granite',
+ Laid => 'Laid',
+ Manila => 'Manila',
+ Native => 'Native',
+ Pelure => 'Pelure',
+ Quadrille => 'Quadrille',
+ Ribbed => 'Ribbed',
+ Rice => 'Rice',
+ Silk => 'Silk',
+ Smoothed => 'Smoothed',
+ Thick => 'Thick',
+ Thin => 'Thin',
+ Wove => 'Wove',
+
+ CoarsedPerforation => 'Coarsed perforation',
+ CombPerforation => 'Comb perforation',
+ CompoundPerforation => 'Compound perforation',
+ DamagedPerforation => 'Damaged perforation',
+ DoublePerforation => 'Double perforation',
+ HarrowPerforation => 'Harrow perforation',
+ LinePerforation => 'Line perforation',
+ NoPerforation => 'No perforation',
+
+ CancellationToOrder => 'Cancellation To Order',
+ FancyCancellation => 'Fancy cancellation',
+ FirstDayCancellation => 'First Day cancellation',
+ NumeralCancellation => 'Numeral cancellation',
+ PenMarked => 'Pen-Marked',
+ RailroadCancellation => 'Railroad cancellation',
+ SpecialCancellation => 'Special cancellation',
+
+ Superb => 'Superb',
+ ExtraFine => 'Extra-Fine',
+ VeryFine => 'Very fine',
+ FineVeryFine => 'Fine/Very fine',
+ Fine => 'Fine',
+ Average => 'Average',
+ Poor => 'Poor',
+
+ Owned => 'Owned',
+ Ordered => 'Ordered',
+ Sold => 'Sold',
+ ToSell => 'To sell',
+ Wanted => 'Wanted',
+
+ LightCancellation => 'Light cancellation',
+ HeavyCancellation => 'Heavy cancellation',
+ ModerateCancellation => 'Moderate cancellation',
+
+ MintNeverHinged => 'Mint never hinged',
+ MintLightHinged => 'Mint light hinged',
+ HingedRemnant => 'Hinged remnant',
+ HeavilyHinged => 'Heavily hinged',
+ LargePartOriginalGum => 'Large part original gum',
+ SmallPartOriginalGum => 'Small part original gum',
+ NoGum => 'No gum',
+
+ Perfect => 'Perfect',
+ VeryNice => 'Very nice',
+ Nice => 'Nice',
+ Incomplete => 'Incomplete',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCModels/GCwines.pm b/lib/gcstar/GCLang/PL/GCModels/GCwines.pm
new file mode 100644
index 0000000..90e756c
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCModels/GCwines.pm
@@ -0,0 +1,87 @@
+{
+ package GCLang::PL::GCModels::GCwines;
+
+ use utf8;
+###################################################
+#
+# Copyright 2007 Yves Martin, WG
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Kolekcja win',
+ Items => sub {
+ my $number = shift;
+ return 'Wino' if $number eq '1';
+ return 'Wina' if $number =~ /(?<!1)[2-4]$/;
+ return 'Win';
+ },
+ NewItem => 'Nowe wino',
+
+ Name => 'Nazwa',
+ Designation => 'Apelacja',
+ Vintage => 'Rocznik',
+ Vineyard => 'Winnica',
+ Type => 'Typ',
+ Grapes => 'Grona',
+ Soil => 'Gleba',
+ Producer => 'Producent',
+ Country => 'Kraj',
+ Volume => 'Pojemność (ml)',
+ Alcohol => 'Alkohol (%)',
+ Medal => 'Medale/Wyróżnienia',
+
+ Storage => 'Przechowywanie',
+ Location => 'Miejsce',
+ ShelfIndex => 'Identyfikator',
+ Quantity => 'Ilość',
+ Acquisition => 'Pozyskanie',
+ PurchaseDate => 'Data zakupu',
+ PurchasePrice => 'Cena zakupu',
+ Gift => 'Prezent',
+ BottleLabel => 'Etykieta',
+ Website => 'Strona internetowa',
+
+ Tasted => 'Degustowane',
+ Comments => 'Opinie',
+ Serving => 'Podawanie',
+ TastingField => 'Opis smakowy',
+
+ General => 'Ogólne',
+ Details => 'Szczegóły',
+ Tasting => 'Degustacja',
+
+ TastedNo => 'Nie degustowane',
+ TastedYes => 'Degustowane',
+
+ FilterRange => 'Wybór',
+ FilterTastedNo => 'Jeszcze nie degustowane',
+ FilterTastedYes => 'Już degustowane',
+ FilterRatingSelect => 'Ocena co najmniej...'
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/PL/GCstar.pm b/lib/gcstar/GCLang/PL/GCstar.pm
new file mode 100644
index 0000000..84782b8
--- /dev/null
+++ b/lib/gcstar/GCLang/PL/GCstar.pm
@@ -0,0 +1,673 @@
+{
+ package GCLang::PL;
+
+ use utf8;
+###################################################
+#
+# Copyright 2005-2010 Christian Jodar
+#
+# This file is part of GCstar.
+#
+# GCstar 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.
+#
+# GCstar 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 GCstar; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+#
+###################################################
+
+#
+# MODEL-SPECIFIC CODES
+#
+# Some strings are modified to include the model-specific item type. Inside these strings,
+# any strings contained in {}'s will be replaced by the corresponding string from
+# the Item collection in the model language file. For example:
+#
+# {lowercase1} = {Items}->{lowercase1} (item type, singular, all lowercase). EG: game, movie, book
+# {1} = {Items}->{1} (item type, singular, with first letter uppercase). EG: Game, Movie, Book
+# {lowercaseX} = {Items}->{lowercaseX} (item type, multiple, lowercase). EG: games, movies, books
+# {X} = {Items}->{X} (item type, multiple, with first letter uppercase). EG Games, Movies, Books
+#
+# GCstar will automatically convert these codes to the relevant translated string. You can
+# use these codes in any string marked by a "Accepts model codes" comment.
+#
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ 'LangName' => 'Polski',
+
+ 'Separator' => ': ',
+
+ 'Warning' => '<b>Ostrzeżenie</b>:
+
+Informacje pobrane z internetu (za pomocą wtyczki
+do wyszukiwania) są <b>tylko do użytku prywatnego</b>.
+
+Jakakolwiek dystrybucja pobranych danych bez
+autoryzacji, <b>zabroniona</b>.
+
+Aby dowiedzieć się skąd pochodzą dane pobrane
+można użyć <b>przycisku pod szczegółami</b>.',
+
+ 'AllItemsFiltered' => 'Brak pozycji pasujących do filtru', # Accepts model codes
+
+#Installation
+ 'InstallDirInfo' => 'Instalacja w ',
+ 'InstallMandatory' => 'Pakiety wymagane',
+ 'InstallOptional' => 'Pakiety opcjonalne',
+ 'InstallErrorMissing' => 'Błąd : Następujące pakiety Perl, są wymagane: ',
+ 'InstallPrompt' => 'Katalog główny dla instalacji [/usr/local]: ',
+ 'InstallEnd' => 'Koniec instalacji',
+ 'InstallNoError' => 'Brak błędu',
+ 'InstallLaunch' => 'Może być uruchomiona tylko jedna kopia',
+ 'InstallDirectory' => 'Katalog główny',
+ 'InstallTitle' => 'Instalacja GCstar',
+ 'InstallDependencies' => 'Elementy',
+ 'InstallPath' => 'Ścieżka',
+ 'InstallOptions' => 'Opcje',
+ 'InstallSelectDirectory' => 'Wybierz katalog główny dla programu',
+ 'InstallWithClean' => 'Usuń pliku w katalogu instalacyjnym',
+ 'InstallWithMenu' => 'Dodaj GCstar do Menu aplikacji',
+ 'InstallNoPermission' => 'Błąd: Nie masz uprawnień do zapisywania w wybranym katalogu',
+ 'InstallMissingMandatory' => 'Brakuje wymaganych elementów. Nie będziesz w stanie zainstalować GCstar dopóki ich nie zainstalujesz.',
+ 'InstallMissingOptional' => 'Brakuje elementów opcjonalnych. Lista znajduje sie poniżej. Niektóre funkcje GCstar mogą nie działać, lub działać niepoprawnie.',
+ 'InstallMissingNone' => 'Możesz kontynuować instalację GCstar.',
+ 'InstallOK' => 'OK',
+ 'InstallMissing' => 'Brak',
+ 'InstallMissingFor' => 'Brak',
+ 'InstallCleanDirectory' => 'Usuwanie plików GCstar z katalogu: ',
+ 'InstallCopyDirectory' => 'Kopiowanie plików w katalogu: ',
+ 'InstallCopyDesktop' => 'Kopiowanie plików pulpitu w: ',
+
+#Update
+ 'UpdateUseProxy' => 'Wybierz serwer proxy (naciśnij Enter aby pominąć): ',
+ 'UpdateNoPermission' => 'Nie masz uprawnień do zapisu w tym katalogu: ',
+ 'UpdateNone' => 'Nie znaleziono aktualizacji',
+ 'UpdateFileNotFound' => 'Nie znaleziono pliku',
+
+#Splash
+ 'SplashInit' => 'Uruchamianie',
+ 'SplashLoad' => 'Ładowanie Zbioru',
+ 'SplashDisplay' => 'Wyświetlanie Zbioru',
+ 'SplashSort' => 'Sortowanie Zbioru',
+ 'SplashDone' => 'Gotowe',
+
+#Import from GCfilms
+ 'GCfilmsImportQuestion' => 'Wydaje się, że poprzednio używałeś GCfilms. Co chciałbyś wczytać z GCfilms do GCstar (nie będzie miało to znaczenia dla GCfilms jeśli nadal zechcesz go używać)?',
+ 'GCfilmsImportOptions' => 'Ustawienia',
+ 'GCfilmsImportData' => 'Lista filmów',
+
+#Menus
+ 'MenuFile' => 'Plik',
+ 'MenuNewList' => 'Nowy Zbiór',
+ 'MenuStats' => 'Statistics',
+ 'MenuHistory' => 'Ostatnio używany Zbiór',
+ 'MenuLend' => 'Wyświetl wypożyczone', # Accepts model codes
+ 'MenuImport' => 'Import',
+ 'MenuExport' => 'Eksport',
+ 'MenuAddItem' => '_Add Items', # Accepts model codes
+
+ 'MenuEdit' => 'Edycja',
+ 'MenuDuplicate' => 'Kopiuj bieżącą pozycję',, # Accepts model codes
+ 'MenuDuplicatePlural' => 'Du_plicate Items', # Accepts model codes
+ 'MenuEditSelectAllItems' => 'Select _All {X}', # Accepts model codes
+ 'MenuEditDeleteCurrent' => 'Usuń bieżącą pozycję',, # Accepts model codes
+ 'MenuEditDeleteCurrentPlural' => '_Remove Items', # Accepts model codes
+ 'MenuEditFields' => 'Zmień pola Zbioru',
+ 'MenuEditLockItems' => 'Zablokuj Zbiory',
+
+ 'MenuDisplay' => 'Filtr',
+ 'MenuSavedSearches' => 'Zapisane wyszukiwania',
+ 'MenuSavedSearchesSave' => 'Zapisz bieżące wyszukiwanie',
+ 'MenuSavedSearchesEdit' => 'Edytuj zapisane wyszukiwania',
+ 'MenuAdvancedSearch' => 'Wyszukiwanie zaawansowane',
+ 'MenuViewAllItems' => 'Pokaż wszystkie pozycje', # Accepts model codes
+ 'MenuNoFilter' => 'Wszystkie',
+
+ 'MenuConfiguration' => 'Ustawienia',
+ 'MenuDisplayMenu' => 'Display',
+ 'MenuDisplayFullScreen' => 'Full screen',
+ 'MenuDisplayMenuBar' => 'Menus',
+ 'MenuDisplayToolBar' => 'Toolbar',
+ 'MenuDisplayStatusBar' => 'Bottom bar',
+ 'MenuDisplayOptions' => 'Wyświetlane informacje',
+ 'MenuBorrowers' => 'Dłużnicy',
+ 'MenuToolbarConfiguration' => 'Dos_tosuj pasek narzędzi',
+ 'MenuDefaultValues' => 'Default values for new item', # Accepts model codes
+ 'MenuGenresConversion' => 'Konwersja gatunków',
+
+ 'MenuBookmarks' => 'Ulubione',
+ 'MenuBookmarksAdd' => 'Dodaj bieżący Zbiór',
+ 'MenuBookmarksEdit' => 'Edytuj ulubione',
+
+ 'MenuHelp' => 'Pomoc',
+ 'MenuHelpContent' => 'Pomoc',
+ 'MenuAllPlugins' => 'Przegląd wtyczek',
+ 'MenuBugReport' => 'Zgłoś błąd',
+ 'MenuAbout' => 'O programie',
+
+ 'MenuNewWindow' => 'Pokaż w nowym oknie', # Accepts model codes
+ 'MenuNewWindowPlural' => 'Show Items in _New Window', # Accepts model codes
+
+ 'ContextExpandAll' => 'Rozwiń wszystkie',
+ 'ContextCollapseAll' => 'Zwiń wszystkie',
+ 'ContextChooseImage' => 'Wyb_ierz obraz',
+ 'ContextOpenWith' => 'O_twórz w',
+ 'ContextImageEditor' => 'Otwórz w edytorze graficznym',
+ 'ContextImgFront' => 'Przód',
+ 'ContextImgBack' => 'Tył',
+ 'ContextChooseFile' => 'Choose a File',
+ 'ContextChooseFolder' => 'Choose a Folder',
+
+ 'DialogEnterNumber' => 'Wprowadź wartość',
+
+ 'RemoveConfirm' => 'Czy naprawdę chcesz usunąć tą pozycję?', # Accepts model codes
+ 'RemoveConfirmPlural' => 'Do you really want to remove these items?', # Accepts model codes
+ 'DefaultNewItem' => 'Nowa pozycja', # Accepts model codes
+ 'NewItemTooltip' => 'Dodaj nową pozycję', # Accepts model codes
+ 'NoItemFound' => 'Nie znaleziono tej pozycji, czy chcesz przeszukać następną witrynę?',
+ 'OpenList' => 'Wybierz Zbiór',
+ 'SaveList' => 'Gdzie mam zapisać Zbiór?',
+ 'SaveListTooltip' => 'Zapisz Zbiór',
+ 'SaveUnsavedChanges' => 'Zmiany w Twoim Zbiorze nie zostały zapisane. Czy chcesz je zapisać?',
+ 'SaveDontSave' => 'Nie zapisuj',
+ 'PreferencesTooltip' => 'Ustaw swoje preferencje',
+ 'ViewTooltip' => 'Zmień sposób wyświetlania Zbioru',
+ 'PlayTooltip' => 'Odtwórz wideo połączone z filmem', # Accepts model codes
+ 'PlayFileNotFound' => 'W podanym miejscu nie ma pliku do odtworzenia:',
+ 'PlayRetry' => 'Ponów',
+
+ 'StatusSave' => 'Zapisuję...',
+ 'StatusLoad' => 'Wczytuję...',
+ 'StatusSearch' => 'Trwa wyszukiwanie...',
+ 'StatusGetInfo' => 'Pobieranie informacji...',
+ 'StatusGetImage' => 'Pobieranie zdjęcia...',
+
+ 'SaveError' => 'Nie mogę zapisać listy pozycji. Sprawdź uprawnienia lub wolne miejsce na dysku.',
+ 'OpenError' => 'Nie mogę odczytać listy pozycji. Sprawdź uprawnienia.',
+ 'OpenFormatError' => 'Nie mogę odczytać listy pozycji.',
+ 'OpenVersionWarning' => 'Zbiór został utworzony za pomocą nowszej wersji programu GCstar. Jeśli go zapiszesz możesz utracić część danych.',
+ 'OpenVersionQuestion' => 'Czy mimo to chcesz kontynuować?',
+ 'ImageError' => 'Wybrany katalog dla obrazów jest niewłaściwy. Wybierz inny.',
+ 'OptionsCreationError'=> 'Nie mogę stworzyć pliku konfiguracji: ',
+ 'OptionsOpenError'=> 'Nie mogę otworzyć pliku konfiguracji: ',
+ 'OptionsSaveError'=> 'Nie mogę zapisać pliku konfiguracji: ',
+ 'ErrorModelNotFound' => 'Nie znaleziono szablonu: ',
+ 'ErrorModelUserDir' => 'Szablony zdefiniowane przez użytkownika znajdują się w: ',
+
+ 'RandomTooltip' => 'Co by tu dziś ...?',
+ 'RandomError'=> 'Wszystko już było', # Accepts model codes
+ 'RandomEnd'=> 'Nie mam więcej propozycji', # Accepts model codes
+ 'RandomNextTip'=> 'Kolejna propozycja',
+ 'RandomOkTip'=> 'Wybierz',
+
+ 'AboutTitle' => 'O programie',
+ 'AboutDesc' => 'Menedżer Zbiorów Gtk2',
+ 'AboutVersion' => 'Wersja',
+ 'AboutTeam' => 'Organizacja',
+ 'AboutWho' => 'Christian Jodar (Tian): Project manager, Programmer
+Nyall Dawson (Zombiepig): Programmer
+TPF: Programmer
+Adolfo González: Programmer
+',
+ 'AboutLicense' => 'Rozpowszechniany na warunkach licencji GNU GPL
+Logos Copyright le Spektre',
+ 'AboutTranslation' => 'Tłumaczenie: kepin & zomers, WG',
+ 'AboutDesign' => 'Łukasz Kowalczk (Qoolman): Skin Designer
+Logo i webmaster: le Spektre',
+
+ 'ToolbarRandom' => 'Dziś wieczorem',
+
+ 'UnsavedCollection' => 'Zbiór nie zapisany',
+ 'ModelsSelect' => 'Wybierz typ zbioru',
+ 'ModelsPersonal' => 'Szablony osobiste',
+ 'ModelsDefault' => 'Szablony domyślne',
+ 'ModelsList' => 'Definiowanie zbioru',
+ 'ModelSettings' => 'Ustawienia zbioru',
+ 'ModelNewType' => 'Nowy typ zbioru',
+ 'ModelName' => 'Nazwa dla zbiorów tego typu:',
+ 'ModelFields' => 'Pola',
+ 'ModelOptions' => 'Opcje',
+ 'ModelFilters' => 'Filtry',
+ 'ModelNewField' => 'Nowe pole',
+ 'ModelFieldInformation' => 'Informacje',
+ 'ModelFieldName' => 'Etykieta:',
+ 'ModelFieldType' => 'Typ:',
+ 'ModelFieldGroup' => 'Grupa:',
+ 'ModelFieldValues' => 'Wartości',
+ 'ModelFieldInit' => 'Domyślna:',
+ 'ModelFieldMin' => 'Minimum:',
+ 'ModelFieldMax' => 'Maksimum:',
+ 'ModelFieldList' => 'Lista wartości:',
+ 'ModelFieldListLegend' => '<i>oddzielone przecinkami</i>',
+ 'ModelFieldDisplayAs' => 'Wyświetl jako:',
+ 'ModelFieldDisplayAsText' => 'Tekst',
+ 'ModelFieldDisplayAsGraphical' => 'Grafika',
+ 'ModelFieldTypeShortText' => 'Krótki tekst',
+ 'ModelFieldTypeLongText' => 'Długi tekst',
+ 'ModelFieldTypeYesNo' => 'Tak/Nie',
+ 'ModelFieldTypeNumber' => 'Liczba',
+ 'ModelFieldTypeDate' => 'Data',
+ 'ModelFieldTypeOptions' => 'Predefiniowana lista wartości',
+ 'ModelFieldTypeImage' => 'Obraz',
+ 'ModelFieldTypeSingleList' => 'Prosta lista',
+ 'ModelFieldTypeFile' => 'Plik',
+ 'ModelFieldTypeFormatted' => 'Zależne od innych pól',
+ 'ModelFieldParameters' => 'Parametry',
+ 'ModelFieldHasHistory' => 'Korzystaj z historii',
+ 'ModelFieldFlat' => 'Pokazuj w jednej linii',
+ 'ModelFieldStep' => 'Krok przyrostu:',
+ 'ModelFieldFileFormat' => 'Format pliku:',
+ 'ModelFieldFileFile' => 'Zwykły plik',
+ 'ModelFieldFileImage' => 'Obraz',
+ 'ModelFieldFileVideo' => 'Wideo',
+ 'ModelFieldFileAudio' => 'Audio',
+ 'ModelFieldFileProgram' => 'Program',
+ 'ModelFieldFileUrl' => 'URL',
+ 'ModelFieldFileEbook' => 'Ebook',
+ 'ModelOptionsFields' => 'Wykorzystane pola',
+ 'ModelOptionsFieldsAuto' => 'Automatycznie',
+ 'ModelOptionsFieldsNone' => 'Wcale',
+ 'ModelOptionsFieldsTitle' => 'Jako tytuł',
+ 'ModelOptionsFieldsId' => 'Jako identyfikator',
+ 'ModelOptionsFieldsCover' => 'Jako okładka',
+ 'ModelOptionsFieldsPlay' => 'Przycisk Odtwórz',
+ 'ModelCollectionSettings' => 'Ustawienia Zbioru',
+ 'ModelCollectionSettingsLending' => 'Pozycje mogą być pożyczane',
+ 'ModelCollectionSettingsTagging' => 'Można stosować znaczniki',
+ 'ModelFilterActivated' => 'Pole będzie szukane',
+ 'ModelFilterComparison' => 'Porównanie',
+ 'ModelFilterContain' => 'Zawiera',
+ 'ModelFilterDoesNotContain' => 'Nie zawiera',
+ 'ModelFilterRegexp' => 'Wyrażenie regularne',
+ 'ModelFilterRange' => 'W zakresie',
+ 'ModelFilterNumeric' => 'Porównanie jest numeryczne',
+ 'ModelFilterQuick' => 'Utwórz szybki filtr',
+ 'ModelTooltipName' => 'Podaj nazwę jeśli chciałbyś używać tego szablonu dla wielu zbiorów. Jeżeli jej nie podasz ustawienia będą przechowywane bezpośrednio w samym zbiorze',
+ 'ModelTooltipLabel' => 'Wyświetlana nazwa pola',
+ 'ModelTooltipGroup' => 'Używana do grupowania pól. Pozycje, dla których wartość ta nie będzie ustawiona znajdą się w grupie domyślnej',
+ 'ModelTooltipHistory' => 'Poprzednio wprowadzone wartości będą przechowywane w liście przypisanej do tego pola',
+ 'ModelTooltipFormat' => 'Ten format jest używany przy określaniu akcji otwarcia pliku przyciskiem Odtwórz',
+ 'ModelTooltipLending' => 'Dodaje kilka pól odnoszących się do pożyczania',
+ 'ModelTooltipTagging' => 'Dodaje kilka pól pozwalających na zarządzanie znacznikami',
+ 'ModelTooltipNumeric' => 'Wartości będą traktowane jako liczby przy porównaniu',
+ 'ModelTooltipQuick' => 'Dodaje podmenu w menu Filtrów',
+
+ 'ResultsTitle' => 'Wybierz pozycję', # Accepts model codes
+ 'ResultsNextTip' => 'Szukaj na następnej witrynie',
+ 'ResultsPreview' => 'Podgląd',
+ 'ResultsInfo' => 'Do Zbioru możesz dodać wiele pozycji jednocześnie, wybierając je trzymaj wciśnięty klawisz Ctrl lub Shift', # Accepts model codes
+
+ 'OptionsTitle' => 'Preferencje',
+ 'OptionsExpertMode' => 'Ustawienia zaawansowane',
+ 'OptionsPrograms' => 'Wybierz program do obsługi plików danego typu, puste pole spowoduje użycie aplikacji domyślnej',
+ 'OptionsBrowser' => 'Przeglądarka',
+ 'OptionsPlayer' => 'Odtwarzacz multimedialny',
+ 'OptionsAudio' => 'Odtwarzacz muzyczny',
+ 'OptionsImageEditor' => 'Edytor graficzny',
+ 'OptionsCdDevice' => 'Urządzenie CD',
+ 'OptionsImages' => 'Katalog obrazów',
+ 'OptionsUseRelativePaths' => 'Używaj względnych ścieżek dla obrazów',
+ 'OptionsLayout' => 'Układ',
+ 'OptionsStatus' => 'Wyświetlaj pasek stanu',
+ 'OptionsUseStars' => 'Use stars to display ratings',
+ 'OptionsWarning' => 'Ostrzeżenie: Zmiany zostaną wprowadzone dopiero po ponownym uruchomieniu programu.',
+ 'OptionsRemoveConfirm' => 'Potwierdzaj przed usunięciem pozycji',
+ 'OptionsAutoSave' => 'Autozapis Zbioru',
+ 'OptionsAutoLoad' => 'Po uruchomieniu załaduj poprzedni Zbiór',
+ 'OptionsSplash' => 'Pokazuj logo przy uruchamianiu',
+ 'OptionsTearoffMenus' => 'Włącz odrywane menu',
+ 'OptionsSpellCheck' => 'Zastosuj korektor pisowni w długich polach tekstowych',
+ 'OptionsProgramTitle' => 'Wybierz program którego chcesz używać',
+ 'OptionsPlugins' => 'Witryna do pobierania danych',
+ 'OptionsAskPlugins' => 'Pytaj (Wszystkie witryny)',
+ 'OptionsPluginsMulti' => 'Wiele witryn',
+ 'OptionsPluginsMultiAsk' => 'Pytaj (Wiele witryn)',
+ 'OptionsPluginsMultiPerField' => 'Wiele witryn (per field)',
+ 'OptionsPluginsMultiPerFieldWindowTitle' => 'Many sites per field order selection',
+ 'OptionsPluginsMultiPerFieldDesc' => 'For each selected field we will return the first non empty information beginning from left',
+ 'OptionsPluginsMultiPerFieldFirst' => 'First',
+ 'OptionsPluginsMultiPerFieldLast' => 'Last',
+ 'OptionsPluginsMultiPerFieldRemove' => 'Remove',
+ 'OptionsPluginsMultiPerFieldClearSelected' => 'Empty selected field list',
+ 'OptionsPluginsList' => 'Ustaw listę',
+ 'OptionsAskImport' => 'Wybierz pola do importu',
+ 'OptionsProxy' => 'Używaj proxy',
+ 'OptionsCookieJar' => 'Użyj tego pliku JAR',
+ 'OptionsLang' => 'Język',
+ 'OptionsMain' => 'Główny',
+ 'OptionsPaths' => 'Ścieżki',
+ 'OptionsInternet' => 'Internet',
+ 'OptionsConveniences' => 'Opcje',
+ 'OptionsDisplay' => 'Wyświetl',
+ 'OptionsToolbar' => 'Menu podręczne',
+ 'OptionsToolbars' => {0 => 'Brak', 1 => 'Małe', 2 => 'Duże', 3 => 'Ustawienia systemowe'},
+ 'OptionsToolbarPosition' => 'Pozycja',
+ 'OptionsToolbarPositions' => {0 => 'Góra', 1 => 'Dół', 2 => 'Lewa', 3 => 'Prawa'},
+ 'OptionsExpandersMode' => 'Rozmiar listy zbyt duży',
+ 'OptionsExpandersModes' => {'asis' => 'Nie zmieniaj', 'cut' => 'Przytnij', 'wrap' => 'Zawiń linie'},
+ 'OptionsDateFormat' => 'Format daty',
+ 'OptionsDateFormatTooltip' => 'Format stosowany w strftime(3). Domyślnie %d/%m/%Y',
+ 'OptionsView' => 'Lista pozycji',
+ 'OptionsViews' => {0 => 'Tekst', 1 => 'Obrazki', 2 => 'Szczegóły'},
+ 'OptionsColumns' => 'Kolumny',
+ 'OptionsMailer' => 'Program pocztowy',
+ 'OptionsSMTP' => 'Serwer',
+ 'OptionsFrom' => 'Twój adres e-mail',
+ 'OptionsTransform' => 'Umieszczaj rodzajniki na końcu',
+ 'OptionsArticles' => 'Rodzajniki',
+ 'OptionsSearchStop' => 'Zezwalaj na zatrzymanie szukania',
+ 'OptionsBigPics' => 'Użyj dużego zdjęcia jeśli to możliwe',
+ 'OptionsAlwaysOriginal' => 'Używaj głównego tytułu jako tytułu oryginalnego',
+ 'OptionsRestoreAccelerators' => 'Przywróć domyślne skróty',
+ 'OptionsHistory' => 'Rozmiar historii',
+ 'OptionsClearHistory' => 'Czyść historie',
+ 'OptionsStyle' => 'Skórka',
+ 'OptionsDontAsk' => 'Nie pytaj więcej',
+ 'OptionsPathProgramsGroup' => 'Aplikacje',
+ 'OptionsProgramsSystem' => 'Użyj programów zdefiniowanych przez system',
+ 'OptionsProgramsUser' => 'Użyj wybranych programów',
+ 'OptionsProgramsSet' => 'Wybierz programy',
+ 'OptionsPathImagesGroup' => 'Obrazy',
+ 'OptionsInternetDataGroup' => 'Import danych',
+ 'OptionsInternetSettingsGroup' => 'Ustawienia',
+ 'OptionsDisplayInformationGroup' => 'Wyświetlanie informacji',
+ 'OptionsDisplayArticlesGroup' => 'Rodzajniki',
+ 'OptionsImagesDisplayGroup' => 'Wyświetlanie',
+ 'OptionsImagesStyleGroup' => 'Styl',
+ 'OptionsDetailedPreferencesGroup' => 'Ustawienia',
+ 'OptionsFeaturesConveniencesGroup' => 'Ułatwienia',
+ 'OptionsPicturesFormat' => 'Prefiks dla obrazów:',
+ 'OptionsPicturesFormatInternal' => 'gcstar__',
+ 'OptionsPicturesFormatTitle' => 'Tytuł lub nazwa odpowiedniej pozycji',
+ 'OptionsPicturesWorkingDir' => '%WORKING_DIR% lub . będzie zastąpione katalogiem Zbioru (stosuj tylko na początku ścieżki)',
+ 'OptionsPicturesFileBase' => '%FILE_BASE% będzie zastąpione nazwą pliku Zbioru bez rozszerzenia (.gcs)',
+ 'OptionsPicturesWorkingDirError' => '%WORKING_DIR% może być stosowane wyłącznie na początku ścieżki dla obrazów',
+ 'OptionsConfigureMailers' => 'Skonfiguruj programy pocztowe',
+
+ 'ImagesOptionsButton' => 'Ustawienia',
+ 'ImagesOptionsTitle' => 'Ustawienia listy obrazków',
+ 'ImagesOptionsSelectColor' => 'Wybierz kolor',
+ 'ImagesOptionsUseOverlays' => 'Zastosuj nakładki',
+ 'ImagesOptionsBg' => 'Tło',
+ 'ImagesOptionsBgPicture' => 'Obrazek jako tło',
+ 'ImagesOptionsFg'=> 'Zaznaczenie',
+ 'ImagesOptionsBgTooltip' => 'Zmień kolor tła',
+ 'ImagesOptionsFgTooltip'=> 'Zmień kolor zaznaczenia',
+ 'ImagesOptionsResizeImgList' => 'Automatycznie ustal liczbę kolumn',
+ 'ImagesOptionsAnimateImgList' => 'Use animations',
+ 'ImagesOptionsSizeLabel' => 'Rozmiar',
+ 'ImagesOptionsSizeList' => {0 => 'Bardzo mały', 1 => 'Mały', 2 => 'Średni', 3 => 'Duży', 4 => 'Ogromny'},
+ 'ImagesOptionsSizeTooltip' => 'Wybierz rozmiar obrazka',
+
+ 'DetailedOptionsTitle' => 'Ustawienia dokładnej listy',
+ 'DetailedOptionsImageSize' => 'Rozmiar obrazków',
+ 'DetailedOptionsGroupItems' => 'Grupuj pozycje według',
+ 'DetailedOptionsSecondarySort' => 'Dodatkowo sortuj według',
+ 'DetailedOptionsFields' => 'Wybierz wyświetlane pola',
+ 'DetailedOptionsGroupedFirst' => 'Grupuj pozostałe pozycje',
+ 'DetailedOptionsAddCount' => 'Pokaż liczbę pozycji w grupie',
+
+ 'ExtractButton' => 'Informacje',
+ 'ExtractTitle' => 'Informacja o pliku wideo',
+ 'ExtractImport' => 'Używaj wartości',
+
+ 'FieldsListOpen' => 'Wczytaj listę pól z pliku',
+ 'FieldsListSave' => 'Zapisz listę pól do pliku',
+ 'FieldsListError' => 'Ta lista pól nie może być wykorzystana dla Zbioru tego rodzaju',
+ 'FieldsListIgnore' => '--- Ignore',
+
+ 'ExportTitle' => 'Eksportuj listę pozycji',
+ 'ExportFilter' => 'Eksportuj tylko wyświetlone pozycje',
+ 'ExportFieldsTitle' => 'Pola do wyeksportowania',
+ 'ExportFieldsTip' => 'Wybierz pola, które chcesz wyeksportować',
+ 'ExportWithPictures' => 'Kopiuj obrazy do podkatalogu',
+ 'ExportSortBy' => 'Sortuj według',
+ 'ExportOrder' => 'Kolejność',
+
+ 'ImportListTitle' => 'Importuj listę pozycji',
+ 'ImportExportData' => 'Dane',
+ 'ImportExportFile' => 'Plik',
+ 'ImportExportFieldsUnused' => 'Nieużywane pola',
+ 'ImportExportFieldsUsed' => 'Używane pola',
+ 'ImportExportFieldsFill' => 'Dodaj wszystkie',
+ 'ImportExportFieldsClear' => 'Usuń wszystkie',
+ 'ImportExportFieldsEmpty' => 'Musisz zaznaczyć chociaż jedno pole',
+ 'ImportExportFileEmpty' => 'Musisz określić nazwę pliku',
+ 'ImportFieldsTitle' => 'Pola do zaimportowania',
+ 'ImportFieldsTip' => 'Wybierz pola, które chcesz zaimportować',
+ 'ImportNewList' => 'Stwórz nowy Zbiór',
+ 'ImportCurrentList' => 'Dodaj do aktualnego Zbioru',
+ 'ImportDropError' => 'Jeden lub więcej z ładowanych plików spowodował błąd. Poprzednia lista zostanie przywrócona.',
+ 'ImportGenerateId' => 'Utwórz identyfikator dla każdej z pozycji',
+
+ 'FileChooserOpenFile' => 'Wybierz plik, który chcesz użyć',
+ 'FileChooserDirectory' => 'Katalog',
+ 'FileChooserOpenDirectory' => 'Wybierz katalog',
+ 'FileChooserOverwrite' => 'Plik już istnieje. Czy chcesz go zastąpić?',
+ 'FileAllFiles' => 'All Files',
+ 'FileVideoFiles' => 'Video Files',
+ 'FileEbookFiles' => 'Ebook Files',
+ 'FileAudioFiles' => 'Audio Files',
+ 'FileGCstarFiles' => 'GCstar Collections',
+
+ 'PanelCompact' => 'Kompaktowy',
+ 'PanelReadOnly' => 'Tylko do odczytu',
+ 'PanelForm' => 'Zakładki',
+
+ 'PanelSearchButton' => 'Pobierz informacje',
+ 'PanelSearchTip' => 'Szukaj w internecie informacji o tym tytule',
+ 'PanelSearchContextChooseOne' => 'Choose a site ...',
+ 'PanelSearchContextMultiSite' => 'Use "Many sites"',
+ 'PanelSearchContextMultiSitePerField' => 'Use "Many sites per field"',
+ 'PanelSearchContextOptions' => 'Change options ...',
+ 'PanelImageTipOpen' => 'Kliknij na zdjęciu aby wybrać inne.',
+ 'PanelImageTipView' => 'Kliknij na zdjęciu aby obejrzeć go w naturalnym rozmiarze.',
+ 'PanelImageTipMenu' => ' Prawy przycisk myszy - więcej opcji.',
+ 'PanelImageTitle' => 'Wybierz zdjęcie',
+ 'PanelImageNoImage' => 'Brak zdjęcia',
+ 'PanelSelectFileTitle' => 'Wybierz plik',
+ 'PanelLaunch' => 'Launch',
+ 'PanelRestoreDefault' => 'Przywróć domyślne',
+ 'PanelRefresh' => 'Update',
+ 'PanelRefreshTip' => 'Update information from web',
+
+ 'PanelFrom' =>'Od',
+ 'PanelTo' =>'Do',
+
+ 'PanelWeb' => 'Sprawdź informacje',
+ 'PanelWebTip' => 'Sprawdź w sieci informacje o tej pozycji', # Accepts model codes
+ 'PanelRemoveTip' => 'Usuń bieżącą pozycję', # Accepts model codes
+
+ 'PanelDateSelect' => 'Wybierz datę',
+ 'PanelNobody' => 'Nikt',
+ 'PanelUnknown' => 'Nieznany',
+ 'PanelAdded' => 'Dodano',
+ 'PanelRating' => 'Ocena',
+ 'PanelPressRating' => 'Ocena prasy',
+ 'PanelLocation' => 'Lokalizacja',
+
+ 'PanelLending' => 'Pożyczanie',
+ 'PanelBorrower' => 'Dłużnik',
+ 'PanelLendDate' => 'Data pożyczenia',
+ 'PanelHistory' => 'Historia wypożyczania',
+ 'PanelReturned' => 'Pozycja zwrócona', # Accepts model codes
+ 'PanelReturnDate' => 'Data zwrotu',
+ 'PanelLendedYes' => 'Pożyczone',
+ 'PanelLendedNo' => 'Dostępne',
+
+ 'PanelTags' => 'Znaczniki',
+ 'PanelFavourite' => 'Ulubione',
+ 'TagsAssigned' => 'Znaczniki przydzielone',
+
+ 'PanelUser' => 'Pola użytkownika',
+
+ 'CheckUndef' => 'Oba',
+ 'CheckYes' => 'Tak',
+ 'CheckNo' => 'Nie',
+
+ 'ToolbarAll' => 'Zobacz wszystkie',
+ 'ToolbarAllTooltip' => 'Zobacz wszystkie pozycje',
+ 'ToolbarGroupBy' => 'Grupuj według',
+ 'ToolbarGroupByTooltip' => 'Wybierz pole, według którego będą grupowane pozycje z listy',
+ 'ToolbarQuickSearch' => 'Szybkie wyszukiwanie',
+ 'ToolbarQuickSearchLabel' => 'Znajdź',
+ 'ToolbarQuickSearchTooltip' => 'Wybierz pole do przeszukania. Wprowadź wyrażenie i naciśnij Enter',
+ 'ToolbarSeparator' => ' Separator',
+
+ 'PluginsTitle' => 'Wyszukiwanie',
+ 'PluginsQuery' => 'Szukaj',
+ 'PluginsFrame' => 'Przeglądane witryny',
+ 'PluginsLogo' => 'Logo',
+ 'PluginsName' => 'Nazwa',
+ 'PluginsSearchFields' => 'Przeglądane pola',
+ 'PluginsAuthor' => 'Autor',
+ 'PluginsLang' => 'Język',
+ 'PluginsUseSite' => 'Używaj wybranej witryny w kolejnych wyszukiwaniach',
+ 'PluginsPreferredTooltip' => 'Site recommended by GCstar',
+ 'PluginDisabled' => 'Disabled',
+
+ 'BorrowersTitle' => 'Konfiguracja dłużnika',
+ 'BorrowersList' => 'Dłużnicy',
+ 'BorrowersName' => 'Nazwa',
+ 'BorrowersEmail' => 'E-mail',
+ 'BorrowersAdd' => 'Dodaj',
+ 'BorrowersRemove' => 'Usuń',
+ 'BorrowersEdit' => 'Edytuj',
+ 'BorrowersTemplate' => 'Kopia e-mail',
+ 'BorrowersSubject' => 'Temat e-mail',
+ 'BorrowersNotice1' => '%1 - nazwa dłużnika',
+ 'BorrowersNotice2' => '%2 - tytuł pozycji',
+ 'BorrowersNotice3' => '%3 - data wypożyczenia',
+
+ 'BorrowersImportTitle' => 'Import informacji o dłużnikach',
+ 'BorrowersImportType' => 'Format pliku:',
+ 'BorrowersImportFile' => 'Plik:',
+
+ 'BorrowedTitle' => 'Pożyczone pozycje', # Accepts model codes
+ 'BorrowedDate' => 'Od',
+ 'BorrowedDisplayInPanel' => 'Pokaż tą pozycję w głównym oknie', # Accepts model codes
+
+ 'MailTitle' => 'Wyślij e-mail',
+ 'MailFrom' => 'Od: ',
+ 'MailTo' => 'Do: ',
+ 'MailSubject' => 'Temat: ',
+ 'MailSmtpError' => 'Problem z serwerem SMTP',
+ 'MailSendmailError' => 'Błąd załadowania funkcji sendmail',
+
+ 'SearchTooltip' => 'Szukaj we wszystkich pozycjach', # Accepts model codes
+ 'SearchTitle' => 'Wyszukiwanie', # Accepts model codes
+ 'SearchNoField' => 'Nie wybrano żadnego pola dla wyszukiwania.
+Dodaj kilka w zakładce Filtry okienka ustawień Zbioru.',
+
+ 'QueryReplaceField' => 'Zamień w polu:',
+ 'QueryReplaceOld' => 'Znajdź',
+ 'QueryReplaceNew' => 'Zastąp',
+ 'QueryReplaceLaunch' => 'Zastąp',
+
+ 'ImportWindowTitle' => 'Wybierz pola do importu',
+ 'ImportViewPicture' => 'Zobacz obraz',
+ 'ImportSelectAll' => 'Zaznacz wszystkie',
+ 'ImportSelectNone' => 'Odznacz wszystkie',
+
+ 'MultiSiteTitle' => 'Witryny używane do wyszukiwania',
+ 'MultiSiteUnused' => 'Nieużywane wtyczki',
+ 'MultiSiteUsed' => 'Używane wtyczki',
+ 'MultiSiteLang' => 'Wypełnij listę polskimi wtyczkami',
+ 'MultiSiteEmptyError' => 'Twoja lista witryn jest pusta',
+ 'MultiSiteClear' => 'Wyczyść listę',
+
+ 'DisplayOptionsTitle' => 'Pozycje do wyświetlenia',
+ 'DisplayOptionsAll' => 'Zaznacz wszystkie',
+ 'DisplayOptionsSearch' => 'Przycisk Szukania',
+
+ 'GenresTitle' => 'Konwersja gatunków',
+ 'GenresCategoryName' => 'Użyj gatunku',
+ 'GenresCategoryMembers' => 'Zastąp gatunek',
+ 'GenresLoad' => 'Załaduj listę',
+ 'GenresExport' => 'Zapisz listę do pliku',
+ 'GenresModify' => 'Edytuj konwersje',
+
+ 'PropertiesName' => 'Nazwa Zbioru',
+ 'PropertiesLang' => 'Kod języka',
+ 'PropertiesOwner' => 'Właściciel',
+ 'PropertiesEmail' => 'E-mail',
+ 'PropertiesDescription' => 'Opis',
+ 'PropertiesFile' => 'Informacje o pliku',
+ 'PropertiesFilePath' => 'Pełna ścieżka',
+ 'PropertiesItemsNumber' => 'Ilość pozycji', # Accepts model codes
+ 'PropertiesFileSize' => 'Rozmiar',
+ 'PropertiesFileSizeSymbols' => ['Bajtów', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
+ 'PropertiesCollection' => 'Właściwości Zbioru',
+ 'PropertiesDefaultPicture' => 'Zdjęcie domyślne',
+
+ 'MailProgramsTitle' => 'Programy pocztowe',
+ 'MailProgramsName' => 'Nazwa',
+ 'MailProgramsCommand' => 'Polecenie',
+ 'MailProgramsRestore' => 'Przywróć domyślne',
+ 'MailProgramsAdd' => 'Dodaj program',
+ 'MailProgramsInstructions' => 'W linii poleceń mogą występować poniższe symbole:
+ %f będzie zastąpione adresem e-mail użytkownika.
+ %t będzie zastąpione adresem odbiorcy.
+ %s będzie zastąpione tematem wiadomości.
+ %b będzie zastąpione tekstem wiadomości.',
+
+ 'BookmarksBookmarks' => 'Zakładki',
+ 'BookmarksFolder' => 'Katalog',
+ 'BookmarksLabel' => 'Etykieta',
+ 'BookmarksPath' => 'Ścieżka',
+ 'BookmarksNewFolder' => 'Nowy katalog',
+
+ 'AdvancedSearchType' => 'Typ wyszukiwania',
+ 'AdvancedSearchTypeAnd' => 'Pozycje spełniające wszystkie warunki', # Accepts model codes
+ 'AdvancedSearchTypeOr' => 'Pozycje spełniające co najmniej jeden z warunków', # Accepts model codes
+ 'AdvancedSearchCriteria' => 'Warunki',
+ 'AdvancedSearchAnyField' => 'Any field',
+ 'AdvancedSearchSaveTitle' => 'Zapisz wyszukiwanie',
+ 'AdvancedSearchSaveName' => 'Nazwa',
+ 'AdvancedSearchSaveOverwrite' => 'Wyszukiwanie o tej nazwie już istnieje. Proszę użyć innej nazwy.',
+ 'AdvancedSearchUseCase' => 'Uwzględniaj wielkość liter',
+ 'AdvancedSearchIgnoreDiacritics' => 'Ignoruj znaki diakrytyczne',
+
+ 'BugReportSubject' => 'Zgłoszenie błędu wygenerowane z programu GCstar',
+ 'BugReportVersion' => 'Wersja',
+ 'BugReportPlatform' => 'System operacyjny',
+ 'BugReportMessage' => 'Treść zgłoszenia',
+ 'BugReportInformation' => 'Informacje dodatkowe',
+
+#Statistics
+ 'StatsFieldToUse' => 'Field to use',
+ 'StatsSortByNumber' => 'Sort by number of {lowercaseX}',
+ 'StatsGenerate' => 'Generate',
+ 'StatsKindOfGraph' => 'Kind of graphic',
+ 'StatsBars' => 'Bars',
+ 'StatsPie' => 'Pie',
+ 'Stats3DPie' => '3D Pie',
+ 'StatsArea' => 'Areas',
+ 'StatsHistory' => 'History',
+ 'StatsWidth' => 'Width',
+ 'StatsHeight' => 'Height',
+ 'StatsFontSize' => 'Font size',
+ 'StatsDisplayNumber' => 'Show numbers',
+ 'StatsSave' => 'Save statistics image to a file',
+ 'StatsAccumulate' => 'Accumulate values',
+ 'StatsShowAllDates' => 'Show all dates',
+
+ 'DefaultValuesTip' => 'Values set in this window will be used as the default values when creating a new {lowercase1}',
+ );
+}
+
+1;