From 126bb8cb6b93240bb4d3a2b816b74c286c3d422b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 6 Jul 2014 15:20:38 +0200 Subject: Imported Upstream version 1.7.0 --- lib/gcstar/GCLang/NL/GCModels/GCTVepisodes.pm | 46 ++++++ lib/gcstar/GCLang/NL/GCModels/GCTVseries.pm | 50 +++++++ lib/gcstar/GCLang/NL/GCModels/GCboardgames.pm | 86 +++++++++++ lib/gcstar/GCLang/NL/GCModels/GCbooks.pm | 70 +++++++++ lib/gcstar/GCLang/NL/GCModels/GCcoins.pm | 104 ++++++++++++++ lib/gcstar/GCLang/NL/GCModels/GCcomics.pm | 73 ++++++++++ lib/gcstar/GCLang/NL/GCModels/GCfilms.pm | 93 ++++++++++++ lib/gcstar/GCLang/NL/GCModels/GCgames.pm | 82 +++++++++++ lib/gcstar/GCLang/NL/GCModels/GCgeneric.pm | 42 ++++++ lib/gcstar/GCLang/NL/GCModels/GCminicars.pm | 182 ++++++++++++++++++++++++ lib/gcstar/GCLang/NL/GCModels/GCmusics.pm | 68 +++++++++ lib/gcstar/GCLang/NL/GCModels/GCperiodicals.pm | 52 +++++++ lib/gcstar/GCLang/NL/GCModels/GCsmartcards.pm | 108 ++++++++++++++ lib/gcstar/GCLang/NL/GCModels/GCsoftware.pm | 84 +++++++++++ lib/gcstar/GCLang/NL/GCModels/GCstamps.pm | 189 +++++++++++++++++++++++++ lib/gcstar/GCLang/NL/GCModels/GCwines.pm | 65 +++++++++ 16 files changed, 1394 insertions(+) create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCTVepisodes.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCTVseries.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCboardgames.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCbooks.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCcoins.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCcomics.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCfilms.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCgames.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCgeneric.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCminicars.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCmusics.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCperiodicals.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCsmartcards.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCsoftware.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCstamps.pm create mode 100644 lib/gcstar/GCLang/NL/GCModels/GCwines.pm (limited to 'lib/gcstar/GCLang/NL/GCModels') diff --git a/lib/gcstar/GCLang/NL/GCModels/GCTVepisodes.pm b/lib/gcstar/GCLang/NL/GCModels/GCTVepisodes.pm new file mode 100644 index 0000000..cc3812f --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCTVepisodes.pm @@ -0,0 +1,46 @@ +{ + package GCLang::NL::GCModels::GCTVepisodes; + + use utf8; +################################################### +# +# Auteursrecht 2005-2009 Tian +# +# Dit bestand is onderdeel van GCstar. +# +# GCstar is gratis software; je kan het verspreiden en/ of wijzigen +# onder de voorwaarden van de GNU General Public License zoals gepubliceerd door +# de Free Software Foundation; ofwel versie 2 van de licentie, of +# (op uw keuze) een latere versie. +# +# GCstar wordt verspreid in de hoop dat het nuttig zal zijn +# maar ZONDER ENIGE GARANTIE, zelfs zonder de impliciete garantie van +# Verkoopbaarheid of geschiktheid voor een bepaald doel. Zie de +# GNU General Public License voor meer details. +# +# Je zou een kopie van de GNU General Public License moeten ontvangen hebben +# samen met GCstar; zo niet, schrijf naar de Free Software +# Foundation, Inc, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +################################################### + + use strict; + use GCLang::GCLangUtils; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + + CollectionDescription => 'Collectie TV-serie (afleveringen)', + Items => 'Afleveringen', + NewItem => 'Nieuwe aflevering', + NewSeries => 'Nieuwe serie', + Episode => 'Aflevering', + ); + # Beiden zijn nodig als importTranslation niet voorvalt + importTranslation('films'); + importTranslation('TVseries'); +} + +1; diff --git a/lib/gcstar/GCLang/NL/GCModels/GCTVseries.pm b/lib/gcstar/GCLang/NL/GCModels/GCTVseries.pm new file mode 100644 index 0000000..45679d4 --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCTVseries.pm @@ -0,0 +1,50 @@ +{ + package GCLang::NL::GCModels::GCTVseries; + + use utf8; +################################################### +# +# Auteursrecht 2005-2009 Tian +# +# Dit bestand is onderdeel van GCstar. +# +# GCstar is gratis software; je kan het verspreiden en/ of wijzigen +# onder de voorwaarden van de GNU General Public License zoals gepubliceerd door +# de Free Software Foundation; ofwel versie 2 van de licentie, of +# (op uw keuze) een latere versie. +# +# GCstar wordt verspreid in de hoop dat het nuttig zal zijn +# maar ZONDER ENIGE GARANTIE, zelfs zonder de impliciete garantie van +# Verkoopbaarheid of geschiktheid voor een bepaald doel. Zie de +# GNU General Public License voor meer details. +# +# Je zou een kopie van de GNU General Public License moeten ontvangen hebben +# samen met GCstar; zo niet, schrijf naar de Free Software +# Foundation, Inc, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +################################################### + + use strict; + use GCLang::GCLangUtils; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + + CollectionDescription => 'Collectie TV-series', + Items => 'Series', + NewItem => 'Nieuwe serie', + Name => 'Naam', + Season => 'Seizoen', + Part => 'Deel', + Episodes => 'Afleveringen', + FirstAired => 'Eerste keer uitgezonden', + Time => 'Speelduur', + Producer => 'Producent', + Music => 'Muziek', + ); + importTranslation('Films'); +} + +1; diff --git a/lib/gcstar/GCLang/NL/GCModels/GCboardgames.pm b/lib/gcstar/GCLang/NL/GCModels/GCboardgames.pm new file mode 100644 index 0000000..885b0e7 --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCboardgames.pm @@ -0,0 +1,86 @@ +{ + package GCLang::NL::GCModels::GCboardgames; + + use utf8; +################################################### +# +# Auteursrecht 2005-2009 Tian +# +# Dit bestand is onderdeel van GCstar. +# +# GCstar is gratis software; je kan het verspreiden en/ of wijzigen +# onder de voorwaarden van de GNU General Public License zoals gepubliceerd door +# de Free Software Foundation; ofwel versie 2 van de licentie, of +# (op uw keuze) een latere versie. +# +# GCstar wordt verspreid in de hoop dat het nuttig zal zijn +# maar ZONDER ENIGE GARANTIE, zelfs zonder de impliciete garantie van +# Verkoopbaarheid of geschiktheid voor een bepaald doel. Zie de +# GNU General Public License voor meer details. +# +# Je zou een kopie van de GNU General Public License moeten ontvangen hebben +# samen met GCstar; zo niet, schrijf naar de Free Software +# Foundation, Inc, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +################################################### + + use strict; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + + CollectionDescription => 'Collectie gezelschapsspellen', + Items => {0 => 'Spel', + 1 => 'Spel', + X => 'Spellen'}, + NewItem => 'Nieuw spel', + + Id => 'Id', + Name => 'Naam', + Original => 'Oorspronkelijke naam', + Box => 'Afbeelding van de doos', + DesignedBy => 'Ontworpen door', + PublishedBy => 'Gepubliceerd door', + Players => 'Aantal spelers', + PlayingTime => 'Speelduur', + SuggestedAge => 'Voorgestelde leeftijd', + Released => 'Uitgegeven', + Description => 'Beschrijving', + Category => 'Categorie', + Mechanics => 'Mechanisme(s)', + ExpandedBy => 'Uitgebreid door', + ExpansionFor => 'Uitbreiding voor', + GameFamily => 'Spelgenre', + IllustratedBy => 'Geïllustreerd door', + Url => 'Webpagina', + TimesPlayed => 'Aantal keer gespeeld', + CompleteContents => 'Volledige inhoud', + Copies => 'Aantal exemplaren', + Condition => 'Staat', + Photos => 'Foto\'s', + Photo1 => 'Eerste foto', + Photo2 => 'Tweede foto', + Photo3 => 'Derde foto', + Photo4 => 'Vierde foto', + Comments => 'Opmerkingen', + + Perfect => 'Perfect', + Good => 'Goed', + Average => 'Gemiddeld', + Poor => 'Slecht', + + CompleteYes => 'Volledige inhoud', + CompleteNo => 'Ontbrekende stukjes', + + General => 'Algemeen', + Details => 'Details', + Personal => 'Persoonlijk', + Information => 'Informatie', + + FilterRatingSelect => 'Minimum waardering...', + ); +} + +1; diff --git a/lib/gcstar/GCLang/NL/GCModels/GCbooks.pm b/lib/gcstar/GCLang/NL/GCModels/GCbooks.pm new file mode 100644 index 0000000..f193ee8 --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCbooks.pm @@ -0,0 +1,70 @@ +{ + package GCLang::NL::GCModels::GCbooks; + + use utf8; +################################################### +# +# Auteursrecht 2005-2009 Tian +# +# Dit bestand is onderdeel van GCstar. +# +# GCstar is gratis software; je kan het verspreiden en/ of wijzigen +# onder de voorwaarden van de GNU General Public License zoals gepubliceerd door +# de Free Software Foundation; ofwel versie 2 van de licentie, of +# (op uw keuze) een latere versie. +# +# GCstar wordt verspreid in de hoop dat het nuttig zal zijn +# maar ZONDER ENIGE GARANTIE, zelfs zonder de impliciete garantie van +# Verkoopbaarheid of geschiktheid voor een bepaald doel. Zie de +# GNU General Public License voor meer details. +# +# Je zou een kopie van de GNU General Public License moeten ontvangen hebben +# samen met GCstar; zo niet, schrijf naar de Free Software +# Foundation, Inc, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +################################################### + + use strict; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + + CollectionDescription => 'Collectie boeken', + Items => {0 => 'Boek', + 1 => 'Boek', + X => 'Boeken'}, + NewItem => 'Nieuw boek', + + Isbn => 'ISBN', + Title => 'Titel', + Cover => 'Cover', + Authors => 'Auteurs', + Publisher => 'Uitgever', + Publication => 'Publicatiedatum', + Language => 'Taal', + Genre => 'Genre', + Serie => 'Serie', + Rank => 'Rank', + Bookdescription => 'Beschrijving', + Pages => 'Pagina\'s', + Read => 'Lees', + Acquisition => 'Verkregen op', + Edition => 'Uitgave', + Format => 'Formaat', + Comments => 'Opmerkingen', + Url => 'Webpagina', + Translator => 'Vertaler', + Artist => 'Illustrator', + DigitalFile => 'Digital version', + + General => 'Algemeen', + Details => 'Details', + + ReadNo => 'Niet gelezen', + ReadYes => 'Gelezen', + ); +} + +1; diff --git a/lib/gcstar/GCLang/NL/GCModels/GCcoins.pm b/lib/gcstar/GCLang/NL/GCModels/GCcoins.pm new file mode 100644 index 0000000..0a43a56 --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCcoins.pm @@ -0,0 +1,104 @@ +{ + package GCLang::NL::GCModels::GCcoins; + + use utf8; +################################################### +# +# Auteursrecht 2005-2009 Tian +# +# Dit bestand is onderdeel van GCstar. +# +# GCstar is gratis software; je kan het verspreiden en/ of wijzigen +# onder de voorwaarden van de GNU General Public License zoals gepubliceerd door +# de Free Software Foundation; ofwel versie 2 van de licentie, of +# (op uw keuze) een latere versie. +# +# GCstar wordt verspreid in de hoop dat het nuttig zal zijn +# maar ZONDER ENIGE GARANTIE, zelfs zonder de impliciete garantie van +# Verkoopbaarheid of geschiktheid voor een bepaald doel. Zie de +# GNU General Public License voor meer details. +# +# Je zou een kopie van de GNU General Public License moeten ontvangen hebben +# samen met GCstar; zo niet, schrijf naar de Free Software +# Foundation, Inc, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +################################################### + + use strict; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + + CollectionDescription => 'Numismatische collectie', + Items => {0 => 'Muntstuk', + 1 => 'Muntstuk', + X => 'Muntstukken'}, + NewItem => 'Nieuw muntstuk', + + Name => 'Naam', + Country => 'Land', + Year => 'Jaar', + Currency => 'Valuta', + Value => 'Waarde', + Picture => 'Hoofdafbeelding', + Diameter => 'Diameter', + Metal => 'Metaal', + Edge => 'Rand', + Edge1 => 'Rand 1', + Edge2 => 'Rand 2', + Edge3 => 'Rand 3', + Edge4 => 'Rand 4', + Head => 'Kop', + Tail => 'Munt', + Comments => 'Opmerkingen', + History => 'Geschiedenis', + Website => 'Webpagina', + Estimate => 'Raming', + References => 'Referenties', + Type => 'Type', + Coin => 'Muntstuk', + Banknote => 'Bankbiljet', + + Main => 'Hoofd', + Description => 'Beschrijving', + Other => 'Overige informatie', + Pictures => 'Afbeeldingen', + + Condition => 'Toestand (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/NL/GCModels/GCcomics.pm b/lib/gcstar/GCLang/NL/GCModels/GCcomics.pm new file mode 100644 index 0000000..e3105cc --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCcomics.pm @@ -0,0 +1,73 @@ +{ + package GCLang::NL::GCModels::GCcomics; + + use utf8; +################################################### +# +# Auteursrecht 2005-2009 Tian +# +# Dit bestand is onderdeel van GCstar. +# +# GCstar is gratis software; je kan het verspreiden en/ of wijzigen +# onder de voorwaarden van de GNU General Public License zoals gepubliceerd door +# de Free Software Foundation; ofwel versie 2 van de licentie, of +# (op uw keuze) een latere versie. +# +# GCstar wordt verspreid in de hoop dat het nuttig zal zijn +# maar ZONDER ENIGE GARANTIE, zelfs zonder de impliciete garantie van +# Verkoopbaarheid of geschiktheid voor een bepaald doel. Zie de +# GNU General Public License voor meer details. +# +# Je zou een kopie van de GNU General Public License moeten ontvangen hebben +# samen met GCstar; zo niet, schrijf naar de Free Software +# Foundation, Inc, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +################################################### + + use strict; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + + CollectionDescription => 'Collectie strips', + Items => {0 => 'Strips', + 1 => 'Strip', + X => 'Strips'}, + NewItem => 'Nieuwe strip', + + + Id => 'Id', + Name => 'Naam', + Series => 'Series', + Volume => 'Deel', + Title => 'Titel', + Writer => 'Schrijver', + Illustrator => 'Illustrator', + Colourist => 'Colorist', + Publisher => 'Uitgever', + Synopsis => 'Synopsis', + Collection => 'Collectie', + PublishDate => 'Publicatiedatum', + PrintingDate => 'Afdrukdatum', + ISBN => 'ISBN', + Type => 'Type', + Category => 'Categorie', + Format => 'Formaat', + NumberBoards => 'Aantal', + Signing => 'Ondertekening', + Cost => 'Kost', + Rating => 'Waardering', + Comment => 'Opmerkingen', + Url => 'Webpagina', + + FilterRatingSelect => 'Minimum waardering...', + + Main => 'Belangrijkste punten', + General => 'Algemeen', + Details => 'Details', + ); +} + +1; diff --git a/lib/gcstar/GCLang/NL/GCModels/GCfilms.pm b/lib/gcstar/GCLang/NL/GCModels/GCfilms.pm new file mode 100644 index 0000000..2e2c09a --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCfilms.pm @@ -0,0 +1,93 @@ +{ + package GCLang::NL::GCModels::GCfilms; + + use utf8; +################################################### +# +# Auteursrecht 2005-2009 Tian +# +# Dit bestand is onderdeel van GCstar. +# +# GCstar is gratis software; je kan het verspreiden en/ of wijzigen +# onder de voorwaarden van de GNU General Public License zoals gepubliceerd door +# de Free Software Foundation; ofwel versie 2 van de licentie, of +# (op uw keuze) een latere versie. +# +# GCstar wordt verspreid in de hoop dat het nuttig zal zijn +# maar ZONDER ENIGE GARANTIE, zelfs zonder de impliciete garantie van +# Verkoopbaarheid of geschiktheid voor een bepaald doel. Zie de +# GNU General Public License voor meer details. +# +# Je zou een kopie van de GNU General Public License moeten ontvangen hebben +# samen met GCstar; zo niet, schrijf naar de Free Software +# Foundation, Inc, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +################################################### + + use strict; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + + CollectionDescription => 'Collectie films', + Items => {0 => 'Film', + 1 => 'Film', + X => 'Films'}, + NewItem => 'Nieuwe film', + + + Id => 'Id', + Title => 'Titel', + Date => 'Datum', + Time => 'Speelduur', + Director => 'Director', + Country => 'Land', + MinimumAge => 'Minimum leeftijd', + Genre => 'Genre', + Image => 'Afbeelding', + Original => 'Originele titel', + Actors => 'Acteurs', + Actor => 'Acteur', + Role => 'Rol', + Comment => 'Opmerkingen', + Synopsis => 'Synopsis', + Seen => 'Gezien', + Number => '# van de Media', + Format => 'Media', + Region => 'Regio', + Identifier => 'Identificatie', + Url => 'Webpagina', + Audio => 'Geluid', + Video => 'Videoformaat', + Trailer => 'Videobestand', + Serie => 'Serie', + Rank => 'Rank', + Subtitles => 'Ondertitels', + + SeenYes => 'Gezien', + SeenNo => 'Niet Gezien', + + AgeUnrated => 'Niet geschat', + AgeAll => 'Alle leeftijden', + AgeParent => 'Begeleiding ouders', + + Main => 'Hoofditems', + General => 'Algemeen', + Details => 'Details', + + Information => 'Informatie', + Languages => 'Talen', + Encoding => 'Codering', + + FilterAudienceAge => 'Leeftijdcategorie', + FilterSeenNo => '_Nog niet gezien', + FilterSeenYes => '_Al gezien', + FilterRatingSelect => 'Minimum waardering...', + + ExtractSize => 'Grootte', + ); +} + +1; diff --git a/lib/gcstar/GCLang/NL/GCModels/GCgames.pm b/lib/gcstar/GCLang/NL/GCModels/GCgames.pm new file mode 100644 index 0000000..2ee1a84 --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCgames.pm @@ -0,0 +1,82 @@ +{ + package GCLang::NL::GCModels::GCgames; + + use utf8; +################################################### +# +# Auteursrecht 2005-2009 Tian +# +# Dit bestand is onderdeel van GCstar. +# +# GCstar is gratis software; je kan het verspreiden en/ of wijzigen +# onder de voorwaarden van de GNU General Public License zoals gepubliceerd door +# de Free Software Foundation; ofwel versie 2 van de licentie, of +# (op uw keuze) een latere versie. +# +# GCstar wordt verspreid in de hoop dat het nuttig zal zijn +# maar ZONDER ENIGE GARANTIE, zelfs zonder de impliciete garantie van +# Verkoopbaarheid of geschiktheid voor een bepaald doel. Zie de +# GNU General Public License voor meer details. +# +# Je zou een kopie van de GNU General Public License moeten ontvangen hebben +# samen met GCstar; zo niet, schrijf naar de Free Software +# Foundation, Inc, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +################################################### + + use strict; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + + CollectionDescription => 'Collectie computerspellen', + Items => {0 => 'Spel', + 1 => 'Spel', + X => 'Spellen'}, + NewItem => 'Nieuw spel', + + Id => 'Id', + Ean => 'EAN', + Name => 'Naam', + Platform => 'Platform', + Players => 'Aantal spelers', + Released => 'Uitgegeven', + Editor => 'Montage', + Developer => 'Ontwikkelaar', + Genre => 'Genre', + Box => 'Afbeelding van de doos', + Case => 'Zaak', + Manual => 'Handleiding', + Completion => 'Voltooid (%)', + Executable => 'Uitvoerbaar bestand', + Description => 'Beschrijving', + Codes => 'Codes', + Code => 'Code', + Effect => 'Effect', + Secrets => 'Geheimen', + Screenshots => 'Schermafdrukken', + Screenshot1 => 'Eerste schermafdruk', + Screenshot2 => 'Tweede schermafdruk', + Comments => 'Opmerkingen', + Url => 'Webpagina', + Unlockables => 'ontgrendelbare', + Unlockable => 'ontgrendelbaar', + Howto => 'Hoe te ontgrendelen', + Exclusive => 'Exclusive', + Resolutions => 'Display resolutions', + InstallationSize => 'Size', + Region => 'Region', + SerialNumber => 'Serial Number', + + General => 'Algemeen', + Details => 'Details', + Tips => 'Tips', + Information => 'Informatie', + + FilterRatingSelect => 'Minimum waardering...', + ); +} + +1; diff --git a/lib/gcstar/GCLang/NL/GCModels/GCgeneric.pm b/lib/gcstar/GCLang/NL/GCModels/GCgeneric.pm new file mode 100644 index 0000000..f12b436 --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCgeneric.pm @@ -0,0 +1,42 @@ +{ + package GCLang::NL::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/NL/GCModels/GCminicars.pm b/lib/gcstar/GCLang/NL/GCModels/GCminicars.pm new file mode 100644 index 0000000..57b2bd3 --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCminicars.pm @@ -0,0 +1,182 @@ +{ + package GCLang::NL::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/NL/GCModels/GCmusics.pm b/lib/gcstar/GCLang/NL/GCModels/GCmusics.pm new file mode 100644 index 0000000..f1eff76 --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCmusics.pm @@ -0,0 +1,68 @@ +{ + package GCLang::NL::GCModels::GCmusics; + + use utf8; +################################################### +# +# Auteursrecht 2005-2009 Tian +# +# Dit bestand is onderdeel van GCstar. +# +# GCstar is gratis software; je kan het verspreiden en/ of wijzigen +# onder de voorwaarden van de GNU General Public License zoals gepubliceerd door +# de Free Software Foundation; ofwel versie 2 van de licentie, of +# (op uw keuze) een latere versie. +# +# GCstar wordt verspreid in de hoop dat het nuttig zal zijn +# maar ZONDER ENIGE GARANTIE, zelfs zonder de impliciete garantie van +# Verkoopbaarheid of geschiktheid voor een bepaald doel. Zie de +# GNU General Public License voor meer details. +# +# Je zou een kopie van de GNU General Public License moeten ontvangen hebben +# samen met GCstar; zo niet, schrijf naar de Free Software +# Foundation, Inc, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +################################################### + + use strict; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + + CollectionDescription => 'Muziekcollectie', + Items => {0 => 'Album', + 1 => 'Album', + X => 'Albums'}, + NewItem => 'Nieuw album', + + Unique => 'ISRC/EAN', + Title => 'Titel', + Cover => 'Hoes', + Artist => 'Artiest', + Format => 'Formaat', + Running => 'Speelduur', + Release => 'Datum uitgave', + Genre => 'Genre', + Origin => 'Oorsprong', + +#voor tracks lijst + Tracks => 'Trackslijst', + Number => 'Nummer', + Track => 'Titel', + Time => 'Duur', + + Composer => 'Componist', + Producer => 'Producent', + Playlist => 'Afspeellijst', + Comments => 'Opmerkingen', + Label => 'Label', + Url => 'Webpagina', + + General => 'Algemeen', + Details => 'Details', + ); +} + +1; diff --git a/lib/gcstar/GCLang/NL/GCModels/GCperiodicals.pm b/lib/gcstar/GCLang/NL/GCModels/GCperiodicals.pm new file mode 100644 index 0000000..433ccaa --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCperiodicals.pm @@ -0,0 +1,52 @@ +{ + package GCLang::NL::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/NL/GCModels/GCsmartcards.pm b/lib/gcstar/GCLang/NL/GCModels/GCsmartcards.pm new file mode 100644 index 0000000..179b1b4 --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCsmartcards.pm @@ -0,0 +1,108 @@ +{ + package GCLang::NL::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/NL/GCModels/GCsoftware.pm b/lib/gcstar/GCLang/NL/GCModels/GCsoftware.pm new file mode 100644 index 0000000..330b3fc --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCsoftware.pm @@ -0,0 +1,84 @@ +{ + package GCLang::NL::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/NL/GCModels/GCstamps.pm b/lib/gcstar/GCLang/NL/GCModels/GCstamps.pm new file mode 100644 index 0000000..1f70d68 --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCstamps.pm @@ -0,0 +1,189 @@ +{ + package GCLang::NL::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/NL/GCModels/GCwines.pm b/lib/gcstar/GCLang/NL/GCModels/GCwines.pm new file mode 100644 index 0000000..035a6fb --- /dev/null +++ b/lib/gcstar/GCLang/NL/GCModels/GCwines.pm @@ -0,0 +1,65 @@ +{ + package GCLang::NL::GCModels::GCwines; + + use utf8; + +# Auteursrecht 2007 Yves Martin + + use strict; + use base 'Exporter'; + + our @EXPORT = qw(%lang); + + our %lang = ( + + CollectionDescription => 'Collectie wijn', + Items => {0 => 'Wijn', + 1 => 'Wijn', + X => 'Wijn'}, + NewItem => 'Nieuwe wijn', + + Name => 'Naam', + Designation => 'Benoeming', + Vintage => 'Wijnoogst', + Vineyard => 'Wijngaard', + Type => 'Type', + Grapes => 'Druiven', + Soil => 'Bodem', + Producer => 'Producent', + Country => 'Land', + Volume => 'Inhoud (ml)', + Alcohol => 'Alcohol (%)', + Medal => 'Medaille', + + Storage => 'Opslag', + Location => 'Locatie', + ShelfIndex => 'Index', + Quantity => 'Hoeveelheid', + Acquisition => 'Verwerving', + PurchaseDate => 'Aankoopdatum', + PurchasePrice => 'Aankoopprijs', + Gift => 'Geschenk', + BottleLabel => 'Label van de fles', + Website => 'Referentie op het web', + + Tasted => 'Geproefd', + Comments => 'Opmerkingen', + Serving => 'Serveren', + TastingField => 'Nota\'s van het proeven', + + General => 'Algemeen', + Details => 'Details', + Tasting => 'Proeven', + + TastedNo => 'Niet geproefd', + TastedYes => 'Geproefd', + + FilterRange => 'Range', + FilterTastedNo => '_Nog niet geproefd', + FilterTastedYes => 'Al geproefd', + FilterRatingSelect => 'Minimum waardering...' + + ); +} + +1; -- cgit v1.2.3