diff options
author | Jörg Frings-Fürst <jff@merkur> | 2014-07-06 15:20:38 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <jff@merkur> | 2014-07-06 15:20:38 +0200 |
commit | 126bb8cb6b93240bb4d3a2b816b74c286c3d422b (patch) | |
tree | e66e1dfe77d53a52539489765c88d23e4423ae27 /lib/gcstar/GCLang/RU |
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'lib/gcstar/GCLang/RU')
31 files changed, 2667 insertions, 0 deletions
diff --git a/lib/gcstar/GCLang/RU/GCExport/GCExportCSV.pm b/lib/gcstar/GCLang/RU/GCExport/GCExportCSV.pm new file mode 100644 index 0000000..d45fe36 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCExport/GCExportCSV.pm @@ -0,0 +1,40 @@ +{ + package GCLang::RU::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/RU/GCExport/GCExportExternal.pm b/lib/gcstar/GCLang/RU/GCExport/GCExportExternal.pm new file mode 100644 index 0000000..3f78a04 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCExport/GCExportExternal.pm @@ -0,0 +1,38 @@ +{ + package GCLang::RU::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/RU/GCExport/GCExportHTML.pm b/lib/gcstar/GCLang/RU/GCExport/GCExportHTML.pm new file mode 100644 index 0000000..ee75e3e --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCExport/GCExportHTML.pm @@ -0,0 +1,64 @@ +{ + package GCLang::RU::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' => 'Invalid template file', + 'UseFile' => 'Use file specified below', + 'TemplateExternalFile' => 'Template file', + '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' => 'Bottom', + ); +} + +1; diff --git a/lib/gcstar/GCLang/RU/GCExport/GCExportPDB.pm b/lib/gcstar/GCLang/RU/GCExport/GCExportPDB.pm new file mode 100644 index 0000000..82b06d7 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCExport/GCExportPDB.pm @@ -0,0 +1,38 @@ +{ + package GCLang::RU::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/RU/GCExport/GCExportSQL.pm b/lib/gcstar/GCLang/RU/GCExport/GCExportSQL.pm new file mode 100644 index 0000000..a5648c6 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCExport/GCExportSQL.pm @@ -0,0 +1,40 @@ +{ + package GCLang::RU::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/RU/GCExport/GCExportTarGz.pm b/lib/gcstar/GCLang/RU/GCExport/GCExportTarGz.pm new file mode 100644 index 0000000..ee69aa9 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCExport/GCExportTarGz.pm @@ -0,0 +1,37 @@ +{ + package GCLang::RU::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/RU/GCExport/GCExportXML.pm b/lib/gcstar/GCLang/RU/GCExport/GCExportXML.pm new file mode 100644 index 0000000..fe5b8d8 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCExport/GCExportXML.pm @@ -0,0 +1,41 @@ +{ + package GCLang::RU::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/RU/GCImport/GCImportAlexandria.pm b/lib/gcstar/GCLang/RU/GCImport/GCImportAlexandria.pm new file mode 100644 index 0000000..6a4cc68 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCImport/GCImportAlexandria.pm @@ -0,0 +1,39 @@ +{ + package GCLang::RU::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/RU/GCImport/GCImportCSV.pm b/lib/gcstar/GCLang/RU/GCImport/GCImportCSV.pm new file mode 100644 index 0000000..7690988 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCImport/GCImportCSV.pm @@ -0,0 +1,42 @@ +{ + package GCLang::RU::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/RU/GCImport/GCImportFolder.pm b/lib/gcstar/GCLang/RU/GCImport/GCImportFolder.pm new file mode 100644 index 0000000..1b7c794 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCImport/GCImportFolder.pm @@ -0,0 +1,68 @@ +{ + package GCLang::RU::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/RU/GCImport/GCImportGCstar.pm b/lib/gcstar/GCLang/RU/GCImport/GCImportGCstar.pm new file mode 100644 index 0000000..f261058 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCImport/GCImportGCstar.pm @@ -0,0 +1,37 @@ +{ + package GCLang::RU::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/RU/GCImport/GCImportList.pm b/lib/gcstar/GCLang/RU/GCImport/GCImportList.pm new file mode 100644 index 0000000..015346c --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCImport/GCImportList.pm @@ -0,0 +1,42 @@ +{ + package GCLang::RU::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/RU/GCImport/GCImportScanner.pm b/lib/gcstar/GCLang/RU/GCImport/GCImportScanner.pm new file mode 100644 index 0000000..61689bc --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCImport/GCImportScanner.pm @@ -0,0 +1,50 @@ +{ + package GCLang::RU::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/RU/GCImport/GCImportTellico.pm b/lib/gcstar/GCLang/RU/GCImport/GCImportTellico.pm new file mode 100644 index 0000000..252a37e --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCImport/GCImportTellico.pm @@ -0,0 +1,37 @@ +{ + package GCLang::RU::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/RU/GCModels/GCTVepisodes.pm b/lib/gcstar/GCLang/RU/GCModels/GCTVepisodes.pm new file mode 100644 index 0000000..54e042d --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCTVepisodes.pm @@ -0,0 +1,46 @@ +{ + package GCLang::RU::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/RU/GCModels/GCTVseries.pm b/lib/gcstar/GCLang/RU/GCModels/GCTVseries.pm new file mode 100644 index 0000000..7ae4731 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCTVseries.pm @@ -0,0 +1,50 @@ +{ + package GCLang::RU::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/RU/GCModels/GCboardgames.pm b/lib/gcstar/GCLang/RU/GCModels/GCboardgames.pm new file mode 100644 index 0000000..b291885 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCboardgames.pm @@ -0,0 +1,86 @@ +{ + package GCLang::RU::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 => 'Board games collection', + Items => {0 => 'Game', + 1 => 'Game', + X => 'Games'}, + NewItem => 'New game', + + Id => 'Id', + Name => 'Name', + Original => 'Original name', + Box => 'Box picture', + DesignedBy => 'Designed by', + PublishedBy => 'Published by', + Players => 'Number of players', + PlayingTime => 'Playing time', + SuggestedAge => 'Suggested age', + Released => 'Released', + Description => 'Description', + Category => 'Category', + Mechanics => 'Mechanics', + ExpandedBy => 'Expanded by', + ExpansionFor => 'Expansion for', + GameFamily => 'Game family', + IllustratedBy => 'Illustrated by', + Url => 'Web page', + TimesPlayed => 'Times played', + CompleteContents => 'Complete contents', + Copies => 'No. of copies', + Condition => 'Condition', + Photos => 'Photos', + Photo1 => 'First picture', + Photo2 => 'Second picture', + Photo3 => 'Third picture', + Photo4 => 'Fourth picture', + Comments => 'Comments', + + Perfect => 'Perfect', + Good => 'Good', + Average => 'Average', + Poor => 'Poor', + + CompleteYes => 'Complete contents', + CompleteNo => 'Missing pieces', + + General => 'General', + Details => 'Details', + Personal => 'Personal', + Information => 'Information', + + FilterRatingSelect => 'Rating At _Least...', + ); +} + +1; diff --git a/lib/gcstar/GCLang/RU/GCModels/GCbooks.pm b/lib/gcstar/GCLang/RU/GCModels/GCbooks.pm new file mode 100644 index 0000000..092b77a --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCbooks.pm @@ -0,0 +1,68 @@ +{ + package GCLang::RU::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 => 'Прочтено?', + Acquisition => 'Дата получения', + Edition => 'Редакция', + Format => 'Формат', + Comments => 'Комментарии', + Url => 'Узел ВЭБ', + Translator => 'Translator', + Artist => 'Artist', + DigitalFile => 'Digital version', + + General => 'Общее', + Details => 'Детали', + + ReadNo => 'Не прочитано', + ReadYes => 'Прочитано', + ); +} + +1; diff --git a/lib/gcstar/GCLang/RU/GCModels/GCcoins.pm b/lib/gcstar/GCLang/RU/GCModels/GCcoins.pm new file mode 100644 index 0000000..bbaf626 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCcoins.pm @@ -0,0 +1,101 @@ +{ + package GCLang::RU::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 => 'Numismatic collection', + Items => 'Coins', + NewItem => 'New coin', + + Name => 'Name', + Country => 'Country', + Year => 'Year', + Currency => 'Currency', + Value => 'Value', + Picture => 'Main picture', + Diameter => 'Diameter', + Metal => 'Metal', + Edge => 'Edge', + Edge1 => 'Edge 1', + Edge2 => 'Edge 2', + Edge3 => 'Edge 3', + Edge4 => 'Edge 4', + Head => 'Head', + Tail => 'Tail', + Comments => 'Comments', + History => 'History', + Website => 'Website', + Estimate => 'Estimate', + References => 'References', + Type => 'Type', + Coin => 'Coin', + Banknote => 'Bank note', + + Main => 'Main', + Description => 'Description', + Other => 'Other information', + Pictures => 'Pictures', + + Condition => '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/RU/GCModels/GCcomics.pm b/lib/gcstar/GCLang/RU/GCModels/GCcomics.pm new file mode 100644 index 0000000..a06f194 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCcomics.pm @@ -0,0 +1,73 @@ +{ + package GCLang::RU::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/RU/GCModels/GCfilms.pm b/lib/gcstar/GCLang/RU/GCModels/GCfilms.pm new file mode 100644 index 0000000..89878d2 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCfilms.pm @@ -0,0 +1,92 @@ +{ + package GCLang::RU::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 => 'Actor', + Role => 'Role', + Comment => 'Комментарии', + Synopsis => 'Описание', + Seen => 'Просмотрен', + Number => '# носителей', + Format => 'Носитель', + Region => 'Region', + Identifier => 'Identifier', + Url => 'ВЭБ', + Audio => 'Аудио', + Video => 'Видео формат', + Trailer => 'Видео файл', + Serie => 'Коллеция', + Rank => 'Ранг', + Subtitles => 'Субтитры', + + SeenYes => 'Смотрел', + SeenNo => 'Не смотрел', + + AgeUnrated => 'Без ограничений', + AgeAll => 'Для _Любого возраста', + AgeParent => 'Под присмотром родителей', + + Main => 'Основное', + General => 'Общие', + Details => 'Детали', + Lending => 'На руках', + + Information => 'Информация', + Languages => 'Языки', + Encoding => 'Кодирование', + + FilterAudienceAge => 'Возраст аудитории:', + FilterSeenNo => 'Нет', + FilterSeenYes => '_Уже просмотрено', + FilterRatingSelect => 'По Крайней мере...', + + ExtractSize => 'Размер', + ); +} + +1; diff --git a/lib/gcstar/GCLang/RU/GCModels/GCgames.pm b/lib/gcstar/GCLang/RU/GCModels/GCgames.pm new file mode 100644 index 0000000..1d68b80 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCgames.pm @@ -0,0 +1,80 @@ +{ + package GCLang::RU::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 => 'Developer', + Genre => 'Жанр', + Box => 'Изображения коробки', + Case => 'Case', + Manual => 'Instructions manual', + Completion => 'Пройдено (%)', + Executable => 'Executable', + Description => 'Описание', + Codes => 'Коды', + Code => 'Код', + Effect => 'Эффект', + Secrets => 'Секреты', + Screenshots => 'Снимки экраны', + Screenshot1 => 'Первый снимок', + Screenshot2 => 'Второй снимок', + Comments => '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/RU/GCModels/GCgeneric.pm b/lib/gcstar/GCLang/RU/GCModels/GCgeneric.pm new file mode 100644 index 0000000..0058c77 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCgeneric.pm @@ -0,0 +1,42 @@ +{ + package GCLang::RU::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/RU/GCModels/GCminicars.pm b/lib/gcstar/GCLang/RU/GCModels/GCminicars.pm new file mode 100644 index 0000000..78706f2 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCminicars.pm @@ -0,0 +1,182 @@ +{
+ package GCLang::RU::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/RU/GCModels/GCmusics.pm b/lib/gcstar/GCLang/RU/GCModels/GCmusics.pm new file mode 100644 index 0000000..44c7d44 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCmusics.pm @@ -0,0 +1,66 @@ +{ + package GCLang::RU::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 => 'Label', + Url => 'ВЭБ страница', + + General => 'Общее', + Details => 'Дательно', + ); +} + +1; diff --git a/lib/gcstar/GCLang/RU/GCModels/GCperiodicals.pm b/lib/gcstar/GCLang/RU/GCModels/GCperiodicals.pm new file mode 100644 index 0000000..94a4d99 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCperiodicals.pm @@ -0,0 +1,52 @@ +{ + package GCLang::RU::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/RU/GCModels/GCsmartcards.pm b/lib/gcstar/GCLang/RU/GCModels/GCsmartcards.pm new file mode 100644 index 0000000..61b2ae0 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCsmartcards.pm @@ -0,0 +1,108 @@ +{
+ package GCLang::RU::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/RU/GCModels/GCsoftware.pm b/lib/gcstar/GCLang/RU/GCModels/GCsoftware.pm new file mode 100644 index 0000000..eadce6c --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCsoftware.pm @@ -0,0 +1,84 @@ +{ + package GCLang::RU::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/RU/GCModels/GCstamps.pm b/lib/gcstar/GCLang/RU/GCModels/GCstamps.pm new file mode 100644 index 0000000..16f004b --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCstamps.pm @@ -0,0 +1,189 @@ +{ + package GCLang::RU::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/RU/GCModels/GCwines.pm b/lib/gcstar/GCLang/RU/GCModels/GCwines.pm new file mode 100644 index 0000000..92bded9 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCModels/GCwines.pm @@ -0,0 +1,63 @@ +{ + package GCLang::RU::GCModels::GCwines; + + use utf8; + +# Copyright 2007 Yves Martin + + use strict; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + + CollectionDescription => 'Wines collection', + Items => 'Wines', + NewItem => 'New wine', + + Name => 'Name', + Designation => 'Designation', + Vintage => 'Vintage', + Vineyard => 'Vineyard', + Type => 'Type', + Grapes => 'Grapes', + Soil => 'Soil', + Producer => 'Producer', + Country => 'Country', + Volume => 'Volume (ml)', + Alcohol => 'Alcohol (%)', + Medal => 'Medal/Honour', + + Storage => 'Storage', + Location => 'Location', + ShelfIndex => 'Index', + Quantity => 'Quantity', + Acquisition => 'Acquisition', + PurchaseDate => 'Purchase date', + PurchasePrice => 'Purchase price', + Gift => 'Gift', + BottleLabel => 'Bottle label', + Website => 'Reference on the web', + + Tasted => 'Tasted', + Comments => 'Comments', + Serving => 'Serving', + TastingField => 'Testing notes', + + General => 'General', + Details => 'Details', + Tasting => 'Tasting', + + TastedNo => 'Non tasted', + TastedYes => 'Tasted', + + FilterRange => 'Range', + FilterTastedNo => '_Not yet tasted', + FilterTastedYes => 'Already _tasted', + FilterRatingSelect => 'Rating at _least...' + + ); +} + +1; diff --git a/lib/gcstar/GCLang/RU/GCstar.pm b/lib/gcstar/GCLang/RU/GCstar.pm new file mode 100644 index 0000000..28c5ea9 --- /dev/null +++ b/lib/gcstar/GCLang/RU/GCstar.pm @@ -0,0 +1,672 @@ +{ + package GCLang::RU; + + 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' => 'Russian', + + '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' => 'Необходимые зависмости не удовлетворены. Вы не можете проинсталлировать GCfilms пока не будут установлены зависимые компоненты.', + 'InstallMissingOptional' => 'Некоторые из дополнительных компонентов отсутствуют. Они перечислены ниже. GCfilms может быть проинсталлированн, но некоторые возможности не будут доступны.', + 'InstallMissingNone' => 'Не неудовлетворённых зависимостей. Вы можете продолжить инсталляцию GCfilms', + 'InstallOK' => 'OK', + 'InstallMissing' => 'Отсутствует', + 'InstallMissingFor' => 'Отсутствует', + 'InstallCleanDirectory' => 'Удаление файлов GCstar в директории: ', + 'InstallCopyDirectory' => 'Копируются файлы в директорию: ', + 'InstallCopyDesktop' => 'Копируются файлы рабочего стола в диреткорию: ', + +#Update + 'UpdateUseProxy' => 'Использовать прокси-сервер (или просто нажмите Enter если не нужно): ', + 'UpdateNoPermission' => 'Права записи в эту директорию отсутствуют : ', + 'UpdateNone' => 'Обновлений не найдены', + 'UpdateFileNotFound' => 'Файл не найден', + +#Splash + 'SplashInit' => 'Инициализация', + 'SplashLoad' => 'Загружается', + 'SplashDisplay' => 'Отображать коллекцию', + 'SplashSort' => 'Sorting Collection', + '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' => 'Gtk2 Каталог Фиьмов', + 'AboutVersion' => 'Версия', + 'AboutTeam' => 'Команда', + 'AboutWho' => 'Christian Jodar (Tian): Руководитель проекта, Программист +Nyall Dawson (Zombiepig): Программист +TPF: Программист +Adolfo González: Программист +', + 'AboutLicense' => 'Распространяется под лицензией GNU GPL +Логотипы Copyright le Spektre', + 'AboutTranslation' => 'Русский перевод Андрей Гуселетов', + 'AboutDesign' => 'Łukasz Kowalczk (Qoolman): Skin Designer +Логотипы и вэб-дизайн : le Spektre', + + 'ToolbarRandom' => 'Сегодня вечером', + + 'UnsavedCollection' => 'Unsaved Collection', + 'ModelsSelect' => 'Выберите тип коллекции', + 'ModelsPersonal' => 'Персональные модели', + 'ModelsDefault' => 'По-умолчанию', + 'ModelsList' => 'Определение коллекции', + 'ModelSettings' => 'настройки коллекции', + 'ModelNewType' => 'новый тип коллекции', + 'ModelName' => 'Имя нового типа коллекции:', + 'ModelFields' => 'Fields', + 'ModelOptions' => 'Options', + 'ModelFilters' => 'Filters', + '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' => 'Dependant on other fields', + 'ModelFieldParameters' => 'Параметры', + 'ModelFieldHasHistory' => 'Использовать историю', + 'ModelFieldFlat' => 'Отображать на одной строке', + 'ModelFieldStep' => 'Шаг увеличения:', + 'ModelFieldFileFormat' => 'Формат файла:', + 'ModelFieldFileFile' => 'Простой файл', + 'ModelFieldFileImage' => 'Изображение', + 'ModelFieldFileVideo' => 'Видео', + 'ModelFieldFileAudio' => 'Аудио', + 'ModelFieldFileProgram' => 'Программа', + 'ModelFieldFileUrl' => 'URL', + 'ModelFieldFileEbook' => 'Ebook', + 'ModelOptionsFields' => 'Использовать поля', + 'ModelOptionsFieldsAuto' => 'Автоматически', + 'ModelOptionsFieldsNone' => 'Нет', + 'ModelOptionsFieldsTitle' => 'Как заголовок', + 'ModelOptionsFieldsId' => 'Как идентифекатор', + 'ModelOptionsFieldsCover' => 'Как обложку', + 'ModelOptionsFieldsPlay' => 'Для кнопки Воспроизведение', + 'ModelCollectionSettings' => 'Настройки коллекции', + 'ModelCollectionSettingsLending' => 'Предмет может быть дан взаймы', + 'ModelCollectionSettingsTagging' => 'Items can be tagged', + 'ModelFilterActivated' => 'Должно быть в строке поиска', + 'ModelFilterComparison' => 'Сравнение', + 'ModelFilterContain' => 'Содержит', + 'ModelFilterDoesNotContain' => 'Does not contain', + 'ModelFilterRegexp' => 'Regular expression', + 'ModelFilterRange' => 'Диапазон', + 'ModelFilterNumeric' => 'ИСпользовать цифровое сравнение', + 'ModelFilterQuick' => 'Создать бытрый фильтр', + 'ModelTooltipName' => 'Используйте имя для того чтобы потом можно было использовать эту модель в других коллекция. Оставьте значение по-умолчанию, для того чтобы сохранить модель только в самой коллекции.', + 'ModelTooltipLabel' => 'Поле имени так как оно будет отображено', + 'ModelTooltipGroup' => 'Используется для группировки полей. Элементы без значений здесь будут в группе по-умолчанию.', + 'ModelTooltipHistory' => 'Должно ли введенное значение сохраняться в списке ассоциированном с полем', + 'ModelTooltipFormat' => 'Формат используется для определения действия которое происходит при нажатии кнопки Воспроизведение', + 'ModelTooltipLending' => 'Тут будут добавлены некоторые поля для управления займами', + 'ModelTooltipTagging' => 'This will add some fields to manage tags', + 'ModelTooltipNumeric' => 'Должны ли значения считаться цифрами при сравнении', + 'ModelTooltipQuick' => 'Это добавит подменю в фильтры', + + 'ResultsTitle' => 'Выберите фильм', # Accepts model codes + 'ResultsNextTip' => 'искать на следующем сайте', + 'ResultsPreview' => 'Предпросмотр', + 'ResultsInfo' => 'You can add multiple items to the collection by holding down the Ctrl or the Shift key and selecting them', # 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' => 'Use spelling checker for long text fields', + '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' => 'Use this cookie jar file', + 'OptionsLang' => 'Язык', + 'OptionsMain' => 'Основные', + 'OptionsPaths' => 'Пути', + 'OptionsInternet' => 'Интернет', + 'OptionsConveniences' => 'Возможности', + 'OptionsDisplay' => 'Отображение', + 'OptionsToolbar' => 'Панель инструментов', + 'OptionsToolbars' => {0 => 'Нет', 1 => 'Маленькая', 2 => 'Большая', 3 => 'System setting'}, + 'OptionsToolbarPosition' => 'Позиция', + 'OptionsToolbarPositions' => {0 => 'Вверху', 1 => 'Внизу', 2 => 'Слева', 3 => 'Справа'}, + 'OptionsExpandersMode' => 'Expanders too long', + 'OptionsExpandersModes' => {'asis' => 'Do nothing', 'cut' => 'Cut', 'wrap' => 'Line wrap'}, + 'OptionsDateFormat' => 'Date Format', + 'OptionsDateFormatTooltip' => 'Format is the one used by strftime(3). Default is %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' => 'Restore accelerators', + 'OptionsHistory' => 'Размер истории', + 'OptionsClearHistory' => 'Очистить историю', + 'OptionsStyle' => 'Шкура', + 'OptionsDontAsk' => 'Больше не спрашивать', + 'OptionsPathProgramsGroup' => 'Приложения', + 'OptionsProgramsSystem' => 'Use programs defined by system', + 'OptionsProgramsUser' => 'Use specified programs', + 'OptionsProgramsSet' => 'Set programs', + 'OptionsPathImagesGroup' => 'Изображения', + 'OptionsInternetDataGroup' => 'Импорт данных', + 'OptionsInternetSettingsGroup' => 'Настройки', + 'OptionsDisplayInformationGroup' => 'Информация', + 'OptionsDisplayArticlesGroup' => 'Статьи', + 'OptionsImagesDisplayGroup' => 'Отобразить', + 'OptionsImagesStyleGroup' => 'Стиль', + 'OptionsDetailedPreferencesGroup' => 'Предпочтения', + 'OptionsFeaturesConveniencesGroup' => 'Соглашения', + 'OptionsPicturesFormat' => 'Префикс для использования в изображениях:', + 'OptionsPicturesFormatInternal' => 'gcstar__', + 'OptionsPicturesFormatTitle' => 'Заголовок или имя ассоциированного элемента ', + 'OptionsPicturesWorkingDir' => '%WORKING_DIR% or . will be replaced with collection directory (use only on beginning of path)', + 'OptionsPicturesFileBase' => '%FILE_BASE% will be replaced by collection file name without suffix (.gcs)', + 'OptionsPicturesWorkingDirError' => '%WORKING_DIR% could only be used on the beginning of the path for pictures', + 'OptionsConfigureMailers' => 'Настройка почтовой программы', + + 'ImagesOptionsButton' => 'Настройки', + 'ImagesOptionsTitle' => 'Настройки для списка изображений', + 'ImagesOptionsSelectColor' => 'Выберите цвет', + 'ImagesOptionsUseOverlays' => 'Use image overlays', + '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' => 'Sort field for children', + 'DetailedOptionsFields' => 'Выберите поля для отображения', + 'DetailedOptionsGroupedFirst' => 'Keep together orphaned items', + 'DetailedOptionsAddCount' => 'Add number of elements on categories', + + 'ExtractButton' => 'Информация', + 'ExtractTitle' => 'Информация из видеофайла', + 'ExtractImport' => 'Использовать значения', + + 'FieldsListOpen' => 'Загрузить список полей из файла', + 'FieldsListSave' => 'Сохранить список полей в файл', + 'FieldsListError' => 'Этот список полей не может быть использован с данным типом коллекции', + 'FieldsListIgnore' => '--- Ignore', + + 'ExportTitle' => 'Экспортировать список фильмов', + 'ExportFilter' => 'Экспортировать только показанные фильмы', + 'ExportFieldsTitle' => 'Поля для экспорта', + 'ExportFieldsTip' => 'Выберите поля которые вы хотите экспортировать', + 'ExportWithPictures' => 'Скопировать изображения в под-директорию', + 'ExportSortBy' => 'Sort by', + 'ExportOrder' => 'Order', + + 'ImportListTitle' => 'Импортировать другой список фильмоа', + 'ImportExportData' => 'Данные', + 'ImportExportFile' => 'Файл', + 'ImportExportFieldsUnused' => 'Неиспользуемые поля', + 'ImportExportFieldsUsed' => 'Используемые поля', + 'ImportExportFieldsFill' => 'Добавить все', + 'ImportExportFieldsClear' => 'Удалить все', + 'ImportExportFieldsEmpty' => 'Вы должны выбрать по карйней мере одно поле', + 'ImportExportFileEmpty' => 'Вы должны указать имя файла', + 'ImportFieldsTitle' => 'Поля для экспорта', + 'ImportFieldsTip' => 'Выберите поля которые вы хотите экспортировать', + 'ImportNewList' => 'Создать новую коллекцию', + 'ImportCurrentList' => 'Добавить к текущей коллекции', + 'ImportDropError' => 'Произошла ошибка в процессе открытия, по крайней мере в одном файле. Будет загружен предыдущий список.', + 'ImportGenerateId' => 'Generate identifier for each item', + + 'FileChooserOpenFile' => 'Пожалуйста, выберите файл', + 'FileChooserDirectory' => 'Directory', + 'FileChooserOpenDirectory' => 'Выберите директорию', + 'FileChooserOverwrite' => 'Такой файл уже существует. Вы хотите перезаписать его?', + 'FileAllFiles' => 'All Files', + 'FileVideoFiles' => 'Video Files', + 'FileEbookFiles' => 'Ebook Files', + 'FileAudioFiles' => 'Audio Files', + 'FileGCstarFiles' => 'GCstar Collections', + + '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' => 'No image', + 'PanelSelectFileTitle' => 'Выберите файл', + 'PanelLaunch' => 'Launch', + 'PanelRestoreDefault' => 'Restore default', + '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' => 'Tags', + 'PanelFavourite' => 'Favourite', + 'TagsAssigned' => 'Assigned Tags', + + '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' => 'E-mail', + 'PropertiesDescription' => 'Описание', + 'PropertiesFile' => 'Информация о файле', + 'PropertiesFilePath' => 'Полный путь', + 'PropertiesItemsNumber' => 'Количество элементов', # Accepts model codes + 'PropertiesFileSize' => 'Размер', + 'PropertiesFileSizeSymbols' => ['Байт', 'KB', 'MB', 'GB', 'TB', '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' => 'Any field', + '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' => 'Bug report generated from GCstar', + 'BugReportVersion' => 'Version', + 'BugReportPlatform' => 'Operating system', + 'BugReportMessage' => 'Error message', + 'BugReportInformation' => 'Additional information', + +#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; |