Short Question:
I'm currently doing some translating for the German language file/s (long time ago since my last update...)
On line 646 of the
en_GB.ini File I found this:
#function checkDirPerms
PERMS_NOT_EXIST= Does not exist. Please create manually through FTP and check permissions
PERMS_NOT_SET= was found, but correct permissions(777) could not be set.\nPermissions are currently set at <BR />PLEASE TRY TO CORRECT THESE PERMISSIONS THOUGH FTP.=.<br />Please try to correct these permissions though FTP WAS FOUND, PERMISSIONS ARE OK.= was found, permissions are OK.
Is this correct or just an unlucky mix of 2 Strings?Another one out of line 446:
#function writeWarningBox
_NO_IMGLIBRARY=There was no available image libray detected! Please contact your hosting provider to install GD2 or check the forums to install either ImageMagick or NETPBM!
IS NOT WRITABLE!= is NOT writable!
_FOLDER_NOTEXIST= does NOT exist! Please create this folder and make sure you CHMOD the folder to 0755!
Shouldn't this be "NO IMGLIBRARY" and "FOLDER NOTEXIST" ?Seems like there a lot more than these 2 examples inside the INI.