98 // What language us being used
99 defined('CURRENT_LANGUAGE') or define('CURRENT_LANGUAGE', $site_lang);
100101 $langs = $this->config->item('supported_languages');
102103 $pyro['lang'] = $langs[CURRENT_LANGUAGE];
104 $pyro['lang']['code'] = CURRENT_LANGUAGE;
105106 $this->load->vars($pyro);
107108 // Set php locale time
98 // What language us being used
99 defined('CURRENT_LANGUAGE') or define('CURRENT_LANGUAGE', $site_lang);
100101 $langs = $this->config->item('supported_languages');
102103 $pyro['lang'] = $langs[CURRENT_LANGUAGE];
104 $pyro['lang']['code'] = CURRENT_LANGUAGE;
105106 $this->load->vars($pyro);
107108 // Set php locale time
12 * Loads the gazillion of stuff, in Flash Gordon speed.
13 * @todo Document properly please.
14 */
15 public function __construct()
16 {
17 parent::__construct();
1819 $this->benchmark->mark('public_controller_start');
2021 // Check redirects if GET and Not AJAX
22 if ( ! $this->input->is_ajax_request() and $_SERVER['REQUEST_METHOD'] == 'GET')
299 * ------------------------------------------------------
300 */
301 // Mark a start point so we can benchmark the controller
302 $BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_start');
303304 $CI = new $class();
305306 /*
307 * ------------------------------------------------------
308 * Is there a "post_controller_constructor" hook?
309 * ------------------------------------------------------
12 * Loads the gazillion of stuff, in Flash Gordon speed.
13 * @todo Document properly please.
14 */
15 public function __construct()
16 {
17 parent::__construct();
1819 $this->benchmark->mark('public_controller_start');
2021 // Check redirects if GET and Not AJAX
22 if ( ! $this->input->is_ajax_request() and $_SERVER['REQUEST_METHOD'] == 'GET')
299 * ------------------------------------------------------
300 */
301 // Mark a start point so we can benchmark the controller
302 $BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_start');
303304 $CI = new $class();
305306 /*
307 * ------------------------------------------------------
308 * Is there a "post_controller_constructor" hook?
309 * ------------------------------------------------------
ErrorException [ Warning ]:Cannot modify header information - headers already sent by (output started at /home/rapolioniogimn/domains/drops.rapolioniogimnazija.lt/public_html/system/cms/libraries/MY_Exceptions.php:191)
Cannot modify header information - headers already sent by (output started at /home/rapolioniogimn/domains/drops.rapolioniogimnazija.lt/public_html/system/cms/libraries/MY_Exceptions.php:191)
296 // Mark custom data as dirty so we know to update the DB
297 $this->data_dirty = TRUE;
298 }
299300 // Write the cookie
301 $this->_set_cookie();
302 }
303304 // ------------------------------------------------------------------------
305306 /**
[register_redirect] =>
)
[streams:streams_table] => data_streams
[streams:fields_table] => data_fields
[streams:assignments_table] => data_field_assignments
[streams:searches_table] => data_stream_searches
[dropdown_choose_null] => -----
[streams:reserved] => Array
(
[0] => ACCESSIBLE
[1] => ADD
[2] => ALL
[3] => ALTER
[4] => ANALYZE
[5] => AND
[6] => AS
[7] => ASC
[8] => ASENSITIVE
[9] => BEFORE
[10] => BETWEEN
[11] => BIGINT
[12] => BINARY
[13] => BLOB
[14] => BOTH
[15] => BY
[16] => CALL
[17] => CASCADE
[18] => CASE
[19] => CHANGE
[20] => CHAR
[21] => CHARACTER
[22] => CHECK
[23] => COLLATE
[24] => COLUMN
[25] => CONDITION
[26] => CONSTRAINT
[27] => CONTINUE
[28] => CONVERT
[29] => CREATE
[30] => CROSS
[31] => CURRENT_DATE
[32] => CURRENT_TIME
[33] => CURRENT_TIMESTAMP
[34] => CURRENT_USER
[35] => CURSOR
[36] => DATABASE
[37] => DATABASES
[38] => DAY_HOUR
[39] => DAY_MICROSECOND
[40] => DAY_MINUTE
[41] => DAY_SECOND
[42] => DEC
[43] => DECIMAL
[44] => DECLARE
[45] => DEFAULT
[46] => DELAYED
[47] => DELETE
[48] => DESC
[49] => DESCRIBE
[50] => DETERMINISTIC
[51] => DISTINCT
[52] => DISTINCTROW
[53] => DIV
[54] => DOUBLE
[55] => DROP
[56] => DUAL
[57] => EACH
[58] => ELSE
[59] => ELSEIF
[60] => ENCLOSED
[61] => ESCAPED
[62] => EXISTS
[63] => EXIT
[64] => EXPLAIN
[65] => false
[66] => FETCH
[67] => FLOAT
[68] => FLOAT4
[69] => FLOAT8
[70] => FOR
[71] => FORCE
[72] => FOREIGN
[73] => FROM
[74] => FULLTEXT
[75] => GRANT
[76] => GROUP
[77] => HAVING
[78] => HIGH_PRIORITY
[79] => HOUR_MICROSECOND
[80] => HOUR_MINUTE
[81] => HOUR_SECOND
[82] => IF
[83] => IGNORE
[84] => IN
[85] => INDEX
[86] => INFILE
[87] => INNER
[88] => INOUT
[89] => INSENSITIVE
[90] => INSERT
[91] => INT
[92] => INT1
[93] => INT2
[94] => INT3
[95] => INT4
[96] => INT8
[97] => INTEGER
[98] => INTERVAL
[99] => INTO
[100] => IS
[101] => ITERATE
[102] => JOIN
[103] => KEY
[104] => KEYS
[105] => KILL
[106] => LEADING
[107] => LEAVE
[108] => LEFT
[109] => LIKE
[110] => LIMIT
[111] => LINEAR
[112] => LINES
[113] => LOAD
[114] => LOCALTIME
[115] => LOCALTIMESTAMP
[116] => LOCK
[117] => LONG
[118] => LONGBLOB
[119] => LONGTEXT
[120] => LOOP
[121] => LOW_PRIORITY
[122] => MASTER_SSL_VERIFY_SERVER_CERT
[123] => MATCH
[124] => MEDIUMBLOB
[125] => MEDIUMINT
[126] => MEDIUMTEXT
[127] => MIDDLEINT
[128] => MINUTE_MICROSECOND
[129] => MINUTE_SECOND
[130] => MOD
[131] => MODIFIES
[132] => NATURAL
[133] => NOT
[134] => NO_WRITE_TO_BINLOG
[135] => null
[136] => NUMERIC
[137] => ON
[138] => OPTIMIZE
[139] => OPTION
[140] => OPTIONALLY
[141] => OR
[142] => ORDER
[143] => OUT
[144] => OUTER
[145] => OUTFILE
[146] => PRECISION
[147] => PRIMARY
[148] => PROCEDURE
[149] => PURGE
[150] => RANGE
[151] => READ
[152] => READS
[153] => READ_WRITE
[154] => REAL
[155] => REFERENCES
[156] => REGEXP
[157] => RELEASE
[158] => RENAME
[159] => REPEAT
[160] => REPLACE
[161] => REQUIRE
[162] => RESTRICT
[163] => RETURN
[164] => REVOKE
[165] => RIGHT
[166] => RLIKE
[167] => SCHEMA
[168] => SCHEMAS
[169] => SECOND_MICROSECOND
[170] => SELECT
[171] => SENSITIVE
[172] => SEPARATOR
[173] => SET
[174] => SHOW
[175] => SMALLINT
[176] => SPATIAL
[177] => SPECIFIC
[178] => SQL
[179] => SQLEXCEPTION
[180] => SQLSTATE
[181] => SQLWARNING
[182] => SQL_BIG_RESULT
[183] => SQL_CALC_FOUND_ROWS
[184] => SQL_SMALL_RESULT
[185] => SSL
[186] => STARTING
[187] => STRAIGHT_JOIN
[188] => TABLE
[189] => TERMINATED
[190] => THEN
[191] => TINYBLOB
[192] => TINYINT
[193] => TINYTEXT
[194] => TO
[195] => TRAILING
[196] => TRIGGER
[197] => true
[198] => UNDO
[199] => UNION
[200] => UNIQUE
[201] => UNLOCK
[202] => UNSIGNED
[203] => UPDATE
[204] => USAGE
[205] => USE
[206] => USING
[207] => UTC_DATE
[208] => UTC_TIME
[209] => UTC_TIMESTAMP
[210] => VALUES
[211] => VARBINARY
[212] => VARCHAR
[213] => VARCHARACTER
[214] => VARYING
[215] => WHEN
[216] => WHERE
[217] => WHILE
[218] => WITH
[219] => WRITE
[220] => XOR
[221] => YEAR_MONTH
[222] => ZEROFILL
[223] => created
[224] => page_id
[225] => updated
[226] => id
[227] => created_by
)
[streams:schema] => Array
(
[data_streams] => Array
(
[fields] => Array
(
[id] => Array
(
[type] => INT
[unsigned] => 1
[auto_increment] => 1
)
[stream_name] => Array
(
[type] => VARCHAR
[constraint] => 60
)
[stream_slug] => Array
(
[type] => VARCHAR
[constraint] => 60
)
[stream_namespace] => Array
(
[type] => VARCHAR
[constraint] => 60
[null] => 1
)
[stream_prefix] => Array
(
[type] => VARCHAR
[constraint] => 60
[null] => 1
)
[about] => Array
(
[type] => VARCHAR
[constraint] => 255
[null] => 1
)
[view_options] => Array
(
[type] => BLOB
)
[title_column] => Array
(
[type] => VARCHAR
[constraint] => 255
[null] => 1
)
[sorting] => Array
(
[type] => ENUM
[constraint] => Array
(
[0] => title
[1] => custom
)
[default] => title
)
[permissions] => Array
(
[type] => TEXT
[null] => 1
)
[is_hidden] => Array
(
[type] => ENUM
[constraint] => Array
(
[0] => yes
[1] => no
)
[default] => no
)
[menu_path] => Array
(
[type] => VARCHAR
[constraint] => 255
[null] => 1
)
)
[primary_key] => id
)
[data_fields] => Array
(
[fields] => Array
(
[id] => Array
(
[type] => INT
[constraint] => 11
[unsigned] => 1
[auto_increment] => 1
)
[field_name] => Array
(
[type] => VARCHAR
[constraint] => 60
)
[field_slug] => Array
(
[type] => VARCHAR
[constraint] => 60
)
[field_namespace] => Array
(
[type] => VARCHAR
[constraint] => 60
[null] => 1
)
[field_type] => Array
(
[type] => VARCHAR
[constraint] => 50
)
[field_data] => Array
(
[type] => BLOB
[null] => 1
)
[view_options] => Array
(
[type] => BLOB
[null] => 1
)
[is_locked] => Array
(
[type] => ENUM
[constraint] => Array
(
[0] => yes
[1] => no
)
[default] => no
)
)
[primary_key] => id
)
[data_field_assignments] => Array
(
[fields] => Array
(
[id] => Array
(
[type] => INT
[constraint] => 11
[unsigned] => 1
[auto_increment] => 1
)
[sort_order] => Array
(
[type] => INT
[constraint] => 11
)
[stream_id] => Array
(
[type] => INT
[constraint] => 11
)
[field_id] => Array
(
[type] => INT
[constraint] => 11
)
[is_required] => Array
(
[type] => ENUM
[constraint] => Array
(
[0] => yes
[1] => no
)
[default] => no
)
[is_unique] => Array
(
[type] => ENUM
[constraint] => Array
(
[0] => yes
[1] => no
)
[default] => no
)
[instructions] => Array
(
[type] => TEXT
[null] => 1
)
[field_name] => Array
(
[type] => VARCHAR
[constraint] => 255
[null] => 1
)
)
[primary_key] => id
)
)
)
[is_loaded] => Array
(
[0] => App/config/language.php
[1] => system/cms/config/asset.php
[2] => system/cms/config/pyrocache.php
[3] => ion_auth
[4] => ion_auth
[5] => streams
[6] => streams
)
[_config_paths] => Array
(
[0] => App/
[1] => system/cms/
[2] => addons/shared_addons/
[3] => addons/shared_addons/
)
)
)
)
[output] => CI_Output Object
(
[final_output] =>
[cache_expiration] => 0
[headers] => Array
(
)
[mimes] => Array
(
[hqx] => Array
(
[0] => application/mac-binhex40
[1] => application/mac-binhex
[2] => application/x-binhex40
[3] => application/x-mac-binhex40
)
[cpt] => application/mac-compactpro
[csv] => Array
(
[0] => text/x-comma-separated-values
[1] => text/comma-separated-values
[2] => application/octet-stream
[3] => application/vnd.ms-excel
[4] => application/x-csv
[5] => text/x-csv
[6] => text/csv
[7] => text/plain
[8] => application/csv
[9] => application/excel
[10] => application/vnd.msexcel
[11] => text/x-c
)
[bin] => Array
(
[0] => application/macbinary
[1] => application/mac-binary
[2] => application/octet-stream
[3] => application/x-binary
[4] => application/x-macbinary
)
[dms] => application/octet-stream
[lha] => application/octet-stream
[lzh] => application/octet-stream
[exe] => Array
(
[0] => application/octet-stream
[1] => application/x-msdownload
)
[class] => application/octet-stream
[psd] => application/x-photoshop
[so] => application/octet-stream
[sea] => application/octet-stream
[dll] => application/octet-stream
[oda] => application/oda
[pdf] => Array
(
[0] => application/pdf
[1] => application/x-pdf
[2] => application/x-download
[3] => application/x-download
[4] => binary/octet-stream
[5] => application/unknown
[6] => application/force-download
)
[ai] => application/postscript
[eps] => application/postscript
[ps] => application/postscript
[smi] => application/smil
[smil] => application/smil
[mif] => application/vnd.mif
[xls] => Array
(
[0] => application/excel
[1] => application/vnd.ms-excel
[2] => application/msexcel
[3] => application/vnd.ms-office
)
[ppt] => Array
(
[0] => application/powerpoint
[1] => application/vnd.ms-powerpoint
[2] => application/vnd.ms-office
)
[pptx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.presentationml.presentation
[1] => application/zip
)
[wbxml] => application/wbxml
[wmlc] => application/wmlc
[dcr] => application/x-director
[dir] => application/x-director
[dxr] => application/x-director
[dvi] => application/x-dvi
[gtar] => application/x-gtar
[gz] => application/x-gzip
[gzip] => application/x-gzip
[php] => application/x-httpd-php
[php4] => application/x-httpd-php
[php3] => application/x-httpd-php
[phtml] => application/x-httpd-php
[phps] => application/x-httpd-php-source
[js] => application/x-javascript
[swf] => application/x-shockwave-flash
[sit] => application/x-stuffit
[tar] => application/x-tar
[tgz] => Array
(
[0] => application/x-tar
[1] => application/x-gzip-compressed
)
[xhtml] => application/xhtml+xml
[xht] => application/xhtml+xml
[zip] => Array
(
[0] => application/x-zip
[1] => application/zip
[2] => application/x-zip-compressed
)
[mid] => audio/midi
[midi] => audio/midi
[mpga] => audio/mpeg
[mp2] => audio/mpeg
[mp3] => Array
(
[0] => audio/mpeg
[1] => audio/mpg
[2] => audio/mpeg3
[3] => audio/mp3
)
[aif] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aiff] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aifc] => audio/x-aiff
[ram] => audio/x-pn-realaudio
[rm] => audio/x-pn-realaudio
[rpm] => audio/x-pn-realaudio-plugin
[ra] => audio/x-realaudio
[rv] => video/vnd.rn-realvideo
[wav] => audio/x-wav
[bmp] => Array
(
[0] => image/bmp
[1] => image/x-windows-bmp
)
[gif] => image/gif
[jpeg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpe] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[png] => Array
(
[0] => image/png
[1] => image/x-png
)
[tiff] => image/tiff
[tif] => image/tiff
[css] => text/css
[html] => text/html
[htm] => text/html
[shtml] => text/html
[txt] => text/plain
[text] => text/plain
[log] => Array
(
[0] => text/plain
[1] => text/x-log
)
[rtx] => text/richtext
[rtf] => text/rtf
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[xsl] => text/xml
[mpeg] => video/mpeg
[mpg] => video/mpeg
[mpe] => video/mpeg
[qt] => video/quicktime
[mov] => video/quicktime
[avi] => Array
(
[0] => video/x-msvideo
[1] => video/msvideo
[2] => video/avi
[3] => application/x-troff-msvideo
)
[movie] => video/x-sgi-movie
[doc] => application/msword
[docx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.wordprocessingml.document
[1] => application/zip
)
[odt] => Array
(
[0] => application/vnd.oasis.opendocument.text
)
[xlsx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[1] => application/zip
)
[word] => Array
(
[0] => application/msword
[1] => application/octet-stream
)
[xl] => application/excel
[eml] => message/rfc822
[json] => Array
(
[0] => application/json
[1] => text/json
)
[pem] => Array
(
[0] => application/x-x509-user-cert
[1] => application/x-pem-file
[2] => application/octet-stream
)
[p10] => Array
(
[0] => application/x-pkcs10
[1] => application/pkcs10
)
[p12] => application/x-pkcs12
[p7a] => application/x-pkcs7-signature
[p7c] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7m] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7r] => application/x-pkcs7-certreqresp
[p7s] => application/pkcs7-signature
[crt] => Array
(
[0] => application/x-x509-ca-cert
[1] => application/x-x509-user-cert
[2] => application/pkix-cert
)
[crl] => Array
(
[0] => application/pkix-crl
[1] => application/pkcs-crl
)
[der] => application/x-x509-ca-cert
[kdb] => application/octet-stream
[pgp] => application/pgp
[gpg] => application/gpg-keys
[sst] => application/octet-stream
[csr] => application/octet-stream
[rsa] => application/x-pkcs7
[cer] => Array
(
[0] => application/pkix-cert
[1] => application/x-x509-ca-cert
)
[3g2] => video/3gpp2
[3gp] => video/3gp
[mp4] => video/mp4
[m4a] => audio/x-m4a
[f4v] => video/mp4
[aac] => audio/x-acc
[m4u] => application/vnd.mpegurl
[m3u] => text/plain
[xspf] => application/xspf+xml
[vlc] => application/videolan
[wmv] => video/x-ms-wmv
[au] => audio/x-au
[ac3] => audio/ac3
[flac] => audio/x-flac
[ogg] => audio/ogg
[ogv] => application/ogg
[webm] => video/webm
[pages] => application/zip
[numbers] => application/zip
[svg] => image/svg+xml
[docm] => application/vnd.ms-word.document.macroenabled.12
[dotm] => application/vnd.ms-word.template.macroenabled.12
[dotx] => application/vnd.openxmlformats-officedocument.wordprocessingml.template
[potm] => application/vnd.ms-powerpoint.template.macroenabled.12
[potx] => application/vnd.openxmlformats-officedocument.presentationml.template
[ppam] => application/vnd.ms-powerpoint.addin.macroenabled.12
[ppsm] => application/vnd.ms-powerpoint.slideshow.macroenabled.12
[ppsx] => application/vnd.openxmlformats-officedocument.presentationml.slideshow
[pptm] => application/vnd.ms-powerpoint.presentation.macroenabled.12
[xlam] => application/vnd.ms-excel.addin.macroenabled.12
[xlsb] => application/vnd.ms-excel.sheet.binary.macroenabled.12
[xlsm] => application/vnd.ms-excel.sheet.macroenabled.12
[xltm] => application/vnd.ms-excel.template.macroenabled.12
[xltx] => application/vnd.openxmlformats-officedocument.spreadsheetml.template
)
[mime_type:protected] => text/html
[enable_profiler] =>
[_zlib_oc:protected] =>
[_profiler_sections:protected] => Array
(
)
[parse_exec_vars] => 1
)
[security] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[input] => CI_Input Object
(
[ip_address] => 18.232.179.37
[user_agent] => CCBot/2.0 (https://commoncrawl.org/faq/)
[_allow_get_array:protected] => 1
[_standardize_newlines:protected] => 1
[_enable_xss:protected] =>
[_enable_csrf:protected] =>
[headers:protected] => Array
(
)
[security] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[uni] => CI_Utf8 Object
(
)
)
[lang] => MY_Lang Object
(
[language] => Array
(
[error_404_title] => Page missing
[error_404_message] => We cannot find the page you are looking for, please click here to go to the homepage.
[error_invalid_db_group] => The database is trying to use an invalid configuration group "%s".
[migration_none_found] => No migrations were found.
[migration_not_found] => No migration could be found with the version number: %d.
[migration_multiple_version] => There are multiple migrations with the same version number: %d.
[migration_class_doesnt_exist] => The migration class "%s" could not be found.
[migration_missing_up_method] => The migration class "%s" is missing an "up" method.
[migration_missing_down_method] => The migration class "%s" is missing a "down" method.
[migration_invalid_filename] => Migration "%s" has an invalid filename.
[settings:site_name] => Site Name
[settings:site_name_desc] => The name of the website for page titles and for use around the site.
[settings:site_slogan] => Site Slogan
[settings:site_slogan_desc] => The slogan of the website for page titles and for use around the site.
[settings:site_lang] => Site Language
[settings:site_lang_desc] => The native language of the website, used to choose templates of e-mail notifications, contact form, and other features that should not depend on the language of a user.
[settings:contact_email] => Contact E-mail
[settings:contact_email_desc] => All e-mails from users, guests and the site will go to this e-mail address.
[settings:server_email] => Server E-mail
[settings:server_email_desc] => All e-mails to users will come from this e-mail address.
[settings:meta_topic] => Meta Topic
[settings:meta_topic_desc] => Two or three words describing this type of company/website.
[settings:currency] => Currency
[settings:currency_desc] => The currency symbol for use on products, services, etc.
[settings:dashboard_rss] => Dashboard RSS Feed
[settings:dashboard_rss_desc] => Link to an RSS feed that will be displayed on the dashboard.
[settings:dashboard_rss_count] => Dashboard RSS Items
[settings:dashboard_rss_count_desc] => How many RSS items would you like to display on the dashboard ?
[settings:date_format] => Date Format
[settings:date_format_desc] => How should dates be displayed across the website and control panel? Using the date format from PHP - OR - Using the format of strings formatted as date from PHP.
[settings:frontend_enabled] => Site Status
[settings:frontend_enabled_desc] => Use this option to the user-facing part of the site on or off. Useful when you want to take the site down for maintenence
[settings:mail_protocol] => Mail Protocol
[settings:mail_protocol_desc] => Select desired email protocol.
[settings:mail_sendmail_path] => Sendmail Path
[settings:mail_sendmail_path_desc] => Path to server sendmail binary.
[settings:mail_smtp_host] => SMTP Host
[settings:mail_smtp_host_desc] => The host name of your smtp server.
[settings:mail_smtp_pass] => SMTP password
[settings:mail_smtp_pass_desc] => SMTP password.
[settings:mail_smtp_port] => SMTP Port
[settings:mail_smtp_port_desc] => SMTP port number.
[settings:mail_smtp_user] => SMTP User Name
[settings:mail_smtp_user_desc] => SMTP user name.
[settings:unavailable_message] => Unavailable Message
[settings:unavailable_message_desc] => When the site is turned off or there is a major problem, this message will show to users.
[settings:default_theme] => Default Theme
[settings:default_theme_desc] => Select the theme you want users to see by default.
[settings:activation_email] => Activation Email
[settings:activation_email_desc] => Send out an e-mail when a user signs up with an activation link. Disable this to let only admins activate accounts.
[settings:records_per_page] => Records Per Page
[settings:records_per_page_desc] => How many records should we show per page? (both for frontend and for admin section) e.g.: blog posts, users etc.
[settings:rss_feed_items] => Feed item count
[settings:rss_feed_items_desc] => How many items should we show in RSS/blog feeds?
[settings:enable_profiles] => Enable profiles
[settings:enable_profiles_desc] => Allow users to add and edit profiles.
[settings:ga_email] => Google Analytic E-mail
[settings:ga_email_desc] => E-mail address used for Google Analytics, we need this to show the graph on the dashboard.
[settings:ga_password] => Google Analytic Password
[settings:ga_password_desc] => Google Analytics password. This is also needed to show the graph on the dashboard. You will need to allow access to Google to get this to work. See Authorized Access to your Google Account
[settings:ga_profile] => Google Analytic Profile
[settings:ga_profile_desc] => Profile ID for this website in Google Analytics. Look in the URL when signed into Google Analytics for something that looks like "pXXXXXXXX". The, "XXXXXXXX" is the profile ID.
[settings:ga_tracking] => Google Tracking Code
[settings:ga_tracking_desc] => Enter your Google Analytic Tracking Code to activate Google Analytics view data capturing. E.g: UA-19483569-6
[settings:akismet_api_key] => Akismet API Key
[settings:akismet_api_key_desc] => Akismet is a spam-blocker from the WordPress team. It keeps spam under control without forcing users to get past human-checking CAPTCHA forms.
[settings:comment_order] => Comment Order
[settings:comment_order_desc] => Sort order in which to display comments:
[settings:enable_comments] => Enable Comments
[settings:enable_comments_desc] => Allow users to post comments?
[settings:moderate_comments] => Moderate Comments
[settings:moderate_comments_desc] => Force comments to be approved before they appear on the site.
[settings:comment_markdown] => Allow Markdown
[settings:comment_markdown_desc] => Do you want to allow visitors to post comments using Markdown?
[settings:version] => Version
[settings:version_desc] =>
[settings:site_public_lang] => Public Languages
[settings:site_public_lang_desc] => Which are the languages really supported and offered on the front-end of your website?
[settings:admin_force_https] => Force HTTPS for Control Panel?
[settings:admin_force_https_desc] => Allow only the HTTPS protocol when using the Control Panel?
[settings:files_cache] => Files Cache
[settings:files_cache_desc] => When outputting an image via site.com/files what shall we set the cache expiration for?
[settings:auto_username] => Auto Username
[settings:auto_username_desc] => Create the username automatically, meaning users can skip making one on registration.
[settings:registered_email] => User Registered Email
[settings:registered_email_desc] => Send a notification email to the contact e-mail when someone registers.
[settings:ckeditor_config] => CKEditor Config
[settings:ckeditor_config_desc] => You can find a list of valid configuration items in CKEditor's documentation.
[settings:enable_registration] => Enable user registration
[settings:enable_registration_desc] => Allow users to register in your site.
[settings:profile_visibility] => Profile Visibility
[settings:profile_visibility_desc] => Specify who can view user profiles on the public site
[settings:cdn_domain] => CDN Domain
[settings:cdn_domain_desc] => CDN domains allow you to offload static content to various edge servers, like Amazon CloudFront or MaxCDN. If you do not have a CDN provider try MaxCDN. Sign up and save 25%.
[settings:section_general] => General
[settings:section_integration] => Integration
[settings:section_comments] => Comments
[settings:section_users] => Users
[settings:section_statistics] => Statistics
[settings:section_files] => Files
[settings:form_option_Open] => Open
[settings:form_option_Closed] => Closed
[settings:form_option_Enabled] => Enabled
[settings:form_option_Disabled] => Disabled
[settings:form_option_Required] => Required
[settings:form_option_Optional] => Optional
[settings:form_option_Oldest First] => Oldest First
[settings:form_option_Newest First] => Newest First
[settings:form_option_Text Only] => Text Only
[settings:form_option_Allow Markdown] => Allow Markdown
[settings:form_option_Yes] => Yes
[settings:form_option_No] => No
[settings:form_option_profile_public] => Visible to everybody
[settings:form_option_profile_owner] => Only visible to the profile owner
[settings:form_option_profile_hidden] => Never visible
[settings:form_option_profile_member] => Visible to any logged in user
[settings:form_option_activate_by_email] => Activate by email
[settings:form_option_activate_by_admin] => Activate by admin
[settings:form_option_no_activation] => Instant activation
[settings:no_settings] => There are currently no settings.
[settings:save_success] => Your settings were saved!
[global:control-panel] => Control Panel
[global:profile] => Profile
[global:title] => Title
[name_label] => Name
[desc_label] => Description
[version_label] => Version
[global:author] => Author
[global:action] => Action
[global:slug] => Slug
[global:slug_instructions] => Lowercase characters and underscores only.
[global:user] => User
[global:dialog:delete_message] => Are you sure you want to delete this? It cannot be undone.
[global:dialog:confirm] => Confirm
[global:yes] => Yes
[global:no] => No
[global:select-none] => -- None --
[global:select-all] => -- All --
[global:select-any] => -- Any --
[global:select-pick] => -- Select --
[global:check-all] => All
[global:check-none] => None
[global:operators:equal] => Equal to
[global:operators:not-equal] => Not equal to
[global:operators:less-than] => Less than
[global:operators:greater-than] => Greater than
[global:duration:1-day] => One day
[global:duration:1-week] => One week
[global:duration:2-weeks] => Two weeks
[global:duration:1-month] => One month
[global:duration:3-months] => Three Months
[global:duration:always] => Always
[navigation_headline] => Navigation
[breadcrumb_base_label] => Home
[logged_in_welcome] => Welcome %s, you are logged in.
[logout_label] => Log out
[edit_profile_label] => Edit Profile
[settings_label] => Settings
[close_message] => Close this message
[general_error_label] => Error
[required_error_label] => Required field missing
[note_label] => Note
[success_label] => Success
[global:fields] => Fields
[global:custom_fields] => Custom Fields
[login_title] => Log In
[global:fatal_error] => Fatal error, is CMS installed?
[global:demo_restrictions] => Some features on this page have been disabled for the demo.
[login_error_label] => Login Error
[forgot_password_label] => Forgot your password ?
[global:email] => E-mail
[global:password] => Password
[login_label] => Log In
[help_label] => Help
[save_label] => Save
[cancel_label] => Cancel
[update_label] => Update Caption
[global:delete] => Delete
[activate_label] => Activate
[global:approve] => Approve
[global:unapprove] => Unapprove
[publish_label] => Publish
[global:upload] => Upload
[global:uninstall] => Uninstall
[global:install] => Install
[global:upgrade] => Upgrade
[global:enable] => Enable
[global:disable] => Disable
[global:enabled] => Enabled
[global:disabled] => Disabled
[all_right_reserved] => All Rights Reserved.
[powered_by_pyrocms] => Powered by PyroCMS
[top_page] => Top
[back_to_top] => Back to Top
[global:filters] => Filters
[global:image] => Image
[global:description] => Description
[global:actions] => Actions
[global:view] => View
[global:preview] => Preview
[global:add] => Add
[global:edit] => Edit
[global:empty] => Empty
[global:remove] => Remove
[global:keywords] => Keywords
[global:or] => or
[global:and] => and
[global:at] => at
[global:widgets] => Widgets
[global:themes] => Themes
[global:field_types] => Field Types
[global:plugins] => Plugins
[global:plugin] => Plugin
[global:options] => Options
[global:plain-text] => Plain Text
[user:add_field] => Add User Profile Field
[user:profile_delete_success] => User profile field deleted successfully
[user:profile_delete_failure] => There was a problem with deleting your user profile field
[profile_user_basic_data_label] => Basic Data
[profile_company] => Company
[profile_updated_on] => Updated On
[user:profile_fields_label] => Profile Fields
[user:register_header] => Registration
[user:register_step1] => Step 1: Register
[user:register_step2] => Step 2: Activate
[user:login_header] => Login
[user:add_title] => Add User
[user:list_title] => Users
[user:inactive_title] => Inactive Users
[user:active_title] => Active Users
[user:registred_title] => Registered Users
[user:edit_title] => Edit User "%s"
[user:details_label] => Details
[user:first_name_label] => First Name
[user:last_name_label] => Last Name
[user:group_label] => Group
[user:activate_label] => Activate
[user:password_label] => Password
[user:password_confirm_label] => Confirm Password
[user:name_label] => Name
[user:joined_label] => Joined
[user:last_visit_label] => Last visit
[user:never_label] => Never
[user:no_inactives] => There are no inactive users.
[user:no_registred] => There are no registered users.
[account_changes_saved] => The changes to your account have been saved successfully.
[indicates_required] => Indicates required fields
[user:send_activation_email] => Send Activation Email
[user:do_not_activate] => Inactive
[user:register_title] => Register
[user:activate_account_title] => Activate Account
[user:activated_account_title] => Activated Account
[user:reset_password_title] => Reset Password
[user:password_reset_title] => Password Reset
[user:error_username] => The username you selected is already in use.
[user:error_email] => The email address you entered is already in use.
[user:full_name] => Full Name
[user:first_name] => First Name
[user:last_name] => Last Name
[user:username] => Username
[user:display_name] => Display Name
[user:email_use] => used to login
[user:remember] => Remember Me
[user:group_id_label] => Group ID
[user:level] => User Role
[user:active] => Active
[user:lang] => Language
[user:activation_code] => Activation code
[user:reset_instructions] => Enter your email address or username
[user:reset_password_link] => Forgot your password?
[user:activation_code_sent_notice] => An email has been sent to you with your activation code.
[user:activation_by_admin_notice] => Your registration is awaiting approval by an administrator.
[user:registration_disabled] => Sorry, but the user registration is disabled.
[user:details_section] => Name
[user:password_section] => Change password
[user:other_settings_section] => Other settings
[user:settings_saved_success] => The settings for your user account have been saved.
[user:settings_saved_error] => An error occurred.
[user:register_btn] => Register
[user:activate_btn] => Activate
[user:reset_pass_btn] => Reset Pass
[user:login_btn] => Login
[user:settings_btn] => Save settings
[user:added_and_activated_success] => New user has been created and activated.
[user:added_not_activated_success] => New user has been created, the account needs to be activated.
[user:edit_user_not_found_error] => User not found.
[user:edit_success] => User successfully updated.
[user:edit_error] => Error occurred when trying to update user.
[user:activate_success] => %s users out of %s successfully activated.
[user:activate_error] => You need to select users first.
[user:delete_self_error] => You cannot delete yourself!
[user:mass_delete_success] => %s users out of %s successfully deleted.
[user:mass_delete_error] => You need to select users first.
[user:email_pass_missing] => Email or password fields are not complete.
[user:email_exists] => The email address you have chosen is already in use with a different user.
[user:register_error] => We think you are a bot. If we are mistaken please accept our apologies.
[user:register_reasons] => Join up to access special areas normally restricted. This means your settings will be remembered, more content and less ads.
[user:activation_incorrect] => Activation failed. Please check your details and make sure CAPS LOCK is not on.
[user:activated_message] => Your account has been activated, you can now log in to your account.
[user:logged_in] => You have logged in successfully.
[user:already_logged_in] => You are already logged in. Please logout before trying again.
[user:login_incorrect] => E-mail or password do not match. Please check your login and make sure CAPS LOCK is not on.
[user:inactive] => The account you are trying to access is currently inactive. Check your e-mail for instructions on how to activate your account - it may be in the junk folder.
[user:logged_out] => You have been logged out.
[user:forgot_incorrect] => No account was found with these details.
[user:password_reset_message] => Your password has been reset. You should recieve the email within the next 2 hours. If you don't, it might have gone into your junk mail by accident.
[user:activation_email_subject] => Activation Required
[user:activation_email_body] => Thank you for activting your account with %s. To log in to the site, please visit the link below:
[user:activated_email_subject] => Activation Complete
[user:activated_email_content_line1] => Thank you for registering at %s. Before we can activate your account, please complete the registration process by clicking on the following link:
[user:activated_email_content_line2] => In case your email program does not recognize the above link as, please direct your browser to the following URL and enter the activation code:
[user:reset_pass_email_subject] => Password Reset
[user:reset_pass_email_body] => Your password at %s has been reset. If you did not request this change, please email us at %s and we will resolve the situation.
[profile_of_title] => %s's Profile
[profile_user_details_label] => User Details
[profile_role_label] => Role
[profile_registred_on_label] => Registered on
[profile_last_login_label] => Last login
[profile_male_label] => Male
[profile_female_label] => Female
[profile_not_set_up] => This user does not have a profile set up.
[profile_edit] => Edit your profile
[profile_personal_section] => Personal
[profile_display_name] => Display Name
[profile_dob] => Date of Birth
[profile_dob_day] => Day
[profile_dob_month] => Month
[profile_dob_year] => Year
[profile_gender] => Gender
[profile_gender_nt] => Not Telling
[profile_gender_male] => Male
[profile_gender_female] => Female
[profile_bio] => About me
[profile_contact_section] => Contact
[profile_phone] => Phone
[profile_mobile] => Mobile
[profile_address] => Address
[profile_address_line1] => Line #1
[profile_address_line2] => Line #2
[profile_address_line3] => Town/City
[profile_address_postcode] => Post/Zip Code
[profile_website] => Website
[profile_api_section] => API Access
[profile_edit_success] => Your profile has been saved.
[profile_edit_error] => An error occurred.
[profile_save_btn] => Save profile
[files:files_title] => Files
[files:fetching] => Retrieving data...
[files:fetch_completed] => Completed
[files:save_failed] => Sorry. The changes could not be saved
[files:item_created] => "%s" was created
[files:item_updated] => "%s" was updated
[files:item_deleted] => "%s" was deleted
[files:item_not_deleted] => "%s" could not be deleted
[files:item_not_found] => Sorry. "%s" could not be found
[files:sort_saved] => Sort order saved
[files:no_permissions] => You do not have sufficient permissions
[files:activity] => Activity
[files:places] => Places
[files:back] => Back
[files:forward] => Forward
[files:start] => Start Upload
[files:details] => Details
[files:id] => ID
[files:name] => Name
[files:slug] => Slug
[files:path] => Path
[files:added] => Date Added
[files:width] => Width
[files:height] => Height
[files:ratio] => Ratio
[files:alt_attribute] => Alt Attribute
[files:full_size] => Full Size
[files:filename] => Filename
[files:filesize] => Filesize
[files:download_count] => Download Count
[files:download] => Download
[files:location] => Location
[files:keywords] => Keywords
[files:toggle_data_display] => Toggle Data Display
[files:description] => Description
[files:container] => Container
[files:bucket] => Bucket
[files:check_container] => Check Validity
[files:search_message] => Type and hit Enter
[files:search] => Search
[files:synchronize] => Synchronize
[files:uploader] => Drop files here or Click to select files
[files:replace_file] => Replace file
[files:refresh] => Refresh
[files:open] => Open
[files:new_folder] => New Folder
[files:upload] => Upload
[files:rename] => Rename
[files:replace] => Replace
[files:delete] => Delete
[files:edit] => Edit
[files:no_folders] => Files and folders are managed much like they would be on your desktop. Right click in the area below this message to create your first folder. Then right click on the folder to rename, delete, upload files to it, or change details such as linking it to a cloud location.
[files:no_folders_places] => Folders that you create will show up here in a tree that can be expanded and collapsed. Click on "Places" to view the root folder.
[files:no_folders_wysiwyg] => No folders have been created yet
[files:new_folder_name] => Untitled Folder
[files:folder] => Folder
[files:folders] => Folders
[files:select_folder] => Select a Folder
[files:subfolders] => Subfolders
[files:root] => Root
[files:no_subfolders] => No Subfolders
[files:folder_not_empty] => You must delete the contents of "%s" first
[files:mkdir_error] => We are unable to create %s. You must create it manually
[files:chmod_error] => The upload directory is unwriteable. It must be 0777
[files:location_saved] => The folder location has been saved
[files:container_exists] => "%s" exists. Save to link its contents to this folder
[files:container_not_exists] => "%s" does not exist in your account. Save and we will try to create it
[files:error_container] => "%s" could not be created and we could not determine the reason
[files:container_created] => "%s" has been created and is now linked to this folder
[files:unwritable] => "%s" is unwritable, please set its permissions to 0777
[files:specify_valid_folder] => You must specify a valid folder to upload the file to
[files:enable_cdn] => You must enable CDN for "%s" via your Rackspace control panel before we can synchronize
[files:synchronization_started] => Starting synchronization
[files:synchronization_complete] => Synchronization for "%s" has been completed
[files:untitled_folder] => Untitled Folder
[files:no_files] => No files found
[files:file_uploaded] => "%s" has been uploaded
[files:unsuccessful_fetch] => We were unable to fetch "%s". Are you sure it is a public file?
[files:invalid_container] => "%s" does not appear to be a valid container.
[files:no_records_found] => No records could be found
[files:invalid_extension] => "%s" has a file extension that is not allowed
[files:upload_error] => The file upload failed
[files:description_saved] => The file details have been saved
[files:alt_saved] => The image alt attribute has been saved
[files:file_moved] => "%s" has been moved successfully
[files:exceeds_server_setting] => The server cannot handle this large of a file
[files:exceeds_allowed] => File exceeds the max size allowed
[files:file_type_not_allowed] => This type of file is not allowed
[files:replace_warning] => Warning: Do not replace a file with a file of a different type (e.g. .jpg with .png)
[files:type_a] => Audio
[files:type_v] => Video
[files:type_d] => Document
[files:type_i] => Image
[files:type_o] => Other
[account_creation_successful] => Account Successfully Created
[account_creation_unsuccessful] => Unable to Create Account
[account_creation_duplicate_email] => Email Already Used or Invalid
[account_creation_duplicate_username] => Username Already Used or Invalid
[password_change_successful] => Password Successfully Changed
[password_change_unsuccessful] => Unable to Change Password
[forgot_password_successful] => Password Reset Email Sent
[forgot_password_unsuccessful] => Unable to Reset Password
[activate_successful] => Account Activated
[activate_unsuccessful] => Unable to Activate Account
[deactivate_successful] => Account De-Activated
[deactivate_unsuccessful] => Unable to De-Activate Account
[activation_email_successful] => Activation Email Sent
[activation_email_unsuccessful] => Unable to Send Activation Email
[login_successful] => Logged In Successfully
[login_unsuccessful] => Incorrect Login
[logout_successful] => Logged Out Successfully
[update_successful] => Account Information Successfully Updated
[update_unsuccessful] => Unable to Update Account Information
[delete_successful] => User Deleted
[delete_unsuccessful] => Unable to Delete User
[streams:save_field_error] => There was a problem saving your field.
[streams:field_add_success] => Field added successfully.
[streams:field_update_error] => There was a problem updating your field.
[streams:field_update_success] => Field updated successfully.
[streams:field_delete_error] => There was a problem deleting this field.
[streams:field_delete_success] => Field deleted successfully.
[streams:view_options_update_error] => There was a problem updating the view options.
[streams:view_options_update_success] => View options successfully updated.
[streams:remove_field_error] => There was a problem removing this field.
[streams:remove_field_success] => Field successfully removed.
[streams:create_stream_error] => There was a problem creating your stream.
[streams:create_stream_success] => Stream created successfully.
[streams:stream_update_error] => There was a problem updating this stream.
[streams:stream_update_success] => Stream updated successfully.
[streams:stream_delete_error] => There was a problem with deleting this stream.
[streams:stream_delete_success] => Stream deleted successfully.
[streams:stream_field_ass_add_error] => There was a problem adding this field to this stream.
[streams:stream_field_ass_add_success] => Field added to stream successfully.
[streams:stream_field_ass_upd_error] => There was a problem updating this field assignment.
[streams:stream_field_ass_upd_success] => Field assignment updated successfully.
[streams:delete_entry_error] => There was a problem deleting this entry.
[streams:delete_entry_success] => Entry deleted successfully.
[streams:new_entry_error] => There was a problem adding this entry.
[streams:new_entry_success] => Entry added successfully.
[streams:edit_entry_error] => There was a problem updating this entry.
[streams:edit_entry_success] => Entry updated successfully.
[streams:delete_summary] => Are you sure you want to delete the %s stream? This will delete %s %s permanently.
[streams:no_stream_provided] => No stream was provided.
[streams:invalid_stream] => Invalid stream.
[streams:not_valid_stream] => is not a valid stream.
[streams:invalid_stream_id] => Invalid stream ID.
[streams:invalid_row] => Invalid row.
[streams:invalid_id] => Invalid ID.
[streams:cannot_find_assign] => Cannot find field assignment.
[streams:cannot_find_pyrostreams] => Cannot find PyroStreams.
[streams:table_exists] => A table with the slug %s already exists.
[streams:no_results] => No results
[streams:no_entry] => Unable to find entry.
[streams:invalid_search_type] => is not a valid search type.
[streams:search_not_found] => Search not found.
[streams:field_slug_not_unique] => This field slug is already in use.
[streams:not_mysql_safe_word] => The %s field is a MySQL reserved word.
[streams:not_mysql_safe_characters] => The %s field contains disallowed characters.
[streams:type_not_valid] => Please select a valid field type.
[streams:stream_slug_not_unique] => This stream slug is already in use.
[streams:field_unique] => The %s field must be unique.
[streams:field_is_required] => The %s field is required.
[streams:date_out_or_range] => The date you have chosen for %s is out of the acceptable range.
[streams:label.field] => Field
[streams:label.field_required] => Field is Required
[streams:label.field_unique] => Field is Unique
[streams:label.field_instructions] => Field Instructions
[streams:label.make_field_title_column] => Make field the title column
[streams:label.field_name] => Field Name
[streams:label.field_slug] => Field Slug
[streams:label.field_type] => Field Type
[streams:id] => ID
[streams:created_by] => Created By
[streams:created_date] => Created Date
[streams:updated_date] => Updated Date
[streams:value] => Value
[streams:manage] => Manage
[streams:search] => Search
[streams:stream_prefix] => Stream Prefix
[streams:instr.field_instructions] => Displayed on form when entering or editing data.
[streams:instr.stream_full_name] => Full name for your stream.
[streams:instr.slug] => Lowercase, just letters and underscores.
[streams:assign_field] => Assign Field to Stream
[streams:edit_assign] => Edit Stream Assignment
[streams:add_field] => Create Field
[streams:edit_field] => Edit Field
[streams:fields] => Fields
[streams:streams] => Streams
[streams:list_fields] => List Fields
[streams:new_entry] => New Entry
[streams:stream_entries] => Stream Entries
[streams:entries] => Entries
[streams:stream_admin] => Stream Admin
[streams:list_streams] => List Streams
[streams:sure] => Are You Sure?
[streams:field_assignments] => Stream Field Assignments
[streams:new_field_assign] => New Field Assignment
[streams:stream_name] => Stream Name
[streams:stream_slug] => Stream Slug
[streams:about] => About
[streams:total_entries] => Total Entries
[streams:add_stream] => New Stream
[streams:edit_stream] => Edit Stream
[streams:about_stream] => About This Stream
[streams:title_column] => Title Column
[streams:sort_method] => Sort Method
[streams:add_entry] => Add Entry
[streams:edit_entry] => Edit Entry
[streams:view_options] => View Options
[streams:stream_view_options] => Stream View Options
[streams:backup_table] => Backup Stream Table
[streams:delete_stream] => Delete Stream
[streams:entry] => Entry
[streams:field_types] => Field Types
[streams:field_type] => Field Type
[streams:database_table] => Database Table
[streams:size] => Size
[streams:num_of_entries] => Number of Entries
[streams:num_of_fields] => Number of Fields
[streams:last_updated] => Last Updated
[streams:export_schema] => Export Schema
[streams:start.add_one] => add one here
[streams:start.no_fields] => You have not created any fields yet. To start, you can
[streams:start.no_assign] => Looks like there are no fields yet for this stream. To start, you can
[streams:start.add_field_here] => add a field here
[streams:start.create_field_here] => create a field here
[streams:start.no_streams] => There are no streams yet, but you can start by
[streams:start.no_streams_yet] => There are no streams yet.
[streams:start.adding_one] => adding one
[streams:start.no_fields_to_add] => No Fields to Add
[streams:start.no_fields_msg] => There are no fields to add to this stream. In PyroStreams, field types can be shared between streams and must be created before being added to a stream. You can start by
[streams:start.adding_a_field_here] => adding a field here
[streams:start.no_entries] => There are no entries yet for %s. To start, you can
[streams:no_entries] => No entries
[streams:add_fields] => assign fields
[streams:add_an_entry] => add an entry
[streams:to_this_stream_or] => to this stream or
[streams:no_field_assign] => No Field Assignments
[streams:no_fields_msg_first] => Looks like there are no fields yet for this stream.
[streams:no_field_assign_msg] => Before you start entering data, you need to
[streams:add_some_fields] => assign some fields
[streams:start.before_assign] => Before assigning fields to a stream, you need to create a field. You can
[streams:start.no_fields_to_assign] => Looks like there are no fields available to be assigned. Before you can assign a field you must
[streams:yes_delete] => Yes, Delete
[streams:no_thanks] => No Thanks
[streams:new_field] => New Field
[streams:edit] => Edit
[streams:delete] => Delete
[streams:remove] => Remove
[streams:reset] => Reset
[streams:field_singular] => field
[streams:field_plural] => fields
[streams:by_title_column] => By Title Column
[streams:manual_order] => Manual Order
[streams:stream_data_line] => Edit basic stream data.
[streams:view_options_line] => Choose which columns should be visible on the list data page.
[streams:backup_line] => Backup and download stream table into a zip file.
[streams:permanent_delete_line] => Permanently delete a stream and all stream data.
[streams:choose_a_field_type] => Choose a field type
[streams:choose_a_field] => Choose a field
[recaptcha_class_initialized] => reCaptcha Library Initialized
[recaptcha_no_private_key] => You did not supply an API key for Recaptcha
[recaptcha_no_remoteip] => For security reasons, you must pass the remote ip to reCAPTCHA
[recaptcha_socket_fail] => Could not open socket
[recaptcha_incorrect_response] => Incorrect Security Image Response
[recaptcha_field_name] => Security Image
[recaptcha_html_error] => Error loading security image. Please try again later
[streams:max_length] => Max Length
[streams:upload_location] => Upload Location
[streams:default_value] => Default Value
[streams:menu_path] => Menu Path
[streams:about_instructions] => A short description of your stream.
[streams:slug_instructions] => This will also be the database table name for your stream.
[streams:prefix_instructions] => If used, this will prefix the table in the database. Useful for naming collisons.
[streams:menu_path_instructions] => Where you what section and sub section this stream should show up in the menu. Separate by a forward slash. Ex: Main Section / Sub Section.
[streams:file.name] => File
[streams:file.folder] => Upload Folder
[streams:file.allowed_types] => Allowed Types
[streams:file.folder_notice] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:file.allowed_types_instructions] => Separate each file type with a pipe character. Ex: pdf|png
[streams:file.allowed_types_error] => The field %s contains an invalid file type.
[streams:country.name] => Country
[streams:country.default_country] => Default Country
[streams:email.name] => Email
[streams:integer.name] => Integer
[streams:user.name] => User
[streams:user.restrict_group] => Restrict Group
[streams:user.dont_restrict_groups] => Don't Restrict Groups
[streams:encrypt.name] => Encrypted
[streams:encrypt.hide_typing] => Hide Typing on Input?
[streams:textarea.name] => Textarea
[streams:textarea.default_text] => Default Text
[streams:textarea.allow_tags] => Allow Lex Tags
[streams:textarea.content_type] => Content Type
[streams:text.name] => Text
[streams:datetime.name] => Date/Time
[streams:datetime.use_time] => Use Time
[streams:datetime.timezone] => Timezone
[streams:datetime.start_date] => Start Restriction
[streams:datetime.end_date] => End Restriction
[streams:datetime.rest_instructions] => Takes numerical offset from current date (Ex: -20) or numerical offset for days (D), months (M), and years (Y). Ex: +1D +2Y<
[streams:datetime.storage] => Storage Format
[streams:datetime.input_type] => Input Type
[streams:invalid_input_for_date_range_check] => Invalid date input for data range check.
[streams:year.name] => Year
[streams:year.start_year] => Start Year
[streams:year.end_year] => End Year
[streams:year.default_year] => Default Year
[streams:state.name] => US State
[streams:state.full] => Full Name
[streams:state.abbr] => Abbreviation
[streams:state.state_display] => State Display
[streams:state.default_state] => Default State
[streams:choice.name] => Choices
[streams:choice.instructions] => Put each choice on one line. If you want a separate value for each choice, you can separate them by a colon (:).