Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 477c6569

Von Jan Büren vor etwa 9 Jahren hinzugefügt

  • ID 477c6569bfef505aa027a27ca5d75ce73d5d1610
  • Vorgänger 886816c5
  • Nachfolger 8041f98c

Beispieldatei für installationsbezogene Übersetzungen

Unterschiede anzeigen:

locale/de/more/all
1
#!/usr/bin/perl
2
# -*- coding: utf-8; -*-
3
# vim: fenc=utf-8
4

  
5
use utf8;
6

  
7
# These are additional texts for custom translations.
8
# The format is the same as for the normal file all, only
9
# with another key (more_texts instead of texts).
10
# You can overload current translation with custom ones (see example
11
# in comments).
12
# The file has the form of 'english text'  => 'foreign text',
13

  
14
$self->{more_texts} = {
15

  
16
  #'Ship via'                    => 'Terms of delivery',
17
  #'Shipping Point'              => 'Delivery times and new roman',
18
}

Auch abrufbar als: Unified diff