X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=locale%2Fde%2Fmore%2Fall;fp=locale%2Fde%2Fmore%2Fall;h=237e19c43ec13f58cdca98ccbaf7ab74c0984072;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=0000000000000000000000000000000000000000;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;p=kivitendo-erp.git 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', +}