Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

App::ClusterSSH::L10N (3)

Name

App::ClusterSSH::L10N - Base translations module

Synopsis

use ClusterSSH::L10N;
my $lang = ClusterSSH::L10N->get_handle('en');
$lang->maketext('text to localise with args [_1]', $arg1);

Description

User Contributed Perl Documentation                   App::ClusterSSH::L10N(3)



NAME
       ClusterSSH::L10N - Base translations module

SYNOPSIS
           use ClusterSSH::L10N;
           my $lang = ClusterSSH::L10N->get_handle('en');
           $lang->maketext('text to localise with args [_1]', $arg1);

DESCRIPTION
       Locale::Maketext based translation module for ClusterSSH. See
       Locale::Maketext for more information and usage.

       NOTE: the default language of this module is English.

METHODS
       See Locale::Maketext - there are currently no extra methods in this
       module.

AUTHOR
       Duncan Ferguson, "<duncan_j_ferguson at yahoo.co.uk>"

LICENSE AND COPYRIGHT
       Copyright 1999-2016 Duncan Ferguson.

       This program is free software; you can redistribute it and/or modify it
       under the terms of either: the GNU General Public License as published
       by the Free Software Foundation; or the Artistic License.

       See http://dev.perl.org/licenses/ for more information.



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-------------------+
       |ATTRIBUTE TYPE | ATTRIBUTE VALUE   |
       +---------------+-------------------+
       |Availability   | terminal/cssh-532 |
       +---------------+-------------------+
       |Stability      | Uncommitted       |
       +---------------+-------------------+

NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       http://downloads.sourceforge.net/project/clusterssh/2.%20ClusterSSH%20Series%204/App-
       ClusterSSH-4.09.tar.gz.

       Further information about this software can be found on the open source
       community website at https://sourceforge.net/projects/clusterssh/.



perl v5.32.0                      2017-03-11          App::ClusterSSH::L10N(3)