From 477c6569bfef505aa027a27ca5d75ce73d5d1610 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Mon, 23 Nov 2015 18:41:33 +0100 Subject: [PATCH] =?utf8?q?Beispieldatei=20f=C3=BCr=20installationsbezogene?= =?utf8?q?=20=C3=9Cbersetzungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- locale/de/more/all | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locale/de/more/all diff --git a/locale/de/more/all b/locale/de/more/all new file mode 100644 index 000000000..237e19c43 --- /dev/null +++ b/locale/de/more/all @@ -0,0 +1,18 @@ +#!/usr/bin/perl +# -*- coding: utf-8; -*- +# vim: fenc=utf-8 + +use utf8; + +# These are additional texts for custom translations. +# The format is the same as for the normal file all, only +# with another key (more_texts instead of texts). +# You can overload current translation with custom ones (see example +# in comments). +# The file has the form of 'english text' => 'foreign text', + +$self->{more_texts} = { + + #'Ship via' => 'Terms of delivery', + #'Shipping Point' => 'Delivery times and new roman', +} -- 2.20.1