README.i18nUsingatranslation-----------------------------------------------------------------------Allavailabletranslationscanbefoundinthelocaledirectoryinthepoweradminbasedirectory.TheDutchtranslationforexample,canbefoundinnl_NL.Toreviewthestatusofthetranslation,youcanhavealookatthenl.pofileintheLC_MESSAGEdirectory.Ifyouwanttouseatranslation,saythenl_NL,allyouhavetodoiseditinc/i18n.phpfileandchangethe$languagevariabletothedesiredlanguage,forexample"nl_NL".Ifthisdoesn't work, your system isn'tsetupproperly.Addinganewtranslation-----------------------------------------------------------------------Ifyouwanttocreateanewtranslationyoucandothefollowing.Forexample,ifyouwanttocreateaDutchtranslation:-cd/path/to/poweradmin/-mkdir-plocale/nl_NL/LC_MESSAGES/-cpdocs/template.potlocale/nl_NL/LC_MESSAGES/nl.po-cdlocale/nl_NL/LC_MESSAGES/-vimnl.po-msgfmtnl.po-omessage.moUpdatingthetranslationtemplatefile-----------------------------------------------------------------------Ifcreatinganewtranslationandyouarenotsureifthetemplatefilethatwasprovidedinthedistribution,youmaywanttore-createthetemplatefile.Todoso,dothefollowing:-cd/path/to/poweradmin/-xgettext--no-wrap-odocs/template.pot*.phpinc/*.phpThelastcommandupdatesthetemplatefileindocs/directory.