App-LXC-Container

 view release on metacpan or  search on metacpan

lib/App/LXC/Container/Texts/de.pm  view on Meta::CPAN


App::LXC::Container::Texts::de - German language support of L<App::LXC::Container>

=head1 SYNOPSIS

    # This module should never be used directly!
    # It is used indirectly by the main modules of App::LXC::Container via
    use App::LXC::Container::Texts;

=head1 ABSTRACT

This module contains all German texts of L<App::LXC::Container>.

=head1 DESCRIPTION

The module just provides a hash of texts to be used.

See L<App::LXC::Container::Texts::en> for more details.

=cut

#########################################################################

use v5.14;
use strictures;
no indirect 'fatal';
no multidimensional;
use warnings 'once';

our $VERSION = '0.41';

#########################################################################

=head1 EXPORT

=head2 %T - hash of German texts

Note that C<%T> is not exported into the callers name-space, it must always
be fully qualified (as it's only used in two location in C<Texts> anyway).

=cut

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

our %T =
    (
     CP
     => 'originale Datei kopieren (beim LXC Update!)',
     EM
     => 'Datei leer erstellen',
     IG
     => 'Verzeichnis ignorieren',
     NM
     => 'Unterverzeichnisse separiert lassen (nicht verschmelzen)',
     OV
     => 'Dataisystem überlagern (Original verstecken)',
     RW
     => 'lesender und schreibender Zugriff',
     _1_differs_from_standard__2
     => "%s unterscheidet sich vom Standard:\n%s",
     _1_does_not_exist
     => '%s existiert nicht!',
     _1_has_incompatible_state__2
     => '%s hat inkompatible Konfiguration zu %s',
     _1_is_not_a_symbolic_link
     => '%s ist kein symbolischer Link',
     _1_may_be_inaccessible
     => '%s ist eventuell unerreichbar für die root Kennung des LXC Containers',
     __
     => 'nur lesender Zugriff',
     aborting_after_error__1
     => "Abbruch nach folgendem Fehler:\n%s",
     audio
     => 'Audio',
     audio_network_only
     => 'Audio funktioniert nur mit mindestens lokalem Netzwerk',
     bad_call_to__1
     => 'fehlerhafter Aufruf von %s',
     bad_container_name
     => 'Der Name des Containers darf nur Wort-Zeichen enthalten!',
     bad_debug_level__1
     => "unzulässiges Debug Level '%s'",
     bad_directory__1
     => "unzulässiger Verzeichnis '%s'",
     bad_ldd_interpreter__1
     => "unzulässiger Interpreter '%s' nutzt nicht ld-linux.so für dynamische Bibliotheken",
     bad_master__1
     => "unzulässiger MASTER Wert '%s'",
     broken_user_mapping__1
     => "fehlerhafte Benutzerzuordnung - mount-point %s prüfen",
     call_failed__1__2
     => "Fehler beim Aufruf von '%s': %s",
     can_t_copy__1__2
     => "Fehler beim Kopieren von '%s': %s",
     can_t_create__1__2
     => "Fehler beim Erzeugen von '%s': %s",
     can_t_determine_os
     => "Kann OS (Distribution) nicht ermitteln!  Bitte eine Kopie von /etc/os-release an den Autor schicken.",
     can_t_determine_package_in__1__2
     => "Kann Paket nicht ermitteln: %s, Zeile %d",
     can_t_link__1_to__2__3
     => "Kann '%s' nicht als '%s' verknüpfen (Link): %s",
     can_t_open__1__2
     => "Kann '%s' nicht öffnen: %s",
     can_t_remove__1__2
     => "Kann '%s' nicht löschen: %s",
     can_t_run_with__1__2
     => "Kann Befehl <%s> mit <%s> nicht korrekt aufrufen",
     cancel
     => 'Abbruch',
     features
     => 'Features',
     files
     => 'Dateien',
     filter
     => 'Filter',
     full
     => 'global',
     help
     => 'Hilfe',
     ignoring_unknown_item_in__1__2
     => "ignoriere unbekannte Konfiguration in '%s', line %d",
     internal_error__1
     => 'INTERNER FEHLER (bitte Autor benachrichtigen): %s',
     link_to_root_missing



( run in 2.659 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )