CKFinder 3 Documentation

CKFinder.Application.lang

An object storing translated language strings defined in CKFinder and plugin language files.

Defined By

Methods

CKFinder.Application.lang
( year, month, day, hours, minutes ) : String
Returns the date formatted according to language setting. ...

Returns the date formatted according to language setting.

Parameters

  • year : String
  • month : String
  • day : String
  • hours : String
  • minutes : String

Returns

  • String
CKFinder.Application.lang
( string ) : String
Parses a given date string. ...

Parses a given date string.

Parameters

  • string : Object

Returns

  • String
CKFinder.Application.lang
( size ) : String
Formats the file size in bytes to locale size in kilo-, mega- or gigabytes. ...

Formats the file size in bytes to locale size in kilo-, mega- or gigabytes.

Parameters

  • size : Number

Returns

  • String
CKFinder.Application.lang
( count ) : String
Formats the file count. ...

Formats the file count.

Parameters

  • count : Number

    The number of files.

Returns

  • String
CKFinder.Application.lang
( transfer ) : String
Formats the transfer size in bytes to locale size in kilo-, mega- or gigabytes per second. ...

Formats the transfer size in bytes to locale size in kilo-, mega- or gigabytes per second.

Parameters

  • transfer : Number

Returns

  • String