2014-05-14 13:24:20 +00:00
< ? php
return [
2014-10-15 08:53:44 +00:00
'auth' => [
2014-12-19 09:28:27 +00:00
'title' => 'Administration Area'
2014-10-15 08:53:44 +00:00
],
2014-05-14 13:24:20 +00:00
'field' => [
'invalid_type' => 'Invalid field type used :type.' ,
2014-12-19 09:28:27 +00:00
'options_method_not_exists' => " The model class :model must define a method :method() returning options for the ':field' form field. "
2014-05-14 13:24:20 +00:00
],
'widget' => [
'not_registered' => " A widget class name ':name' has not been registered " ,
2014-12-19 09:28:27 +00:00
'not_bound' => " A widget with class name ':name' has not been bound to the controller "
2014-05-14 13:24:20 +00:00
],
'page' => [
2014-12-19 09:28:27 +00:00
'untitled' => 'Untitled' ,
2014-06-17 09:13:25 +00:00
'access_denied' => [
2014-12-19 09:28:27 +00:00
'label' => 'Access denied' ,
2014-06-17 09:13:25 +00:00
'help' => " You don't have the required permissions to view this page. " ,
2014-12-19 09:28:27 +00:00
'cms_link' => 'Return to the back-end'
2015-06-20 11:17:58 +00:00
],
'invalid_token' => [
'label' => 'Invalid security token'
2014-12-19 09:28:27 +00:00
]
2014-05-14 13:24:20 +00:00
],
'partial' => [
2015-03-12 09:50:16 +00:00
'not_found_name' => " The partial ':name' is not found. "
2014-05-14 13:24:20 +00:00
],
'account' => [
'sign_out' => 'Sign out' ,
'login' => 'Login' ,
'reset' => 'Reset' ,
'restore' => 'Restore' ,
'login_placeholder' => 'login' ,
'password_placeholder' => 'password' ,
2014-12-19 09:28:27 +00:00
'forgot_password' => 'Forgot your password?' ,
'enter_email' => 'Enter your email' ,
'enter_login' => 'Enter your login' ,
'email_placeholder' => 'email' ,
'enter_new_password' => 'Enter a new password' ,
'password_reset' => 'Password Reset' ,
'restore_success' => 'An email has been sent to your email address with password restore instructions.' ,
2014-05-14 13:24:20 +00:00
'restore_error' => " A user could not be found with a login value of ':login' " ,
2014-12-19 09:28:27 +00:00
'reset_success' => 'Your password has been successfully reset. You may now sign in.' ,
'reset_error' => 'Invalid password reset data supplied. Please try again!' ,
'reset_fail' => 'Unable to reset your password!' ,
2014-05-14 13:24:20 +00:00
'apply' => 'Apply' ,
'cancel' => 'Cancel' ,
'delete' => 'Delete' ,
2014-12-19 09:28:27 +00:00
'ok' => 'OK'
2014-05-14 13:24:20 +00:00
],
'dashboard' => [
'menu_label' => 'Dashboard' ,
2014-08-05 07:54:06 +00:00
'widget_label' => 'Widget' ,
'widget_width' => 'Width' ,
2014-08-16 04:18:37 +00:00
'full_width' => 'full width' ,
2014-08-05 07:54:06 +00:00
'add_widget' => 'Add widget' ,
2014-08-09 00:29:19 +00:00
'widget_inspector_title' => 'Widget configuration' ,
'widget_inspector_description' => 'Configure the report widget' ,
'widget_columns_label' => 'Width :columns' ,
'widget_columns_description' => 'The widget width, a number between 1 and 10.' ,
'widget_columns_error' => 'Please enter the widget width as a number between 1 and 10.' ,
'columns' => '{1} column|[2,Inf] columns' ,
'widget_new_row_label' => 'Force new row' ,
'widget_new_row_description' => 'Put the widget in a new row.' ,
2014-08-09 02:21:17 +00:00
'widget_title_label' => 'Widget title' ,
'widget_title_error' => 'The Widget Title is required.' ,
2014-08-09 00:29:19 +00:00
'status' => [
2014-08-09 02:21:17 +00:00
'widget_title_default' => 'System status' ,
'online' => 'online' ,
2014-11-10 09:34:42 +00:00
'maintenance' => 'in maintenance' ,
2014-12-19 09:28:27 +00:00
'update_available' => '{0} updates available!|{1} update available!|[2,Inf] updates available!'
2014-08-09 00:29:19 +00:00
]
2014-05-14 13:24:20 +00:00
],
'user' => [
'name' => 'Administrator' ,
'menu_label' => 'Administrators' ,
2014-07-27 00:11:16 +00:00
'menu_description' => 'Manage back-end administrator users, groups and permissions.' ,
2014-05-14 13:24:20 +00:00
'list_title' => 'Manage Administrators' ,
2014-05-15 17:36:04 +00:00
'new' => 'New Administrator' ,
2014-12-19 09:28:27 +00:00
'login' => 'Login' ,
'first_name' => 'First Name' ,
'last_name' => 'Last Name' ,
'full_name' => 'Full Name' ,
'email' => 'Email' ,
'groups' => 'Groups' ,
2016-02-20 06:12:41 +00:00
'groups_comment' => 'Specify which groups the account should belong to. Groups define user permissions, which can be overriden on the user level, on the Permissions tab.' ,
2014-12-19 09:28:27 +00:00
'avatar' => 'Avatar' ,
'password' => 'Password' ,
'password_confirmation' => 'Confirm Password' ,
'permissions' => 'Permissions' ,
2015-05-21 12:54:44 +00:00
'account' => 'Account' ,
2014-12-19 09:28:27 +00:00
'superuser' => 'Super User' ,
2016-02-20 06:12:41 +00:00
'superuser_comment' => 'Grants this account unlimited access to all areas of the system. Super users can add and manage other users. ' ,
2014-05-14 13:24:20 +00:00
'send_invite' => 'Send invitation by email' ,
2015-05-21 12:54:44 +00:00
'send_invite_comment' => 'Sends a welcome message containing login and password information.' ,
2014-05-15 17:36:04 +00:00
'delete_confirm' => 'Do you really want to delete this administrator?' ,
2015-07-03 23:34:35 +00:00
'return' => 'Return to admin list' ,
2014-08-12 00:15:38 +00:00
'allow' => 'Allow' ,
'inherit' => 'Inherit' ,
'deny' => 'Deny' ,
2014-05-14 13:24:20 +00:00
'group' => [
'name' => 'Group' ,
2016-02-23 05:52:23 +00:00
'name_comment' => 'The name is displayed in the group list on the Create/Edit Administrator form.' ,
2014-05-14 13:24:20 +00:00
'name_field' => 'Name' ,
2015-01-16 07:30:40 +00:00
'description_field' => 'Description' ,
2016-02-23 05:52:23 +00:00
'is_new_user_default_field_label' => 'Default group' ,
'is_new_user_default_field_comment' => 'Add new administrators to this group by default' ,
2015-01-16 07:30:40 +00:00
'code_field' => 'Code' ,
2016-02-24 05:44:05 +00:00
'code_comment' => 'Enter a unique code if you want to access the group object with the API.' ,
2016-02-29 03:52:21 +00:00
'menu_label' => 'Manage Groups' ,
2014-05-14 13:24:20 +00:00
'list_title' => 'Manage Groups' ,
2015-07-03 23:34:35 +00:00
'new' => 'New Group' ,
2014-05-15 20:23:29 +00:00
'delete_confirm' => 'Do you really want to delete this administrator group?' ,
2015-07-03 23:34:35 +00:00
'return' => 'Return to group list' ,
2015-06-27 01:02:29 +00:00
'users_count' => 'Users'
2014-05-14 13:24:20 +00:00
],
'preferences' => [
'not_authenticated' => 'There is no an authenticated user to load or save preferences for.'
]
],
'list' => [
'default_title' => 'List' ,
'search_prompt' => 'Search...' ,
'no_records' => 'There are no records in this view.' ,
'missing_model' => 'List behavior used in :class does not have a model defined.' ,
'missing_column' => 'There are no column definitions for :columns.' ,
'missing_columns' => 'List used in :class has no list columns defined.' ,
'missing_definition' => " List behavior does not contain a column for ':field'. " ,
2016-02-27 02:58:59 +00:00
'missing_parent_definition' => " List behavior does not contain a definition for ':definition'. " ,
2014-05-14 13:24:20 +00:00
'behavior_not_ready' => 'List behavior has not been initialized, check that you have called makeLists() in your controller.' ,
2014-06-20 09:30:50 +00:00
'invalid_column_datetime' => " Column value ':column' is not a DateTime object, are you missing a \$ dates reference in the Model? " ,
2014-08-09 02:02:15 +00:00
'pagination' => 'Displayed records: :from-:to of :total' ,
2014-08-12 00:15:38 +00:00
'prev_page' => 'Previous page' ,
'next_page' => 'Next page' ,
2015-11-28 00:10:06 +00:00
'refresh' => 'Refresh' ,
'updating' => 'Updating...' ,
2014-08-12 00:15:38 +00:00
'loading' => 'Loading...' ,
2014-08-09 02:02:15 +00:00
'setup_title' => 'List Setup' ,
'setup_help' => 'Use checkboxes to select columns you want to see in the list. You can change position of columns by dragging them up or down.' ,
'records_per_page' => 'Records per page' ,
2015-02-21 02:49:32 +00:00
'records_per_page_help' => 'Select the number of records per page to display. Please note that high number of records on a single page can reduce performance.' ,
'delete_selected' => 'Delete selected' ,
2015-02-21 08:16:14 +00:00
'delete_selected_empty' => 'There are no selected records to delete.' ,
2015-02-21 02:49:32 +00:00
'delete_selected_confirm' => 'Delete the selected records?' ,
2015-09-27 02:03:05 +00:00
'delete_selected_success' => 'Successfully deleted the selected records.' ,
2015-10-16 21:41:10 +00:00
'column_switch_true' => 'Yes' ,
'column_switch_false' => 'No'
2014-05-14 13:24:20 +00:00
],
2014-08-12 00:15:38 +00:00
'fileupload' => [
2014-08-16 13:46:22 +00:00
'attachment' => 'Attachment' ,
'help' => 'Add a title and description for this attachment.' ,
'title_label' => 'Title' ,
2015-06-20 12:21:18 +00:00
'description_label' => 'Description' ,
2015-06-26 23:33:09 +00:00
'default_prompt' => 'Click the %s or drag a file here to upload' ,
'attachment_url' => 'Attachment URL' ,
'upload_file' => 'Upload file' ,
'upload_error' => 'Upload error' ,
'remove_confirm' => 'Are you sure?' ,
'remove_file' => 'Remove file'
2014-08-12 00:15:38 +00:00
],
2014-05-14 13:24:20 +00:00
'form' => [
2014-12-19 09:28:27 +00:00
'create_title' => 'New :name' ,
'update_title' => 'Edit :name' ,
'preview_title' => 'Preview :name' ,
2014-05-14 13:24:20 +00:00
'create_success' => 'The :name has been created successfully' ,
'update_success' => 'The :name has been updated successfully' ,
'delete_success' => 'The :name has been deleted successfully' ,
2014-12-19 09:28:27 +00:00
'missing_id' => 'Form record ID has not been specified.' ,
2014-05-14 13:24:20 +00:00
'missing_model' => 'Form behavior used in :class does not have a model defined.' ,
'missing_definition' => " Form behavior does not contain a field for ':field'. " ,
'not_found' => 'Form record with an ID of :id could not be found.' ,
2014-12-19 09:28:27 +00:00
'action_confirm' => 'Are you sure?' ,
2014-05-15 17:36:04 +00:00
'create' => 'Create' ,
'create_and_close' => 'Create and close' ,
2014-05-15 20:23:29 +00:00
'creating' => 'Creating...' ,
2014-10-10 23:37:48 +00:00
'creating_name' => 'Creating :name...' ,
2014-05-14 13:24:20 +00:00
'save' => 'Save' ,
'save_and_close' => 'Save and close' ,
'saving' => 'Saving...' ,
2014-10-10 23:37:48 +00:00
'saving_name' => 'Saving :name...' ,
2014-05-15 20:23:29 +00:00
'delete' => 'Delete' ,
'deleting' => 'Deleting...' ,
2015-12-24 22:15:02 +00:00
'confirm_delete' => 'Do you really want to delete this record?' ,
'confirm_delete_multiple' => 'Do you really want to delete the selected records?' ,
2014-10-10 23:37:48 +00:00
'deleting_name' => 'Deleting :name...' ,
2015-01-16 07:30:40 +00:00
'reset_default' => 'Reset to default' ,
'resetting' => 'Resetting' ,
'resetting_name' => 'Resetting :name' ,
2014-05-14 13:24:20 +00:00
'undefined_tab' => 'Misc' ,
'field_off' => 'Off' ,
'field_on' => 'On' ,
2014-08-05 07:54:06 +00:00
'add' => 'Add' ,
2014-05-14 13:24:20 +00:00
'apply' => 'Apply' ,
'cancel' => 'Cancel' ,
'close' => 'Close' ,
2014-10-10 23:37:48 +00:00
'confirm' => 'Confirm' ,
'reload' => 'Reload' ,
2015-07-21 10:45:02 +00:00
'complete' => 'Complete' ,
2014-05-14 13:24:20 +00:00
'ok' => 'OK' ,
2014-05-15 17:36:04 +00:00
'or' => 'or' ,
2014-05-14 13:24:20 +00:00
'confirm_tab_close' => 'Do you really want to close the tab? Unsaved changes will be lost.' ,
'behavior_not_ready' => 'Form behavior has not been initialized, check that you have called initForm() in your controller.' ,
2015-06-24 20:14:02 +00:00
'preview_no_files_message' => 'There are no files uploaded.' ,
2015-06-24 20:38:08 +00:00
'preview_no_record_message' => 'There is no record selected.' ,
2014-06-16 07:59:29 +00:00
'select' => 'Select' ,
'select_all' => 'all' ,
'select_none' => 'none' ,
2014-08-16 04:18:37 +00:00
'select_placeholder' => 'please select' ,
2014-08-12 00:15:38 +00:00
'insert_row' => 'Insert Row' ,
2015-08-14 03:26:11 +00:00
'insert_row_below' => 'Insert Row Below' ,
2014-09-04 02:58:21 +00:00
'delete_row' => 'Delete Row' ,
2014-12-19 09:28:27 +00:00
'concurrency_file_changed_title' => 'File was changed' ,
2015-12-24 22:15:02 +00:00
'concurrency_file_changed_description' => " The file you're editing has been changed on disk by another user. You can either reload the file and lose your changes or override the file on the disk. " ,
'return_to_list' => 'Return to the list'
2014-05-14 13:24:20 +00:00
],
2015-11-01 18:39:26 +00:00
'recordfinder' => [
'find_record' => 'Find Record'
],
2014-05-14 13:24:20 +00:00
'relation' => [
2015-01-25 02:02:06 +00:00
'missing_config' => " Relation behavior does not have any configuration for ':config'. " ,
2014-05-14 13:24:20 +00:00
'missing_definition' => " Relation behavior does not contain a definition for ':field'. " ,
2015-05-16 09:47:24 +00:00
'missing_model' => 'Relation behavior used in :class does not have a model defined.' ,
'invalid_action_single' => 'This action cannot be performed on a singular relationship.' ,
'invalid_action_multi' => 'This action cannot be performed on a multiple relationship.' ,
'help' => 'Click on an item to add' ,
'related_data' => 'Related :name data' ,
'add' => 'Add' ,
'add_selected' => 'Add selected' ,
'add_a_new' => 'Add a new :name' ,
'link_selected' => 'Link selected' ,
'link_a_new' => 'Link a new :name' ,
'cancel' => 'Cancel' ,
'close' => 'Close' ,
'add_name' => 'Add :name' ,
'create' => 'Create' ,
'create_name' => 'Create :name' ,
'update' => 'Update' ,
'update_name' => 'Update :name' ,
'preview' => 'Preview' ,
'preview_name' => 'Preview :name' ,
'remove' => 'Remove' ,
'remove_name' => 'Remove :name' ,
'delete' => 'Delete' ,
'delete_name' => 'Delete :name' ,
'delete_confirm' => 'Are you sure?' ,
'link' => 'Link' ,
'link_name' => 'Link :name' ,
'unlink' => 'Unlink' ,
'unlink_name' => 'Unlink :name' ,
'unlink_confirm' => 'Are you sure?'
2014-05-14 13:24:20 +00:00
],
2015-08-22 06:33:00 +00:00
'reorder' => [
'default_title' => 'Reorder records' ,
'no_records' => 'There are no records available to sort.' ,
],
2014-05-14 13:24:20 +00:00
'model' => [
2014-12-19 09:28:27 +00:00
'name' => 'Model' ,
2014-05-14 13:24:20 +00:00
'not_found' => " Model ':class' with an ID of :id could not be found " ,
2014-12-19 09:28:27 +00:00
'missing_id' => 'There is no ID specified for looking up the model record.' ,
2014-05-14 13:24:20 +00:00
'missing_relation' => " Model ':class' does not contain a definition for ':relation'. " ,
2015-01-03 00:25:08 +00:00
'missing_method' => " Model ':class' does not contain a method ':method'. " ,
2014-05-14 13:24:20 +00:00
'invalid_class' => " Model :model used in :class is not valid, it must inherit the \ Model class. " ,
2014-12-19 09:28:27 +00:00
'mass_assignment_failed' => " Mass assignment failed for Model attribute ':attribute'. "
2014-05-14 13:24:20 +00:00
],
2014-05-19 15:43:41 +00:00
'warnings' => [
'tips' => 'System configuration tips' ,
'tips_description' => 'There are issues you need to pay attention to in order to configure the system properly.' ,
'permissions' => 'Directory :name or its subdirectories is not writable for PHP. Please set corresponding permissions for the webserver on this directory.' ,
'extension' => 'The PHP extension :name is not installed. Please install this library and activate the extension.'
],
2014-06-10 09:30:06 +00:00
'editor' => [
2014-10-15 08:53:44 +00:00
'menu_label' => 'Code editor preferences' ,
2014-10-03 08:01:37 +00:00
'menu_description' => 'Customize your code editor preferences, such as font size and color scheme.' ,
2014-06-11 12:18:46 +00:00
'font_size' => 'Font size' ,
'tab_size' => 'Tab size' ,
'use_hard_tabs' => 'Indent using tabs' ,
'code_folding' => 'Code folding' ,
'word_wrap' => 'Word wrap' ,
'highlight_active_line' => 'Highlight active line' ,
2015-08-04 21:40:51 +00:00
'auto_closing' => 'Auto close tags and special characters' ,
2014-06-11 12:18:46 +00:00
'show_invisibles' => 'Show invisible characters' ,
'show_gutter' => 'Show gutter' ,
2014-12-19 09:28:27 +00:00
'theme' => 'Color scheme'
2014-06-10 09:30:06 +00:00
],
2014-06-27 10:39:38 +00:00
'tooltips' => [
'preview_website' => 'Preview the website'
2014-07-01 07:17:53 +00:00
],
'mysettings' => [
'menu_label' => 'My Settings' ,
2015-04-11 00:42:27 +00:00
'menu_description' => 'Settings related to your administration account'
2014-07-01 07:17:53 +00:00
],
'myaccount' => [
2014-10-15 08:53:44 +00:00
'menu_label' => 'My account' ,
2014-07-01 07:17:53 +00:00
'menu_description' => 'Update your account details such as name, email address and password.' ,
2014-07-27 00:11:16 +00:00
'menu_keywords' => 'security login'
2014-07-01 07:17:53 +00:00
],
2014-10-15 08:53:44 +00:00
'branding' => [
'menu_label' => 'Customize back-end' ,
'menu_description' => 'Customize the administration area such as name, colors and logo.' ,
2014-11-03 12:59:20 +00:00
'brand' => 'Brand' ,
'logo' => 'Logo' ,
'logo_description' => 'Upload a custom logo to use in the back-end.' ,
'app_name' => 'App Name' ,
'app_name_description' => 'This name is shown in the title area of the back-end.' ,
'app_tagline' => 'App Tagline' ,
'app_tagline_description' => 'This name is shown on the sign in screen for the back-end.' ,
'colors' => 'Colors' ,
2016-04-05 10:04:11 +00:00
'primary_color' => 'Primary color' ,
'secondary_color' => 'Secondary color' ,
'accent_color' => 'Accent color' ,
2014-11-03 12:59:20 +00:00
'styles' => 'Styles' ,
'custom_stylesheet' => 'Custom stylesheet'
2014-10-03 08:01:37 +00:00
],
2014-07-01 07:17:53 +00:00
'backend_preferences' => [
2014-10-15 08:53:44 +00:00
'menu_label' => 'Back-end preferences' ,
2014-10-03 08:01:37 +00:00
'menu_description' => 'Manage your account preferences such as desired language.' ,
2014-07-01 07:17:53 +00:00
'locale' => 'Language' ,
2014-12-19 09:28:27 +00:00
'locale_comment' => 'Select your desired locale for language use.'
2014-07-01 07:17:53 +00:00
],
2014-07-30 07:18:59 +00:00
'access_log' => [
2014-07-30 08:12:19 +00:00
'hint' => 'This log displays a list of successful sign in attempts by administrators. Records are kept for a total of :days days.' ,
2014-10-15 08:53:44 +00:00
'menu_label' => 'Access log' ,
2014-07-30 07:18:59 +00:00
'menu_description' => 'View a list of successful back-end user sign ins.' ,
2014-07-30 07:51:44 +00:00
'created_at' => 'Date & Time' ,
'login' => 'Login' ,
'ip_address' => 'IP address' ,
'first_name' => 'First name' ,
'last_name' => 'Last name' ,
2014-12-19 09:28:27 +00:00
'email' => 'Email'
2014-07-30 07:18:59 +00:00
],
2014-08-29 03:56:52 +00:00
'filter' => [
2015-05-16 09:47:24 +00:00
'all' => 'all'
2015-10-21 17:39:16 +00:00
],
'import_export' => [
'upload_csv_file' => '1. Upload a CSV file' ,
'import_file' => 'Import file' ,
'first_row_contains_titles' => 'First row contains column titles' ,
'first_row_contains_titles_desc' => 'Leave this checked if the first row in the CSV is used as the column titles.' ,
'match_columns' => '2. Match the file columns to database fields' ,
'file_columns' => 'File columns' ,
'database_fields' => 'Database fields' ,
'set_import_options' => '3. Set import options' ,
'export_output_format' => '1. Export output format' ,
'file_format' => 'File format' ,
'standard_format' => 'Standard format' ,
'custom_format' => 'Custom format' ,
'delimiter_char' => 'Delimiter character' ,
'enclosure_char' => 'Enclosure character' ,
'escape_char' => 'Escape character' ,
'select_columns' => '2. Select columns to export' ,
'column' => 'Column' ,
'columns' => 'Columns' ,
'set_export_options' => '3. Set export options' ,
'show_ignored_columns' => 'Show ignored columns' ,
'auto_match_columns' => 'Auto match columns' ,
'created' => 'Created' ,
'updated' => 'Updated' ,
'skipped' => 'Skipped' ,
'warnings' => 'Warnings' ,
'errors' => 'Errors' ,
'skipped_rows' => 'Skipped Rows' ,
'import_progress' => 'Import progress' ,
'processing' => 'Processing' ,
'import_error' => 'Import error' ,
'upload_valid_csv' => 'Please upload a valid CSV file.' ,
'drop_column_here' => 'Drop column here...' ,
'ignore_this_column' => 'Ignore this column' ,
'processing_successful_line1' => 'File export process has completed successfully!' ,
'processing_successful_line2' => 'The browser should now redirect automatically to the file download.' ,
'export_progress' => 'Export progress' ,
'export_error' => 'Export error' ,
'column_preview' => 'Column preview' ,
2016-01-27 17:43:10 +00:00
'file_not_found_error' => 'File not found' ,
'empty_error' => 'There was no data supplied to export' ,
2016-03-20 21:22:36 +00:00
'empty_import_columns_error' => 'Please specify some columns to import.' ,
'match_some_column_error' => 'Please match some columns first.' ,
'required_match_column_error' => 'Please specify a match for the required field :label.' ,
'empty_export_columns_error' => 'Please specify some columns to export.' ,
'behavior_missing_uselist_error' => 'You must implement the controller behavior ListController with the export "useList" option enabled.' ,
'missing_model_class_error' => 'Please specify the modelClass property for :type' ,
'missing_column_id_error' => 'Missing column identifier' ,
'unknown_column_error' => 'Unknown column' ,
2016-03-20 18:34:00 +00:00
'encoding_not_supported_error' => 'Source file encoding is not recognized. Please select the custom file format option with the proper encoding to import your file.' ,
'encoding_format' => 'File encoding' ,
'encodings' => [
2016-03-26 03:28:34 +00:00
'utf_8' => 'UTF-8' ,
'us_ascii' => 'US-ASCII' ,
'iso_8859_1' => 'ISO-8859-1 (Latin-1, Western European)' ,
'iso_8859_2' => 'ISO-8859-2 (Latin-2, Central European)' ,
'iso_8859_3' => 'ISO-8859-3 (Latin-3, South European)' ,
'iso_8859_4' => 'ISO-8859-4 (Latin-4, North European)' ,
'iso_8859_5' => 'ISO-8859-5 (Latin, Cyrillic)' ,
'iso_8859_6' => 'ISO-8859-6 (Latin, Arabic)' ,
'iso_8859_7' => 'ISO-8859-7 (Latin, Greek)' ,
'iso_8859_8' => 'ISO-8859-8 (Latin, Hebrew)' ,
'iso_8859_0' => 'ISO-8859-9 (Latin-5, Turkish)' ,
'iso_8859_10' => 'ISO-8859-10 (Latin-6, Nordic)' ,
'iso_8859_11' => 'ISO-8859-11 (Latin, Thai)' ,
'iso_8859_13' => 'ISO-8859-13 (Latin-7, Baltic Rim)' ,
'iso_8859_14' => 'ISO-8859-14 (Latin-8, Celtic)' ,
'iso_8859_15' => 'ISO-8859-15 (Latin-9, Western European revision with euro sign)' ,
'windows_1251' => 'Windows-1251 (CP1251)' ,
'windows_1252' => 'Windows-1252 (CP1252)'
2016-03-20 18:34:00 +00:00
],
2015-10-21 17:39:16 +00:00
],
2014-05-19 15:43:41 +00:00
];