Messages List

This page contains resources for use when translating the messages used internally by Flourish.

Downloadable Template

A ready-made PHP array is available that includes every string as an array key and blank string values to use for the translations. This array can then be used with fText to perform translation of internal Flourish messaging. See the fText documentation for an example.

If you fill one of these out for a language, please send a copy to will@flourishlib.com so I may post it on the site for others to use also.

Translations

The following translations have been generously created by the community. It is possible that the messages may be slightly out-of-date due to changes in Flourish since the revision listed.

Linked Reference

The following table contains a list of every message used in the current revision of Flourish, and their locations in the source code.

Message Locations
%1$d components were passed to the %2$s constructor, while %3$d were specified in the message fException.php, line 237
%1$s #%2$s fORMRelated.php, line 1661
%1$s #%2$s %3$s fORMRelated.php, line 1617
%1$s %2$s fDate.php, line 263
fORMRelated.php, line 1610
fTime.php, line 263
fTimestamp.php, line 994
%1$s %2$s after fDate.php, line 275
fTime.php, line 276
fTimestamp.php, line 1006
%1$s %2$s ago fDate.php, line 271
fTime.php, line 271
fTimestamp.php, line 1002
%1$s %2$s before fDate.php, line 278
fTime.php, line 279
fTimestamp.php, line 1009
%1$s %2$s from now fDate.php, line 268
fTime.php, line 268
fTimestamp.php, line 999
%1$s can only be called after %2$s fRequest.php, line 712
%1$s can only be called after %2$s or %3$s fORMRelated.php, line 523
%1$s error (%2$s) in %3$s fDatabase.php, line 412
fDatabase.php, line 2083
fStatement.php, line 232
%1$s extra value(s) were passed for the placeholders in: %2$s fDatabase.php, line 1496
%1$s must be called before any of %2$s, %3$s, %4$s, %5$s, %6$s, %7$s or %8$s fSession.php, line 254
fSession.php, line 397
fSession.php, line 437
%1$s value(s) are missing for the placeholders in: %2$s fDatabase.php, line 1488
%1$s was called for an element, %2$s, which is not an array fTemplating.php, line 188
fTemplating.php, line 601
%1$s was called for the key, %2$s, which is not an array fSession.php, line 94
%1$s%2$s fORMRelated.php, line 1625
%1$sPlease choose from one of the following: %2$s fORMValidation.php, line 468
fORMValidation.php, line 1024
fValidation.php, line 832
%1$sPlease enter a number between %2$s and %3$s fORMValidation.php, line 495
%1$sPlease enter a value no longer than %2$s characters fORMValidation.php, line 477
%1$sPlease enter exactly %2$s characters fORMValidation.php, line 486
%s fORMValidation.php, line 862
fValidation.php, line 635
fValidation.php, line 715
fValidation.php, line 793
%sPlease enter a date fORMValidation.php, line 606
fValidation.php, line 693
%sPlease enter a date/time fORMDate.php, line 557
fORMValidation.php, line 596
%sPlease enter a link in the form http://www.example.com fORMColumn.php, line 818
%sPlease enter a monetary value fORMMoney.php, line 582
%sPlease enter a number fORMValidation.php, line 586
%sPlease enter a string fORMValidation.php, line 570
%sPlease enter a time fORMValidation.php, line 616
%sPlease enter a value fORMFile.php, line 1225
fORMValidation.php, line 457
fORMValidation.php, line 538
fValidation.php, line 670
fValidation.php, line 812
%sPlease enter a value for at least one fORMValidation.php, line 698
fValidation.php, line 741
%sPlease enter a value for one fORMValidation.php, line 738
fValidation.php, line 773
%sPlease enter a value for only one fORMValidation.php, line 728
fValidation.php, line 763
%sPlease enter a whole number fORMValidation.php, line 578
%sPlease enter an email address in the form name@example.com fORMColumn.php, line 779
%sPlease enter an integer fORMOrdering.php, line 757
%sPlease select a %3$s fORMRelated.php, line 1658
%sPlease select at least one fORMValidation.php, line 896
%sPlease upload a file fORMFile.php, line 1226
%sThe currency specified is invalid fORMMoney.php, line 576
%sThe timezone specified is invalid fORMDate.php, line 551
%sThe value can not be less than 1 fORMOrdering.php, line 760
%sThe value specified is invalid fORMValidation.php, line 663
%sThe value specified must be unique, however it already exists fORMValidation.php, line 990
%sThe values specified must be a unique combination, however the specified combination already exists fORMValidation.php, line 995
[%1$s] One or more errors or exceptions occured at %2$s fCore.php, line 955
A %s references it fActiveRecord.php, line 1473
A column name exactly 30 characters in length was detected coming out of the database - this column name may be truncated, see %s for more information. fResult.php, line 482
fUnbufferedResult.php, line 481
A default currency must be set in order to convert strings or integers to fMoney objects on the fly fMoney.php, line 586
A replacement can not be made since output buffering has not been started fBuffer.php, line 110
A secure connection was requested, but the %s extension is not installed fMailbox.php, line 839
fSMTP.php, line 134
A single space was detected coming out of the database and was converted into an empty string - see %s for more information fResult.php, line 473
fUnbufferedResult.php, line 472
A template can only be destroyed if buffering has been enabled fTemplating.php, line 259
A transaction is already in progress fDatabase.php, line 1998
A value exactly 255 characters in length was detected coming out of the database - this value may be truncated, see %s for more information. fResult.php, line 491
fUnbufferedResult.php, line 490
An error occured while trying to send the email entitled %s fEmail.php, line 1244
An exception was thrown in the %s closing code callback fCore.php, line 889
An invalid array comparison operator, %s, was specified for an array of values fORMDatabase.php, line 221
An invalid comparison operator, %s, was specified for a single value fORMDatabase.php, line 301
An invalid comparison operator, %s, was specified for multiple columns fActiveRecord.php, line 474
fORMDatabase.php, line 633
An invalid direction, %s, was specified fORMDatabase.php, line 397
An invalid route, %1$s, was specified for the relationship from %2$s to %3$s fORMDatabase.php, line 776
An invalid sort column, %s, was specified fORMDatabase.php, line 389
An invalidly formatted primary or unique key was passed to this %s object fActiveRecord.php, line 1154
An S/MIME signature was requested for an email, but the %s extension is not installed fEmail.php, line 1390
Another %1$s with the same %2$s already exists fORMValidation.php, line 832
at the same time fTime.php, line 237
fTimestamp.php, line 965
BCC recipient fEmail.php, line 1443
Bounce-To email address fEmail.php, line 1463
Buffering has already been started fTemplating.php, line 216
CC recipient fEmail.php, line 1442
Changes to the image can not be saved because the directory to save the new file, %s, is not writable fImage.php, line 1204
Changes to the image can not be saved because the file, %s, is not writable fImage.php, line 1195
fImage.php, line 1214
Context fCore.php, line 749
day fDate.php, line 195
fTime.php, line 249
fTimestamp.php, line 975
days fDate.php, line 199
fTime.php, line 250
fTimestamp.php, line 976
Deprecated fCore.php, line 830
Dynamic constants can not be enabled unless error handling has been enabled via %s fCore.php, line 637
eight fGrammar.php, line 363
Error establishing secure connection fSMTP.php, line 266
five fGrammar.php, line 360
four fGrammar.php, line 359
From email address fEmail.php, line 1460
hour fTime.php, line 247
fTimestamp.php, line 973
hours fTime.php, line 248
fTimestamp.php, line 974
Invalid method, %s(), called fORM.php, line 734
It appears an error has occured — we apologize for the inconvenience. The problem may be resolved if you try again. fUnexpectedException.php, line 26
It is not possible to append an image fImage.php, line 570
It is not possible to move a directory into one of its sub-directories fDirectory.php, line 338
It is not possible to set a Bounce-To Email address when safe mode is enabled on a non-Windows server fEmail.php, line 1284
minute fTime.php, line 245
fTimestamp.php, line 971
minutes fTime.php, line 246
fTimestamp.php, line 972
Missing enctype="multipart/form-data" attribute in form tag fUpload.php, line 48
Missing method="post" attribute in form tag fUpload.php, line 42
month fDate.php, line 247
fTimestamp.php, line 979
months fDate.php, line 248
fTimestamp.php, line 980
nine fGrammar.php, line 364
No %1$s placeholder was found in:%2$s fORMDatabase.php, line 923
No %s could be found fRecordSet.php, line 1706
No authorization levels have been set, please call %s fAuthorization.php, line 480
No currency was specified and no default currency has been set fMoney.php, line 251
No database was specified fDatabase.php, line 279
No directory name was specified fDirectory.php, line 50
No directory was specified fDirectory.php, line 129
No fields or rules have been added for validation fValidation.php, line 1000
No filename was specified fFile.php, line 70
fFile.php, line 523
fImage.php, line 116
No login page has been set, please call %s fAuthorization.php, line 503
No mime-type was specified for the attachment %s fEmail.php, line 1511
No path was specified fFilesystem.php, line 216
No response was received for the authorization request fSMTP.php, line 362
No SQL statement passed fDatabase.php, line 2494
fDatabase.php, line 2566
No value was specified to escape fDatabase.php, line 1000
Notice fCore.php, line 824
one fGrammar.php, line 356
One of the records specified is not an instance of %s fRecordSet.php, line 1241
One or more %s indirectly references it fActiveRecord.php, line 1559
One or more %s references it fActiveRecord.php, line 1476
fActiveRecord.php, line 1555
One or more of the OSes specified, %$1s, is invalid. Must be one of: %2$s. fCore.php, line 377
Only a single unbuffered query can be run at a time, however %d were passed fDatabase.php, line 3035
fDatabase.php, line 3072
Only records that exist can be checked for in the record set fRecordSet.php, line 792
Original SQL:%s fSQLTranslation.php, line 797
Output buffering can not be stopped since it has not been started fBuffer.php, line 201
Output buffering has already been started fBuffer.php, line 156
Output capturing can not be stopped since it has not been started fBuffer.php, line 231
Output capturing has already been started fBuffer.php, line 184
Output capturing is currently active and it must be stopped before a replacement can be made fBuffer.php, line 115
Output capturing is currently active and it must be stopped before buffering can be stopped fBuffer.php, line 206
Output capturing is currently active and it must be stopped before the buffer can be erased fBuffer.php, line 60
Output capturing is currently active and it must be stopped before the buffer can be retrieved fBuffer.php, line 81
Output capturing is currently active and it must be stopped before the buffering can be started fBuffer.php, line 161
Please provide a plaintext email body fEmail.php, line 1503
Please provide an email subject fEmail.php, line 1491
Please provide at least one recipient fEmail.php, line 1479
Please provide the from email address fEmail.php, line 1485
Please upload a file fORMFile.php, line 1124
fORMFile.php, line 1136
fORMFile.php, line 1226
fUpload.php, line 445
fUpload.php, line 467
Query time was %1$s seconds for:%2$s fDatabase.php, line 2765
recipient fEmail.php, line 1441
Recoverable Error fCore.php, line 829
Reply-To email address fEmail.php, line 1461
right now fTime.php, line 202
fTimestamp.php, line 929
S/MIME encryption was requested for an email, but the %s extension is not installed fEmail.php, line 861
Safe mode is turned on and the ImageMagick convert binary is not in the directory defined by the safe_mode_exec_dir ini setting or safe_mode_exec_dir is not set - safe_mode_exec_dir is currently %s. fImage.php, line 81
same day fDate.php, line 195
second fTime.php, line 243
fTimestamp.php, line 969
seconds fTime.php, line 244
fTimestamp.php, line 970
Sender email address fEmail.php, line 1462
seven fGrammar.php, line 362
six fGrammar.php, line 361
Strict fCore.php, line 828
The %1$s %2$s is not a valid email address. Should be like "John Smith" <name@example.com> or name@example.com. fEmail.php, line 1450
fEmail.php, line 1469
The %1$s operation can not be performed on a record set with multiple types (%2$s) of records fRecordSet.php, line 1773
The %s class does not support modifying XML fXML.php, line 250
fXML.php, line 289
fXML.php, line 425
fXML.php, line 439
The %s class takes advantage of the timezone features in PHP 5.1.0 and newer. Unfortunately it appears you are running an older version of PHP. fTimestamp.php, line 106
The %s extension does not appear to be installed fCache.php, line 110
The %s requested could not be found fActiveRecord.php, line 1773
fActiveRecord.php, line 1885
The action requested can not be performed because the directory has been deleted\n\nBacktrace for fDirectory::delete() call:\n%s fDirectory.php, line 524
The action requested can not be performed because the file has been deleted\n\nBacktrace for fFile::delete() call:\n%s fFile.php, line 1227
The adjustment specified, %s, does not appear to be a valid relative date measurement fDate.php, line 136
The adjustment specified, %s, does not appear to be a valid relative date/time measurement fTimestamp.php, line 864
The adjustment specified, %s, does not appear to be a valid relative time measurement fTime.php, line 137
The attachment %s appears to be a blank file fEmail.php, line 1517
The authorization level specified, %1$s, is invalid. Must be one of: %2$s. fAuthorization.php, line 486
The canvas height specified, %s is not an integer or is less than zero fImage.php, line 1062
The canvas width and canvas height are both zero, so no resizing will occur fImage.php, line 1068
The canvas width specified, %s, is not an integer or is less than zero fImage.php, line 1056
The changes to the image can't be saved because neither the GD extension or ImageMagick appears to be installed on the server fImage.php, line 1150
The cipher used, %1$s (also known as %2$s), does not appear to be supported by the installed version of libmcrypt fCryptography.php, line 607
The cipher used, %1$s (also known as %2$s), requires libmcrypt version 2.4.x or newer. The version installed does not appear to meet this requirement. fCryptography.php, line 600
The ciphertext provided appears to have been tampered with or corrupted fCryptography.php, line 240
fCryptography.php, line 495
The ciphertext provided does not appear to have been encrypted using %s fCryptography.php, line 216
fCryptography.php, line 481
The class of the record must be provided if the record specified is not an instance of fActiveRecord fActiveRecord.php, line 633
The class specified, %1$s, does not appear to be a valid %2$s class fActiveRecord.php, line 744
The class specified, %s, does not correspond to a database table fORM.php, line 370
The code point specified, %s, is invalid. fUTF8.php, line 636
The column specified, %1$s, does not allow for negative values. Please adjust the data type to an integer type that allows for negative values. fORMOrdering.php, line 104
The column specified, %1$s, does not exist in the table %2$s fSchema.php, line 2203
The column specified, %1$s, is a %2$s column. It must be an integer column to be set as an ordering column. fORMOrdering.php, line 96
The column specified, %1$s, is a %2$s column. Must be %3$s to be set as a money column. fORMMoney.php, line 97
The column specified, %1$s, is a %2$s column. Must be %3$s to be set as a number column. fORMColumn.php, line 206
The column specified, %1$s, is a %2$s column. Must be one of %3$s to be set as a date created column. fORMDate.php, line 111
The column specified, %1$s, is a %2$s column. Must be one of %3$s to be set as a date updated column. fORMDate.php, line 150
The column specified, %1$s, is a %2$s column. Must be one of %3$s to be set as a file upload column. fORMFile.php, line 289
The column specified, %1$s, is a %2$s column. Must be one of %3$s to be set as a link column. fORMColumn.php, line 161
The column specified, %1$s, is a %2$s column. Must be one of %3$s to be set as a random string column. fORMColumn.php, line 258
The column specified, %1$s, is a %2$s column. Must be one of %3$s to be set as an email column. fORMColumn.php, line 117
The column specified, %1$s, is of the data type %2$s. Must be one of %3$s to be treated as case insensitive. fORMValidation.php, line 1380
The column specified, %s, can not be prepared because it is a blob column fActiveRecord.php, line 2095
The column specified, %s, does not accept more than one parameter fORMFile.php, line 663
The column specified, %s, does not appear to be part of a unique key. It must be part of a unique key to be set as an ordering column. fORMOrdering.php, line 121
The column specified, %s, does not exist fActiveRecord.php, line 1615
fActiveRecord.php, line 1792
fActiveRecord.php, line 1811
fActiveRecord.php, line 2079
fActiveRecord.php, line 2587
The column specified, %s, does not support any formatting options fActiveRecord.php, line 1636
fActiveRecord.php, line 2102
The column specified, %s, does not support forming because it is a blob column fActiveRecord.php, line 1629
The column specified, %s, has not been configured as a file or image upload column fORMFile.php, line 135
fORMFile.php, line 177
The column specified, %s, requires one formatting parameter, a valid date() formatting string fActiveRecord.php, line 1654
fActiveRecord.php, line 2120
The column to data type map specified, %s, does not appear to be an array fResult.php, line 796
fUnbufferedResult.php, line 679
The crop-from x specified, %s, is not a number, is less than zero, or would result in a zero-width image fImage.php, line 597
The crop-from y specified, %s, is not a number, is less than zero, or would result in a zero-height image fImage.php, line 603
The currency column specified, %1$s, is a %2$s column. Must be %3$s to be set as a currency column. fORMMoney.php, line 109
The currency specified, %1$s, is not a valid currency. Must be one of: %2$s. fMoney.php, line 109
fMoney.php, line 205
fMoney.php, line 243
fMoney.php, line 400
The current directory does not have a parent directory fDirectory.php, line 242
The data store provided is not a valid %s object fCache.php, line 117
The data type for the column %1$s is empty fSchema.php, line 2699
The database object named "%1$s" for the %s$2 role has not been attached via %3$s yet fORMDatabase.php, line 1229
The database object named "%1$s" has not been attached via %2$s yet fORMDatabase.php, line 1214
The database object provided does not appear to be a descendant of fDatabase fResult.php, line 147
fStatement.php, line 90
fUnbufferedResult.php, line 125
The database specified does not appear to be a valid %1$s or %2$s database fDatabase.php, line 844
The database specified is an %1$s database and the %2$s extension is not installed fDatabase.php, line 856
fDatabase.php, line 866
The database table %1$s (being modelled by the class %2$s) does not appear to have a primary key defined. %3$s and %4$s will not work properly without a primary key. fActiveRecord.php, line 1091
The database type specified, %1$s, is invalid. Must be one of: %2$s. fDatabase.php, line 272
The date specified, %s, does not appear to be a valid date fDate.php, line 88
The date/time specified, %s, does not appear to be a valid date/time fTimestamp.php, line 810
The directory specified, %s, already exists fDirectory.php, line 55
The directory specified, %s, does not exist or is not readable fDirectory.php, line 134
The directory specified, %s, is inside of a directory that is not writable fDirectory.php, line 67
The directory specified, %s, is not a directory fDirectory.php, line 140
The directory specified, %s, is not writable fSession.php, line 455
fUpload.php, line 291
The directory, %s, can not be renamed because the directory containing it is not writable fDirectory.php, line 363
The divisor specified, %s, is zero, which is an invalid divisor fNumber.php, line 405
fNumber.php, line 992
The element specified, %1$s, has a value whose path, %2$s, does not end with a recognized file extension: %3$s. fTemplating.php, line 685
The element specified, %1$s, has a value, %2$s, that is missing the path key fTemplating.php, line 658
The element specified, %1$s, is invalid. Must be one of: %2$s. fActiveRecord.php, line 1846
fFilesystem.php, line 270
fImage.php, line 332
fSchema.php, line 2181
The element specified, %1$s, is not valid. Must be one of: %2$s. fMoney.php, line 121
The element specified, %s, has a value that is empty fTemplating.php, line 651
The email could not be sent because: fEmail.php, line 1525
The email provided is %1$s, which is larger than the maximum size of %2$s that the server supports fSMTP.php, line 501
The exponent specified, %s, must be a positive integer, however it is negative fNumber.php, line 1358
The field specified, %s, does not appear to be a file upload field fUpload.php, line 66
fUpload.php, line 298
fUpload.php, line 419
The field specified, %s, does not appear to be an array file upload field fUpload.php, line 73
fUpload.php, line 249
The file count not be cloned because the containing directory, %s, is not writable fFile.php, line 486
The file path specified, %s, is inside of a directory that is not writable fFile.php, line 84
fImage.php, line 129
The file specified, %s, already exists fFile.php, line 76
The file specified, %s, does not appear to be an image fImage.php, line 312
The file specified, %s, does not exist fFile.php, line 119
The file specified, %s, does not exist and the directory it in inside of is not writable fCache.php, line 86
The file specified, %s, does not exist or is not readable fFile.php, line 529
The file specified, %s, does not exist. This may indicate a missing enctype="multipart/form-data" attribute in form tag. fORMFile.php, line 1019
The file specified, %s, is actually a directory fFile.php, line 535
The file specified, %s, is not a file but a directory fORMFile.php, line 1030
The file specified, %s, is not an image fImage.php, line 324
The file specified, %s, is not writable fCache.php, line 92
The file type specified, %1$s, is invalid. Must be one of: %2$s. fTemplating.php, line 444
The file upload directory, %s, is not writable fORMFile.php, line 302
The file uploaded is a PHP file, but those are not permitted fUpload.php, line 482
The file uploaded is not an image fORMFile.php, line 443
The file uploaded is over the limit of %s fUpload.php, line 454
fUpload.php, line 460
The file, %s, can not be deleted because the directory containing it is not writable fFile.php, line 691
The file, %s, can not be renamed because the directory containing it is not writable fFile.php, line 1134
The filename specified, %s, does not appear to be a valid filename fEmail.php, line 460
The fImage method specified, %s, is not a valid method fORMFile.php, line 757
The following problems were found: fActiveRecord.php, line 2890
fValidation.php, line 1042
The following query took %1$s milliseconds, which is above the slow query threshold of %2$s:%3$s fDatabase.php, line 2776
The following unexpected SMTP errors occurred for the server %1$s on port %2$s:\n%3$s fSMTP.php, line 419
The form submitted could not be validated as authentic, please try submitting it again fRequest.php, line 748
The format, %s, has more or less than exactly one %%s sprintf() conversion specification fValidationException.php, line 81
The formatting string, %1$s, contains one of the following non-date formatting characters: %2$s fDate.php, line 173
The formatting string, %1$s, contains one of the following non-time formatting characters: %2$s fTime.php, line 174
The from base specified, %1$s, is not valid base between %2$s and %3$s fNumber.php, line 71
The from base specified, %s, is not valid for an fNumber object fNumber.php, line 53
The fUpload method specified, %s, is not a valid method fORMFile.php, line 1083
The hook specified, %1$s, should be one of: %2$s. fORM.php, line 851
The image specified, %1$s, is not a valid %2$s file fImage.php, line 554
The image specified, %s, already exists fImage.php, line 121
The image specified, %s, does not exist fImage.php, line 414
The image specified, %s, is a TIFF file and the GD extension can not handle TIFF files. Please install ImageMagick if you wish to manipulate TIFF files. fImage.php, line 1157
The image type specified, %1$s, is not valid. Must be one of: %2$s. fORMFile.php, line 408
The ImageMagick convert binary located in the directory %s does not exist or is not executable fImage.php, line 94
The ImageMagick temp directory specified, %s, does not appear to be writable fImage.php, line 517
The index specified, %1$s, is invalid for the field %2$s fUpload.php, line 256
The intersection operator, %s, requires exactly two columns and two values fORMDatabase.php, line 596
The intersection operator, %s, requires exactly two methods and two values fActiveRecord.php, line 436
The JPEG quality specified, %1$s, is either not an integer, less than %2$s or greater than %3$s. fImage.php, line 1177
The key type specified, %1$s, is invalid. Must be one of: %2$s. fSchema.php, line 2312
fSchema.php, line 2839
The length specified, %1$s, is less than the minimum of %2$s fCryptography.php, line 371
The length specified, %s, needs to be an integer greater than zero. fORMColumn.php, line 276
The mailbox type specified, %1$s, in invalid. Must be one of: %2$s. fMailbox.php, line 823
The map operation specified, %1$s, returned something other than an fActiveRecord object fRecordSet.php, line 713
The method %1$s must be called with the %2$s parameter before calling %3$s fSession.php, line 200
The method %s can only be called for positive number, however this number is negative fNumber.php, line 1351
The method %s requires exactly one parameter fORMFile.php, line 1000
The method called, %1$s, returned something other than an fActiveRecord object fRecordSet.php, line 674
The method requested, %1$s, can not be used when output buffering is turned on, due to potential memory issues. Please call %2$s, %3$s and %4$s, or %5$s as appropriate to turn off output buffering. fFile.php, line 1068
The method specified, %1$s, is not compatible with how %2$s stores and associates files with records fORMFile.php, line 167
The method, %s(), requires at least one parameter fActiveRecord.php, line 880
fActiveRecord.php, line 890
fActiveRecord.php, line 943
fActiveRecord.php, line 987
fORMColumn.php, line 698
fORMDate.php, line 461
fORMDate.php, line 505
fORMMoney.php, line 478
fORMMoney.php, line 519
The modulus specified, %s, must be a positive integer, however it is negative fNumber.php, line 1365
The money value specified, %s, is not an fMoney object, integer or string and is thus is invalid for this operation fMoney.php, line 579
The name of the uploaded file may not being with a . fUpload.php, line 488
The named template specified, %s, has not been created yet fTemplating.php, line 77
The new directory name specified, %s, already exists, but is not writable fDirectory.php, line 385
The new directory name specified, %s, is inside of a directory that does not exist fDirectory.php, line 377
The new directory name specified, %s, is inside of a directory that is not writable fDirectory.php, line 396
The new directory specified, %1$s, already contains a file with the name %2$s, but it is not writable fFile.php, line 746
The new directory specified, %s, is not writable fFile.php, line 759
The new filename specified, %s, already exists, but is not writable fFile.php, line 1167
The new filename specified, %s, is inside of a directory that does not exist fFile.php, line 1148
The new filename specified, %s, is inside of a directory that is not writable fFile.php, line 1182
The new height specified, %1$s, is not a number, is less than or equal to zero, or is larger than can be cropped with the specified crop-from y of %2$s fImage.php, line 617
The new image type specified, %1$s, is invalid. Must be one of: %2$s. fImage.php, line 1165
The new width specified, %1$s, is not a number, is less than or equal to zero, or is larger than can be cropped with the specified crop-from x of %2$s fImage.php, line 610
The noun specified could not be pluralized fGrammar.php, line 453
The noun specified could not be singularized fGrammar.php, line 572
The number specified, %s, does not appear to be a positive integer. Negative numbers and fractions are not supported due the different encoding schemes that can be used. fNumber.php, line 64
The number specified, %s, is invalid. fNumber.php, line 259
The output buffer can not be erased since output buffering has not been started fBuffer.php, line 55
The output buffer can not be retrieved because it has not been started fBuffer.php, line 76
The pad type specified, %1$s, is not valid. Must be one of: %2$s. fUTF8.php, line 1143
The path specified for %1$s, %2$s, does not exist on the filesystem fTemplating.php, line 489
The path specified for %1$s, %2$s, is not readable fTemplating.php, line 497
The path specified, %s, does not exist or is not readable fFilesystem.php, line 222
The path to the PEM-encoded private key specified, %s, is not valid fCryptography.php, line 71
The path to the X.509 certificate specified, %s, is not valid fCryptography.php, line 106
The PEM-encoded private key specified, %s, is not readable fCryptography.php, line 77
The PHP %s extension is required for gzipped buffering, however is does not appear to be loaded fBuffer.php, line 166
The PHP %s extension is required, however is does not appear to be loaded fCryptography.php, line 578
fCryptography.php, line 594
The power specified, %1$s, is beyond the range of supported powers. Only powers between %2$s and %3$s are supported. fNumber.php, line 633
The private key file specified, %s, does not appear to be a valid private key or the password provided is incorrect fCryptography.php, line 87
The proper fix for sending through qmail is not possible since safe mode is turned on and the sendmail binary is not in one of the paths defined by the safe_mode_exec_dir ini setting fEmail.php, line 199
The proper fix for sending through qmail is not possible since the sendmail binary could not be found or is not executable fEmail.php, line 208
The proper fix for sending through qmail is not possible since the sendmail path is not set fEmail.php, line 156
The public key certificate specified, %s, does not appear to be a valid certificate fCryptography.php, line 122
The query did not return any rows fResult.php, line 342
fResult.php, line 619
fUnbufferedResult.php, line 376
The range base IP address specified, %1$s, is invalid for the CIDR range or subnet mask provided (%2$s). The proper IP is %3$s. fAuthorization.php, line 194
The ratio height specified, %s, is not a number or is less than or equal to zero fImage.php, line 665
The ratio width specified, %s, is not a number or is less than or equal to zero fImage.php, line 659
The ratios specified (%s) combined are not equal to 1 fMoney.php, line 349
The recipient's S/MIME certificate filename specified, %s, does not appear to be a valid filename fEmail.php, line 868
The records specified are not in an array fRecordSet.php, line 285
The records specified, %1$s, are invalid. Must be an %2$s, %3$s or an array of %4$s. fRecordSet.php, line 1255
The related class specified, %1$s, does not appear to be in a many-to-many or one-to-many relationship with %$2s fActiveRecord.php, line 2529
The relationship type specified, %1$s, is invalid. Must be one of: %2$s. fORMSchema.php, line 93
fORMSchema.php, line 147
fORMSchema.php, line 205
fORMSchema.php, line 254
fSchema.php, line 2405
The requested max file upload size, %1$s, is larger than the %2$s ini setting, which is currently set at %3$s. The ini setting must be increased to allow files of this size. fUpload.php, line 362
The role specified, %1$s, is invalid. Must be one of: %2$s. fORMDatabase.php, line 90
The root specified, %s, does not exist on the filesystem fTemplating.php, line 121
The root specified, %s, is not readable fTemplating.php, line 128
The route specified, %1$s, for the%2$srelationship between %3$s and %4$s does not exist. Must be one of: %5$s. fORMSchema.php, line 107
The route specified, %1$s, is not a valid route between %2$s and %3$s. Must be one of: %4$s. fORMSchema.php, line 160
The row requested does not exist fResult.php, line 623
The RSS value %s is missing the title key fTemplating.php, line 526
The scale specified, %1$s, is outside the valid scale for pi (%2$s to %3$s) fNumber.php, line 737
The secret key specified does not meet the minimum requirement of being at least %s characters long fCryptography.php, line 531
The sender's S/MIME certificate file specified, %s, does not appear to be a valid filename fEmail.php, line 1397
The sender's S/MIME certificate file specified, %s, does not exist or could not be read fEmail.php, line 1403
The sender's S/MIME primary key file specified, %s, does not appear to be a valid filename fEmail.php, line 1410
The sender's S/MIME primary key file specified, %s, does not exist or could not be read fEmail.php, line 1416
The sender's S/MIME private key password specified does not appear to be valid for the private key fEmail.php, line 803
The server does not have any of the following extensions for %2$s support: %2$s fDatabase.php, line 880
The size specified, %s, does not appears to be a valid size fFilesystem.php, line 186
The SMTP server %1$s on port %2$s claims to support DIGEST-MD5, but does not seem to provide auth functionality fSMTP.php, line 305
The sort direction specified, %1$s, is invalid. Must be one of: %2$s or %3$s. fRecordSet.php, line 1614
The SQL statement specified, %s, does not appear to be in the form SELECT * FROM table fRecordSet.php, line 341
The subject contains one or more newline characters fEmail.php, line 1497
The table %1$s is not in a %2$srelationship with the table %3$s fActiveRecord.php, line 585
The table %1$s is not in a%2$srelationship with the table %3$s fORMSchema.php, line 180
The table specified, %s, does not exist in the database fSchema.php, line 2193
fSchema.php, line 2329
fSchema.php, line 2422
The time specified, %s, does not appear to be a valid time fTime.php, line 89
The timestamp column specified, %1$s, is a %2$s column. Must be a %3$s to have a related timezone column. fORMDate.php, line 191
The timezone column specified, %1$s, is a %2$s column. Must be %3$s to be set as a timezone column. fORMDate.php, line 202
The timezone specified, %s, is not a valid timezone fTimestamp.php, line 711
fTimestamp.php, line 768
The timing specified, %1$s, is not a valid timing. Must be one of: %2$s. fText.php, line 94
The to base specified, %1$s, is not valid base between %2$s and %3$s fNumber.php, line 79
The type specified, %1$s, is an invalid type. Must be one of: %2$s. fORMColumn.php, line 268
The type specified, %1$s, is invalid. Must be one of: %2$s. fCryptography.php, line 396
fGrammar.php, line 390
The type specified, %s, is not a valid cache type. Must be one of: %s. fCache.php, line 127
The URL specified, %s, could not be loaded fXML.php, line 125
The username and password provided were not accepted for the %1$s server %2$s on port %3$s fMailbox.php, line 922
fMailbox.php, line 975
The username and password provided were not accepted for the SMTP server %1$s on port %2$s fSMTP.php, line 356
The UTF-8 character specified is invalid fUTF8.php, line 1120
The value passed for placeholder #%s is an array, however multiple values are not supported with prepared statements fStatement.php, line 660
The values specified for the unique key are all NULL fActiveRecord.php, line 1745
The X.509 certificate specified, %s, can not be read fCryptography.php, line 112
There are a different number of parameters and values.\nParameters:\n%1$s\nValues\n%2$s fURL.php, line 184
There are no remaining lines fFile.php, line 666
fFile.php, line 987
fFile.php, line 1041
There are no remaining records fRecordSet.php, line 849
There are no remaining rows fResult.php, line 346
fUnbufferedResult.php, line 379
There is already a filesystem transaction in progress fFilesystem.php, line 134
There is more than one route for the%1$srelationship between %2$s and %3$s fORMSchema.php, line 172
fORMSchema.php, line 315
There is no filesystem transaction in progress to commit fFilesystem.php, line 151
There is no transaction in progress fDatabase.php, line 2005
fDatabase.php, line 2012
There was an error connecting to the POP3 server %1$s on port %2$s fMailbox.php, line 935
There was an error connecting to the server fSMTP.php, line 227
There was an error connecting to the server. A secure connection was requested, but was not available. Try a non-secure connection instead. fSMTP.php, line 232
There was an error moving the uploaded file fUpload.php, line 322
There was an error seeking to row %s fResult.php, line 665
There was an unknown error decrypting the ciphertext provided fCryptography.php, line 231
There was an unknown error encrypting the plaintext provided fCryptography.php, line 271
There was an unknown error signing the plaintext fCryptography.php, line 305
There was an unknown error verifying the plaintext and signature against the public key specified fCryptography.php, line 335
This %s can not be deleted because: fActiveRecord.php, line 1483
fActiveRecord.php, line 1547
fActiveRecord.php, line 1549
This %s object does not yet exist in the database, and thus can not be deleted fActiveRecord.php, line 1358
This file, %s, can not be appended because it is not writable fFile.php, line 633
This file, %s, can not be written to because it is not writable fFile.php, line 1271
This message has been formatted using MIME. It does not appear that your\r\nemail client supports MIME. fEmail.php, line 637
This number, %s, can not have the square root calculated since it is a negative number fNumber.php, line 1470
This unbuffered result has been fully fetched, or replaced by a newer result fUnbufferedResult.php, line 716
three fGrammar.php, line 358
today fDate.php, line 189
Translated SQL:%s fSQLTranslation.php, line 808
Trying to fix qmail by converting all \r\n to \n. This will cause invalid (but possibly functioning) email headers to be generated. fEmail.php, line 160
fEmail.php, line 203
fEmail.php, line 212
two fGrammar.php, line 357
Unable to change permissions on the uploaded file fUpload.php, line 326
Unable to connect to database fDatabase.php, line 626
Unable to determine the current OS fCore.php, line 407
Unable to send data since the connection has already been closed fMailbox.php, line 1330
fSMTP.php, line 543
Unable to write data to %1$s server %2$s on port %3$s fMailbox.php, line 1349
Unable to write data to SMTP server %1$s on port %2$s fSMTP.php, line 554
Unbuffered database results can not be iterated through multiple times fUnbufferedResult.php, line 595
Uncaught fCore.php, line 872
Unknown data type, %1$s, specified. Must be one of: %2$s. fDatabase.php, line 3169
Unknown method, %s(), called fActiveRecord.php, line 1003
fRecordSet.php, line 471
Unknown SMTP welcome message, %1$s, from server %2$s on port %3$s fSMTP.php, line 240
User Deprecated fCore.php, line 831
User Error fCore.php, line 825
User Notice fCore.php, line 827
User Warning fCore.php, line 826
Warning fCore.php, line 823
week fDate.php, line 205
fTimestamp.php, line 977
weeks fDate.php, line 211
fTimestamp.php, line 978
When creating an %1$s where clause there must be an equal number of columns and values, however there are not fORMDatabase.php, line 642
When creating an %s where clause there must be a comparison operator for each column, however one or more is missing fORMDatabase.php, line 651
When performing an %1$s comparison there must be an equal number of methods and values, however there are not fActiveRecord.php, line 484
When performing an %s comparison there must be a comparison operator for each column, however one or more is missing fActiveRecord.php, line 493
year fDate.php, line 250
fTimestamp.php, line 982
years fDate.php, line 250
fTimestamp.php, line 982
zero fGrammar.php, line 355