From b0dd10f8171945e0c1f3527dd1e9d18b043e01a7 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 25 Aug 2006 17:25:49 +0000 Subject: Initial Import --- system/language/english/calendar_lang.php | 49 ++++++++++++++++++++++++++++ system/language/english/date_lang.php | 49 ++++++++++++++++++++++++++++ system/language/english/db_lang.php | 15 +++++++++ system/language/english/email_lang.php | 21 ++++++++++++ system/language/english/imglib_lang.php | 21 ++++++++++++ system/language/english/index.html | 15 +++++++++ system/language/english/scaffolding_lang.php | 15 +++++++++ system/language/english/unit_test_lang.php | 22 +++++++++++++ system/language/english/upload_lang.php | 16 +++++++++ system/language/english/validation_lang.php | 15 +++++++++ system/language/index.html | 15 +++++++++ 11 files changed, 253 insertions(+) create mode 100644 system/language/english/calendar_lang.php create mode 100644 system/language/english/date_lang.php create mode 100644 system/language/english/db_lang.php create mode 100644 system/language/english/email_lang.php create mode 100644 system/language/english/imglib_lang.php create mode 100644 system/language/english/index.html create mode 100644 system/language/english/scaffolding_lang.php create mode 100644 system/language/english/unit_test_lang.php create mode 100644 system/language/english/upload_lang.php create mode 100644 system/language/english/validation_lang.php create mode 100644 system/language/index.html (limited to 'system/language') diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php new file mode 100644 index 000000000..4a399af8b --- /dev/null +++ b/system/language/english/calendar_lang.php @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/system/language/english/date_lang.php b/system/language/english/date_lang.php new file mode 100644 index 000000000..02ebe7386 --- /dev/null +++ b/system/language/english/date_lang.php @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php new file mode 100644 index 000000000..b210b61ba --- /dev/null +++ b/system/language/english/db_lang.php @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php new file mode 100644 index 000000000..430ae4ab2 --- /dev/null +++ b/system/language/english/email_lang.php @@ -0,0 +1,21 @@ + \ No newline at end of file diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php new file mode 100644 index 000000000..68c5804a3 --- /dev/null +++ b/system/language/english/imglib_lang.php @@ -0,0 +1,21 @@ + \ No newline at end of file diff --git a/system/language/english/index.html b/system/language/english/index.html new file mode 100644 index 000000000..5a1f5d6ae --- /dev/null +++ b/system/language/english/index.html @@ -0,0 +1,15 @@ + + + + +403 Forbidden + + + + + +

Directory access is forbidden.

+ + + + \ No newline at end of file diff --git a/system/language/english/scaffolding_lang.php b/system/language/english/scaffolding_lang.php new file mode 100644 index 000000000..96fe167e5 --- /dev/null +++ b/system/language/english/scaffolding_lang.php @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/system/language/english/unit_test_lang.php b/system/language/english/unit_test_lang.php new file mode 100644 index 000000000..b64ea6de9 --- /dev/null +++ b/system/language/english/unit_test_lang.php @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/system/language/english/upload_lang.php b/system/language/english/upload_lang.php new file mode 100644 index 000000000..6837c8acf --- /dev/null +++ b/system/language/english/upload_lang.php @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php new file mode 100644 index 000000000..326fe5579 --- /dev/null +++ b/system/language/english/validation_lang.php @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/system/language/index.html b/system/language/index.html new file mode 100644 index 000000000..5a1f5d6ae --- /dev/null +++ b/system/language/index.html @@ -0,0 +1,15 @@ + + + + +403 Forbidden + + + + + +

Directory access is forbidden.

+ + + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b From d7bb13b67294da6f0e0accccf6f992465665c149 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 4 Sep 2006 07:13:05 +0000 Subject: --- system/language/english/validation_lang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/language') diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php index 326fe5579..580ce2975 100644 --- a/system/language/english/validation_lang.php +++ b/system/language/english/validation_lang.php @@ -7,7 +7,8 @@ $lang['valid_url'] = "The %s field must contain a valid URL."; $lang['min_length'] = "The %s field must be at least %s characters in length."; $lang['max_length'] = "The %s field can not exceed %s characters in length."; $lang['exact_length'] = "The %s field must be exactly %s characters in length."; -$lang['alpha'] = "The %s field may only contain alpha-numeric characters."; +$lang['alpha'] = "The %s field may only contain alphabetical characters."; +$lang['alpha_numeric'] = "The %s field may only contain alpha-numeric characters."; $lang['alpha_dash'] = "The %s field may only contain alpha-numeric characters, underscores, and dashes."; $lang['numeric'] = "The %s field must contain a number."; $lang['matches'] = "The %s field does not match the %s field."; -- cgit v1.2.3-24-g4f1b From cfc1fb38f0d7cd49c735730a603f7ca5a98a664d Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 21 Sep 2006 04:47:01 +0000 Subject: Adding deutsch folder --- system/language/deutsch/calendar_lang.php | 49 ++++++++++++++++++++++++++++ system/language/deutsch/date_lang.php | 49 ++++++++++++++++++++++++++++ system/language/deutsch/db_lang.php | 15 +++++++++ system/language/deutsch/email_lang.php | 21 ++++++++++++ system/language/deutsch/imglib_lang.php | 21 ++++++++++++ system/language/deutsch/index.html | 15 +++++++++ system/language/deutsch/scaffolding_lang.php | 15 +++++++++ system/language/deutsch/unit_test_lang.php | 22 +++++++++++++ system/language/deutsch/upload_lang.php | 16 +++++++++ system/language/deutsch/valldation_lang.php | 15 +++++++++ 10 files changed, 238 insertions(+) create mode 100644 system/language/deutsch/calendar_lang.php create mode 100644 system/language/deutsch/date_lang.php create mode 100644 system/language/deutsch/db_lang.php create mode 100644 system/language/deutsch/email_lang.php create mode 100644 system/language/deutsch/imglib_lang.php create mode 100644 system/language/deutsch/index.html create mode 100644 system/language/deutsch/scaffolding_lang.php create mode 100644 system/language/deutsch/unit_test_lang.php create mode 100644 system/language/deutsch/upload_lang.php create mode 100644 system/language/deutsch/valldation_lang.php (limited to 'system/language') diff --git a/system/language/deutsch/calendar_lang.php b/system/language/deutsch/calendar_lang.php new file mode 100644 index 000000000..73ed0c4f6 --- /dev/null +++ b/system/language/deutsch/calendar_lang.php @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/system/language/deutsch/date_lang.php b/system/language/deutsch/date_lang.php new file mode 100644 index 000000000..28c1acffe --- /dev/null +++ b/system/language/deutsch/date_lang.php @@ -0,0 +1,49 @@ + \ No newline at end of file diff --git a/system/language/deutsch/db_lang.php b/system/language/deutsch/db_lang.php new file mode 100644 index 000000000..0e4905014 --- /dev/null +++ b/system/language/deutsch/db_lang.php @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/system/language/deutsch/email_lang.php b/system/language/deutsch/email_lang.php new file mode 100644 index 000000000..a93befc72 --- /dev/null +++ b/system/language/deutsch/email_lang.php @@ -0,0 +1,21 @@ + \ No newline at end of file diff --git a/system/language/deutsch/imglib_lang.php b/system/language/deutsch/imglib_lang.php new file mode 100644 index 000000000..a9303ab6f --- /dev/null +++ b/system/language/deutsch/imglib_lang.php @@ -0,0 +1,21 @@ + \ No newline at end of file diff --git a/system/language/deutsch/index.html b/system/language/deutsch/index.html new file mode 100644 index 000000000..5a1f5d6ae --- /dev/null +++ b/system/language/deutsch/index.html @@ -0,0 +1,15 @@ + + + + +403 Forbidden + + + + + +

Directory access is forbidden.

