use v6-alpha; ########################################################################### ########################################################################### # Constant values used by packages in this file: my Str %TEXT_STRINGS is readonly = ( 'ROS_S_HELLO' => q[Welcome to the Rosetta DBMS!], 'ROS_S_GOODBYE' => q[Goodbye!], 'ROS_S_DBMS_INIT_FAIL' => q[Initialization of the Engine "" has failed.], 'ROS_S_DBMS_INIT_SUCCESS' => q[Initialization of the Engine "" is successful.], 'ROS_S_PROMPT' => q[Enter a Rosetta D command to execute (all on one line),] ~ q[ or press ENTER to quit.], 'ROS_S_TODO_RESULT' => q[TODO: prepare and execute that command.], ); ########################################################################### ########################################################################### module Rosetta::Shell::L::en-0.1.2 { sub get_text_by_key (Str $msg_key!) returns Str { return %TEXT_STRINGS{$msg_key}; } } # module Rosetta::Shell::L::en ########################################################################### ########################################################################### =pod =encoding utf8 =head1 NAME Rosetta::Shell::L::en - Localization of Rosetta::Shell for English =head1 VERSION This document describes Rosetta::Shell::L::en version 0.1.2. =head1 SYNOPSIS I =head1 DESCRIPTION I =head1 INTERFACE I =head1 DIAGNOSTICS I =head1 CONFIGURATION AND ENVIRONMENT I =head1 DEPENDENCIES This file requires any version of Perl 6.x.y that is at least 6.0.0. =head1 INCOMPATIBILITIES None reported. =head1 SEE ALSO Go to L for the majority of distribution-internal references, and L for the majority of distribution-external references. =head1 BUGS AND LIMITATIONS I =head1 AUTHOR Darren R. Duncan (C) =head1 LICENCE AND COPYRIGHT This file is part of the Rosetta DBMS framework. Rosetta is Copyright (c) 2002-2006, Darren R. Duncan. See the LICENCE AND COPYRIGHT of L for details. =head1 ACKNOWLEDGEMENTS The ACKNOWLEDGEMENTS in L apply to this file too. =cut