-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more translations (norwegian, latvian, lithuanian, bosnian, slove…
…nian)
- Loading branch information
1 parent
0b388a3
commit 0067d96
Showing
71 changed files
with
6,155 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
<?php | ||
/** | ||
* CodeIgniter | ||
* | ||
* An open source application development framework for PHP | ||
* | ||
* This content is released under the MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
* in the Software without restriction, including without limitation the rights | ||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
* copies of the Software, and to permit persons to whom the Software is | ||
* furnished to do so, subject to the following conditions: | ||
* | ||
* The above copyright notice and this permission notice shall be included in | ||
* all copies or substantial portions of the Software. | ||
* | ||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
* THE SOFTWARE. | ||
* | ||
* @package CodeIgniter | ||
* @author EllisLab Dev Team | ||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/) | ||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/) | ||
* @license https://opensource.org/licenses/MIT MIT License | ||
* @link https://codeigniter.com | ||
* @since Version 1.0.0 | ||
* @filesource | ||
*/ | ||
defined('BASEPATH') or exit('No direct script access allowed'); | ||
|
||
$lang['cal_su'] = 'Su'; | ||
$lang['cal_mo'] = 'Mo'; | ||
$lang['cal_tu'] = 'Tu'; | ||
$lang['cal_we'] = 'We'; | ||
$lang['cal_th'] = 'Th'; | ||
$lang['cal_fr'] = 'Fr'; | ||
$lang['cal_sa'] = 'Sa'; | ||
$lang['cal_sun'] = 'Sun'; | ||
$lang['cal_mon'] = 'Mon'; | ||
$lang['cal_tue'] = 'Tue'; | ||
$lang['cal_wed'] = 'Wed'; | ||
$lang['cal_thu'] = 'Thu'; | ||
$lang['cal_fri'] = 'Fri'; | ||
$lang['cal_sat'] = 'Sat'; | ||
$lang['cal_sunday'] = 'Sunday'; | ||
$lang['cal_monday'] = 'Monday'; | ||
$lang['cal_tuesday'] = 'Tuesday'; | ||
$lang['cal_wednesday'] = 'Wednesday'; | ||
$lang['cal_thursday'] = 'Thursday'; | ||
$lang['cal_friday'] = 'Friday'; | ||
$lang['cal_saturday'] = 'Saturday'; | ||
$lang['cal_jan'] = 'Jan'; | ||
$lang['cal_feb'] = 'Feb'; | ||
$lang['cal_mar'] = 'Mar'; | ||
$lang['cal_apr'] = 'Apr'; | ||
$lang['cal_may'] = 'May'; | ||
$lang['cal_jun'] = 'Jun'; | ||
$lang['cal_jul'] = 'Jul'; | ||
$lang['cal_aug'] = 'Aug'; | ||
$lang['cal_sep'] = 'Sep'; | ||
$lang['cal_oct'] = 'Oct'; | ||
$lang['cal_nov'] = 'Nov'; | ||
$lang['cal_dec'] = 'Dec'; | ||
$lang['cal_january'] = 'January'; | ||
$lang['cal_february'] = 'February'; | ||
$lang['cal_march'] = 'March'; | ||
$lang['cal_april'] = 'April'; | ||
$lang['cal_mayl'] = 'May'; | ||
$lang['cal_june'] = 'June'; | ||
$lang['cal_july'] = 'July'; | ||
$lang['cal_august'] = 'August'; | ||
$lang['cal_september'] = 'September'; | ||
$lang['cal_october'] = 'October'; | ||
$lang['cal_november'] = 'November'; | ||
$lang['cal_december'] = 'December'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<?php | ||
/** | ||
* CodeIgniter | ||
* | ||
* An open source application development framework for PHP | ||
* | ||
* This content is released under the MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
* in the Software without restriction, including without limitation the rights | ||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
* copies of the Software, and to permit persons to whom the Software is | ||
* furnished to do so, subject to the following conditions: | ||
* | ||
* The above copyright notice and this permission notice shall be included in | ||
* all copies or substantial portions of the Software. | ||
* | ||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
* THE SOFTWARE. | ||
* | ||
* @package CodeIgniter | ||
* @author EllisLab Dev Team | ||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/) | ||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/) | ||
* @license https://opensource.org/licenses/MIT MIT License | ||
* @link https://codeigniter.com | ||
* @since Version 1.0.0 | ||
* @filesource | ||
*/ | ||
defined('BASEPATH') or exit('No direct script access allowed'); | ||
|
||
$lang['date_year'] = 'Year'; | ||
$lang['date_years'] = 'Years'; | ||
$lang['date_month'] = 'Month'; | ||
$lang['date_months'] = 'Months'; | ||
$lang['date_week'] = 'Week'; | ||
$lang['date_weeks'] = 'Weeks'; | ||
$lang['date_day'] = 'Day'; | ||
$lang['date_days'] = 'Days'; | ||
$lang['date_hour'] = 'Hour'; | ||
$lang['date_hours'] = 'Hours'; | ||
$lang['date_minute'] = 'Minute'; | ||
$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) 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, Arabia Standard 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) Srednekolymsk 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) Samoa Time Zone, Phoenix Islands Time, Tonga'; | ||
$lang['UP14'] = '(UTC +14:00) Line Islands'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<?php | ||
/** | ||
* CodeIgniter | ||
* | ||
* An open source application development framework for PHP | ||
* | ||
* This content is released under the MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
* in the Software without restriction, including without limitation the rights | ||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
* copies of the Software, and to permit persons to whom the Software is | ||
* furnished to do so, subject to the following conditions: | ||
* | ||
* The above copyright notice and this permission notice shall be included in | ||
* all copies or substantial portions of the Software. | ||
* | ||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
* THE SOFTWARE. | ||
* | ||
* @package CodeIgniter | ||
* @author EllisLab Dev Team | ||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/) | ||
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/) | ||
* @license http://opensource.org/licenses/MIT MIT License | ||
* @link https://codeigniter.com | ||
* @since Version 1.0.0 | ||
* @filesource | ||
*/ | ||
defined('BASEPATH') or exit('No direct script access allowed'); | ||
|
||
$lang['db_invalid_connection_str'] = 'Unable to determine the database settings based on the connection string you submitted.'; | ||
$lang['db_unable_to_connect'] = 'Unable to connect to your database server using the provided settings.'; | ||
$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_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.'; | ||
$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_unsupported_feature'] = 'Unsupported feature of the database platform you are using.'; | ||
$lang['db_unsupported_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.'; | ||
$lang['db_unable_to_set_charset'] = 'Unable to set client connection character set: %s'; | ||
$lang['db_error_heading'] = 'A Database Error Occurred'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?php | ||
/** | ||
* CodeIgniter | ||
* | ||
* An open source application development framework for PHP | ||
* | ||
* This content is released under the MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
* in the Software without restriction, including without limitation the rights | ||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
* copies of the Software, and to permit persons to whom the Software is | ||
* furnished to do so, subject to the following conditions: | ||
* | ||
* The above copyright notice and this permission notice shall be included in | ||
* all copies or substantial portions of the Software. | ||
* | ||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
* THE SOFTWARE. | ||
* | ||
* @package CodeIgniter | ||
* @author EllisLab Dev Team | ||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/) | ||
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/) | ||
* @license http://opensource.org/licenses/MIT MIT License | ||
* @link https://codeigniter.com | ||
* @since Version 1.0.0 | ||
* @filesource | ||
*/ | ||
defined('BASEPATH') or exit('No direct script access allowed'); | ||
|
||
$lang['email_must_be_array'] = 'The email validation method must be passed an array.'; | ||
$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_from'] = 'Cannot send mail with no "From" header.'; | ||
$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_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_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'; | ||
$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'; |
Oops, something went wrong.