GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MP3::L10N(3) User Contributed Perl Documentation MP3::L10N(3)

Apache::MP3::L10N - base class for Apache::MP3 interface localization

  [nil]

This module is the base class for generating language handles (via Locale::Maketext) which Apache::MP3 (and subclasses) use for presenting their interface.

To localize this for your language of choice, see the source for "Apache/L10N/fr.pm" for an example lexicon that should contain all the English phrases, and an example French translation.

For example, if you're localizing this to Swahili, you'd copy "Apache/L10N/fr.pm" to "Apache/L10N/sw.pm" (since I18N::LangTags::List tells us that "sw" is the language tag for Swahili), and change its "package Apache::MP3::L10N::fr;" line to "package Apache::MP3::L10N::sw;", and then you'd replace all the French phrases that are the values in %Lexicon with Swahili phrases.

For example, you'd change:

 'fetch'  => 'sauvegarder',

to:

 'fetch'  => 'lete',

if you considered "lete" (from the infinitive "kuleta", haul) to be a good translation of the English "fetch" in that context.

Email me (Sean) if you have any questions.

Apache::MP3, Locale::Maketext

Copyright 2002, Sean M. Burke <sburke@cpan.org>

This module is distributed under the same terms as Perl itself. Feel free to use, modify and redistribute it as long as you retain the correct attribution.

2002-08-18 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.