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/AR/GCModels/GCwines.pm | 63 ++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 lib/gcstar/GCLang/AR/GCModels/GCwines.pm (limited to 'lib/gcstar/GCLang/AR/GCModels/GCwines.pm') diff --git a/lib/gcstar/GCLang/AR/GCModels/GCwines.pm b/lib/gcstar/GCLang/AR/GCModels/GCwines.pm new file mode 100644 index 0000000..db10bdd --- /dev/null +++ b/lib/gcstar/GCLang/AR/GCModels/GCwines.pm @@ -0,0 +1,63 @@ +{ + package GCLang::AR::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; -- cgit v1.2.3