[feladat @ 7]
- Fixed last major part of translation.
README.i18nUsingatranslation-----------------------------------------------------------------------Allavailabletranslationscanbefoundinthelocaledirectoryinthepoweradminbasedirectory.TheDutchtranslationforexample,canbefoundinnl_NL.Toreviewthestatusofthetranslation,youcanhavealookatthenl.pofileintheLC_MESSAGEdirectory.Ifyouwanttouseatranslation,saythenl_NL,allyouhavetodoiseditinc/i18n.phpfileandchangethe$languagevariabletothedesiredlanguage,forexample"nl_NL".Ifthisdoesn't work, most likely your system itself is not setup properly.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-omessage.moUpdatingthetranslationtemplatefile-----------------------------------------------------------------------Ifcreatinganewtranslationandyouarenotsureifthetemplatefilethatwasprovidedinthedistribution,youmaywanttore-createthetemplatefile.Todoso,dothefollowing:-cd/path/to/poweradmin/-xgettext--no-wrap-odocs/template.pot*.phpinc/*.phpThelastcommandupdatesthetemplatefileindocs/directory.