diff options
Diffstat (limited to 'system/language')
-rw-r--r-- | system/language/english/calendar_lang.php | 4 | ||||
-rw-r--r-- | system/language/english/date_lang.php | 4 | ||||
-rw-r--r-- | system/language/english/db_lang.php | 4 | ||||
-rw-r--r-- | system/language/english/email_lang.php | 4 | ||||
-rw-r--r-- | system/language/english/ftp_lang.php | 4 | ||||
-rw-r--r-- | system/language/english/imglib_lang.php | 4 | ||||
-rw-r--r-- | system/language/english/profiler_lang.php | 4 | ||||
-rw-r--r-- | system/language/english/scaffolding_lang.php | 4 | ||||
-rw-r--r-- | system/language/english/unit_test_lang.php | 4 | ||||
-rw-r--r-- | system/language/english/upload_lang.php | 4 | ||||
-rw-r--r-- | system/language/english/validation_lang.php | 4 |
11 files changed, 33 insertions, 11 deletions
diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php index 9ee4a5e69..107c0f733 100644 --- a/system/language/english/calendar_lang.php +++ b/system/language/english/calendar_lang.php @@ -46,4 +46,6 @@ $lang['cal_october'] = "October"; $lang['cal_november'] = "November";
$lang['cal_december'] = "December";
-?>
\ No newline at end of file + +/* End of file calendar_lang.php */ +/* Location: ./system/language/english/calendar_lang.php */
\ No newline at end of file diff --git a/system/language/english/date_lang.php b/system/language/english/date_lang.php index 6b18aa7be..93989eb45 100644 --- a/system/language/english/date_lang.php +++ b/system/language/english/date_lang.php @@ -46,4 +46,6 @@ $lang['UP10'] = "(UTC + 10:00) Melbourne, Papua New Guinea, Sydney, Vladivostok" $lang['UP11'] = "(UTC + 11:00) Magadan, New Caledonia, Solomon Islands";
$lang['UP12'] = "(UTC + 12:00) Auckland, Wellington, Fiji, Marshall Islands";
-?>
\ No newline at end of file + +/* End of file date_lang.php */ +/* Location: ./system/language/english/date_lang.php */
\ No newline at end of file diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index 1e79a706d..6c053a139 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -22,4 +22,6 @@ $lang['db_column_name_required'] = 'A column name is required for that operation $lang['db_column_definition_required'] = 'A column definition is required for that operation.';
$lang['db_unable_to_set_charset'] = 'Unable to set client connection character set: %s';
-?>
\ No newline at end of file + +/* End of file db_lang.php */ +/* Location: ./system/language/english/db_lang.php */
\ No newline at end of file diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index f02686509..3e94bf3c6 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -18,4 +18,6 @@ $lang['email_smtp_auth_un'] = "Failed to authenticate username. Error: %s"; $lang['email_smtp_auth_pw'] = "Failed to authenticate password. Error: %s";
$lang['email_smtp_data_failure'] = "Unable to send data: %s";
-?>
\ No newline at end of file + +/* End of file email_lang.php */ +/* Location: ./system/language/english/email_lang.php */
\ No newline at end of file diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index da744fea7..e0140285f 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -12,4 +12,6 @@ $lang['ftp_unable_to_rename'] = "Unable to rename the file."; $lang['ftp_unable_to_delete'] = "Unable to delete the file.";
$lang['ftp_unable_to_move'] = "Unable to move the file. Please make sure the destination directory exists.";
-?>
\ No newline at end of file + +/* End of file ftp_lang.php */ +/* Location: ./system/language/english/ftp_lang.php */
\ No newline at end of file diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index 520f17f35..4baf971a4 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -18,4 +18,6 @@ $lang['imglib_invalid_path'] = "The path to the image is not correct."; $lang['imglib_copy_failed'] = "The image copy routine failed.";
$lang['imglib_missing_font'] = "Unable to find a font to use.";
-?>
\ No newline at end of file + +/* End of file imglib_lang.php */ +/* Location: ./system/language/english/imglib_lang.php */
\ No newline at end of file diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 219a83856..e60304bbc 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -12,4 +12,6 @@ $lang['profiler_no_post'] = 'No POST data exists'; $lang['profiler_no_get'] = 'No GET data exists'; $lang['profiler_no_uri'] = 'No URI data exists'; $lang['profiler_no_memory'] = 'Memory Usage Unavailable'; -?>
\ No newline at end of file + +/* End of file profiler_lang.php */ +/* Location: ./system/language/english/profiler_lang.php */
\ No newline at end of file diff --git a/system/language/english/scaffolding_lang.php b/system/language/english/scaffolding_lang.php index 96fe167e5..c4d54d5c6 100644 --- a/system/language/english/scaffolding_lang.php +++ b/system/language/english/scaffolding_lang.php @@ -12,4 +12,6 @@ $lang['scaff_no'] = 'No'; $lang['scaff_no_data'] = 'No data exists for this table yet.'; $lang['scaff_del_confirm'] = 'Are you sure you want to delete the following row:'; -?>
\ No newline at end of file + +/* End of file scaffolding_lang.php */ +/* Location: ./system/language/english/scaffolding_lang.php */
\ No newline at end of file diff --git a/system/language/english/unit_test_lang.php b/system/language/english/unit_test_lang.php index a33cad5f2..26fc21ae8 100644 --- a/system/language/english/unit_test_lang.php +++ b/system/language/english/unit_test_lang.php @@ -19,4 +19,6 @@ $lang['ut_object'] = 'Object'; $lang['ut_resource'] = 'Resource';
$lang['ut_null'] = 'Null'
-?>
\ No newline at end of file + +/* End of file unit_test_lang.php */ +/* Location: ./system/language/english/unit_test_lang.php */
\ No newline at end of file diff --git a/system/language/english/upload_lang.php b/system/language/english/upload_lang.php index fa6d7c9fb..5f7d449c0 100644 --- a/system/language/english/upload_lang.php +++ b/system/language/english/upload_lang.php @@ -17,4 +17,6 @@ $lang['upload_no_file_types'] = "You have not specified any allowed file types." $lang['upload_bad_filename'] = "The file name you submitted already exists on the server.";
$lang['upload_not_writable'] = "The upload destination folder does not appear to be writable.";
-?>
\ No newline at end of file + +/* End of file upload_lang.php */ +/* Location: ./system/language/english/upload_lang.php */
\ No newline at end of file diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php index 1e9ec2c1b..f26115f40 100644 --- a/system/language/english/validation_lang.php +++ b/system/language/english/validation_lang.php @@ -15,4 +15,6 @@ $lang['numeric'] = "The %s field must contain a number."; $lang['integer'] = "The %s field must contain an integer.";
$lang['matches'] = "The %s field does not match the %s field.";
-?>
\ No newline at end of file + +/* End of file validation_lang.php */ +/* Location: ./system/language/english/validation_lang.php */
\ No newline at end of file |