+ + + + \ No newline at end of file diff --git a/system/language/deutsch/scaffolding_lang.php b/system/language/deutsch/scaffolding_lang.php new file mode 100644 index 000000000..ab2e62957 --- /dev/null +++ b/system/language/deutsch/scaffolding_lang.php @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/system/language/deutsch/unit_test_lang.php b/system/language/deutsch/unit_test_lang.php new file mode 100644 index 000000000..5728bf567 --- /dev/null +++ b/system/language/deutsch/unit_test_lang.php @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/system/language/deutsch/upload_lang.php b/system/language/deutsch/upload_lang.php new file mode 100644 index 000000000..57583ad07 --- /dev/null +++ b/system/language/deutsch/upload_lang.php @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/system/language/deutsch/valldation_lang.php b/system/language/deutsch/valldation_lang.php new file mode 100644 index 000000000..688af05de --- /dev/null +++ b/system/language/deutsch/valldation_lang.php @@ -0,0 +1,15 @@ + \ No newline at end of file -- cgit v1.2.3-24-g4f1b From fc6d9079f9f47d7474c65d6bec2aa7305a35df64 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 21 Sep 2006 22:55:47 +0000 Subject: Deleting deutsch folder --- system/language/deutsch/calendar_lang.php | 49 ---------------------------- system/language/deutsch/date_lang.php | 49 ---------------------------- system/language/deutsch/db_lang.php | 15 --------- system/language/deutsch/email_lang.php | 21 ------------ system/language/deutsch/imglib_lang.php | 21 ------------ system/language/deutsch/index.html | 15 --------- system/language/deutsch/scaffolding_lang.php | 15 --------- system/language/deutsch/unit_test_lang.php | 22 ------------- system/language/deutsch/upload_lang.php | 16 --------- system/language/deutsch/valldation_lang.php | 15 --------- 10 files changed, 238 deletions(-) delete mode 100644 system/language/deutsch/calendar_lang.php delete mode 100644 system/language/deutsch/date_lang.php delete mode 100644 system/language/deutsch/db_lang.php delete mode 100644 system/language/deutsch/email_lang.php delete mode 100644 system/language/deutsch/imglib_lang.php delete mode 100644 system/language/deutsch/index.html delete mode 100644 system/language/deutsch/scaffolding_lang.php delete mode 100644 system/language/deutsch/unit_test_lang.php delete mode 100644 system/language/deutsch/upload_lang.php delete mode 100644 system/language/deutsch/valldation_lang.php (limited to 'system/language') diff --git a/system/language/deutsch/calendar_lang.php b/system/language/deutsch/calendar_lang.php deleted file mode 100644 index 73ed0c4f6..000000000 --- a/system/language/deutsch/calendar_lang.php +++ /dev/null @@ -1,49 +0,0 @@ - \ No newline at end of file diff --git a/system/language/deutsch/date_lang.php b/system/language/deutsch/date_lang.php deleted file mode 100644 index 28c1acffe..000000000 --- a/system/language/deutsch/date_lang.php +++ /dev/null @@ -1,49 +0,0 @@ - \ No newline at end of file diff --git a/system/language/deutsch/db_lang.php b/system/language/deutsch/db_lang.php deleted file mode 100644 index 0e4905014..000000000 --- a/system/language/deutsch/db_lang.php +++ /dev/null @@ -1,15 +0,0 @@ - \ No newline at end of file diff --git a/system/language/deutsch/email_lang.php b/system/language/deutsch/email_lang.php deleted file mode 100644 index a93befc72..000000000 --- a/system/language/deutsch/email_lang.php +++ /dev/null @@ -1,21 +0,0 @@ - \ No newline at end of file diff --git a/system/language/deutsch/imglib_lang.php b/system/language/deutsch/imglib_lang.php deleted file mode 100644 index a9303ab6f..000000000 --- a/system/language/deutsch/imglib_lang.php +++ /dev/null @@ -1,21 +0,0 @@ - \ No newline at end of file diff --git a/system/language/deutsch/index.html b/system/language/deutsch/index.html deleted file mode 100644 index 5a1f5d6ae..000000000 --- a/system/language/deutsch/index.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - -403 Forbidden - - - - - -

Directory access is forbidden.

