README.i18nUsingatranslation-----------------------------------------------------------------------Allavailabletranslationscanbefoundinthelocaledirectoryinthepoweradminbasedirectory.TheDutchtranslationforexample,canbefoundinlocale/nl_NL.Toreviewthestatusofthetranslation,youcanhavealookatthenl.pofileintheLC_MESSAGESdirectory.Ifyouwanttouseatranslation,saythenl_NL,allyouhavetodoiseditinc/i18n.phpfileandchangethe$languagevariabletothedesiredlanguage,forexample"nl_NL".Ifthisdoesn't work, please try to do the following:-cd/path/to/poweradmin/locale/$lang/LC_MESSAGES/-msgfmt$lang.po-omessages.moIfthatdoesn't help either, most likely your system itself is notsetupproperly.See<https://rejo.zenger.nl/misc/1176630442.php>maybeofsomehelp.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-omessages.moUpdatingthetranslationtemplatefile-----------------------------------------------------------------------Ifcreatinganewtranslationandyouarenotsureifthetemplatefilethatwasprovidedinthedistribution,youmaywanttore-createthetemplatefile.Todoso,dothefollowing:-cd/path/to/poweradmin/-xgettext--no-wrap-odocs/template.pot*.phpinc/*.phpThelastcommandupdatesthetemplatefileindocs/directory.