Apache-DnsZone

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

DnsZone is free software and is released under the Artistic License. 
See <http://www.perl.com/language/misc/Artistic.html> for details.
DnsZone is (C) 2001 Thomas Eibner <thomas@stderr.net>

README  view on Meta::CPAN

list.

For help on how to install DnsZone please look in the INSTALL file with
this distributions. Additional questions maybe be asked on the DnsZone 
userlist which you can subscribe to at users-subscribe@dnszone.org.

For more information look at the homepage of DnsZone at:

  http://dnszone.org/

DnsZone is (C) 2001 Thomas Eibner <thomas@stderr.net> 
(See LICENSE for details)

lang/de.lang  view on Meta::CPAN

#!/usr/bin/perl -w

# created by thomas@stderr.net (2001/03/23)
# $Id: de.lang,v 1.5 2001/06/24 20:13:34 thomas Exp $

use strict;

sub lang () {
    my %text = (
		'SUBMIT'            => 'Abschicken',
		'CANCEL'            => 'Abbrechen',
		'HELP'              => 'Hilfe',
		'EDIT'              => 'Bearbeiten',

lang/dk.lang  view on Meta::CPAN

#!/usr/bin/perl -w

# created by thomas@stderr.net (2001/03/23)
# $Id: dk.lang,v 1.9 2001/06/22 17:45:07 thomas Exp $

use strict;

sub lang () {
    my %text = ( # ae = &aelig; oe = &oslash; aa = &aring;
		'SUBMIT'            => 'Send',
		'CANCEL'            => 'Fortryd', # Annuller?
		'HELP'              => 'Hj&aelig;lp',
		'EDIT'              => 'Rediger',

lang/en.lang  view on Meta::CPAN

#!/usr/bin/perl -w

# created by thomas@stderr.net (2001/03/23)
# $Id: en.lang,v 1.12 2001/06/21 21:20:22 thomas Exp $

use strict;

sub lang () {
    my %text = (
		'SUBMIT'            => 'Submit',
		'CANCEL'            => 'Cancel',
		'HELP'              => 'Help',
		'EDIT'              => 'Edit',

lang/it.lang  view on Meta::CPAN

#!/usr/bin/perl -w 

# created by thomas@stderr.net (2001/03/23) 
# $Id: it.lang,v 1.6 2001/06/22 17:57:59 thomas Exp $ 

use strict; 

sub lang () { 
    my %text = ( 
		'SUBMIT'            => 'Invia', 
		'CANCEL'            => 'Annulla', 
		'HELP'              => 'Aiuto', 
		'EDIT'              => 'Modifica', 

lang/se.lang  view on Meta::CPAN

#!/usr/bin/perl -w

# created by castrox@stderr.net (2001/04/25) # urghh, hmm, err :)
# $Id: se.lang,v 1.3 2001/06/23 07:36:40 thomas Exp $

use strict;

sub lang () {
    my %text = (
		'SUBMIT'            => 'Skicka',
		'CANCEL'            => 'Avbryt',
		'HELP'              => 'Hj&auml;lp',
		'EDIT'              => 'Redigera',



( run in 1.471 second using v1.01-cache-2.11-cpan-49f99fa48dc )