App-LXC-Container

 view release on metacpan or  search on metacpan

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

=item 4

Multiple underscores (C<_>) are replaced by a single one, except for those
of a C<sprintf> conversion sequence.  E.g. a conversion sequence after one
or more non-word characters appears as two underscores (C<_>) followed by
the index number.

=item 5

All leading and trailing underscores (C<_>) are removed.

=item 6

Keys and messages are on two separate lines, with the second line beginning
with the C<=E<gt>> and ending with C<,>.  This eases the transfer of
messages added later to other language files.

=back

=cut

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

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

our $VERSION = '0.41';

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

=head1 EXPORT

=head2 %T - hash of English 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
     => 'copy from original (at time of LXC update!)',
     EM
     => 'create empty',
     IG
     => 'ignore directory',
     NM
     => "don't merge sub-directories into directory",
     OV
     => 'overlay file-system (hide original)',
     RW
     => 'read/write access',
     _1_differs_from_standard__2
     => "%s differs from the standard configuration:\n%s",
     _1_does_not_exist
     => "%s doesn't exist!",
     _1_has_incompatible_state__2
     => '%s already has incompatible state to configuration of %s',
     _1_is_not_a_symbolic_link
     => '%s is not a symbolic link',
     _1_may_be_inaccessible
     => "%s may be inaccessible for LXC container's root account",
     __
     => 'read-only access',
     aborting_after_error__1
     => "aborting after the following error(s):\n%s",
     audio
     => 'audio',
     audio_network_only
     => 'audio will not work without local or global network',
     bad_call_to__1
     => 'bad call to %s',
     bad_container_name
     => "The name of the container may only contain word characters, '-' or '.' !",
     bad_debug_level__1
     => "bad debugging level '%s'",
     bad_directory__1
     => "bad directory '%s'",
     bad_ldd_interpreter__1
     => "bad interpreter '%s' doesn't use ld-linux.so for dynamic linkage",
     bad_master__1
     => "bad MASTER value '%s'",
     broken_user_mapping__1
     => "broken user mapping - check mounting of %s",
     call_failed__1__2
     => "call to '%s' failed: %s",
     can_t_copy__1__2
     => "can't copy '%s': %s",
     can_t_create__1__2
     => "can't create '%s': %s",
     can_t_determine_os
     => "Can't determine OS (distribution)!  Please provide the author with a copy of /etc/os-release.",
     can_t_determine_package_in__1__2
     => "can't determine package in %s, line %d",
     can_t_link__1_to__2__3
     => "can't link '%s' to '%s': %s",
     can_t_open__1__2
     => "can't open '%s': %s",
     can_t_remove__1__2
     => "can't remove '%s': %s",
     can_t_run_with__1__2
     => "can't run command with <%s> containing <%s>",
     cancel
     => 'Cancel',
     features
     => 'features',
     files
     => 'files',
     filter
     => 'filter',
     full
     => 'full',
     help
     => 'Help',
     ignoring_unknown_item_in__1__2
     => "ignoring unknown configuration item in '%s', line %d",
     internal_error__1
     => 'INTERNAL ERROR (please contact author): %s',
     link_to_root_missing



( run in 1.838 second using v1.01-cache-2.11-cpan-39bf76dae61 )