summaryrefslogtreecommitdiff
path: root/lib/gcstar/GCLang/UK
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gcstar/GCLang/UK')
-rw-r--r--lib/gcstar/GCLang/UK/GCExport/GCExportCSV.pm40
-rw-r--r--lib/gcstar/GCLang/UK/GCExport/GCExportExternal.pm38
-rw-r--r--lib/gcstar/GCLang/UK/GCExport/GCExportHTML.pm64
-rw-r--r--lib/gcstar/GCLang/UK/GCExport/GCExportPDB.pm38
-rw-r--r--lib/gcstar/GCLang/UK/GCExport/GCExportSQL.pm40
-rw-r--r--lib/gcstar/GCLang/UK/GCExport/GCExportTarGz.pm37
-rw-r--r--lib/gcstar/GCLang/UK/GCExport/GCExportXML.pm41
-rw-r--r--lib/gcstar/GCLang/UK/GCImport/GCImportAlexandria.pm39
-rw-r--r--lib/gcstar/GCLang/UK/GCImport/GCImportCSV.pm42
-rw-r--r--lib/gcstar/GCLang/UK/GCImport/GCImportFolder.pm68
-rw-r--r--lib/gcstar/GCLang/UK/GCImport/GCImportGCstar.pm37
-rw-r--r--lib/gcstar/GCLang/UK/GCImport/GCImportList.pm42
-rw-r--r--lib/gcstar/GCLang/UK/GCImport/GCImportScanner.pm50
-rw-r--r--lib/gcstar/GCLang/UK/GCImport/GCImportTellico.pm37
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCTVepisodes.pm46
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCTVseries.pm50
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCboardgames.pm86
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCbooks.pm69
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCcoins.pm102
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCcomics.pm73
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCfilms.pm92
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCgames.pm81
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCgeneric.pm42
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCminicars.pm182
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCmusics.pm66
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCperiodicals.pm52
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCsmartcards.pm108
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCsoftware.pm84
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCstamps.pm189
-rw-r--r--lib/gcstar/GCLang/UK/GCModels/GCwines.pm63
-rw-r--r--lib/gcstar/GCLang/UK/GCstar.pm674
31 files changed, 2672 insertions, 0 deletions
diff --git a/lib/gcstar/GCLang/UK/GCExport/GCExportCSV.pm b/lib/gcstar/GCLang/UK/GCExport/GCExportCSV.pm
new file mode 100644
index 0000000..a6722c0
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCExport/GCExportCSV.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::UK::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' => 'Включити імена полів вгорі',
+ 'Separator' => 'Розділювач',
+ 'Replacement' => 'Замінити розділювач на',
+ 'Charset' => 'Charset',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCExport/GCExportExternal.pm b/lib/gcstar/GCLang/UK/GCExport/GCExportExternal.pm
new file mode 100644
index 0000000..f7b3e0e
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCExport/GCExportExternal.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::UK::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/UK/GCExport/GCExportHTML.pm b/lib/gcstar/GCLang/UK/GCExport/GCExportHTML.pm
new file mode 100644
index 0000000..82573a6
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCExport/GCExportHTML.pm
@@ -0,0 +1,64 @@
+{
+ package GCLang::UK::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' => 'Неприпустимий файл зразка',
+ 'UseFile' => 'Вживати файл, вказаний нижче',
+ 'TemplateExternalFile' => 'Файл зразка',
+ 'WithJS' => 'Використовувати Javascript',
+ 'FileTemplate' => 'Зразок:',
+ 'Preview' => 'Попередній перегляд',
+ 'NoPreview' => 'Перегляд недоступний',
+ 'Title' => 'Заголовок сторінки',
+ 'InfoFile' => 'Список фільмів у файлі: ',
+ 'InfoDir' => 'Зображення у: ',
+ 'HeightImg' => 'Висота (у пікселях) експортованих зображень: ',
+ 'OpenFileInBrowser' => 'Відкрити створений файл у переглядачі тенет',
+ 'Note' => 'Список створений програмою <a href="http://www.gcstar.org/">GCstar</a>',
+ 'InputTitle' => 'Введіть текст для пошуку',
+ 'SearchType1' => 'Лише заголовки',
+ 'SearchType2' => 'Повна інформація',
+ 'SearchButton' => 'Пошук',
+ 'SearchTitle' => 'Показувати лише фільми, що відповідають попереднім критеріям',
+ 'AllButton' => 'Всі',
+ 'AllTitle' => 'Показувати всі фільми',
+ 'Expand' => 'Розгорнути всі',
+ 'ExpandTitle' => 'Показати всю інформацію про фільми',
+ 'Collapse' => 'Згорнути всі',
+ 'CollapseTitle' => 'Згорнути всю інформацію про фільми',
+ 'Borrowed' => 'Позичений: ',
+ 'NotBorrowed' => 'Доступний',
+ 'Top' => 'Вгору',
+ 'Bottom' => 'Вниз',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCExport/GCExportPDB.pm b/lib/gcstar/GCLang/UK/GCExport/GCExportPDB.pm
new file mode 100644
index 0000000..7df0554
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCExport/GCExportPDB.pm
@@ -0,0 +1,38 @@
+{
+ package GCLang::UK::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/UK/GCExport/GCExportSQL.pm b/lib/gcstar/GCLang/UK/GCExport/GCExportSQL.pm
new file mode 100644
index 0000000..8f30eba
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCExport/GCExportSQL.pm
@@ -0,0 +1,40 @@
+{
+ package GCLang::UK::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' => 'Включити інструкцію DROP',
+ 'WithCreate' => 'Включити інструкцію CREATE',
+ 'TableName' => 'Ім\'я таблиці',
+ 'InfoFile' => 'SQL файл: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCExport/GCExportTarGz.pm b/lib/gcstar/GCLang/UK/GCExport/GCExportTarGz.pm
new file mode 100644
index 0000000..b0682d6
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCExport/GCExportTarGz.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::UK::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' => 'Архів у файлі: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCExport/GCExportXML.pm b/lib/gcstar/GCLang/UK/GCExport/GCExportXML.pm
new file mode 100644
index 0000000..a9fa0e8
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCExport/GCExportXML.pm
@@ -0,0 +1,41 @@
+{
+ package GCLang::UK::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' => 'Файл зразка',
+ 'ModelText' => 'Текст зразка',
+ 'Models' => 'Використовувати зразок',
+ 'UseFile' => 'Використовувати файл',
+ 'UseModel' => 'Використовувати область тексту',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCImport/GCImportAlexandria.pm b/lib/gcstar/GCLang/UK/GCImport/GCImportAlexandria.pm
new file mode 100644
index 0000000..fa999e6
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCImport/GCImportAlexandria.pm
@@ -0,0 +1,39 @@
+{
+ package GCLang::UK::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' => 'Де його шукати',
+ 'Default' => 'Типова тека Alexandria',
+ 'Specified' => 'Тека, вказана нижче',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCImport/GCImportCSV.pm b/lib/gcstar/GCLang/UK/GCImport/GCImportCSV.pm
new file mode 100644
index 0000000..d29b198
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCImport/GCImportCSV.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::UK::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' => 'Charset',
+ 'Header' => 'Ігнорувати перший рядок',
+ 'Separator' => 'Розділювач',
+ 'Plugin' => 'Використовувати сайт',
+ 'UseFirst' => 'Використовувати перший, якщо знайдено декілька',
+ 'SearchField' => 'Search for items using',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCImport/GCImportFolder.pm b/lib/gcstar/GCLang/UK/GCImport/GCImportFolder.pm
new file mode 100644
index 0000000..dd6e8e1
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCImport/GCImportFolder.pm
@@ -0,0 +1,68 @@
+{
+ package GCLang::UK::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' => 'Folder',
+ 'Recursive' => 'Browse sub-folders',
+ 'Suffixes' => 'Suffixes or extensions of the files',
+ 'SuffixesTooltip' => 'A comma-separated list of suffixes or extensions of files to consider',
+ 'Remove' => 'To be removed from names',
+ 'RemoveTooltip' => 'A comma-seperated list of words that should be removed from file names to create the fetched names',
+ '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' => 'Remove only whole words',
+ 'NoResult'=> 'No results',
+ 'NoResultTooltip'=> 'What do we do when no search results is return by the plugin',
+ 'RemoveTooltipWholeWord' => 'Words will be removed only if they appear as an entire word',
+ 'RemoveRegularExpr' => 'Regular expression',
+ 'RemoveTooltipRegularExpr' => 'Consider that \'To be removed from names\' is a perl regular expression',
+ 'SkipFileAlreadyInCollection' => 'Add new files only',
+ 'SkipFileAlreadyInCollectionTooltip' => 'Add only files not already in the collection',
+ 'SkipFileNo' => 'No',
+ 'SkipFileFullPath' => 'based on full path',
+ 'SkipFileFileName' => 'based on file name',
+ 'SkipFileFileNameAndUpdate' => 'based on file name (but update path in collection)',
+ '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/UK/GCImport/GCImportGCstar.pm b/lib/gcstar/GCLang/UK/GCImport/GCImportGCstar.pm
new file mode 100644
index 0000000..faf756c
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCImport/GCImportGCstar.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::UK::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' => 'Копіювати зображення',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCImport/GCImportList.pm b/lib/gcstar/GCLang/UK/GCImport/GCImportList.pm
new file mode 100644
index 0000000..7721814
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCImport/GCImportList.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::UK::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' => 'Список імен',
+ 'Plugin' => 'Використовувати сайт',
+ 'UseFirst' => 'Використовувати перший, якщо знайдено декілька',
+ 'CommentAuto' => 'Запис автоматично імпортований.',
+ 'CommentSite' => 'Вебсайт: ',
+ 'CommentTitle' => 'Заголовок: ',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCImport/GCImportScanner.pm b/lib/gcstar/GCLang/UK/GCImport/GCImportScanner.pm
new file mode 100644
index 0000000..70b9cc2
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCImport/GCImportScanner.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::UK::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/UK/GCImport/GCImportTellico.pm b/lib/gcstar/GCLang/UK/GCImport/GCImportTellico.pm
new file mode 100644
index 0000000..2fbd677
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCImport/GCImportTellico.pm
@@ -0,0 +1,37 @@
+{
+ package GCLang::UK::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' => 'Файл не є підтримуваною колекцією Tellico',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCModels/GCTVepisodes.pm b/lib/gcstar/GCLang/UK/GCModels/GCTVepisodes.pm
new file mode 100644
index 0000000..88db64e
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCTVepisodes.pm
@@ -0,0 +1,46 @@
+{
+ package GCLang::UK::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 => 'TV Shows (episodes) collection',
+ Items => 'Episodes',
+ NewItem => 'New episode',
+ NewSeries => 'New series',
+ Episode => 'Episode',
+ );
+ # Both of them are required as importTranslation doesn't recurse
+ importTranslation('films');
+ importTranslation('TVseries');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCModels/GCTVseries.pm b/lib/gcstar/GCLang/UK/GCModels/GCTVseries.pm
new file mode 100644
index 0000000..61a449c
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCTVseries.pm
@@ -0,0 +1,50 @@
+{
+ package GCLang::UK::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 => 'TV Shows (series) collection',
+ Items => 'Series',
+ NewItem => 'New series',
+ Name => 'Name',
+ Season => 'Season',
+ Part => 'Part',
+ Episodes => 'Episodes',
+ FirstAired => 'First Aired',
+ Time => 'Ep. Length',
+ Producer => 'Producer',
+ Music => 'Music',
+ );
+ importTranslation('Films');
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCModels/GCboardgames.pm b/lib/gcstar/GCLang/UK/GCModels/GCboardgames.pm
new file mode 100644
index 0000000..385ecc4
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCboardgames.pm
@@ -0,0 +1,86 @@
+{
+ package GCLang::UK::GCModels::GCboardgames;
+
+ 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 => 'Колекція настільних ігор',
+ Items => {0 => 'Ігор',
+ 1 => 'Гра',
+ X => 'Ігор'},
+ NewItem => 'Нова гра',
+
+ Id => 'Id',
+ Name => 'Назва',
+ Original => 'Оригінальна назва',
+ Box => 'Зображення коробки',
+ DesignedBy => 'Розроблена',
+ PublishedBy => 'Видана',
+ Players => 'Число гравців',
+ PlayingTime => 'Час гри',
+ SuggestedAge => 'Рекомендований вік',
+ Released => 'Випущено',
+ Description => 'Опис',
+ Category => 'Категорія',
+ Mechanics => 'Механіка',
+ ExpandedBy => 'Розширення',
+ ExpansionFor => 'Розширення для',
+ GameFamily => 'Сім\'я ігор',
+ IllustratedBy => 'Ілюстрації',
+ Url => 'Сторінка тенет',
+ TimesPlayed => 'Грали разів',
+ CompleteContents => 'Наявність вмісту',
+ Copies => 'Число копій',
+ Condition => 'Стан',
+ Photos => 'Фотографії',
+ Photo1 => 'Перше зображення',
+ Photo2 => 'Друге зображення',
+ Photo3 => 'Третє зображення',
+ Photo4 => 'Четверте зображення',
+ Comments => 'Коментарі',
+
+ Perfect => 'Чудово',
+ Good => 'Добре',
+ Average => 'Посередньо',
+ Poor => 'Погано',
+
+ CompleteYes => 'Наявний повністю',
+ CompleteNo => 'Частково втрачений',
+
+ General => 'Загальна',
+ Details => 'Подробиці',
+ Personal => 'Особиста',
+ Information => 'Інформація',
+
+ FilterRatingSelect => '_Оцінка принаймні...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCModels/GCbooks.pm b/lib/gcstar/GCLang/UK/GCModels/GCbooks.pm
new file mode 100644
index 0000000..0136856
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCbooks.pm
@@ -0,0 +1,69 @@
+{
+ package GCLang::UK::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 => 'Колекція книг',
+ Items => 'Книги',
+ NewItem => 'Нова книга',
+
+ Isbn => 'ISBN',
+ Title => 'Заголовок',
+ Cover => 'Обкладинка',
+ Authors => 'Автори',
+ Publisher => 'Видавець',
+ Publication => 'Дата видання',
+ Language => 'Мова',
+ Genre => 'Жанр',
+ Serie => 'Серія',
+ Rank => 'Розряд',
+ Bookdescription => 'Опис',
+ Pages => 'Сторінок',
+ Read => 'Прочитана',
+ Rating => 'Оцінка',
+ Acquisition => 'Дата придбання',
+ Edition => 'Видання',
+ Format => 'Формат',
+ Comments => 'Коментарі',
+ Url => 'Сторінка тенет',
+ Translator => 'Перекладач',
+ Artist => 'Художник',
+ DigitalFile => 'Digital version',
+
+ General => 'Загальна',
+ Details => 'Подробиці',
+
+ ReadNo => 'Не прочитана',
+ ReadYes => 'Прочитана',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCModels/GCcoins.pm b/lib/gcstar/GCLang/UK/GCModels/GCcoins.pm
new file mode 100644
index 0000000..3f5528d
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCcoins.pm
@@ -0,0 +1,102 @@
+{
+ package GCLang::UK::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 => 'Нумізматична колекція',
+ Items => 'Монети',
+ NewItem => 'Нова монета',
+
+ Name => 'Назва',
+ Country => 'Країна',
+ Year => 'Рік',
+ Currency => 'Грошова одиниця',
+ Value => 'Значення',
+ Picture => 'Головне зображення',
+ Diameter => 'Діаметр',
+ Metal => 'Метал',
+ Edge => 'Грань',
+ Edge1 => 'Грань 1',
+ Edge2 => 'Грань 2',
+ Edge3 => 'Грань 3',
+ Edge4 => 'Грань 4',
+ Head => 'Аверс',
+ Tail => 'Реверс',
+ Comments => 'Коментарі',
+ History => 'Історія',
+ Website => 'Сторінка тенет',
+ Estimate => 'Цінність',
+ References => 'Посилання',
+ Type => 'Тип',
+ Coin => 'Монета',
+ Banknote => 'Банкнота',
+
+ Main => 'Головна',
+ Description => 'Опис',
+ Other => 'Інша інформація',
+ Pictures => 'Зображення',
+
+ Condition => 'Стан (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/UK/GCModels/GCcomics.pm b/lib/gcstar/GCLang/UK/GCModels/GCcomics.pm
new file mode 100644
index 0000000..9a70b74
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCcomics.pm
@@ -0,0 +1,73 @@
+{
+ package GCLang::UK::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/UK/GCModels/GCfilms.pm b/lib/gcstar/GCLang/UK/GCModels/GCfilms.pm
new file mode 100644
index 0000000..6936741
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCfilms.pm
@@ -0,0 +1,92 @@
+{
+ package GCLang::UK::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 => 'Колекція фільмів',
+ Items => 'Фільми',
+ NewItem => 'Новий фільм',
+
+
+ Id => 'Ідентифікатор',
+ Title => 'Назва',
+ Date => 'Дата',
+ Time => 'Тривалість',
+ Director => 'Режисер',
+ Country => 'Країна',
+ MinimumAge => 'Мінімальний вік',
+ Genre => 'Жанр',
+ Image => 'Зображення',
+ Original => 'Оригінальна назва',
+ Actors => 'В ролях',
+ Actor => 'Актор',
+ Role => 'Роль',
+ Comment => 'Коментарі',
+ Synopsis => 'Анотація',
+ Seen => 'Переглянутий',
+ Number => 'Кількість носіїв',
+ Rating => 'Оцінка',
+ Format => 'Носій',
+ Region => 'Region',
+ Identifier => 'Ідентифікатор',
+ Url => 'Сторінка тенет',
+ Audio => 'Звук',
+ Video => 'Відео формат',
+ Trailer => 'Відеофайл',
+ Serie => 'Колекція',
+ Rank => 'Розряд',
+ Subtitles => 'Субтитри',
+
+ SeenYes => 'Переглянутий',
+ SeenNo => 'Не переглянутий',
+
+ AgeUnrated => 'Неоцінений',
+ AgeAll => 'Будь-який вік',
+ AgeParent => 'Під наглядом батьків',
+
+ Main => 'Головні пункти',
+ General => 'Загальна',
+ Details => 'Подробиці',
+
+ Information => 'Інформація',
+ Languages => 'Мови',
+ Encoding => 'Кодування',
+
+ FilterAudienceAge => 'Вік глядачів',
+ FilterSeenNo => '_Ще не переглянутий',
+ FilterSeenYes => '_Вже переглянутий',
+ FilterRatingSelect => '_Оцінка принаймні...',
+
+ ExtractSize => 'Розмір',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCModels/GCgames.pm b/lib/gcstar/GCLang/UK/GCModels/GCgames.pm
new file mode 100644
index 0000000..0c80a1a
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCgames.pm
@@ -0,0 +1,81 @@
+{
+ package GCLang::UK::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 => 'Колекція відеоігор',
+ Items => 'Ігри',
+ NewItem => 'Нова гра',
+
+ Id => 'Ідентифікатор',
+ Ean => 'EAN',
+ Name => 'Назва',
+ Platform => 'Платформа',
+ Players => 'Кількість гравців',
+ Released => 'Дата випуску',
+ Editor => 'Редактор',
+ Developer => 'Розробник',
+ Genre => 'Жанр',
+ Box => 'Зображення коробки',
+ Case => 'Корпус',
+ Manual => 'Підручник інструкцій',
+ Rating => 'Оцінка',
+ Completion => 'Завершено (%)',
+ Executable => 'Запускаючий файл',
+ Description => 'Опис',
+ Codes => 'Коди',
+ Code => 'Код',
+ Effect => 'Наслідок',
+ Secrets => 'Секрети',
+ Screenshots => 'Знімки екрану',
+ Screenshot1 => 'Перший знімок',
+ Screenshot2 => 'Другий знімок',
+ Comments => 'Коментарі',
+ Url => 'Сторінка тенет',
+ Unlockables => 'Розблокування',
+ Unlockable => 'Розблокування',
+ Howto => 'Як розблокувати',
+ Exclusive => 'Exclusive',
+ Resolutions => 'Display resolutions',
+ InstallationSize => 'Size',
+ Region => 'Region',
+ SerialNumber => 'Serial Number',
+
+ General => 'Загальна',
+ Details => 'Подробиці',
+ Tips => 'Поради',
+ Information => 'Інформація',
+
+ FilterRatingSelect => '_Оцінка принаймні...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCModels/GCgeneric.pm b/lib/gcstar/GCLang/UK/GCModels/GCgeneric.pm
new file mode 100644
index 0000000..536399e
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCgeneric.pm
@@ -0,0 +1,42 @@
+{
+ package GCLang::UK::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/UK/GCModels/GCminicars.pm b/lib/gcstar/GCLang/UK/GCModels/GCminicars.pm
new file mode 100644
index 0000000..e0f899a
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCminicars.pm
@@ -0,0 +1,182 @@
+{
+ package GCLang::UK::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/UK/GCModels/GCmusics.pm b/lib/gcstar/GCLang/UK/GCModels/GCmusics.pm
new file mode 100644
index 0000000..d273b9b
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCmusics.pm
@@ -0,0 +1,66 @@
+{
+ package GCLang::UK::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 => 'Колекція музики',
+ Items => 'Альбоми',
+ NewItem => 'Новий альбом',
+
+ Unique => 'ISRC/EAN',
+ Title => 'Назва',
+ Cover => 'Обкладинка',
+ Artist => 'Виконавець',
+ Format => 'Формат',
+ Running => 'Час виконання',
+ Release => 'Дата випуску',
+ Genre => 'Жанр',
+ Origin => 'Origin',
+
+#For tracks list
+ Tracks => 'Список доріжок',
+ Number => 'Номер',
+ Track => 'Назва',
+ Time => 'Час',
+
+ Composer => 'Композитор',
+ Producer => 'Продюсер',
+ Playlist => 'Перелік композицій',
+ Comments => 'Коментарі',
+ Label => 'Мітка',
+ Url => 'Сторінка тенет',
+
+ General => 'Загальна',
+ Details => 'Подробиці',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCModels/GCperiodicals.pm b/lib/gcstar/GCLang/UK/GCModels/GCperiodicals.pm
new file mode 100644
index 0000000..c872b36
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCperiodicals.pm
@@ -0,0 +1,52 @@
+{
+ package GCLang::UK::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 => 'Periodicals collection',
+ Items => {0 => 'Periodical',
+ 1 => 'Periodical',
+ X => 'Periodicals'},
+ NewItem => 'New periodical',
+
+ Title => 'Title',
+ Cover => 'Cover',
+ Periodical => 'Periodical',
+ Number => 'Number',
+ Date => 'Date',
+ Subject => 'Subject',
+ Articles => 'Articles',
+
+ General => 'General',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCModels/GCsmartcards.pm b/lib/gcstar/GCLang/UK/GCModels/GCsmartcards.pm
new file mode 100644
index 0000000..4272997
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCsmartcards.pm
@@ -0,0 +1,108 @@
+{
+ package GCLang::UK::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/UK/GCModels/GCsoftware.pm b/lib/gcstar/GCLang/UK/GCModels/GCsoftware.pm
new file mode 100644
index 0000000..8959938
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCsoftware.pm
@@ -0,0 +1,84 @@
+{
+ package GCLang::UK::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 => 'Computer software collection',
+ Items => {0 => 'Application',
+ 1 => 'Application',
+ X => 'Applications',
+ lowercase1 => 'application',
+ lowercaseX => 'applications'},
+ NewItem => 'New application',
+
+ Id => 'Id',
+ Ean => 'EAN',
+ Name => 'Name',
+ Platform => 'Platform',
+ Released => 'Release date',
+ Homepage => 'Homepage',
+ Editor => 'Editor',
+ Developer => 'Developer',
+ Category => 'Category',
+ NumberOfCopies => 'Copies',
+ Price => 'Price',
+ Box => 'Box picture',
+ Case => 'Case',
+ Manual => 'Instruction manual',
+ Executable => 'Executable',
+ Description => 'Description',
+ License => 'License',
+ Commercial => 'Commercial',
+ FreewareNoncommercial => 'Freeware (non-commercial use)',
+ OtherOpenSource => 'Other Open Source',
+ PublicDomain => 'Public Domain',
+ OtherLicense => 'Other',
+ Registration => 'Registration',
+ RegistrationInfo => 'Registration Info',
+ RegInfo => 'Registration Info',
+ RegistrationName => 'Username',
+ RegistrationNumber => 'Registration Number',
+ PanelRegistration => 'Registration Info',
+ RegistrationComments => 'Additional info or comments',
+ Screenshots => 'Screenshots',
+ Screenshot1 => 'First screenshot',
+ Screenshot2 => 'Second screenshot',
+ Comments => 'Comments',
+ Url => 'Web page',
+ General => 'General',
+ Details => 'Details',
+ Information => 'Information',
+
+ FilterRatingSelect => 'Rating At _Least...',
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCModels/GCstamps.pm b/lib/gcstar/GCLang/UK/GCModels/GCstamps.pm
new file mode 100644
index 0000000..64e1c8a
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCstamps.pm
@@ -0,0 +1,189 @@
+{
+ package GCLang::UK::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/UK/GCModels/GCwines.pm b/lib/gcstar/GCLang/UK/GCModels/GCwines.pm
new file mode 100644
index 0000000..2a25fab
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCModels/GCwines.pm
@@ -0,0 +1,63 @@
+{
+ package GCLang::UK::GCModels::GCwines;
+
+ use utf8;
+
+ use strict;
+ use base 'Exporter';
+
+ our @EXPORT = qw(%lang);
+
+ our %lang = (
+
+ CollectionDescription => 'Колекція вин',
+ Items => {0 => 'Вин',
+ 1 => 'Вино',
+ X => 'Вин'},
+ NewItem => 'Нове вино',
+
+ Name => 'Назва',
+ Designation => 'Позначка',
+ Vintage => 'Модель',
+ Vineyard => 'Виноградник',
+ Type => 'Тип',
+ Grapes => 'Виноград',
+ Soil => 'Грунт',
+ Producer => 'Виробник',
+ Country => 'Країна',
+ Volume => 'Об\'єм (мл)',
+ Alcohol => 'Спирт (%)',
+ Medal => 'Медаль/Вшанування',
+
+ Storage => 'Зберігання',
+ Location => 'Місце',
+ ShelfIndex => 'Покажчик',
+ Quantity => 'Розмір',
+ Acquisition => 'Придбано',
+ PurchaseDate => 'Дата покупки',
+ PurchasePrice => 'Вартість покупки',
+ Gift => 'Подарунок',
+ BottleLabel => 'Етикетка пляшки',
+ Website => 'Посилання на тенета',
+
+ Tasted => 'Дегустоване',
+ Comments => 'Коментарі',
+ Serving => 'Порції',
+ TastingField => 'Помітки дегустації',
+
+ General => 'Загальна',
+ Details => 'Подробиці',
+ Tasting => 'Дегустація',
+
+ TastedNo => 'Не дегустоване',
+ TastedYes => 'Дегустоване',
+
+ FilterRange => 'Діапазон',
+ FilterTastedNo => '_Ще не дегустоване',
+ FilterTastedYes => 'Уже _дегустоване',
+ FilterRatingSelect => 'Оцінка _принаймні...'
+
+ );
+}
+
+1;
diff --git a/lib/gcstar/GCLang/UK/GCstar.pm b/lib/gcstar/GCLang/UK/GCstar.pm
new file mode 100644
index 0000000..14d3ea6
--- /dev/null
+++ b/lib/gcstar/GCLang/UK/GCstar.pm
@@ -0,0 +1,674 @@
+{
+ package GCLang::UK;
+
+ 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' => 'Ukrainian',
+
+ 'Separator' => ': ',
+
+ 'Warning' => '<b>Попередження</b>:
+
+Інформація, звантажена з веб-сайтів (за допомогою
+пошукових втулків) призначена <b>лише для особистого використання</b>.
+
+Заборонений будь-який перерозподіл без
+<b>явного дозволу сайту</b>.
+
+Щоб визначити, який сайт володіє інформацією,
+можна скористатись <b>кнопкою на вкладці подробиць про фільм</b>.',
+
+ 'AllItemsFiltered' => 'Не знайдено відповідностей вашому запиту', # Accepts model codes
+
+#Installation
+ 'InstallDirInfo' => 'Встановити до ',
+ 'InstallMandatory' => 'Обов\'язкові компоненти',
+ 'InstallOptional' => 'Додаткові компоненти',
+ 'InstallErrorMissing' => 'Помилка : Потрібно встановити наступні компоненти Perl: ',
+ 'InstallPrompt' => 'Основна тека для встановлення [/usr/local]: ',
+ 'InstallEnd' => 'Кінець встановлення',
+ 'InstallNoError' => 'Немає помилок',
+ 'InstallLaunch' => 'Для використання цього додатку ви можете запустити ',
+ 'InstallDirectory' => 'Основна таке',
+ 'InstallTitle' => 'Встановлення GCstar',
+ 'InstallDependencies' => 'Залежності',
+ 'InstallPath' => 'Шлях',
+ 'InstallOptions' => 'Опції',
+ 'InstallSelectDirectory' => 'Виберіть основну теку для встановлення',
+ 'InstallWithClean' => 'Усунути файли, знайдені у теці встановлення',
+ 'InstallWithMenu' => 'Додати GCstar меню Додатки',
+ 'InstallNoPermission' => 'Помилка: Ви не маєте дозволу для запису в обрану теку',
+ 'InstallMissingMandatory' => 'Обов\'язкові залежності відсутні. Ви не можете встановити GCstar поки вони не будуть додані до системи.',
+ 'InstallMissingOptional' => 'Деякі додаткові залежності відсутні. Їх список нижче. GCstar можна встановити, але деякі можливості будуть недоступні.',
+ 'InstallMissingNone' => 'Усі залежності забезпечено. Ви можете продовжити встановлення GCstar.',
+ 'InstallOK' => 'OK',
+ 'InstallMissing' => 'Відсутні',
+ 'InstallMissingFor' => 'Відсутні для',
+ 'InstallCleanDirectory' => 'Усунення файлів GCstar з теки: ',
+ 'InstallCopyDirectory' => 'Копіювання файлів до теки: ',
+ 'InstallCopyDesktop' => 'Копіювання файлів стільниці: ',
+
+#Update
+ 'UpdateUseProxy' => 'Вживати проксі (просто натисніть ввід, якщо немає): ',
+ 'UpdateNoPermission' => 'Немає дозволу запису до цієї теки: ',
+ 'UpdateNone' => 'Оновлень не знайдено',
+ 'UpdateFileNotFound' => 'Файл не знайдений',
+
+#Splash
+ 'SplashInit' => 'Ініціалізування',
+ 'SplashLoad' => 'Завантаження колекції',
+ 'SplashDisplay' => 'Показ колекції',
+ 'SplashSort' => 'Сортування колекції',
+ 'SplashDone' => 'Готово',
+
+#Import from GCfilms
+ 'GCfilmsImportQuestion' => 'Здається ви раніше користувались GCfilms. Що ви хочете імпортувати з GCfilms до GCstar (це не вплине на GCfilms якщо ви і далі хочете ним користуватись)?',
+ 'GCfilmsImportOptions' => 'Налаштування',
+ 'GCfilmsImportData' => 'Список фільмів',
+
+#Menus
+ 'MenuFile' => '_Файл',
+ 'MenuNewList' => '_Нова колекція',
+ 'MenuStats' => 'Statistics',
+ 'MenuHistory' => '_Останні колекції',
+ 'MenuLend' => 'Показати _позичені', # Accepts model codes
+ 'MenuImport' => '_Імпорт',
+ 'MenuExport' => '_Експорт',
+ 'MenuAddItem' => '_Add Items', # Accepts model codes
+
+ 'MenuEdit' => '_Редагування',
+ 'MenuDuplicate' => '_Дублювати фільм', # Accepts model codes
+ 'MenuDuplicatePlural' => 'Du_plicate Items', # Accepts model codes
+ 'MenuEditSelectAllItems' => 'Select _All Items', # Accepts model codes
+ 'MenuEditDeleteCurrent' => '_Усунути фільм', # Accepts model codes
+ 'MenuEditDeleteCurrentPlural' => '_Remove Items', # Accepts model codes
+ 'MenuEditFields' => '_Змінити поля колекції',
+ 'MenuEditLockItems' => 'За_блокувати колекцію',
+
+ 'MenuDisplay' => 'Ф_ільтр',
+ 'MenuSavedSearches' => 'Saved searches',
+ 'MenuSavedSearchesSave' => 'Save current search',
+ 'MenuSavedSearchesEdit' => 'Modify saved searches',
+ 'MenuAdvancedSearch' => '_Розширений пошук',
+ 'MenuViewAllItems' => 'Показати _всі записи', # Accepts model codes
+ 'MenuNoFilter' => '_Усі',
+
+ 'MenuConfiguration' => '_Параметри',
+ 'MenuDisplayMenu' => 'Display',
+ 'MenuDisplayFullScreen' => 'Full screen',
+ 'MenuDisplayMenuBar' => 'Menus',
+ 'MenuDisplayToolBar' => 'Toolbar',
+ 'MenuDisplayStatusBar' => 'Bottom bar',
+ 'MenuDisplayOptions' => '_Відображувана інформація',
+ 'MenuBorrowers' => '_Боржники',
+ 'MenuToolbarConfiguration' => '_Toolbar controls',
+ 'MenuDefaultValues' => 'Default values for new item', # Accepts model codes
+ 'MenuGenresConversion' => 'Зміна _Жанру',
+
+ 'MenuBookmarks' => '_Мої колекції',
+ 'MenuBookmarksAdd' => '_Додати поточну колекцію',
+ 'MenuBookmarksEdit' => '_Редагувати закладки',
+
+ 'MenuHelp' => '_Допомога',
+ 'MenuHelpContent' => '_Зміст',
+ 'MenuAllPlugins' => 'Перегляд _втулків',
+ 'MenuBugReport' => '_Надіслати звіт про помилку',
+ 'MenuAbout' => '_Про GCstar',
+
+ 'MenuNewWindow' => 'Показати запис у _новому вікні', # Accepts model codes
+ 'MenuNewWindowPlural' => 'Show Items in _New Window', # Accepts model codes
+
+ 'ContextExpandAll' => 'Розгорнути усі',
+ 'ContextCollapseAll' => 'Згорнути усі',
+ 'ContextChooseImage' => 'Choose _Image',
+ 'ContextOpenWith' => 'Open Wit_h',
+ 'ContextImageEditor' => 'Image Editor',
+ 'ContextImgFront' => 'Front',
+ 'ContextImgBack' => 'Back',
+ 'ContextChooseFile' => 'Choose a File',
+ 'ContextChooseFolder' => 'Choose a Folder',
+
+ 'DialogEnterNumber' => 'Будь ласка, введіть значення',
+
+ 'RemoveConfirm' => 'Ви дійсно хочете усунути цей запис?', # Accepts model codes
+ 'RemoveConfirmPlural' => 'Do you really want to remove these items?', # Accepts model codes
+ 'DefaultNewItem' => 'Новий запис', # Accepts model codes
+ 'NewItemTooltip' => 'Додати новий запис', # Accepts model codes
+ 'NoItemFound' => 'Нічого не знайдено. Ви хочете шукати на іншому сайті?',
+ 'OpenList' => 'Будь ласка, оберіть колекцію',
+ 'SaveList' => 'Будь ласка, виберіть куди зберегти колекцію',
+ 'SaveListTooltip' => 'Зберегти поточну колекцію',
+ 'SaveUnsavedChanges' => 'Є незбережені зміни у вашій колекції. Ви хочете їх зберегти?',
+ 'SaveDontSave' => 'Не зберігати',
+ 'PreferencesTooltip' => 'Налаштуйте ваші уподобання',
+ 'ViewTooltip' => 'Змініть показ колекції',
+ 'PlayTooltip' => 'Програвати відео, зв\'язане з записом', # Accepts model codes
+ 'PlayFileNotFound' => 'File to launch was not found in this location:',
+ 'PlayRetry' => 'Retry',
+
+ 'StatusSave' => 'Збереження...',
+ 'StatusLoad' => 'Завантаження...',
+ 'StatusSearch' => 'Виконується пошук...',
+ 'StatusGetInfo' => 'Отримання інформації...',
+ 'StatusGetImage' => 'Отримання зображення...',
+
+ 'SaveError' => 'Неможливо зберегти список записів. Будь ласка, перевірте права доступу та наявність вільного місця на диску.',
+ 'OpenError' => 'Неможливо зберегти список записів. Будь ласка, перевірте права доступу.',
+ 'OpenFormatError' => 'Неможливо відкрити список записів. Формат може бути неправильним.',
+ 'OpenVersionWarning' => 'Collection was created with a more recent version of GCstar. If you save it, you may loose some data.',
+ 'OpenVersionQuestion' => 'Do you still want to continue?',
+ 'ImageError' => 'Обрана тека для збереження зображень некоректна. Будь ласка, виберіть іншу.',
+ 'OptionsCreationError'=> 'Неможливо створити файл опцій: ',
+ 'OptionsOpenError'=> 'Неможливо відкрити файл опцій: ',
+ 'OptionsSaveError'=> 'Неможливо зберегти файл опцій: ',
+ 'ErrorModelNotFound' => 'Model not found: ',
+ 'ErrorModelUserDir' => 'User defined models are in: ',
+
+ 'RandomTooltip' => 'Що подивитись сьогодні ввечері ?',
+ 'RandomError'=> 'У вас немає вибраних записів', # Accepts model codes
+ 'RandomEnd'=> 'Немає більше записів', # Accepts model codes
+ 'RandomNextTip'=> 'Наступна пропозиція',
+ 'RandomOkTip'=> 'Прийняти цей запис',
+
+ 'AboutTitle' => 'Про GCstar',
+ 'AboutDesc' => 'Менеджер колекцій',
+ 'AboutVersion' => 'Версія',
+ 'AboutTeam' => 'Команда',
+ 'AboutWho' => 'Tian: Керівник проекту, програміст
+Nyall Dawson (Zombiepig): програміст
+TPF: програміст
+Adolfo González : програміст
+',
+ 'AboutLicense' => 'Розповсюджується згідно умов GNU GPL
+Права на логотипи належать le Spektre',
+ 'AboutTranslation' => 'Український переклад виконав Ailandar',
+ 'AboutDesign' => 'Łukasz Kowalczk (Qoolman): Skin Designer
+Логотип та вебдизайн le Spektre',
+
+ 'ToolbarRandom' => 'Цього вечора',
+
+ 'UnsavedCollection' => 'Unsaved Collection',
+ 'ModelsSelect' => 'Виберіть тип колекції',
+ 'ModelsPersonal' => 'Особисті моделі',
+ 'ModelsDefault' => 'Типові моделі',
+ 'ModelsList' => 'Опис колекції',
+ 'ModelSettings' => 'Налаштування колекції',
+ 'ModelNewType' => 'Новий тип колекції',
+ 'ModelName' => 'Ім\'я типу колекції:',
+ 'ModelFields' => 'Поля',
+ 'ModelOptions' => 'Опції',
+ 'ModelFilters' => 'Фільтри',
+ 'ModelNewField' => 'Нове поле',
+ 'ModelFieldInformation' => 'Інформація',
+ 'ModelFieldName' => 'Мітка:',
+ 'ModelFieldType' => 'Тип:',
+ 'ModelFieldGroup' => 'Група:',
+ 'ModelFieldValues' => 'Значення',
+ 'ModelFieldInit' => 'Типово:',
+ 'ModelFieldMin' => 'Мінімум:',
+ 'ModelFieldMax' => 'Максимум:',
+ 'ModelFieldList' => 'Список значень:',
+ 'ModelFieldListLegend' => '<i>Розділені комами</i>',
+ 'ModelFieldDisplayAs' => 'Display as:',
+ 'ModelFieldDisplayAsText' => 'Text',
+ 'ModelFieldDisplayAsGraphical' => 'Rating Control',
+ 'ModelFieldTypeShortText' => 'Короткий текст',
+ 'ModelFieldTypeLongText' => 'Довгий текст',
+ 'ModelFieldTypeYesNo' => 'Так/Ні',
+ 'ModelFieldTypeNumber' => 'Номер',
+ 'ModelFieldTypeDate' => 'Дата',
+ 'ModelFieldTypeOptions' => 'Напередвизначений список значень',
+ 'ModelFieldTypeImage' => 'Зображення',
+ 'ModelFieldTypeSingleList' => 'Простий список',
+ 'ModelFieldTypeFile' => 'Файл',
+ 'ModelFieldTypeFormatted' => 'Залежне від інших полів',
+ 'ModelFieldParameters' => 'Параметри',
+ 'ModelFieldHasHistory' => 'Використовувати історію',
+ 'ModelFieldFlat' => 'Показувати в один рядок',
+ 'ModelFieldStep' => 'Крок збільшення:',
+ 'ModelFieldFileFormat' => 'Формат файлу:',
+ 'ModelFieldFileFile' => 'Прстий файл',
+ 'ModelFieldFileImage' => 'Зображення',
+ 'ModelFieldFileVideo' => 'Відео',
+ 'ModelFieldFileAudio' => 'Аудіо',
+ 'ModelFieldFileProgram' => 'Програма',
+ 'ModelFieldFileUrl' => 'URL',
+ 'ModelFieldFileEbook' => 'Ebook',
+ 'ModelOptionsFields' => 'Використовувати поля',
+ 'ModelOptionsFieldsAuto' => 'Автоматично',
+ 'ModelOptionsFieldsNone' => 'Ніяк',
+ 'ModelOptionsFieldsTitle' => 'Як заголовок',
+ 'ModelOptionsFieldsId' => 'Як ідентифікатор',
+ 'ModelOptionsFieldsCover' => 'Як обкладинку',
+ 'ModelOptionsFieldsPlay' => 'Для кнопки Програти',
+ 'ModelCollectionSettings' => 'Налаштування колекції',
+ 'ModelCollectionSettingsLending' => 'Об\'єкти можна позичати',
+ 'ModelCollectionSettingsTagging' => 'Записам можна призначати бирки',
+ 'ModelFilterActivated' => 'Може бути в рядку пошуку',
+ 'ModelFilterComparison' => 'Порівняння',
+ 'ModelFilterContain' => 'Містить',
+ 'ModelFilterDoesNotContain' => 'Does not contain',
+ 'ModelFilterRegexp' => 'Regular expression',
+ 'ModelFilterRange' => 'Діапазон',
+ 'ModelFilterNumeric' => 'Порівняння є числовим',
+ 'ModelFilterQuick' => 'Створити швидкий фільтр',
+ 'ModelTooltipName' => 'Використовувати ім\'я щоб вживати цю модель в інших колекціях. Якщо порожнє, налаштування будуть збережені безпосередньо в самій колекції',
+ 'ModelTooltipLabel' => 'Ім\'я поля, як воно буде показуватись',
+ 'ModelTooltipGroup' => 'Вживається для групування полів. Записи без даного значення можуть бути в типовій групі',
+ 'ModelTooltipHistory' => 'Попередньо введені значення повинні зберігатись у списку зв\'язаних з полем',
+ 'ModelTooltipFormat' => 'Цей формат вживається для визначення дії при відкритті файлу кнопкою Програти',
+ 'ModelTooltipLending' => 'Це додає декілька полів для керування видачами',
+ 'ModelTooltipTagging' => 'Це додає декілька полів для керування бирками',
+ 'ModelTooltipNumeric' => 'Значення можуть використовуватись як числа при порівнянні',
+ 'ModelTooltipQuick' => 'Це додає підменю у меню Фільтри',
+
+ 'ResultsTitle' => 'Виберіть об\'єкт', # Accepts model codes
+ 'ResultsNextTip' => 'Шукати на наступному сайті',
+ 'ResultsPreview' => 'Попередній перегляд',
+ 'ResultsInfo' => 'Ви можете додавати декілька записів до колекції утримуючи клавішу Ctrl або Shift та вибираючи записи', # Accepts model codes
+
+ 'OptionsTitle' => 'Параметри',
+ 'OptionsExpertMode' => 'Expert Mode',
+ 'OptionsPrograms' => 'Specify applications to use for different media, leave blank to use system defaults',
+ 'OptionsBrowser' => 'Веб оглядач',
+ 'OptionsPlayer' => 'Відео програвач',
+ 'OptionsAudio' => 'Аудіо програвач',
+ 'OptionsImageEditor' => 'Image editor',
+ 'OptionsCdDevice' => 'CD device',
+ 'OptionsImages' => 'Тека зображень',
+ 'OptionsUseRelativePaths' => 'Вживати відносні шляхи для зображень',
+ 'OptionsLayout' => 'Вигляд',
+ 'OptionsStatus' => 'Показувати рядок стану',
+ 'OptionsUseStars' => 'Use stars to display ratings',
+ 'OptionsWarning' => 'Попередження: Зміни на цій сторінці будуть застосовані після перезавантаження програми.',
+ 'OptionsRemoveConfirm' => 'Питати підтвердження перед видаленням записів',
+ 'OptionsAutoSave' => 'Автоматично зберігати колекцію',
+ 'OptionsAutoLoad' => 'Завантажувати попередню колекцію при запуску',
+ 'OptionsSplash' => 'Показувати екран заставки',
+ 'OptionsTearoffMenus' => 'Enable tear-off menus',
+ 'OptionsSpellCheck' => 'Використовувати перевірку правопису для великих текстових полів',
+ 'OptionsProgramTitle' => 'Оберіть програму для використання',
+ 'OptionsPlugins' => 'Отримувати дані з сайту',
+ 'OptionsAskPlugins' => 'Питати (Всі сайти)',
+ 'OptionsPluginsMulti' => 'Декілька сайтів',
+ 'OptionsPluginsMultiAsk' => 'Питати (Декілька сайтів)',
+ 'OptionsPluginsMultiPerField' => 'Декілька сайтів (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' => 'Встановити список',
+ 'OptionsAskImport' => 'Виберіть поля для імпортування',
+ 'OptionsProxy' => 'Використовувати проксі',
+ 'OptionsCookieJar' => 'Використовувати цей cookie jar файл',
+ 'OptionsLang' => 'Мова',
+ 'OptionsMain' => 'Головне',
+ 'OptionsPaths' => 'Шляхи',
+ 'OptionsInternet' => 'Інтернет',
+ 'OptionsConveniences' => 'Функції',
+ 'OptionsDisplay' => 'Вигляд',
+ 'OptionsToolbar' => 'Панель інструментів',
+ 'OptionsToolbars' => {0 => 'Немає', 1 => 'Малі значки', 2 => 'Великі значки', 3 => 'System setting'},
+ 'OptionsToolbarPosition' => 'Розміщення',
+ 'OptionsToolbarPositions' => {0 => 'Вгорі', 1 => 'Внизу', 2 => 'Ліворуч', 3 => 'Праворуч'},
+ 'OptionsExpandersMode' => 'Розширювачі занадто довгі',
+ 'OptionsExpandersModes' => {'asis' => 'Не робити нічого', 'cut' => 'Обрізати', 'wrap' => 'Перенести рядок'},
+ 'OptionsDateFormat' => 'Формат дати',
+ 'OptionsDateFormatTooltip' => 'Формат - один з тих, що використовуються функцією strftime(3). Типово це %d/%m/%Y',
+ 'OptionsView' => 'Список записів',
+ 'OptionsViews' => {0 => 'Текст', 1 => 'Зображення', 2 => 'Детальний'},
+ 'OptionsColumns' => 'Колонки',
+ 'OptionsMailer' => 'Відсилати через',
+ 'OptionsSMTP' => 'Сервер',
+ 'OptionsFrom' => 'Ваш e-mail',
+ 'OptionsTransform' => 'Розміщувати артиклі в кінці заголовків',
+ 'OptionsArticles' => 'Артиклі (Розділені комами)',
+ 'OptionsSearchStop' => 'Дозволяти переривання пошуку',
+ 'OptionsBigPics' => 'Use big pictures when available',
+ 'OptionsAlwaysOriginal' => 'Використовувати головний заголовок як оригінальний, якщо останній відсутній',
+ 'OptionsRestoreAccelerators' => 'Відновити акселератори',
+ 'OptionsHistory' => 'Розмір історії',
+ 'OptionsClearHistory' => 'Очистити історію',
+ 'OptionsStyle' => 'Вигляд',
+ 'OptionsDontAsk' => 'Більше не питати',
+ 'OptionsPathProgramsGroup' => 'Додатки',
+ 'OptionsProgramsSystem' => 'Використовувати програми, визначені системою',
+ 'OptionsProgramsUser' => 'Використовувати інші програми',
+ 'OptionsProgramsSet' => 'Обрати програми',
+ 'OptionsPathImagesGroup' => 'Зображення',
+ 'OptionsInternetDataGroup' => 'Імпорт даних',
+ 'OptionsInternetSettingsGroup' => 'Налаштування',
+ 'OptionsDisplayInformationGroup' => 'Показ інформації',
+ 'OptionsDisplayArticlesGroup' => 'Статті',
+ 'OptionsImagesDisplayGroup' => 'Показати',
+ 'OptionsImagesStyleGroup' => 'Стиль',
+ 'OptionsDetailedPreferencesGroup' => 'Уподобання',
+ 'OptionsFeaturesConveniencesGroup' => 'Зручності',
+ 'OptionsPicturesFormat' => 'Префікс для використання у зображеннях:',
+ 'OptionsPicturesFormatInternal' => 'gcstar__',
+ 'OptionsPicturesFormatTitle' => 'Заголовок або ім\'я зв\'язаного запису',
+ 'OptionsPicturesWorkingDir' => '%WORKING_DIR% або . буде замінене текою колекції (вживається лише на початку шляху)',
+ 'OptionsPicturesFileBase' => '%FILE_BASE% буде замінене іменем колекції без суфіксу (.gcs)',
+ 'OptionsPicturesWorkingDirError' => '%WORKING_DIR% може вживатись тільки на початку шляху до зображень',
+ 'OptionsPicturesWorkingDirError' => '%WORKING_DIR% може вживатись тільки на початку шляху до зображень',
+ 'OptionsConfigureMailers' => 'Налаштування поштових програм',
+
+ 'ImagesOptionsButton' => 'Налаштування',
+ 'ImagesOptionsTitle' => 'Налаштування для списку зображень',
+ 'ImagesOptionsSelectColor' => 'Оберіть колір',
+ 'ImagesOptionsUseOverlays' => 'Використовувати покриття зображень',
+ 'ImagesOptionsBg' => 'Тло',
+ 'ImagesOptionsBgPicture' => 'Вживати фонове зображення',
+ 'ImagesOptionsFg'=> 'Відбір',
+ 'ImagesOptionsBgTooltip' => 'Змінити колір тла',
+ 'ImagesOptionsFgTooltip'=> 'Змінити колір відбору',
+ 'ImagesOptionsResizeImgList' => 'Automatically change number of columns',
+ 'ImagesOptionsAnimateImgList' => 'Use animations',
+ 'ImagesOptionsSizeLabel' => 'Розмір',
+ 'ImagesOptionsSizeList' => {0 => 'Дуже малий', 1 => 'Малий', 2 => 'Середній', 3 => 'Великий', 4 => 'Дуже великий'},
+ 'ImagesOptionsSizeTooltip' => 'Виберіть розмір зображення',
+
+ 'DetailedOptionsTitle' => 'Налаштування для детального списку',
+ 'DetailedOptionsImageSize' => 'Розмір зображень',
+ 'DetailedOptionsGroupItems' => 'Групувати записи за',
+ 'DetailedOptionsSecondarySort' => 'Сортувати поля для дітей',
+ 'DetailedOptionsFields' => 'Обрати поля для відображення',
+ 'DetailedOptionsGroupedFirst' => 'Збирати разом осиротілі записи',
+ 'DetailedOptionsAddCount' => 'Додати номер елемента в категорії',
+
+ 'ExtractButton' => 'Інформація',
+ 'ExtractTitle' => 'Інформація про файл',
+ 'ExtractImport' => 'Вживати значення',
+
+ 'FieldsListOpen' => 'Завантажити список полів з файлу',
+ 'FieldsListSave' => 'Зберегти список полів до файлу',
+ 'FieldsListError' => 'Цей список полів не може використовуватись з даним видом колекцій',
+ 'FieldsListIgnore' => '--- Ігнорувати',
+
+ 'ExportTitle' => 'Експортування списку записів',
+ 'ExportFilter' => 'Експортувати тільки відображувані записи',
+ 'ExportFieldsTitle' => 'Поля для експортування',
+ 'ExportFieldsTip' => 'Оберіть поля, які ви хочете експортувати',
+ 'ExportWithPictures' => 'Копіювати зображення у підтеку',
+ 'ExportSortBy' => 'Сортувати за',
+ 'ExportOrder' => 'Order',
+
+ 'ImportListTitle' => 'Імпортувати інший список записів',
+ 'ImportExportData' => 'Дані',
+ 'ImportExportFile' => 'Файл',
+ 'ImportExportFieldsUnused' => 'Невикористовувані поля',
+ 'ImportExportFieldsUsed' => 'Використовувані поля',
+ 'ImportExportFieldsFill' => 'Додати всі',
+ 'ImportExportFieldsClear' => 'Усунути всі',
+ 'ImportExportFieldsEmpty' => 'Ви повинні обрати хоча б одне поле',
+ 'ImportExportFileEmpty' => 'Ви повинні визначити ім\'я файлу',
+ 'ImportFieldsTitle' => 'Поля для імпорту',
+ 'ImportFieldsTip' => 'Оберіть поля, які ви хочете імпортувати',
+ 'ImportNewList' => 'Створити нову колекцію',
+ 'ImportCurrentList' => 'Додати до поточної колекції',
+ 'ImportDropError' => 'Виникла помилка при відкритті щонайменше одного файлу. Попередній список буде перевантажений.',
+ 'ImportGenerateId' => 'Створити ідентифікатор для кожного запису',
+
+ 'FileChooserOpenFile' => 'Будь ласка, оберіть файл для використання',
+ 'FileChooserDirectory' => 'Directory',
+ 'FileChooserOpenDirectory' => 'Оберіть теку',
+ 'FileChooserOverwrite' => 'Це поле уже існує. Ви хочете його переписати?',
+ 'FileAllFiles' => 'All Files',
+ 'FileVideoFiles' => 'Video Files',
+ 'FileEbookFiles' => 'Ebook Files',
+ 'FileAudioFiles' => 'Audio Files',
+ 'FileGCstarFiles' => 'GCstar Collections',
+
+ #Some default panels
+ 'PanelCompact' => 'Компактний',
+ 'PanelReadOnly' => 'Лише для читання',
+ 'PanelForm' => 'Вкладки',
+
+ 'PanelSearchButton' => 'Отримати інформацію',
+ 'PanelSearchTip' => 'Пошук в інтернеті інформації за цим іменем',
+ 'PanelSearchContextChooseOne' => 'Choose a site ...',
+ 'PanelSearchContextMultiSite' => 'Use "Many sites"',
+ 'PanelSearchContextMultiSitePerField' => 'Use "Many sites per field"',
+ 'PanelSearchContextOptions' => 'Change options ...',
+ 'PanelImageTipOpen' => 'Клацніть на зображенні для вибору іншого.',
+ 'PanelImageTipView' => 'Клацніть на зображенні для перегляду його справжнього розміру.',
+ 'PanelImageTipMenu' => ' Клацніть правою клавішею для інших варіантів.',
+ 'PanelImageTitle' => 'Вибрати зображення',
+ 'PanelImageNoImage' => 'Немає зображення',
+ 'PanelSelectFileTitle' => 'Оберіть файл',
+ 'PanelLaunch' => 'Launch',
+ 'PanelRestoreDefault' => 'Відновити типову',
+ 'PanelRefresh' => 'Update',
+ 'PanelRefreshTip' => 'Update information from web',
+
+ 'PanelFrom' =>'Від',
+ 'PanelTo' =>'До',
+
+ 'PanelWeb' => 'Перегляд інформації',
+ 'PanelWebTip' => 'Перегляд інформації в інтернеті про даний запис', # Accepts model codes
+ 'PanelRemoveTip' => 'Усунути поточний запис', # Accepts model codes
+
+ 'PanelDateSelect' => 'Обрати',
+ 'PanelNobody' => 'Ніхто',
+ 'PanelUnknown' => 'Невідомий',
+ 'PanelAdded' => 'Дата додавання',
+ 'PanelRating' => 'Оцінка',
+ 'PanelPressRating' => 'Press Rating',
+ 'PanelLocation' => 'Місце',
+
+ 'PanelLending' => 'Позичка',
+ 'PanelBorrower' => 'Боржник',
+ 'PanelLendDate' => 'Позичив',
+ 'PanelHistory' => 'Історія позичок',
+ 'PanelReturned' => 'Річ повернута', # Accepts model codes
+ 'PanelReturnDate' => 'Дата повернення',
+ 'PanelLendedYes' => 'Позичено',
+ 'PanelLendedNo' => 'Доступно',
+
+ 'PanelTags' => 'Бирки',
+ 'PanelFavourite' => 'Улюблене',
+ 'TagsAssigned' => 'Призначені бирки',
+
+ 'PanelUser' => 'User fields',
+
+ 'CheckUndef' => 'Будь-які',
+ 'CheckYes' => 'Так',
+ 'CheckNo' => 'Ні',
+
+ 'ToolbarAll' => 'Показати всі',
+ 'ToolbarAllTooltip' => 'Показати всі записи',
+ 'ToolbarGroupBy' => 'Групувати за',
+ 'ToolbarGroupByTooltip' => 'Оберіть поле для групування за ним записів у списку',
+ 'ToolbarQuickSearch' => 'Quick search',
+ 'ToolbarQuickSearchLabel' => 'Search',
+ 'ToolbarQuickSearchTooltip' => 'Select the field to search in. Enter the search terms and press Enter',
+ 'ToolbarSeparator' => ' Separator',
+
+ 'PluginsTitle' => 'Пошук запису',
+ 'PluginsQuery' => 'Запит',
+ 'PluginsFrame' => 'Пошук на сайті',
+ 'PluginsLogo' => 'Логотип',
+ 'PluginsName' => 'Ім\'я',
+ 'PluginsSearchFields' => 'Поля пошуку',
+ 'PluginsAuthor' => 'Автор',
+ 'PluginsLang' => 'Мова',
+ 'PluginsUseSite' => 'Використовувати поточний сайт для майбутніх пошуків',
+ 'PluginsPreferredTooltip' => 'Site recommended by GCstar',
+ 'PluginDisabled' => 'Disabled',
+
+ 'BorrowersTitle' => 'Налаштування боржників',
+ 'BorrowersList' => 'Боржники',
+ 'BorrowersName' => 'Ім\'я',
+ 'BorrowersEmail' => 'E-mail',
+ 'BorrowersAdd' => 'Додати',
+ 'BorrowersRemove' => 'Усунути',
+ 'BorrowersEdit' => 'Редагувати',
+ 'BorrowersTemplate' => 'Шаблон листа',
+ 'BorrowersSubject' => 'Тема листа',
+ 'BorrowersNotice1' => '%1 буде замінене на ім\'я боржника',
+ 'BorrowersNotice2' => '%2 буде замінене на назву речі',
+ 'BorrowersNotice3' => '%3 буде замінене на дату позички',
+
+ 'BorrowersImportTitle' => 'Імпорт інформації про боржників',
+ 'BorrowersImportType' => 'Формат файлу:',
+ 'BorrowersImportFile' => 'Файл:',
+
+ 'BorrowedTitle' => 'Позичені речі', # Accepts model codes
+ 'BorrowedDate' => 'З',
+ 'BorrowedDisplayInPanel' => 'Show item in main window', # Accepts model codes
+
+ 'MailTitle' => 'Надіслати e-mail',
+ 'MailFrom' => 'Від: ',
+ 'MailTo' => 'Кому: ',
+ 'MailSubject' => 'Тема: ',
+ 'MailSmtpError' => 'Проблема підключення до SMTP сервера',
+ 'MailSendmailError' => 'Проблема запуску sendmail',
+
+ 'SearchTooltip' => 'Шукати всі записи', # Accepts model codes
+ 'SearchTitle' => 'Пошук запису', # Accepts model codes
+ 'SearchNoField' => 'No field have been selected for the search box.
+Add some of them in the Filters tab of the collection settings.',
+
+ 'QueryReplaceField' => 'Поля для заміни',
+ 'QueryReplaceOld' => 'Поточне значення',
+ 'QueryReplaceNew' => 'Нове значення',
+ 'QueryReplaceLaunch' => 'Замінити',
+
+ 'ImportWindowTitle' => 'Виберіть поля для імпорту',
+ 'ImportViewPicture' => 'Перегляд зображення',
+ 'ImportSelectAll' => 'Вибрати всі',
+ 'ImportSelectNone' => 'Не вибрати жодного',
+
+ 'MultiSiteTitle' => 'Сайти для використання при пошуку',
+ 'MultiSiteUnused' => 'Невикористовувані втулки',
+ 'MultiSiteUsed' => 'Використовувати втулки',
+ 'MultiSiteLang' => 'Заповніть список англійськими втулками',
+ 'MultiSiteEmptyError' => 'У вас порожній список сайтів',
+ 'MultiSiteClear' => 'Очистити список',
+
+ 'DisplayOptionsTitle' => 'Елементи для відображення',
+ 'DisplayOptionsAll' => 'Вибрати всі',
+ 'DisplayOptionsSearch' => 'Кнопка пошуку',
+
+ 'GenresTitle' => 'Зміна жанру',
+ 'GenresCategoryName' => 'Використовується жанр',
+ 'GenresCategoryMembers' => 'Жанр для заміни',
+ 'GenresLoad' => 'Завантажити список',
+ 'GenresExport' => 'Зберегти список до файлу',
+ 'GenresModify' => 'Редагувати заміну',
+
+ 'PropertiesName' => 'Назва колекції',
+ 'PropertiesLang' => 'Language code',
+ 'PropertiesOwner' => 'Власник',
+ 'PropertiesEmail' => 'Email',
+ 'PropertiesDescription' => 'Опис',
+ 'PropertiesFile' => 'Інформація про файл',
+ 'PropertiesFilePath' => 'Повний шлях',
+ 'PropertiesItemsNumber' => 'Кількість записів', # Accepts model codes
+ 'PropertiesFileSize' => 'Розмір',
+ 'PropertiesFileSizeSymbols' => ['Байтів', 'Кб', 'Мб', 'Гб', 'Тб', 'PB', 'EB', 'ZB', 'YB'],
+ 'PropertiesCollection' => 'Властивості колекції',
+ 'PropertiesDefaultPicture' => 'Default picture',
+
+ 'MailProgramsTitle' => 'Програми для надсилання пошти',
+ 'MailProgramsName' => 'Назва',
+ 'MailProgramsCommand' => 'Командкий рядок',
+ 'MailProgramsRestore' => 'Відновити типові',
+ 'MailProgramsAdd' => 'Додати програму',
+ 'MailProgramsInstructions' => 'В командному рядку роляться деякі заміни:
+ %f замінюється на e-mail адресу користувача.
+ %t замінюється на адресу одержувача.
+ %s замінюється на тему повідомлення.
+ %b замінюється на тіло повідомлення.',
+
+ 'BookmarksBookmarks' => 'Закладки',
+ 'BookmarksFolder' => 'Теки',
+ 'BookmarksLabel' => 'Мітка',
+ 'BookmarksPath' => 'Шлях',
+ 'BookmarksNewFolder' => 'Нова тека',
+
+ 'AdvancedSearchType' => 'Тип пошуку',
+ 'AdvancedSearchTypeAnd' => 'Записи, що відповідають всім критеріям', # Accepts model codes
+ 'AdvancedSearchTypeOr' => 'Записи, що відповідають хоча б одному критерію', # Accepts model codes
+ 'AdvancedSearchCriteria' => 'Критерій',
+ 'AdvancedSearchAnyField' => 'Будь-яке поле',
+ 'AdvancedSearchSaveTitle' => 'Save search',
+ 'AdvancedSearchSaveName' => 'Name',
+ 'AdvancedSearchSaveOverwrite' => 'A saved search already exists with that name. Please use a different one.',
+ 'AdvancedSearchUseCase' => 'Case sensitive',
+ 'AdvancedSearchIgnoreDiacritics' => 'Ignore accents and other diacritics',
+
+ 'BugReportSubject' => 'Звіт про помилку, згенерований GCstar',
+ 'BugReportVersion' => 'Версія',
+ 'BugReportPlatform' => 'Операційна система',
+ 'BugReportMessage' => 'Повідомлення про помилку',
+ 'BugReportInformation' => 'Додаткова інформація',
+
+#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;