- - - - \ No newline at end of file diff --git a/system/language/deutsch/scaffolding_lang.php b/system/language/deutsch/scaffolding_lang.php deleted file mode 100644 index ab2e62957..000000000 --- a/system/language/deutsch/scaffolding_lang.php +++ /dev/null @@ -1,15 +0,0 @@ - \ No newline at end of file diff --git a/system/language/deutsch/unit_test_lang.php b/system/language/deutsch/unit_test_lang.php deleted file mode 100644 index 5728bf567..000000000 --- a/system/language/deutsch/unit_test_lang.php +++ /dev/null @@ -1,22 +0,0 @@ - \ No newline at end of file diff --git a/system/language/deutsch/upload_lang.php b/system/language/deutsch/upload_lang.php deleted file mode 100644 index 57583ad07..000000000 --- a/system/language/deutsch/upload_lang.php +++ /dev/null @@ -1,16 +0,0 @@ - \ No newline at end of file diff --git a/system/language/deutsch/valldation_lang.php b/system/language/deutsch/valldation_lang.php deleted file mode 100644 index 688af05de..000000000 --- a/system/language/deutsch/valldation_lang.php +++ /dev/null @@ -1,15 +0,0 @@ - \ No newline at end of file -- cgit v1.2.3-24-g4f1b From e885d787cde65d9ab003426bf79047de57c83ebe Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 23 Sep 2006 20:25:05 +0000 Subject: --- system/language/english/db_lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/language') diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index b210b61ba..d51bb6dce 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -11,5 +11,7 @@ $lang['db_must_use_where'] = 'Updates are not allowed unless they contain a "whe $lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a "where" clause.'; $lang['db_field_param_missing'] = 'To fetch fields requires the name of the table as a parameter.'; $lang['db_unsupported_function'] = 'This feature is not available for the database you are using.'; +$lang['db_transaction_failure'] = 'Transaction failure: Rollback performed'; + ?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 6ca6f9471ba31f7cba9054d075b4f90382b2d410 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 25 Sep 2006 02:51:08 +0000 Subject: --- system/language/english/db_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index d51bb6dce..a3d0900d0 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -12,6 +12,7 @@ $lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a $lang['db_field_param_missing'] = 'To fetch fields requires the name of the table as a parameter.'; $lang['db_unsupported_function'] = 'This feature is not available for the database you are using.'; $lang['db_transaction_failure'] = 'Transaction failure: Rollback performed'; +$lang['db_unable_to_drop'] = 'Unable to drop the specified database.'; ?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 72496373008b263e098cf6082cdce1d47d01d3f1 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 25 Sep 2006 03:44:04 +0000 Subject: --- system/language/english/db_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index a3d0900d0..5be7d6efb 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -13,6 +13,7 @@ $lang['db_field_param_missing'] = 'To fetch fields requires the name of the tabl $lang['db_unsupported_function'] = 'This feature is not available for the database you are using.'; $lang['db_transaction_failure'] = 'Transaction failure: Rollback performed'; $lang['db_unable_to_drop'] = 'Unable to drop the specified database.'; +$lang['db_unsuported_feature'] = 'Unsupported feature of the database platform you are using.'; ?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 3dd978f680076be842bfcb5c9e2cbf35b926373b Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 30 Sep 2006 19:24:45 +0000 Subject: --- system/language/english/db_lang.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/language') diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index 5be7d6efb..392990120 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -14,6 +14,9 @@ $lang['db_unsupported_function'] = 'This feature is not available for the databa $lang['db_transaction_failure'] = 'Transaction failure: Rollback performed'; $lang['db_unable_to_drop'] = 'Unable to drop the specified database.'; $lang['db_unsuported_feature'] = 'Unsupported feature of the database platform you are using.'; +$lang['db_unsuported_compression'] = 'The file compression format you chose is not supported by your server.'; +$lang['db_filepath_error'] = 'Unable to write data to the file path you have submitted.'; + ?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b From e8f6eb62a0600daf5b192746e1eed3e81516bc92 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 2 Oct 2006 06:46:16 +0000 Subject: --- system/language/english/db_lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/language') diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index 392990120..a17bb71ff 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -16,6 +16,8 @@ $lang['db_unable_to_drop'] = 'Unable to drop the specified database.'; $lang['db_unsuported_feature'] = 'Unsupported feature of the database platform you are using.'; $lang['db_unsuported_compression'] = 'The file compression format you chose is not supported by your server.'; $lang['db_filepath_error'] = 'Unable to write data to the file path you have submitted.'; +$lang['db_invalid_cache_path'] = 'The cache path you submitted is not valid or writable.'; + -- cgit v1.2.3-24-g4f1b From 727e6b40accba02de0d548be62074b901c647ab0 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 3 Oct 2006 04:50:28 +0000 Subject: --- system/language/english/profiler_lang.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/language/english/profiler_lang.php (limited to 'system/language') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php new file mode 100644 index 000000000..d82fdbdee --- /dev/null +++ b/system/language/english/profiler_lang.php @@ -0,0 +1,10 @@ + \ No newline at end of file -- cgit v1.2.3-24-g4f1b From b6224a136c3fc2893e7f1bd3005959fab4008a47 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 23 Oct 2006 01:25:46 +0000 Subject: --- system/language/english/unit_test_lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/language') diff --git a/system/language/english/unit_test_lang.php b/system/language/english/unit_test_lang.php index b64ea6de9..33b20c567 100644 --- a/system/language/english/unit_test_lang.php +++ b/system/language/english/unit_test_lang.php @@ -11,8 +11,8 @@ $lang['ut_passed'] = 'Passed'; $lang['ut_failed'] = 'Failed'; $lang['ut_boolean'] = 'Boolean'; $lang['ut_integer'] = 'Integer'; -$lang['ut_double'] = 'Float'; -$lang['ut_float'] = 'Floag'; +$lang['ut_float'] = 'Float'; +$lang['ut_double'] = 'Float'; // can be the same as float $lang['ut_string'] = 'String'; $lang['ut_array'] = 'Array'; $lang['ut_object'] = 'Object'; -- cgit v1.2.3-24-g4f1b From fd082853c7dcc928b719e2ad8efea285dd07ea16 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 26 Oct 2006 23:04:52 +0000 Subject: --- system/language/english/ftp_lang.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 system/language/english/ftp_lang.php (limited to 'system/language') diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php new file mode 100644 index 000000000..59980dd46 --- /dev/null +++ b/system/language/english/ftp_lang.php @@ -0,0 +1,18 @@ + \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 3ebc94551c02c32295621fa3b681b207107a7619 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 26 Oct 2006 23:33:25 +0000 Subject: --- system/language/english/ftp_lang.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'system/language') diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index 59980dd46..f666b4d50 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -9,10 +9,4 @@ $lang['ftp_unable_to_upload'] = "Unable to upload the specified file. Please c $lang['ftp_no_source_file'] = "Unable to locate the source file. Please check your path."; - - - - - - ?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 51e68c06d88a501f02df17d94539ba14e67b009f Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 27 Oct 2006 21:58:13 +0000 Subject: --- system/language/english/ftp_lang.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'system/language') diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index f666b4d50..a4320efab 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -7,6 +7,11 @@ $lang['ftp_unable_to_changedir'] = "Unable to change direcotries."; $lang['ftp_unable_to_chmod'] = "Unable to set file permissions. Please check your path. Note: This feature is only available in PHP 5 or higher."; $lang['ftp_unable_to_upload'] = "Unable to upload the specified file. Please check your path."; $lang['ftp_no_source_file'] = "Unable to locate the source file. Please check your path."; +$lang['ftp_unable_to_remame'] = "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 -- cgit v1.2.3-24-g4f1b From 647e02637f72de3907b0a32139f286404a81f745 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 27 Oct 2006 21:58:22 +0000 Subject: --- system/language/english/ftp_lang.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'system/language') diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index a4320efab..99895cc0a 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -11,7 +11,4 @@ $lang['ftp_unable_to_remame'] = "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 -- cgit v1.2.3-24-g4f1b From 86c60398852a299aa4a485c7e9e3c1d45e8c2184 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 28 Oct 2006 02:50:53 +0000 Subject: --- system/language/english/ftp_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index 99895cc0a..d6a1a40cf 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -1,5 +1,6 @@ Date: Tue, 31 Oct 2006 02:42:11 +0000 Subject: --- system/language/english/calendar_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/language') diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php index 4a399af8b..02475e1f3 100644 --- a/system/language/english/calendar_lang.php +++ b/system/language/english/calendar_lang.php @@ -1,6 +1,6 @@ Date: Sun, 4 Feb 2007 15:05:26 +0000 Subject: $lang['ut_test_datatype'] = 'Test Datatype '; became (removed space) $lang['ut_test_datatype'] = 'Test Datatype'; --- system/language/english/unit_test_lang.php | 42 +++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'system/language') diff --git a/system/language/english/unit_test_lang.php b/system/language/english/unit_test_lang.php index 33b20c567..a33cad5f2 100644 --- a/system/language/english/unit_test_lang.php +++ b/system/language/english/unit_test_lang.php @@ -1,22 +1,22 @@ - \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 669f999dcd1002c941066c83f89d856bcf057f2b Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 15 Jul 2007 15:21:36 +0000 Subject: Fixed a typo ("cal_mayl") in English calendar language file --- system/language/english/calendar_lang.php | 97 ++++++++++++++++--------------- 1 file changed, 49 insertions(+), 48 deletions(-) (limited to 'system/language') diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php index 02475e1f3..f044606b8 100644 --- a/system/language/english/calendar_lang.php +++ b/system/language/english/calendar_lang.php @@ -1,49 +1,50 @@ - \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 5f41eddda985b85763c0b275a411b2503ca51496 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 15 Jul 2007 17:45:36 +0000 Subject: revert calendar change... I'm an idiot --- system/language/english/calendar_lang.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system/language') diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php index f044606b8..9ee4a5e69 100644 --- a/system/language/english/calendar_lang.php +++ b/system/language/english/calendar_lang.php @@ -37,8 +37,7 @@ $lang['cal_january'] = "January"; $lang['cal_february'] = "February"; $lang['cal_march'] = "March"; $lang['cal_april'] = "April"; -$lang['cal_mayl'] = "May"; // typo, left in for backwards compatibility -$lang['cal_may'] = "May"; // fix typo +$lang['cal_mayl'] = "May"; $lang['cal_june'] = "June"; $lang['cal_july'] = "July"; $lang['cal_august'] = "August"; -- cgit v1.2.3-24-g4f1b From 2189f2a5974c5fc9fe6016d7340c0205a570b9c9 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 23 Aug 2007 18:35:14 +0000 Subject: Fixed a typo in the database language file. --- system/language/english/db_lang.php | 46 ++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'system/language') diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index a17bb71ff..578972633 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -1,24 +1,24 @@ - \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 55cea25ca15e7af3c8f525a0d577ee1f64a84c78 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 18 Sep 2007 20:49:21 +0000 Subject: added missing lang entry for valid_ip validation error --- system/language/english/validation_lang.php | 31 +++++++++++++++-------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'system/language') diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php index 580ce2975..1ca67c0fb 100644 --- a/system/language/english/validation_lang.php +++ b/system/language/english/validation_lang.php @@ -1,16 +1,17 @@ - \ No newline at end of file -- cgit v1.2.3-24-g4f1b From f9997d9531ee28ce180cbf96470d02826321b769 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 17 Dec 2007 13:31:25 +0000 Subject: "direcotries" to "directories" --- system/language/english/ftp_lang.php | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'system/language') diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index d6a1a40cf..a891ae5fc 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -1,15 +1 @@ - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 488b7ee038ceca4ed083a1fd4cc43788e20101a7 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 17 Dec 2007 14:22:31 +0000 Subject: Fixed a typo in the image language file "suppor" to "support". --- system/language/english/imglib_lang.php | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'system/language') diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index 68c5804a3..1921027f9 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -1,21 +1,21 @@ - \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 8f4f7b10a8161a453d7a21e951248d471dbb3b3f Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 15 Jan 2008 13:58:35 +0000 Subject: Fixed typos in the email Language class (email_attachment_unredable, email_filed_smtp_login). --- system/language/english/email_lang.php | 40 +++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'system/language') diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index 430ae4ab2..040e0eaa3 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -1,21 +1,21 @@ - \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 39b622db9bda38282a32bb45623da63efe685729 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 16 Jan 2008 21:10:09 +0000 Subject: Many new Active Record functions, and another whack of stuff --- system/language/english/db_lang.php | 8 +++---- system/language/english/email_lang.php | 40 +++++++++++++++++----------------- 2 files changed, 24 insertions(+), 24 deletions(-) (limited to 'system/language') diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index 578972633..c8c48f844 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -8,7 +8,7 @@ $lang['db_invalid_query'] = 'The query you submitted is not valid.'; $lang['db_must_set_table'] = 'You must set the database table to be used with your query.'; $lang['db_must_use_set'] = 'You must use the "set" method to update an entry.'; $lang['db_must_use_where'] = 'Updates are not allowed unless they contain a "where" clause.'; -$lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a "where" clause.'; +$lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a "where" or "like" clause.'; $lang['db_field_param_missing'] = 'To fetch fields requires the name of the table as a parameter.'; $lang['db_unsupported_function'] = 'This feature is not available for the database you are using.'; $lang['db_transaction_failure'] = 'Transaction failure: Rollback performed.'; @@ -17,8 +17,8 @@ $lang['db_unsuported_feature'] = 'Unsupported feature of the database platform y $lang['db_unsuported_compression'] = 'The file compression format you chose is not supported by your server.'; $lang['db_filepath_error'] = 'Unable to write data to the file path you have submitted.'; $lang['db_invalid_cache_path'] = 'The cache path you submitted is not valid or writable.'; - - - +$lang['db_table_name_required'] = 'A table name is required for that operation.'; +$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.'; ?> \ No newline at end of file diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index 040e0eaa3..430ae4ab2 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -1,21 +1,21 @@ - \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 73ed7b1c00db25b624d59fd11eacb868aa680d63 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 17 Jan 2008 21:28:06 +0000 Subject: --- system/language/english/email_lang.php | 40 +++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'system/language') diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index 430ae4ab2..040e0eaa3 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -1,21 +1,21 @@ - \ No newline at end of file -- cgit v1.2.3-24-g4f1b From c4c0ac4d4eebc414a63b49357d73e80204d1ad86 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 18 Jan 2008 20:45:28 +0000 Subject: added greater precision to $_FILE upload errors --- system/language/english/upload_lang.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system/language') diff --git a/system/language/english/upload_lang.php b/system/language/english/upload_lang.php index 6837c8acf..ab155acd2 100644 --- a/system/language/english/upload_lang.php +++ b/system/language/english/upload_lang.php @@ -2,7 +2,11 @@ $lang['upload_userfile_not_set'] = "Unable to find a post variable called userfile."; $lang['upload_file_exceeds_limit'] = "The uploaded file exceeds the maximum allowed size in your PHP configuration file"; +$lang['upload_file_exceeds_form_limit'] = "The uploaded file exceeds the maximum size allowed by the submission form."; $lang['upload_file_partial'] = "The file was only partially uploaded"; +$lang['upload_no_temp_directory'] = "The temporary folder is missing."; +$lang['upload_unable_to_write_file'] = "The file could not be written to disk."; +$lang['upload_stopped_by_extension'] = "The file upload was stopped by extension."; $lang['upload_no_file_selected'] = "You did not select a file to upload"; $lang['upload_invalid_filetype'] = "The filetype you are attempting to upload is not allowed"; $lang['upload_invalid_filesize'] = "The file you are attempting to upload is larger than the permitted size"; -- cgit v1.2.3-24-g4f1b From d087ef8d248878c64162f6556f6bef320c92c73c Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 18 Jan 2008 21:41:23 +0000 Subject: added GET, URI string, and memory usage to Profiler output --- system/language/english/profiler_lang.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'system/language') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index d82fdbdee..b3a0dd3ba 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -2,9 +2,15 @@ $lang['profiler_benchmarks'] = 'BENCHMARKS'; $lang['profiler_queries'] = 'QUERIES'; +$lang['profiler_get_data'] = 'GET DATA'; $lang['profiler_post_data'] = 'POST DATA'; +$lang['profiler_uri_string'] = 'URI STRING'; +$lang['profiler_memory_usage'] = 'MEMORY USAGE'; $lang['profiler_no_db'] = 'Database driver is not currently loaded'; $lang['profiler_no_queries'] = 'No queries were run'; $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 -- cgit v1.2.3-24-g4f1b From 1487f8c96493cac4aa8fb440fb829e20231a6053 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 22 Jan 2008 19:46:36 +0000 Subject: added a language key for the integer validation rule --- system/language/english/validation_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php index 1ca67c0fb..1e9ec2c1b 100644 --- a/system/language/english/validation_lang.php +++ b/system/language/english/validation_lang.php @@ -12,6 +12,7 @@ $lang['alpha'] = "The %s field may only contain alphabetical characters."; $lang['alpha_numeric'] = "The %s field may only contain alpha-numeric characters."; $lang['alpha_dash'] = "The %s field may only contain alpha-numeric characters, underscores, and dashes."; $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 -- cgit v1.2.3-24-g4f1b From d92d3c4e004674d7a5fdb37c8d27a49a1783509f Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 23 Jan 2008 04:10:23 +0000 Subject: Fixed a series of grammatical and spelling errors in the language files. --- system/language/english/date_lang.php | 96 +++++++++++++++---------------- system/language/english/email_lang.php | 2 +- system/language/english/ftp_lang.php | 16 +++++- system/language/english/imglib_lang.php | 10 ++-- system/language/english/profiler_lang.php | 1 - system/language/english/upload_lang.php | 38 ++++++------ 6 files changed, 88 insertions(+), 75 deletions(-) (limited to 'system/language') diff --git a/system/language/english/date_lang.php b/system/language/english/date_lang.php index 02ebe7386..6b18aa7be 100644 --- a/system/language/english/date_lang.php +++ b/system/language/english/date_lang.php @@ -1,49 +1,49 @@ - \ No newline at end of file diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index 040e0eaa3..f02686509 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -10,7 +10,7 @@ $lang['email_send_failure_sendmail'] = "Unable to send email using PHP Sendmail. $lang['email_send_failure_smtp'] = "Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method."; $lang['email_sent'] = "Your message has been successfully sent using the following protocol: %s"; $lang['email_no_socket'] = "Unable to open a socket to Sendmail. Please check settings."; -$lang['email_no_hostname'] = "You did not specify a SMTP hostname"; +$lang['email_no_hostname'] = "You did not specify a SMTP hostname."; $lang['email_smtp_error'] = "The following SMTP error was encountered: %s"; $lang['email_no_smtp_unpw'] = "Error: You must assign a SMTP username and password."; $lang['email_failed_smtp_login'] = "Failed to send AUTH LOGIN command. Error: %s"; diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index a891ae5fc..0b7087a6c 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -1 +1,15 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index 1921027f9..520f17f35 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -2,19 +2,19 @@ $lang['imglib_source_image_required'] = "You must specify a source image in your preferences."; $lang['imglib_gd_required'] = "The GD image library is required for this feature."; -$lang['imglib_gd_required_for_props'] = "Your server must support the GD image library in order to determine the image properties"; +$lang['imglib_gd_required_for_props'] = "Your server must support the GD image library in order to determine the image properties."; $lang['imglib_unsupported_imagecreate'] = "Your server does not support the GD function required to process this type of image."; $lang['imglib_gif_not_supported'] = "GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead."; -$lang['imglib_jpg_not_supported'] = "JPG images are not supported"; -$lang['imglib_png_not_supported'] = "PNG images are not supported"; +$lang['imglib_jpg_not_supported'] = "JPG images are not supported."; +$lang['imglib_png_not_supported'] = "PNG images are not supported."; $lang['imglib_jpg_or_png_required'] = "The image resize protocol specified in your preferences only works with JPEG or PNG image types."; $lang['imglib_copy_error'] = "An error was encountered while attempting to replace the file. Please make sure your file directory is writable."; $lang['imglib_rotate_unsupported'] = "Image rotation does not appear to be supported by your server."; $lang['imglib_libpath_invalid'] = "The path to your image library is not correct. Please set the correct path in your image preferences."; $lang['imglib_image_process_failed'] = "Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct."; $lang['imglib_rotation_angle_required'] = "An angle of rotation is required to rotate the image."; -$lang['imglib_writing_failed_gif'] = "GIF image "; -$lang['imglib_invalid_path'] = "The path to the image is not correct"; +$lang['imglib_writing_failed_gif'] = "GIF image."; +$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."; diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index b3a0dd3ba..219a83856 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -12,5 +12,4 @@ $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 diff --git a/system/language/english/upload_lang.php b/system/language/english/upload_lang.php index ab155acd2..fa6d7c9fb 100644 --- a/system/language/english/upload_lang.php +++ b/system/language/english/upload_lang.php @@ -1,20 +1,20 @@ - \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 065a0cef3081baa7d8f13b6918ecec1d086a60f3 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 25 Jan 2008 17:06:27 +0000 Subject: added db_unable_to_set_charset error message --- system/language/english/db_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index c8c48f844..1e79a706d 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -20,5 +20,6 @@ $lang['db_invalid_cache_path'] = 'The cache path you submitted is not valid or w $lang['db_table_name_required'] = 'A table name is required for that operation.'; $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 -- cgit v1.2.3-24-g4f1b From 1353ffb2ea331e068cddac6afe7a1fa949d207a1 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 27 Jan 2008 14:54:29 +0000 Subject: Fixed a bug (#3330) in the FTP class where a comparison wasn't getting made. Fixed typo in the FTP Class (ftp_unable_to_remame). --- system/language/english/ftp_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/language') diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index 0b7087a6c..da744fea7 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -8,7 +8,7 @@ $lang['ftp_unable_to_changedir'] = "Unable to change directories."; $lang['ftp_unable_to_chmod'] = "Unable to set file permissions. Please check your path. Note: This feature is only available in PHP 5 or higher."; $lang['ftp_unable_to_upload'] = "Unable to upload the specified file. Please check your path."; $lang['ftp_no_source_file'] = "Unable to locate the source file. Please check your path."; -$lang['ftp_unable_to_remame'] = "Unable to rename the file."; +$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."; -- cgit v1.2.3-24-g4f1b From 5583e1aae64ff7e902136c4ba610d438dc2015d4 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Sun, 11 May 2008 15:48:20 +0000 Subject: removed closing PHP tag from all framework files --- system/language/english/calendar_lang.php | 1 - system/language/english/date_lang.php | 1 - system/language/english/db_lang.php | 1 - system/language/english/email_lang.php | 1 - system/language/english/ftp_lang.php | 1 - system/language/english/imglib_lang.php | 1 - system/language/english/profiler_lang.php | 1 - system/language/english/scaffolding_lang.php | 1 - system/language/english/unit_test_lang.php | 1 - system/language/english/upload_lang.php | 1 - system/language/english/validation_lang.php | 1 - 11 files changed, 11 deletions(-) (limited to 'system/language') diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php index 9ee4a5e69..62f24ac57 100644 --- a/system/language/english/calendar_lang.php +++ b/system/language/english/calendar_lang.php @@ -46,4 +46,3 @@ $lang['cal_october'] = "October"; $lang['cal_november'] = "November"; $lang['cal_december'] = "December"; -?> \ No newline at end of file diff --git a/system/language/english/date_lang.php b/system/language/english/date_lang.php index 6b18aa7be..6cb93031f 100644 --- a/system/language/english/date_lang.php +++ b/system/language/english/date_lang.php @@ -46,4 +46,3 @@ $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 diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index 1e79a706d..2748bf9c8 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -22,4 +22,3 @@ $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 diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index f02686509..5e3dc106c 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -18,4 +18,3 @@ $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 diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index da744fea7..7b9203338 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -12,4 +12,3 @@ $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 diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index 520f17f35..78e1ec2fb 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -18,4 +18,3 @@ $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 diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 219a83856..c8f183511 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -12,4 +12,3 @@ $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 diff --git a/system/language/english/scaffolding_lang.php b/system/language/english/scaffolding_lang.php index 96fe167e5..4e3cde7dc 100644 --- a/system/language/english/scaffolding_lang.php +++ b/system/language/english/scaffolding_lang.php @@ -12,4 +12,3 @@ $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 diff --git a/system/language/english/unit_test_lang.php b/system/language/english/unit_test_lang.php index a33cad5f2..aa71ad2e5 100644 --- a/system/language/english/unit_test_lang.php +++ b/system/language/english/unit_test_lang.php @@ -19,4 +19,3 @@ $lang['ut_object'] = 'Object'; $lang['ut_resource'] = 'Resource'; $lang['ut_null'] = 'Null' -?> \ No newline at end of file diff --git a/system/language/english/upload_lang.php b/system/language/english/upload_lang.php index fa6d7c9fb..4667489c9 100644 --- a/system/language/english/upload_lang.php +++ b/system/language/english/upload_lang.php @@ -17,4 +17,3 @@ $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 diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php index 1e9ec2c1b..82fd9c99d 100644 --- a/system/language/english/validation_lang.php +++ b/system/language/english/validation_lang.php @@ -15,4 +15,3 @@ $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 -- cgit v1.2.3-24-g4f1b From c7deac9f2f9e43cedb18202542e8a46061df046e Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Sun, 11 May 2008 16:27:41 +0000 Subject: Undoing change committed in r1115 --- system/language/english/calendar_lang.php | 1 + system/language/english/date_lang.php | 1 + system/language/english/db_lang.php | 1 + system/language/english/email_lang.php | 1 + system/language/english/ftp_lang.php | 1 + system/language/english/imglib_lang.php | 1 + system/language/english/profiler_lang.php | 1 + system/language/english/scaffolding_lang.php | 1 + system/language/english/unit_test_lang.php | 1 + system/language/english/upload_lang.php | 1 + system/language/english/validation_lang.php | 1 + 11 files changed, 11 insertions(+) (limited to 'system/language') diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php index 62f24ac57..9ee4a5e69 100644 --- a/system/language/english/calendar_lang.php +++ b/system/language/english/calendar_lang.php @@ -46,3 +46,4 @@ $lang['cal_october'] = "October"; $lang['cal_november'] = "November"; $lang['cal_december'] = "December"; +?> \ No newline at end of file diff --git a/system/language/english/date_lang.php b/system/language/english/date_lang.php index 6cb93031f..6b18aa7be 100644 --- a/system/language/english/date_lang.php +++ b/system/language/english/date_lang.php @@ -46,3 +46,4 @@ $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 diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index 2748bf9c8..1e79a706d 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -22,3 +22,4 @@ $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 diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index 5e3dc106c..f02686509 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -18,3 +18,4 @@ $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 diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index 7b9203338..da744fea7 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -12,3 +12,4 @@ $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 diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index 78e1ec2fb..520f17f35 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -18,3 +18,4 @@ $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 diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index c8f183511..219a83856 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -12,3 +12,4 @@ $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 diff --git a/system/language/english/scaffolding_lang.php b/system/language/english/scaffolding_lang.php index 4e3cde7dc..96fe167e5 100644 --- a/system/language/english/scaffolding_lang.php +++ b/system/language/english/scaffolding_lang.php @@ -12,3 +12,4 @@ $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 diff --git a/system/language/english/unit_test_lang.php b/system/language/english/unit_test_lang.php index aa71ad2e5..a33cad5f2 100644 --- a/system/language/english/unit_test_lang.php +++ b/system/language/english/unit_test_lang.php @@ -19,3 +19,4 @@ $lang['ut_object'] = 'Object'; $lang['ut_resource'] = 'Resource'; $lang['ut_null'] = 'Null' +?> \ No newline at end of file diff --git a/system/language/english/upload_lang.php b/system/language/english/upload_lang.php index 4667489c9..fa6d7c9fb 100644 --- a/system/language/english/upload_lang.php +++ b/system/language/english/upload_lang.php @@ -17,3 +17,4 @@ $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 diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php index 82fd9c99d..1e9ec2c1b 100644 --- a/system/language/english/validation_lang.php +++ b/system/language/english/validation_lang.php @@ -15,3 +15,4 @@ $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 -- cgit v1.2.3-24-g4f1b From a3ffbbb75ab9403941e4f810703313432b3993cc Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Sun, 11 May 2008 18:18:29 +0000 Subject: Removed closing PHP tags, replaced with a comment block identifying the end of the file --- system/language/english/calendar_lang.php | 4 +++- system/language/english/date_lang.php | 4 +++- system/language/english/db_lang.php | 4 +++- system/language/english/email_lang.php | 4 +++- system/language/english/ftp_lang.php | 4 +++- system/language/english/imglib_lang.php | 4 +++- system/language/english/profiler_lang.php | 4 +++- system/language/english/scaffolding_lang.php | 4 +++- system/language/english/unit_test_lang.php | 4 +++- system/language/english/upload_lang.php | 4 +++- system/language/english/validation_lang.php | 4 +++- 11 files changed, 33 insertions(+), 11 deletions(-) (limited to 'system/language') 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 -- cgit v1.2.3-24-g4f1b From 7f88aa51fb56cb6e0d50f55f07fd8638d7a625b2 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Mon, 12 May 2008 00:03:51 +0000 Subject: changed class instantiations to reference global $LANG and fetch existing Exceptions class, and added language variable for database error heading http://codeigniter.com/bug_tracker/bug/4421/ --- system/language/english/db_lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/language') diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index 6c053a139..697eb7880 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -21,7 +21,7 @@ $lang['db_table_name_required'] = 'A table name is required for that operation.' $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'; +$lang['db_error_heading'] = 'A Database Error Occurred'; - -/* End of file db_lang.php */ +/* End of file db_lang.php */ /* Location: ./system/language/english/db_lang.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b From b846d38da5deff9dac602a9d7dbb8e88ce14a73c Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 14 May 2008 17:01:12 +0000 Subject: Added missing semicolon in upload_lang.php --- system/language/english/unit_test_lang.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/language') diff --git a/system/language/english/unit_test_lang.php b/system/language/english/unit_test_lang.php index 26fc21ae8..7e1b61607 100644 --- a/system/language/english/unit_test_lang.php +++ b/system/language/english/unit_test_lang.php @@ -17,8 +17,8 @@ $lang['ut_string'] = 'String'; $lang['ut_array'] = 'Array'; $lang['ut_object'] = 'Object'; $lang['ut_resource'] = 'Resource'; -$lang['ut_null'] = 'Null' +$lang['ut_null'] = 'Null'; - -/* End of file unit_test_lang.php */ + +/* End of file unit_test_lang.php */ /* Location: ./system/language/english/unit_test_lang.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 61860c92fc3bf693537837448b584f2c8485ee46 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 9 Jun 2008 03:09:12 +0000 Subject: Added a language key for valid_emails in validation_lang.php. --- system/language/english/validation_lang.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'system/language') diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php index f26115f40..7da801d15 100644 --- a/system/language/english/validation_lang.php +++ b/system/language/english/validation_lang.php @@ -3,6 +3,7 @@ $lang['required'] = "The %s field is required."; $lang['isset'] = "The %s field must have a value."; $lang['valid_email'] = "The %s field must contain a valid email address."; +$lang['valid_emails'] = "The %s field must contain all valid email addresses."; $lang['valid_url'] = "The %s field must contain a valid URL."; $lang['valid_ip'] = "The %s field must contain a valid IP."; $lang['min_length'] = "The %s field must be at least %s characters in length."; @@ -15,6 +16,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."; - -/* End of file validation_lang.php */ + +/* End of file validation_lang.php */ /* Location: ./system/language/english/validation_lang.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 85f66ea6d2291c77a937305457592e24c85425ae Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 26 Jun 2008 17:03:38 +0000 Subject: Number helper uses lang files Bytes use whole numbers (123.0 bytes is just silly) --- system/language/english/number_lang.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/language/english/number_lang.php (limited to 'system/language') diff --git a/system/language/english/number_lang.php b/system/language/english/number_lang.php new file mode 100644 index 000000000..f9b91661d --- /dev/null +++ b/system/language/english/number_lang.php @@ -0,0 +1,10 @@ + Date: Fri, 27 Jun 2008 07:44:45 +0000 Subject: Fixed a double opening <p> tag in the index pages of each system directory. --- system/language/english/index.html | 11 +++-------- system/language/index.html | 11 +++-------- 2 files changed, 6 insertions(+), 16 deletions(-) (limited to 'system/language') diff --git a/system/language/english/index.html b/system/language/english/index.html index 5a1f5d6ae..065d2da5e 100644 --- a/system/language/english/index.html +++ b/system/language/english/index.html @@ -1,15 +1,10 @@ - - -403 Forbidden - + 403 Forbidden + - - -

Directory access is forbidden.

+

Directory access is forbidden.

- \ No newline at end of file diff --git a/system/language/index.html b/system/language/index.html index 5a1f5d6ae..065d2da5e 100644 --- a/system/language/index.html +++ b/system/language/index.html @@ -1,15 +1,10 @@ - - -403 Forbidden - + 403 Forbidden + - - -

Directory access is forbidden.

+

Directory access is forbidden.

- \ No newline at end of file -- cgit v1.2.3-24-g4f1b From c9a4f2800a7d21e338ddd755e111f4c85a09ff79 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 13 Aug 2008 20:42:56 +0000 Subject: updated time zone list and offsets to match the world's current time zones --- system/language/english/date_lang.php | 73 ++++++++++++++++++++--------------- 1 file changed, 41 insertions(+), 32 deletions(-) (limited to 'system/language') diff --git a/system/language/english/date_lang.php b/system/language/english/date_lang.php index 93989eb45..329ad0999 100644 --- a/system/language/english/date_lang.php +++ b/system/language/english/date_lang.php @@ -15,37 +15,46 @@ $lang['date_minutes'] = "Minutes"; $lang['date_second'] = "Second"; $lang['date_seconds'] = "Seconds"; -$lang['UM12'] = "(UTC - 12:00) Eniwetok, Kwajalein"; -$lang['UM11'] = "(UTC - 11:00) Nome, Midway Island, Samoa"; -$lang['UM10'] = "(UTC - 10:00) Hawaii"; -$lang['UM9'] = "(UTC - 9:00) Alaska"; -$lang['UM8'] = "(UTC - 8:00) Pacific Time"; -$lang['UM7'] = "(UTC - 7:00) Mountain Time"; -$lang['UM6'] = "(UTC - 6:00) Central Time, Mexico City"; -$lang['UM5'] = "(UTC - 5:00) Eastern Time, Bogota, Lima, Quito"; -$lang['UM4'] = "(UTC - 4:00) Atlantic Time, Caracas, La Paz"; -$lang['UM25'] = "(UTC - 3:30) Newfoundland"; -$lang['UM3'] = "(UTC - 3:00) Brazil, Buenos Aires, Georgetown, Falkland Is."; -$lang['UM2'] = "(UTC - 2:00) Mid-Atlantic, Ascension Is., St. Helena"; -$lang['UM1'] = "(UTC - 1:00) Azores, Cape Verde Islands"; -$lang['UTC'] = "(UTC) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia"; -$lang['UP1'] = "(UTC + 1:00) Berlin, Brussels, Copenhagen, Madrid, Paris, Rome"; -$lang['UP2'] = "(UTC + 2:00) Kaliningrad, South Africa, Warsaw"; -$lang['UP3'] = "(UTC + 3:00) Baghdad, Riyadh, Moscow, Nairobi"; -$lang['UP25'] = "(UTC + 3:30) Tehran"; -$lang['UP4'] = "(UTC + 4:00) Abu Dhabi, Baku, Muscat, Tbilisi"; -$lang['UP35'] = "(UTC + 4:30) Kabul"; -$lang['UP5'] = "(UTC + 5:00) Islamabad, Karachi, Tashkent"; -$lang['UP45'] = "(UTC + 5:30) Mumbai, Kolkata, Chennai, New Delhi"; -$lang['UP6'] = "(UTC + 6:00) Almaty, Colomba, Dhaka"; -$lang['UP7'] = "(UTC + 7:00) Bangkok, Hanoi, Jakarta"; -$lang['UP8'] = "(UTC + 8:00) Beijing, Hong Kong, Perth, Singapore, Taipei"; -$lang['UP9'] = "(UTC + 9:00) Osaka, Sapporo, Seoul, Tokyo, Yakutsk"; -$lang['UP85'] = "(UTC + 9:30) Adelaide, Darwin"; -$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"; +$lang['UM12'] = '(UTC -12:00) Baker/Howland Island', +$lang['UM11'] = '(UTC -11:00) Samoa Time Zone, Niue', +$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti', +$lang['UM95'] = '(UTC -9:30) Marquesas Islands', +$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands', +$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island', +$lang['UM7'] = '(UTC -7:00) Mountain Standard Time', +$lang['UM6'] = '(UTC -6:00) Central Standard Time', +$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time', +$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time', +$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time', +$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time', +$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay', +$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands', +$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands', +$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time', +$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time', +$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time', +$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time', +$lang['UP35'] = '(UTC +3:30) Iran Standard Time', +$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time', +$lang['UP45'] = '(UTC +4:30) Afghanistan', +$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time', +$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time', +$lang['UP575'] = '(UTC +5:45) Nepal Time', +$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time', +$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar', +$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam', +$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time', +$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time', +$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time', +$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time', +$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time', +$lang['UP105'] = '(UTC +10:30) Lord Howe Island', +$lang['UP11'] = '(UTC +11:00) Magadan Time, Solomon Islands, Vanuatu', +$lang['UP115'] = '(UTC +11:30) Norfolk Island', +$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time', +$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time', +$lang['UP13'] = '(UTC +13:00) Phoenix Islands Time, Tonga', +$lang['UP14'] = '(UTC +14:00) Line Islands', - -/* End of file date_lang.php */ +/* End of file date_lang.php */ /* Location: ./system/language/english/date_lang.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 5f725870198dfa765ff455f212be97684a8f8cfb Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 13 Aug 2008 20:48:24 +0000 Subject: lines, not arrays, Mr. Jones --- system/language/english/date_lang.php | 80 +++++++++++++++++------------------ 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'system/language') diff --git a/system/language/english/date_lang.php b/system/language/english/date_lang.php index 329ad0999..29b00f509 100644 --- a/system/language/english/date_lang.php +++ b/system/language/english/date_lang.php @@ -15,46 +15,46 @@ $lang['date_minutes'] = "Minutes"; $lang['date_second'] = "Second"; $lang['date_seconds'] = "Seconds"; -$lang['UM12'] = '(UTC -12:00) Baker/Howland Island', -$lang['UM11'] = '(UTC -11:00) Samoa Time Zone, Niue', -$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti', -$lang['UM95'] = '(UTC -9:30) Marquesas Islands', -$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands', -$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island', -$lang['UM7'] = '(UTC -7:00) Mountain Standard Time', -$lang['UM6'] = '(UTC -6:00) Central Standard Time', -$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time', -$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time', -$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time', -$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time', -$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay', -$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands', -$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands', -$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time', -$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time', -$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time', -$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time', -$lang['UP35'] = '(UTC +3:30) Iran Standard Time', -$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time', -$lang['UP45'] = '(UTC +4:30) Afghanistan', -$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time', -$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time', -$lang['UP575'] = '(UTC +5:45) Nepal Time', -$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time', -$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar', -$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam', -$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time', -$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time', -$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time', -$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time', -$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time', -$lang['UP105'] = '(UTC +10:30) Lord Howe Island', -$lang['UP11'] = '(UTC +11:00) Magadan Time, Solomon Islands, Vanuatu', -$lang['UP115'] = '(UTC +11:30) Norfolk Island', -$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time', -$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time', -$lang['UP13'] = '(UTC +13:00) Phoenix Islands Time, Tonga', -$lang['UP14'] = '(UTC +14:00) Line Islands', +$lang['UM12'] = '(UTC -12:00) Baker/Howland Island'; +$lang['UM11'] = '(UTC -11:00) Samoa Time Zone, Niue'; +$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti'; +$lang['UM95'] = '(UTC -9:30) Marquesas Islands'; +$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands'; +$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island'; +$lang['UM7'] = '(UTC -7:00) Mountain Standard Time'; +$lang['UM6'] = '(UTC -6:00) Central Standard Time'; +$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time'; +$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time'; +$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time'; +$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time'; +$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay'; +$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands'; +$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands'; +$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time'; +$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time'; +$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time'; +$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time'; +$lang['UP35'] = '(UTC +3:30) Iran Standard Time'; +$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time'; +$lang['UP45'] = '(UTC +4:30) Afghanistan'; +$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time'; +$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time'; +$lang['UP575'] = '(UTC +5:45) Nepal Time'; +$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time'; +$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar'; +$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam'; +$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time'; +$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time'; +$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time'; +$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time'; +$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time'; +$lang['UP105'] = '(UTC +10:30) Lord Howe Island'; +$lang['UP11'] = '(UTC +11:00) Magadan Time, Solomon Islands, Vanuatu'; +$lang['UP115'] = '(UTC +11:30) Norfolk Island'; +$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time'; +$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time'; +$lang['UP13'] = '(UTC +13:00) Phoenix Islands Time, Tonga'; +$lang['UP14'] = '(UTC +14:00) Line Islands'; /* End of file date_lang.php */ /* Location: ./system/language/english/date_lang.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 209ac23cbe2e0d78c07e3696171db6e6c47f1cf2 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Wed, 20 Aug 2008 22:16:00 +0000 Subject: --- system/language/english/validation_lang.php | 33 ++++++++++++++++------------- 1 file changed, 18 insertions(+), 15 deletions(-) (limited to 'system/language') diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php index 7da801d15..7ca762d72 100644 --- a/system/language/english/validation_lang.php +++ b/system/language/english/validation_lang.php @@ -1,20 +1,23 @@ Date: Tue, 26 Aug 2008 19:48:08 +0000 Subject: Added Form Validation Library and updated docs --- system/language/english/form_validation_lang.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 system/language/english/form_validation_lang.php (limited to 'system/language') diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php new file mode 100644 index 000000000..7ca762d72 --- /dev/null +++ b/system/language/english/form_validation_lang.php @@ -0,0 +1,24 @@ + Date: Wed, 27 Aug 2008 21:46:24 +0000 Subject: Clarified some of the lines of text --- system/language/english/form_validation_lang.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/language') diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php index 7ca762d72..2d5e5048f 100644 --- a/system/language/english/form_validation_lang.php +++ b/system/language/english/form_validation_lang.php @@ -12,11 +12,11 @@ $lang['exact_length'] = "The %s field must be exactly %s characters in length." $lang['alpha'] = "The %s field may only contain alphabetical characters."; $lang['alpha_numeric'] = "The %s field may only contain alpha-numeric characters."; $lang['alpha_dash'] = "The %s field may only contain alpha-numeric characters, underscores, and dashes."; -$lang['numeric'] = "The %s field must contain a number."; -$lang['is_numeric'] = "The %s field must contain a number."; +$lang['numeric'] = "The %s field must contain only numbers."; +$lang['is_numeric'] = "The %s field must contain only numeric characters."; $lang['integer'] = "The %s field must contain an integer."; $lang['matches'] = "The %s field does not match the %s field."; -$lang['is_natural'] = "The %s field must contain a number."; +$lang['is_natural'] = "The %s field must contain only positive numbers."; $lang['is_natural_no_zero'] = "The %s field must contain a number greater than zero."; -- cgit v1.2.3-24-g4f1b From d81eb9513bd983351024f1719455a32c5328bfb0 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sun, 21 Sep 2008 19:33:43 +0000 Subject: Added line of text for new profiler block --- system/language/english/profiler_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index e60304bbc..ea6e4144d 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -1,5 +1,6 @@ Date: Mon, 22 Sep 2008 13:31:05 +0000 Subject: fix up file path reference in comment --- system/language/english/form_validation_lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/language') diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php index 2d5e5048f..c157fe4e6 100644 --- a/system/language/english/form_validation_lang.php +++ b/system/language/english/form_validation_lang.php @@ -20,5 +20,5 @@ $lang['is_natural'] = "The %s field must contain only positive numbers."; $lang['is_natural_no_zero'] = "The %s field must contain a number greater than zero."; -/* End of file validation_lang.php */ -/* Location: ./system/language/english/validation_lang.php */ \ No newline at end of file +/* End of file form_validation_lang.php */ +/* Location: ./system/language/english/form_validation_lang.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 59523592c58abc303a6eae1904c80fa6a428c3d3 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Fri, 17 Oct 2008 04:07:40 +0000 Subject: Fixed a number of bug reports related to table/db names not being escaped or prefixed correctly. --- system/language/english/db_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index 697eb7880..2f7ccb5f3 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -6,6 +6,7 @@ $lang['db_unable_to_select'] = 'Unable to select the specified database: %s'; $lang['db_unable_to_create'] = 'Unable to create the specified database: %s'; $lang['db_invalid_query'] = 'The query you submitted is not valid.'; $lang['db_must_set_table'] = 'You must set the database table to be used with your query.'; +$lang['db_must_set_database'] = 'You must set the database name in your database config file.'; $lang['db_must_use_set'] = 'You must use the "set" method to update an entry.'; $lang['db_must_use_where'] = 'Updates are not allowed unless they contain a "where" clause.'; $lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a "where" or "like" clause.'; -- cgit v1.2.3-24-g4f1b From 73c3b118b12ad34069c4aa5dc2376b9ceaf4c969 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Fri, 17 Oct 2008 07:56:59 +0000 Subject: added a line of text for the profiler changes --- system/language/english/profiler_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index ea6e4144d..7c40e3f3e 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -1,5 +1,6 @@ Date: Tue, 11 Nov 2008 23:14:42 +0000 Subject: Propset eol-style to CRLF simplified paragraph tag cleanup regex --- system/language/english/profiler_lang.php | 36 ++++++++++++++-------------- system/language/english/scaffolding_lang.php | 32 ++++++++++++------------- 2 files changed, 34 insertions(+), 34 deletions(-) (limited to 'system/language') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 7c40e3f3e..4db55117c 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -1,19 +1,19 @@ - Date: Thu, 13 Nov 2008 22:59:24 +0000 Subject: Changing EOL style to LF --- system/language/english/calendar_lang.php | 96 +++++++++--------- system/language/english/date_lang.php | 118 +++++++++++------------ system/language/english/db_lang.php | 54 +++++------ system/language/english/email_lang.php | 40 ++++---- system/language/english/form_validation_lang.php | 46 ++++----- system/language/english/ftp_lang.php | 28 +++--- system/language/english/imglib_lang.php | 40 ++++---- system/language/english/index.html | 18 ++-- system/language/english/number_lang.php | 18 ++-- system/language/english/profiler_lang.php | 36 +++---- system/language/english/scaffolding_lang.php | 32 +++--- system/language/english/unit_test_lang.php | 46 ++++----- system/language/english/upload_lang.php | 38 ++++---- system/language/english/validation_lang.php | 46 ++++----- system/language/index.html | 18 ++-- 15 files changed, 337 insertions(+), 337 deletions(-) (limited to 'system/language') diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php index 107c0f733..e26f84930 100644 --- a/system/language/english/calendar_lang.php +++ b/system/language/english/calendar_lang.php @@ -1,51 +1,51 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + \ No newline at end of file diff --git a/system/language/english/number_lang.php b/system/language/english/number_lang.php index f9b91661d..908580914 100644 --- a/system/language/english/number_lang.php +++ b/system/language/english/number_lang.php @@ -1,10 +1,10 @@ - - - 403 Forbidden - - - -

Directory access is forbidden.

- - + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 604873fe068c39c55afa1deaafaf34a95fd3359e Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 18 Nov 2008 15:57:24 +0000 Subject: better error messages for sendmail failure --- system/language/english/email_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index 932427787..e3bd113cb 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -17,6 +17,7 @@ $lang['email_failed_smtp_login'] = "Failed to send AUTH LOGIN command. Error: %s $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"; +$lang['email_exit_status'] = "Exit status code: %s"; /* End of file email_lang.php */ -- cgit v1.2.3-24-g4f1b From 541ddbd6f3c0231f0e7fc0a18d9d54670a808958 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 9 Dec 2008 15:25:31 +0000 Subject: added some better error checking for saving files with GD --- system/language/english/imglib_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index a587c0b9e..66505da07 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -17,6 +17,7 @@ $lang['imglib_writing_failed_gif'] = "GIF image."; $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."; +$lang['imglib_save_failed'] = "Unable to save the image. Please make sure the image and file directory are writable."; /* End of file imglib_lang.php */ -- cgit v1.2.3-24-g4f1b From 76af409a0157f981c145973e5668052621c38415 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sat, 16 Jan 2010 19:20:49 +0000 Subject: adding http headers and config to CI profiler --- system/language/english/profiler_lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/language') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 7c40e3f3e..bf2183004 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -8,6 +8,8 @@ $lang['profiler_get_data'] = 'GET DATA'; $lang['profiler_post_data'] = 'POST DATA'; $lang['profiler_uri_string'] = 'URI STRING'; $lang['profiler_memory_usage'] = 'MEMORY USAGE'; +$lang['profiler_config'] = 'CONFIG VARIABLES'; +$lang['profiler_headers'] = 'HTTP HEADERS'; $lang['profiler_no_db'] = 'Database driver is not currently loaded'; $lang['profiler_no_queries'] = 'No queries were run'; $lang['profiler_no_post'] = 'No POST data exists'; -- cgit v1.2.3-24-g4f1b From f947e0a744833b95d2b732a3910bb80e1d66c7b9 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 18 Jan 2010 15:52:17 +0000 Subject: updated lang file for unit test changes --- system/language/english/unit_test_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/unit_test_lang.php b/system/language/english/unit_test_lang.php index 45b5acf55..070bcd1f2 100644 --- a/system/language/english/unit_test_lang.php +++ b/system/language/english/unit_test_lang.php @@ -18,6 +18,7 @@ $lang['ut_array'] = 'Array'; $lang['ut_object'] = 'Object'; $lang['ut_resource'] = 'Resource'; $lang['ut_null'] = 'Null'; +$lang['ut_notes'] = 'Notes'; /* End of file unit_test_lang.php */ -- cgit v1.2.3-24-g4f1b From 2a58e7a6945c47929d5003f15f1bdc32a1717270 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 2 Mar 2010 17:53:38 -0600 Subject: bringing language files up to date --- system/language/english/date_lang.php | 1 + system/language/english/db_lang.php | 3 ++- system/language/english/scaffolding_lang.php | 17 -------------- system/language/english/validation_lang.php | 33 +++++++++++++--------------- 4 files changed, 18 insertions(+), 36 deletions(-) delete mode 100644 system/language/english/scaffolding_lang.php (limited to 'system/language') diff --git a/system/language/english/date_lang.php b/system/language/english/date_lang.php index 628e55b1a..c0ace16ef 100644 --- a/system/language/english/date_lang.php +++ b/system/language/english/date_lang.php @@ -56,5 +56,6 @@ $lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time'; $lang['UP13'] = '(UTC +13:00) Phoenix Islands Time, Tonga'; $lang['UP14'] = '(UTC +14:00) Line Islands'; + /* 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 dc98afcad..79b82c73a 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -6,8 +6,9 @@ $lang['db_unable_to_select'] = 'Unable to select the specified database: %s'; $lang['db_unable_to_create'] = 'Unable to create the specified database: %s'; $lang['db_invalid_query'] = 'The query you submitted is not valid.'; $lang['db_must_set_table'] = 'You must set the database table to be used with your query.'; -$lang['db_must_set_database'] = 'You must set the database name in your database config file.'; $lang['db_must_use_set'] = 'You must use the "set" method to update an entry.'; +$lang['db_must_use_index'] = 'You must specify an index to match on for batch updates.'; +$lang['db_batch_missing_index'] = 'One or more rows submitted for batch updating is missing the specified index.'; $lang['db_must_use_where'] = 'Updates are not allowed unless they contain a "where" clause.'; $lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a "where" or "like" clause.'; $lang['db_field_param_missing'] = 'To fetch fields requires the name of the table as a parameter.'; diff --git a/system/language/english/scaffolding_lang.php b/system/language/english/scaffolding_lang.php deleted file mode 100644 index c4d54d5c6..000000000 --- a/system/language/english/scaffolding_lang.php +++ /dev/null @@ -1,17 +0,0 @@ - Date: Wed, 10 Mar 2010 10:05:05 -0600 Subject: added ability to enable/disable individual sections of the Profiler --- system/language/english/profiler_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index bf2183004..7876331f9 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -16,6 +16,7 @@ $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'; +$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.'; /* End of file profiler_lang.php */ /* Location: ./system/language/english/profiler_lang.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 28b293729d2c2917c434c6296eafecd19f397303 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Fri, 12 Mar 2010 00:43:28 +0000 Subject: Added FTP::download() and the accompanying lang line. This was first proposed in 2007, can we add it now pleeeeease? --- system/language/english/ftp_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index 42403b971..392b2b272 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -7,6 +7,7 @@ $lang['ftp_unable_to_makdir'] = "Unable to create the directory you have specif $lang['ftp_unable_to_changedir'] = "Unable to change directories."; $lang['ftp_unable_to_chmod'] = "Unable to set file permissions. Please check your path. Note: This feature is only available in PHP 5 or higher."; $lang['ftp_unable_to_upload'] = "Unable to upload the specified file. Please check your path."; +$lang['ftp_unable_to_download'] = "Unable to download the specified file. Please check your path."; $lang['ftp_no_source_file'] = "Unable to locate the source file. Please check your path."; $lang['ftp_unable_to_rename'] = "Unable to rename the file."; $lang['ftp_unable_to_delete'] = "Unable to delete the file."; -- cgit v1.2.3-24-g4f1b From ce3129d277d2235f0584a937114d0e636349ee9c Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Fri, 16 Jul 2010 10:01:48 -0500 Subject: Removing validation_lang.php file that was missed when removing the Validation library. --- system/language/english/validation_lang.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 system/language/english/validation_lang.php (limited to 'system/language') diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php deleted file mode 100644 index 345341fe7..000000000 --- a/system/language/english/validation_lang.php +++ /dev/null @@ -1,21 +0,0 @@ - Date: Mon, 4 Oct 2010 16:33:58 +0200 Subject: Cleanup of stray spaces and tabs --- system/language/english/calendar_lang.php | 66 ++++++++++++------------ system/language/english/form_validation_lang.php | 8 +-- system/language/english/profiler_lang.php | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) (limited to 'system/language') diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php index e26f84930..3e6312361 100644 --- a/system/language/english/calendar_lang.php +++ b/system/language/english/calendar_lang.php @@ -1,19 +1,19 @@ Date: Wed, 15 Dec 2010 10:16:38 -0500 Subject: Added the regex_match Form Validation rule. Had to change how the rules are split so that no regex breaks the rule splitting. --- system/language/english/form_validation_lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/language') diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php index 99ed70a5c..b01885091 100644 --- a/system/language/english/form_validation_lang.php +++ b/system/language/english/form_validation_lang.php @@ -15,6 +15,7 @@ $lang['alpha_dash'] = "The %s field may only contain alpha-numeric characters, $lang['numeric'] = "The %s field must contain only numbers."; $lang['is_numeric'] = "The %s field must contain only numeric characters."; $lang['integer'] = "The %s field must contain an integer."; +$lang['regex_match'] = "The %s field is not in the correct format."; $lang['matches'] = "The %s field does not match the %s field."; $lang['is_natural'] = "The %s field must contain only positive numbers."; $lang['is_natural_no_zero'] = "The %s field must contain a number greater than zero."; -- cgit v1.2.3-24-g4f1b From ee8a712b10b517a90f03ac858312a82e0fb5d492 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Thu, 17 Mar 2011 09:48:51 +0000 Subject: Added form_validation_lang entries for decimal, greater_than, less_than. --- system/language/english/form_validation_lang.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/language') diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php index b01885091..3f2409007 100644 --- a/system/language/english/form_validation_lang.php +++ b/system/language/english/form_validation_lang.php @@ -19,6 +19,9 @@ $lang['regex_match'] = "The %s field is not in the correct format."; $lang['matches'] = "The %s field does not match the %s field."; $lang['is_natural'] = "The %s field must contain only positive numbers."; $lang['is_natural_no_zero'] = "The %s field must contain a number greater than zero."; +$lang['decimal'] = "The %s field must contain a decimal number."; +$lang['less_than'] = "The %s field must contain a number less than %s."; +$lang['greater_than'] = "The %s field must contain a number greater than %s."; /* End of file form_validation_lang.php */ -- cgit v1.2.3-24-g4f1b From 197416513977ae65230cc5bf443a165ba793f8ef Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Sat, 2 Apr 2011 12:29:38 +0100 Subject: Removed double-spacing from ftp_lang.php sentances. --- system/language/english/ftp_lang.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'system/language') diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index 392b2b272..1e5168cf8 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -1,17 +1,17 @@ Date: Mon, 18 Apr 2011 11:18:02 -0500 Subject: Added Session Class userdata to the output profiler. Additionally, added a show/hide toggle on HTTP Headers, Session Data and Config Variables. --- system/language/english/profiler_lang.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/language') diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index b6460fb83..1111158c8 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -9,6 +9,7 @@ $lang['profiler_post_data'] = 'POST DATA'; $lang['profiler_uri_string'] = 'URI STRING'; $lang['profiler_memory_usage'] = 'MEMORY USAGE'; $lang['profiler_config'] = 'CONFIG VARIABLES'; +$lang['profiler_session_data'] = 'SESSION DATA'; $lang['profiler_headers'] = 'HTTP HEADERS'; $lang['profiler_no_db'] = 'Database driver is not currently loaded'; $lang['profiler_no_queries'] = 'No queries were run'; @@ -17,6 +18,8 @@ $lang['profiler_no_get'] = 'No GET data exists'; $lang['profiler_no_uri'] = 'No URI data exists'; $lang['profiler_no_memory'] = 'Memory Usage Unavailable'; $lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.'; +$lang['profiler_section_hide'] = 'Hide'; +$lang['profiler_section_show'] = 'Show'; /* End of file profiler_lang.php */ /* Location: ./system/language/english/profiler_lang.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b From 114ab0988e20ac6be39ad363ff897a1a3b85e565 Mon Sep 17 00:00:00 2001 From: Razican Date: Mon, 25 Apr 2011 17:26:45 +0200 Subject: Fixed double-space typo. --- system/language/english/email_lang.php | 6 +++--- system/language/english/imglib_lang.php | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'system/language') diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index e3bd113cb..fe4276822 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -5,9 +5,9 @@ $lang['email_invalid_address'] = "Invalid email address: %s"; $lang['email_attachment_missing'] = "Unable to locate the following email attachment: %s"; $lang['email_attachment_unreadable'] = "Unable to open this attachment: %s"; $lang['email_no_recipients'] = "You must include recipients: To, Cc, or Bcc"; -$lang['email_send_failure_phpmail'] = "Unable to send email using PHP mail(). Your server might not be configured to send mail using this method."; -$lang['email_send_failure_sendmail'] = "Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method."; -$lang['email_send_failure_smtp'] = "Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method."; +$lang['email_send_failure_phpmail'] = "Unable to send email using PHP mail(). Your server might not be configured to send mail using this method."; +$lang['email_send_failure_sendmail'] = "Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method."; +$lang['email_send_failure_smtp'] = "Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method."; $lang['email_sent'] = "Your message has been successfully sent using the following protocol: %s"; $lang['email_no_socket'] = "Unable to open a socket to Sendmail. Please check settings."; $lang['email_no_hostname'] = "You did not specify a SMTP hostname."; diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index 66505da07..0a56fe0a5 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -4,20 +4,20 @@ $lang['imglib_source_image_required'] = "You must specify a source image in your $lang['imglib_gd_required'] = "The GD image library is required for this feature."; $lang['imglib_gd_required_for_props'] = "Your server must support the GD image library in order to determine the image properties."; $lang['imglib_unsupported_imagecreate'] = "Your server does not support the GD function required to process this type of image."; -$lang['imglib_gif_not_supported'] = "GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead."; +$lang['imglib_gif_not_supported'] = "GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead."; $lang['imglib_jpg_not_supported'] = "JPG images are not supported."; $lang['imglib_png_not_supported'] = "PNG images are not supported."; $lang['imglib_jpg_or_png_required'] = "The image resize protocol specified in your preferences only works with JPEG or PNG image types."; -$lang['imglib_copy_error'] = "An error was encountered while attempting to replace the file. Please make sure your file directory is writable."; +$lang['imglib_copy_error'] = "An error was encountered while attempting to replace the file. Please make sure your file directory is writable."; $lang['imglib_rotate_unsupported'] = "Image rotation does not appear to be supported by your server."; -$lang['imglib_libpath_invalid'] = "The path to your image library is not correct. Please set the correct path in your image preferences."; -$lang['imglib_image_process_failed'] = "Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct."; +$lang['imglib_libpath_invalid'] = "The path to your image library is not correct. Please set the correct path in your image preferences."; +$lang['imglib_image_process_failed'] = "Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct."; $lang['imglib_rotation_angle_required'] = "An angle of rotation is required to rotate the image."; $lang['imglib_writing_failed_gif'] = "GIF image."; $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."; -$lang['imglib_save_failed'] = "Unable to save the image. Please make sure the image and file directory are writable."; +$lang['imglib_save_failed'] = "Unable to save the image. Please make sure the image and file directory are writable."; /* End of file imglib_lang.php */ -- cgit v1.2.3-24-g4f1b From 4b9c62980599228f070b401c7673dce8085b0c61 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 1 Jul 2011 17:40:48 -0500 Subject: backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance --- system/language/english/email_lang.php | 6 +++--- system/language/english/imglib_lang.php | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'system/language') diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index fe4276822..e3bd113cb 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -5,9 +5,9 @@ $lang['email_invalid_address'] = "Invalid email address: %s"; $lang['email_attachment_missing'] = "Unable to locate the following email attachment: %s"; $lang['email_attachment_unreadable'] = "Unable to open this attachment: %s"; $lang['email_no_recipients'] = "You must include recipients: To, Cc, or Bcc"; -$lang['email_send_failure_phpmail'] = "Unable to send email using PHP mail(). Your server might not be configured to send mail using this method."; -$lang['email_send_failure_sendmail'] = "Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method."; -$lang['email_send_failure_smtp'] = "Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method."; +$lang['email_send_failure_phpmail'] = "Unable to send email using PHP mail(). Your server might not be configured to send mail using this method."; +$lang['email_send_failure_sendmail'] = "Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method."; +$lang['email_send_failure_smtp'] = "Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method."; $lang['email_sent'] = "Your message has been successfully sent using the following protocol: %s"; $lang['email_no_socket'] = "Unable to open a socket to Sendmail. Please check settings."; $lang['email_no_hostname'] = "You did not specify a SMTP hostname."; diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index 0a56fe0a5..66505da07 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -4,20 +4,20 @@ $lang['imglib_source_image_required'] = "You must specify a source image in your $lang['imglib_gd_required'] = "The GD image library is required for this feature."; $lang['imglib_gd_required_for_props'] = "Your server must support the GD image library in order to determine the image properties."; $lang['imglib_unsupported_imagecreate'] = "Your server does not support the GD function required to process this type of image."; -$lang['imglib_gif_not_supported'] = "GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead."; +$lang['imglib_gif_not_supported'] = "GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead."; $lang['imglib_jpg_not_supported'] = "JPG images are not supported."; $lang['imglib_png_not_supported'] = "PNG images are not supported."; $lang['imglib_jpg_or_png_required'] = "The image resize protocol specified in your preferences only works with JPEG or PNG image types."; -$lang['imglib_copy_error'] = "An error was encountered while attempting to replace the file. Please make sure your file directory is writable."; +$lang['imglib_copy_error'] = "An error was encountered while attempting to replace the file. Please make sure your file directory is writable."; $lang['imglib_rotate_unsupported'] = "Image rotation does not appear to be supported by your server."; -$lang['imglib_libpath_invalid'] = "The path to your image library is not correct. Please set the correct path in your image preferences."; -$lang['imglib_image_process_failed'] = "Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct."; +$lang['imglib_libpath_invalid'] = "The path to your image library is not correct. Please set the correct path in your image preferences."; +$lang['imglib_image_process_failed'] = "Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct."; $lang['imglib_rotation_angle_required'] = "An angle of rotation is required to rotate the image."; $lang['imglib_writing_failed_gif'] = "GIF image."; $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."; -$lang['imglib_save_failed'] = "Unable to save the image. Please make sure the image and file directory are writable."; +$lang['imglib_save_failed'] = "Unable to save the image. Please make sure the image and file directory are writable."; /* End of file imglib_lang.php */ -- cgit v1.2.3-24-g4f1b