2016-09-30 01:58:09 +00:00
< ? php
2016-09-30 23:03:30 +00:00
return [
2016-09-30 01:58:09 +00:00
" Exception.JKingWeb/NewsSync/Lang/Exception.defaultFileMissing " => " Default language file \" { 0} \" missing " ,
" Exception.JKingWeb/NewsSync/Lang/Exception.fileMissing " => " Language file \" { 0} \" is not available " ,
" Exception.JKingWeb/NewsSync/Lang/Exception.fileUnreadable " => " Insufficient permissions to read language file \" { 0} \" " ,
" Exception.JKingWeb/NewsSync/Lang/Exception.fileCorrupt " => " Language file \" { 0} \" is corrupt or does not conform to expected format " ,
" Exception.JKingWeb/NewsSync/Lang/Exception.stringMissing " => " Message string \" { msgID} \" missing from all loaded language files ( { fileList}) " ,
2016-10-15 13:45:23 +00:00
" Exception.JKingWeb/NewsSync/Lang/Exception.stringInvalid " => " Message string \" { msgID} \" is not a valid ICU message string (language files loaded: { fileList}) " ,
2016-10-02 21:07:17 +00:00
" Exception.JKingWeb/NewsSync/Conf/Exception.fileMissing " => " Configuration file \" { 0} \" does not exist " ,
" Exception.JKingWeb/NewsSync/Conf/Exception.fileUnreadable " => " Insufficient permissions to read configuration file \" { 0} \" " ,
" Exception.JKingWeb/NewsSync/Conf/Exception.fileUncreatable " => " Insufficient permissions to write new configuration file \" { 0} \" " ,
" Exception.JKingWeb/NewsSync/Conf/Exception.fileUnwritable " => " Insufficient permissions to overwrite configuration file \" { 0} \" " ,
" Exception.JKingWeb/NewsSync/Conf/Exception.fileCorrupt " => " Configuration file \" { 0} \" is corrupt or does not conform to expected format " ,
" Exception.JKingWeb/NewsSync/Db/Exception.extMissing " => " Required PHP extension for driver \" { 0} \" not installed " ,
" Exception.JKingWeb/NewsSync/Db/Exception.fileMissing " => " Database file \" { 0} \" does not exist " ,
" Exception.JKingWeb/NewsSync/Db/Exception.fileUnreadable " => " Insufficient permissions to open database file \" { 0} \" for reading " ,
" Exception.JKingWeb/NewsSync/Db/Exception.fileUnwritable " => " Insufficient permissions to open database file \" { 0} \" for writing " ,
" Exception.JKingWeb/NewsSync/Db/Exception.fileUnusable " => " Insufficient permissions to open database file \" { 0} \" for reading or writing " ,
" Exception.JKingWeb/NewsSync/Db/Exception.fileUncreatable " => " Insufficient permissions to create new database file \" { 0} \" " ,
" Exception.JKingWeb/NewsSync/Db/Exception.fileCorrupt " => " Database file \" { 0} \" is corrupt or not a valid database " ,
2016-10-17 20:49:39 +00:00
" Exception.JKingWeb/NewsSync/Db/Update/Exception.manual " =>
2016-10-15 13:45:23 +00:00
" { from_version, select,
0 {{ driver_name } database is configured for manual updates and is not initialized ; please populate the database with the base schema }
2016-10-17 20:49:39 +00:00
other {{ driver_name } database is configured for manual updates ; please update from schema version { current } to version { target }}
2016-10-15 13:45:23 +00:00
} " ,
2016-10-17 20:49:39 +00:00
" Exception.JKingWeb/NewsSync/Db/Update/Exception.manualOnly " =>
" { from_version, select,
0 {{ driver_name } database must be updated manually and is not initialized ; please populate the database with the base schema }
other {{ driver_name } database must be updated manually ; please update from schema version { current } to version { target }}
} " ,
" Exception.JKingWeb/NewsSync/Db/Update/Exception.missing " => " Automatic updating of the { driver_name} database failed due to instructions for updating from version { current} not being available " ,
" Exception.JKingWeb/NewsSync/Db/Update/Exception.unreadable " => " Automatic updating of the { driver_name} database failed due to insufficient permissions to read instructions for updating from version { current} " ,
" Exception.JKingWeb/NewsSync/Db/Update/Exception.unusable " => " Automatic updating of the { driver_name} database failed due to an error reading instructions for updating from version { current} " ,
" Exception.JKingWeb/NewsSync/Db/Update/Exception.tooNew " =>
" { difference, select,
0 { Automatic updating of the { driver_name } database failed because it is already up to date with the requested version , { target }}
other { Automatic updating of the { driver_name } database failed because its version , { current }, is newer than the requested version , { target }}
2016-10-15 13:45:23 +00:00
} " ,
2016-09-30 01:58:09 +00:00
];