first commit
Some checks failed
CI / build-test (push) Has been cancelled

This commit is contained in:
2025-05-31 18:56:37 +02:00
commit 8c4798a5fd
1240 changed files with 190468 additions and 0 deletions

View File

@@ -0,0 +1,85 @@
<?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'] = 'Sø';
$lang['cal_mo'] = 'Ma';
$lang['cal_tu'] = 'Ti';
$lang['cal_we'] = 'On';
$lang['cal_th'] = 'To';
$lang['cal_fr'] = 'Fr';
$lang['cal_sa'] = 'Lø';
$lang['cal_sun'] = 'Søn';
$lang['cal_mon'] = 'Man';
$lang['cal_tue'] = 'Tir';
$lang['cal_wed'] = 'Ons';
$lang['cal_thu'] = 'Tor';
$lang['cal_fri'] = 'Fre';
$lang['cal_sat'] = 'Lør';
$lang['cal_sunday'] = 'Søndag';
$lang['cal_monday'] = 'Mandag';
$lang['cal_tuesday'] = 'Tirsdag';
$lang['cal_wednesday'] = 'Onsdag';
$lang['cal_thursday'] = 'Torsdag';
$lang['cal_friday'] = 'Fredag';
$lang['cal_saturday'] = 'Lørdag';
$lang['cal_jan'] = 'Jan';
$lang['cal_feb'] = 'Feb';
$lang['cal_mar'] = 'Mar';
$lang['cal_apr'] = 'Apr';
$lang['cal_may'] = 'Mai';
$lang['cal_jun'] = 'Jun';
$lang['cal_jul'] = 'Jul';
$lang['cal_aug'] = 'Aug';
$lang['cal_sep'] = 'Sep';
$lang['cal_oct'] = 'Okt';
$lang['cal_nov'] = 'Nov';
$lang['cal_dec'] = 'Des';
$lang['cal_january'] = 'Januar';
$lang['cal_february'] = 'Februar';
$lang['cal_march'] = 'Mars';
$lang['cal_april'] = 'April';
$lang['cal_mayl'] = 'Mai';
$lang['cal_june'] = 'Juni';
$lang['cal_july'] = 'Juli';
$lang['cal_august'] = 'August';
$lang['cal_september'] = 'September';
$lang['cal_october'] = 'Oktober';
$lang['cal_november'] = 'November';
$lang['cal_december'] = 'Desember';

View File

@@ -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'] = 'År';
$lang['date_years'] = 'År';
$lang['date_month'] = 'Måned';
$lang['date_months'] = 'Måneder';
$lang['date_week'] = 'Uke';
$lang['date_weeks'] = 'Uker';
$lang['date_day'] = 'Dag';
$lang['date_days'] = 'Dager';
$lang['date_hour'] = 'Time';
$lang['date_hours'] = 'Timer';
$lang['date_minute'] = 'Minutt';
$lang['date_minutes'] = 'Minutter';
$lang['date_second'] = 'Sekund';
$lang['date_seconds'] = 'Sekunder';
$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';

View File

@@ -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'] = 'Kunne ikke bestemme databaseinnstillingene basert på tilkoblingsstrengen du sendte inn.';
$lang['db_unable_to_connect'] = 'Kunne ikke koble til databaseserveren din ved hjelp av de angitte innstillingene.';
$lang['db_unable_to_select'] = 'Kunne ikke velge den angitte databasen: %s';
$lang['db_unable_to_create'] = 'Kunne ikke opprette den angitte databasen: %s';
$lang['db_invalid_query'] = 'Spørringen du sendte inn, er ikke gyldig.';
$lang['db_must_set_table'] = 'Du må angi databasetabellen som skal brukes med spørringen din.';
$lang['db_must_use_set'] = 'Du må bruke set-metoden for å oppdatere en oppføring.';
$lang['db_must_use_index'] = 'Du må spesifisere en indeks å matche på for batchoppdateringer.';
$lang['db_batch_missing_index'] = 'En eller flere rader som er sendt inn for batchoppdatering, mangler den angitte indeksen.';
$lang['db_must_use_where'] = 'Oppdateringer er ikke tillatt med mindre de inneholder en \'where\'-klausul.';
$lang['db_del_must_use_where'] = 'Sletting er ikke tillatt med mindre de inneholder en where- eller like-klausul.';
$lang['db_field_param_missing'] = 'For å hente felt kreves navnet på tabellen som en parameter.';
$lang['db_unsupported_function'] = 'Denne funksjonen er ikke tilgjengelig for databasen du bruker.';
$lang['db_transaction_failure'] = 'Transaksjonsfeil: Rollback utført.';
$lang['db_unable_to_drop'] = 'Kunne ikke slette den angitte databasen.';
$lang['db_unsupported_feature'] = 'Funksjon som ikke støttes av databaseplattformen du bruker.';
$lang['db_unsupported_compression'] = 'Filkomprimeringsformatet du valgte, støttes ikke av serveren din.';
$lang['db_filepath_error'] = 'Kunne ikke skrive data til filbanen du har sendt inn.';
$lang['db_invalid_cache_path'] = 'Cache-banen du sendte inn, er ikke gyldig eller skrivbar.';
$lang['db_table_name_required'] = 'Et tabellnavn er påkrevd for denne operasjonen.';
$lang['db_column_name_required'] = 'Et kolonnenavn er påkrevd for denne operasjonen.';
$lang['db_column_definition_required'] = 'En kolonnedefinisjon er påkrevd for denne operasjonen.';
$lang['db_unable_to_set_charset'] = 'Kunne ikke angi tegnsett for klienttilkobling: %s';
$lang['db_error_heading'] = 'En databasefeil oppstod';

View File

@@ -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'] = 'E-postvalideringsmetoden må sendes til en matrise.';
$lang['email_invalid_address'] = 'Ugyldig e-postadresse: %s';
$lang['email_attachment_missing'] = 'Kunne ikke finne følgende e-postvedlegg: %s';
$lang['email_attachment_unreadable'] = 'Kan ikke åpne dette vedlegget: %s';
$lang['email_no_from'] = 'Kan ikke sende e-post uten «From»-overskrift.';
$lang['email_no_recipients'] = 'Du må inkludere mottakere: To, Cc eller Bcc';
$lang['email_send_failure_phpmail'] = 'Kunne ikke sende e-post ved hjelp av PHP mail(). Serveren din er kanskje ikke konfigurert til å sende e-post ved hjelp av denne metoden.';
$lang['email_send_failure_sendmail'] = 'Kunne ikke sende e-post ved hjelp av PHP Sendmail. Serveren din er kanskje ikke konfigurert til å sende e-post ved hjelp av denne metoden.';
$lang['email_send_failure_smtp'] = 'Kunne ikke sende e-post ved hjelp av PHP SMTP. Serveren din er kanskje ikke konfigurert til å sende e-post ved hjelp av denne metoden.';
$lang['email_sent'] = 'Meldingen din har blitt sendt ved hjelp av følgende protokoll: %s';
$lang['email_no_socket'] = 'Kunne ikke åpne en socket til Sendmail. Vennligst sjekk innstillingene.';
$lang['email_no_hostname'] = 'Du har ikke angitt et SMTP-vertsnavn.';
$lang['email_smtp_error'] = 'Følgende SMTP-feil ble oppdaget: %s';
$lang['email_no_smtp_unpw'] = 'Feil: Du må tilordne et SMTP-brukernavn og passord.';
$lang['email_failed_smtp_login'] = 'Kunne ikke sende AUTH LOGIN-kommandoen. Feil: %s';
$lang['email_smtp_auth_un'] = 'Kunne ikke autentisere brukernavn. Feil: %s';
$lang['email_smtp_auth_pw'] = 'Kunne ikke godkjenne passord. Feil: %s';
$lang['email_smtp_data_failure'] = 'Kunne ikke sende data: %s';
$lang['email_exit_status'] = 'Avslutt statuskode: %s';

View File

@@ -0,0 +1,70 @@
<?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['form_validation_required'] = 'Feltet {field} er påkrevd.';
$lang['form_validation_isset'] = 'Feltet {field} må ha en verdi';
$lang['form_validation_isset'] = 'Feltet {field} må ha en verdi.';
$lang['form_validation_valid_email'] = 'Feltet {field} må inneholde en gyldig e-postadresse.';
$lang['form_validation_valid_emails'] = 'Feltet {field} må inneholde alle gyldige e-postadresser.';
$lang['form_validation_valid_url'] = 'Feltet {field} må inneholde en gyldig URL.';
$lang['form_validation_valid_ip'] = 'Feltet {field} må inneholde en gyldig IP.';
$lang['form_validation_valid_base64'] = 'Feltet {field} må inneholde en gyldig Base64-streng.';
$lang['form_validation_min_length'] = 'Feltet {field} må være minst {param} tegn langt.';
$lang['form_validation_max_length'] = 'Feltet {field} kan ikke overstige {param} tegn i lengde.';
$lang['form_validation_exact_length'] = 'Feltet {field} må være nøyaktig {param} tegn langt.';
$lang['form_validation_alpha'] = '{field}-feltet kan bare inneholde alfabetiske tegn.';
$lang['form_validation_alpha_numeric'] = 'Feltet {field} kan bare inneholde alfanumeriske tegn.';
$lang['form_validation_alpha_numeric_spaces'] = 'Feltet {field} kan bare inneholde alfanumeriske tegn og mellomrom.';
$lang['form_validation_alpha_dash'] = 'Feltet {field} kan bare inneholde alfanumeriske tegn, understrekninger og bindestreker.';
$lang['form_validation_numeric'] = 'Feltet {field} må bare inneholde tall.';
$lang['form_validation_is_numeric'] = 'Feltet {field} må bare inneholde numeriske tegn.';
$lang['form_validation_integer'] = 'Feltet {field} må inneholde et heltall.';
$lang['form_validation_regex_match'] = 'Feltet {field} er ikke i riktig format.';
$lang['form_validation_matches'] = '{field}-feltet samsvarer ikke med {param}-feltet.';
$lang['form_validation_differs'] = '{field}-feltet må avvike fra {param}-feltet.';
$lang['form_validation_is_unique'] = 'Feltet {field} må inneholde en unik verdi.';
$lang['form_validation_is_natural'] = '{field}-feltet må bare inneholde sifre.';
$lang['form_validation_is_natural_no_zero'] = 'Feltet {field} må bare inneholde sifre og må være større enn null.';
$lang['form_validation_decimal'] = 'Feltet {field} må inneholde et desimaltall.';
$lang['form_validation_less_than'] = 'Feltet {field} må inneholde et tall som er mindre enn {param}.';
$lang['form_validation_less_than_equal_to'] = 'Feltet {field} må inneholde et tall som er mindre enn eller lik {param}.';
$lang['form_validation_greater_than'] = 'Feltet {field} må inneholde et tall som er større enn {param}.';
$lang['form_validation_greater_than_equal_to'] = 'Feltet {field} må inneholde et tall som er større enn eller lik {param}.';
$lang['form_validation_error_message_not_set'] = 'Kan ikke få tilgang til en feilmelding som tilsvarer feltnavnet {field}.';
$lang['form_validation_in_list'] = '{field}-feltet må være ett av: {param}.';

View File

@@ -0,0 +1,51 @@
<?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['ftp_no_connection'] = 'Kunne ikke finne en gyldig tilkoblings-ID. Kontroller at du er tilkoblet før du utfører noen filrutiner.';
$lang['ftp_unable_to_connect'] = 'Kunne ikke koble til FTP-serveren din ved hjelp av det angitte vertsnavnet.';
$lang['ftp_unable_to_login'] = 'Kunne ikke logge på FTP-serveren. Vennligst sjekk brukernavnet og passordet ditt.';
$lang['ftp_unable_to_mkdir'] = 'Kunne ikke opprette katalogen du har angitt.';
$lang['ftp_unable_to_changedir'] = 'Kan ikke endre kataloger.';
$lang['ftp_unable_to_chmod'] = 'Kunne ikke angi filtillatelser. Vennligst sjekk banen din.';
$lang['ftp_unable_to_upload'] = 'Kunne ikke laste opp den angitte filen. Vennligst sjekk banen din.';
$lang['ftp_unable_to_download'] = 'Kan ikke laste ned den angitte filen. Vennligst sjekk banen din.';
$lang['ftp_no_source_file'] = 'Kunne ikke finne kildefilen. Vennligst sjekk banen din.';
$lang['ftp_unable_to_rename'] = 'Kunne ikke gi nytt navn til filen.';
$lang['ftp_unable_to_delete'] = 'Kunne ikke slette filen.';
$lang['ftp_unable_to_move'] = 'Kunne ikke flytte filen. Kontroller at målkatalogen finnes.';

View File

@@ -0,0 +1,57 @@
<?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['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_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_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_invalid_path'] = 'The path to the image is not correct.';
$lang['imglib_invalid_image'] = 'The provided image is not valid.';
$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.';

View File

@@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

View File

@@ -0,0 +1,44 @@
<?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['terabyte_abbr'] = 'TB';
$lang['gigabyte_abbr'] = 'GB';
$lang['megabyte_abbr'] = 'MB';
$lang['kilobyte_abbr'] = 'KB';
$lang['bytes'] = 'Bytes';

View File

@@ -0,0 +1,43 @@
<?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['pagination_first_link'] = '&lsaquo; First';
$lang['pagination_next_link'] = '&gt;';
$lang['pagination_prev_link'] = '&lt;';
$lang['pagination_last_link'] = 'Last &rsaquo;';

View File

@@ -0,0 +1,60 @@
<?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['profiler_database'] = 'DATABASE';
$lang['profiler_controller_info'] = 'CLASS/METHOD';
$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_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';
$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.';
$lang['profiler_section_hide'] = 'Hide';
$lang['profiler_section_show'] = 'Show';
$lang['profiler_seconds'] = 'seconds';

View File

@@ -0,0 +1,462 @@
<?php defined('BASEPATH') or exit('No direct script access allowed');
// Norwegian
$lang['page_title'] = 'Bestill avtale med';
$lang['service_and_provider'] = 'Tjeneste & Leverandør';
$lang['select_service'] = 'Velg Tjeneste';
$lang['select_provider'] = 'Velg Leverandør';
$lang['duration'] = 'Varighet';
$lang['minutes'] = 'Minutter';
$lang['price'] = 'Pris';
$lang['back'] = 'Tilbake';
$lang['appointment_date_and_time'] = 'Avtaledato & Tid';
$lang['no_available_hours'] = 'Det er ingen tilgjengelige avtaletimer for den valgte datoen. Vennligst velg en annen dato.';
$lang['appointment_hour_missing'] = 'Vennligst velg en avtaletid før du fortsetter.';
$lang['customer_information'] = 'Kundeinformasjon';
$lang['first_name'] = 'Fornavn';
$lang['etternavn'] = 'Etternavn';
$lang['email'] = 'E-post';
$lang['phone_number'] = 'Telefonnummer';
$lang['phone'] = 'Telefon';
$lang['address'] = 'Adresse';
$lang['city'] = 'By';
$lang['zip_code'] = 'Postnummer';
$lang['notes'] = 'Notater';
$lang['language'] = 'Språk';
$lang['no_language'] = 'Ingen språk';
$lang['fields_are_required'] = 'Felt merket med * er obligatoriske.';
$lang['appointment_confirmation'] = 'Avtalebekreftelse';
$lang['confirm'] = 'Bekreft';
$lang['update'] = 'Oppdater';
$lang['cancel_appointment_hint'] = 'Trykk på "Avbryt"-knappen for å fjerne avtalen fra bedriftens timeplan.';
$lang['cancel'] = 'Avbryt';
$lang['appointment_registered'] = 'Din avtale er registrert!';
$lang['cancel_appointment_title'] = 'Avbryt Avtale';
$lang['appointment_cancelled'] = 'Din avtale er avbrutt.';
$lang['appointment_cancelled_title'] = 'Avtale Avbrutt';
$lang['reason'] = 'Årsak';
$lang['appointment_removed_from_schedule'] = 'Den følgende avtalen ble fjernet fra bedriftens timeplan.';
$lang['appointment_details_was_sent_to_you'] = 'En e-post med avtaledetaljene er sendt til deg.';
$lang['add_to_google_calendar'] = 'Legg til i Google Kalender';
$lang['appointment_booked'] = 'Din avtale er bestilt';
$lang['thank_you_for_appointment'] = 'Takk for at du har bestilt en avtale med oss. Nedenfor kan du se avtaledetaljene. Gjør endringer ved å klikke på avtalen.';
$lang['appointment_details_title'] = 'Avtaledetaljer';
$lang['customer_details_title'] = 'Kundedetaljer';
$lang['service'] = 'Tjeneste';
$lang['provider'] = 'Leverandør';
$lang['customer'] = 'Kunde';
$lang['start'] = 'Start';
$lang['end'] = 'Slutt';
$lang['name'] = 'Navn';
$lang['appointment_link_title'] = 'Avtalelenke';
$lang['success'] = 'Suksess';
$lang['appointment_added_to_your_plan'] = 'En ny avtale er lagt til din plan.';
$lang['appointment_link_description'] = 'Du kan gjøre endringer ved å klikke på avtalen under.';
$lang['appointment_locked'] = 'Endring umulig!';
$lang['appointment_locked_message'] = 'Avtalen kan ikke endres mindre enn {$limit} timer i forveien.';
$lang['appointment_not_found'] = 'Avtale Ikke Funnet';
$lang['appointment_does_not_exist_in_db'] = 'Avtalen du forespurte eksisterer ikke lenger i systemets database.';
$lang['display_calendar'] = 'Vis Kalender';
$lang['calendar'] = 'Kalender';
$lang['users'] = 'Brukere';
$lang['settings'] = 'Innstillinger';
$lang['log_out'] = 'Logg ut';
$lang['synchronize'] = 'Synkroniser';
$lang['enable_sync'] = 'Aktiver Synkronisering';
$lang['disable_sync'] = 'Deaktiver Synkronisering';
$lang['disable_sync_prompt'] = 'Er du sikker på at du vil deaktivere kalendersynkronisering?';
$lang['reload'] = 'Last Inn På Nytt';
$lang['avtale'] = 'Avtale';
$lang['unavailability'] = 'Utilgjengelighet';
$lang['week'] = 'Uke';
$lang['month'] = 'Måned';
$lang['today'] = 'I Dag';
$lang['not_working'] = 'Ikke Arbeidende';
$lang['break'] = 'Pause';
$lang['add'] = 'Legg Til';
$lang['edit'] = 'Rediger';
$lang['hello'] = 'Hei';
$lang['all_day'] = 'Hele dagen';
$lang['manage_appointment_record_hint'] = 'Administrer alle avtaleoppføringene til de tilgjengelige leverandørene og tjenestene.';
$lang['select_filter_item_hint'] = 'Velg en leverandør eller en tjeneste og se avtalene i kalenderen.';
$lang['enable_appointment_sync_hint'] = 'Aktiver avtalessynkronisering med en ekstern kalender.';
$lang['manage_customers_hint'] = 'Administrer registrerte kunder og se deres bestillingshistorikk.';
$lang['manage_services_hint'] = 'Administrer de tilgjengelige tjenestene og kategoriene i systemet.';
$lang['manage_users_hint'] = 'Administrer backend-brukere (administratorer, leverandører, sekretærer).';
$lang['settings_hint'] = 'Angi system- og brukerinnstillinger.';
$lang['log_out_hint'] = 'Logg ut av systemet.';
$lang['unavailability_periods_hint'] = 'I perioder med utilgjengelighet vil leverandøren ikke akseptere nye avtaler.';
$lang['new_appointment_hint'] = 'Opprett en ny avtale og lagre den i databasen.';
$lang['reload_appointments_hint'] = 'Last inn avtaler på nytt i kalenderen.';
$lang['trigger_sync_hint'] = 'Start synkroniseringsprosessen for kalenderen.';
$lang['appointment_updated'] = 'Avtale oppdatert.';
$lang['undo'] = 'Angre';
$lang['appointment_details_changed'] = 'Avtaledetaljer har endret seg';
$lang['appointment_changes_saved'] = 'Endringer i avtalen er lagret.';
$lang['save'] = 'Lagre';
$lang['new'] = 'Ny';
$lang['select'] = 'Velg';
$lang['hide'] = 'Skjul';
$lang['type_to_filter_customers'] = 'Skriv for å filtrere kunder.';
$lang['clear_fields_add_existing_customer_hint'] = 'Tøm feltene og skriv inn en ny kunde.';
$lang['pick_existing_customer_hint'] = 'Velg en eksisterende kunde.';
$lang['new_appointment_title'] = 'Ny Avtale';
$lang['edit_appointment_title'] = 'Rediger Avtale';
$lang['delete_appointment_title'] = 'Slett Avtale';
$lang['write_appointment_removal_reason'] = 'Vennligst skriv årsaken til at du sletter avtalen:';
$lang['appointment_saved'] = 'Avtale lagret.';
$lang['new_unavailability_title'] = 'Ny Utilgjengelighet';
$lang['edit_unavailability_title'] = 'Rediger Utilgjengelighet';
$lang['unavailability_saved'] = 'Utilgjengelighet lagret.';
$lang['start_date_before_end_error'] = 'Startdatoen er etter sluttdatoen.';
$lang['invalid_duration'] = 'Ugyldig varighet.';
$lang['invalid_email'] = 'Ugyldig e-postadresse.';
$lang['customers'] = 'Kunder';
$lang['details'] = 'Detaljer';
$lang['no_records_found'] = 'Ingen oppføringer funnet...';
$lang['services'] = 'Tjenester';
$lang['duration_minutes'] = 'Varighet (Minutter)';
$lang['currency'] = 'Valuta';
$lang['category'] = 'Kategori';
$lang['no_category'] = 'Ingen Kategori';
$lang['description'] = 'Beskrivelse';
$lang['categories'] = 'Kategorier';
$lang['admins'] = 'Administratorer';
$lang['providers'] = 'Leverandører';
$lang['secretaries'] = 'Sekretærer';
$lang['mobile_number'] = 'Mobilnummer';
$lang['mobile'] = 'Mobil';
$lang['state'] = 'Stat';
$lang['brukernavn'] = 'Brukernavn';
$lang['password'] = 'Passord';
$lang['retype_password'] = 'Skriv inn passord på nytt';
$lang['receive_notifications'] = 'Motta Varsler';
$lang['passwords_mismatch'] = 'Passordene stemmer ikke overens.';
$lang['admin_saved'] = 'Administrator lagret.';
$lang['provider_saved'] = 'Leverandør lagret.';
$lang['secretary_saved'] = 'Sekretær lagret.';
$lang['admin_deleted'] = 'Administrator slettet.';
$lang['provider_deleted'] = 'Leverandør slettet.';
$lang['secretary_deleted'] = 'Sekretær slettet.';
$lang['service_saved'] = 'Tjeneste lagret.';
$lang['service_category_saved'] = 'Tjenestekategori lagret.';
$lang['service_deleted'] = 'Tjeneste slettet.';
$lang['service_category_deleted'] = 'Tjenestekategori slettet.';
$lang['customer_saved'] = 'Kunde lagret.';
$lang['customer_deleted'] = 'Kunde slettet.';
$lang['current_view'] = 'Nåværende Visning';
$lang['working_plan'] = 'Arbeidsplan';
$lang['reset_plan'] = 'Tilbakestill plan';
$lang['monday'] = 'Mandag';
$lang['tuesday'] = 'Tirsdag';
$lang['wednesday'] = 'Onsdag';
$lang['thursday'] = 'Torsdag';
$lang['friday'] = 'Fredag';
$lang['saturday'] = 'Lørdag';
$lang['sunday'] = 'Søndag';
$lang['breaks'] = 'Pauser';
$lang['add_breaks_during_each_day'] = 'Legg til arbeidspauser i løpet av hver dag. Under pauser vil leverandøren ikke akseptere noen avtaler.';
$lang['day'] = 'Dag';
$lang['days'] = 'Dager';
$lang['actions'] = 'Handlinger';
$lang['reset_working_plan_hint'] = 'Tilbakestill arbeidsplanen til standardverdiene.';
$lang['company_name'] = 'Firmanavn';
$lang['company_name_hint'] = 'Firmanavnet vil bli vist overalt i systemet (påkrevd).';
$lang['company_email'] = 'Firma E-post';
$lang['company_email_hint'] = 'Dette vil være firmaets e-postadresse. Den vil bli brukt som avsender og svaradresse for systemets e-poster (påkrevd).';
$lang['company_link'] = 'Firma Link';
$lang['company_link_hint'] = 'Firmaets lenke bør peke til firmaets offisielle nettside (påkrevd).';
$lang['go_to_booking_page'] = 'Gå Til Bestillingsside';
$lang['settings_saved'] = 'Innstillinger lagret.';
$lang['general'] = 'Generelt';
$lang['booking'] = 'Bestilling';
$lang['visible'] = 'Synlig';
$lang['hidden'] = 'Skjult';
$lang['business_logic'] = 'Forretningslogikk';
$lang['current_user'] = 'Nåværende Bruker';
$lang['about_app'] = 'Om Easy!Appointments';
$lang['edit_working_plan_hint'] = 'Marker dagene og tidspunktene nedenfor som selskapet ditt vil akseptere avtaler. Du vil kunne justere avtaler i ikke-arbeidstimer, men kundene vil ikke kunne bestille avtaler selv i ikke-arbeidstider. Denne arbeidsplanen vil være standard for hver ny leverandørpost, men du vil kunne endre hver leverandørs plan separat ved å redigere posten hans. Etterpå kan du legge til pauseperioder.';
$lang['edit_breaks_hint'] = 'Legg til arbeidspauser i løpet av hver dag. Disse pausene vil bli brukt for alle nye leverandører.';
$lang['book_advance_timeout'] = 'Forhåndsbestilling Timeout';
$lang['book_advance_timeout_hint'] = 'Definer timeout (i minutter) før kundene kan bestille eller omorganisere avtaler med firmaet.';
$lang['timeout_minutes'] = 'Tidsavbrudd (Minutter)';
$lang['about_app_info'] = 'Easy!Appointments er en svært tilpassbar webapplikasjon som lar kundene dine bestille avtaler med deg via nettet. Videre gir den muligheten til å synkronisere dataene dine med Google Kalender, slik at du kan bruke dem med andre tjenester.';
$lang['current_version'] = 'Nåværende Versjon';
$lang['support'] = 'Support';
$lang['about_app_support'] = 'Hvis du støter på problemer når du bruker Easy!Appointments, kan du søke i det offisielle Google-gruppen etter svar. Du kan også trenge å opprette en ny sak på Google Code-siden for å hjelpe utviklingen fremover.';
$lang['official_website'] = 'Offisiell Nettside';
$lang['google_plus_community'] = 'Google+ Fellesskap';
$lang['support_group'] = 'Support Gruppe';
$lang['project_issues'] = 'Prosjektproblemer';
$lang['license'] = 'Lisens';
$lang['about_app_license'] = 'Easy!Appointments er lisensiert under GPLv3-lisensen. Ved å bruke koden til Easy!Appointments på noen måte godtar du vilkårene beskrevet i følgende URL:';
$lang['logout_success'] = 'Du har blitt logget ut! Klikk på en av de følgende knappene for å navigere til en annen side.';
$lang['book_appointment_title'] = 'Bestill tid';
$lang['backend_section'] = 'Backend Seksjon';
$lang['you_need_to_login'] = 'Velkommen! Du må logge inn for å se backend-sider.';
$lang['enter_username_here'] = 'Skriv inn brukernavnet ditt her ...';
$lang['enter_password_here'] = 'Skriv inn passordet ditt her ...';
$lang['login'] = 'Logg Inn';
$lang['forgot_your_password'] = 'Glemt Passordet?';
$lang['login_failed'] = 'Innlogging mislyktes, vennligst skriv inn riktige legitimasjoner og prøv igjen.';
$lang['type_username_and_email_for_new_password'] = 'Skriv inn brukernavnet ditt og e-postadressen din for å få nytt passord.';
$lang['enter_email_here'] = 'Skriv inn e-posten din her ...';
$lang['regenerate_password'] = 'Generer Nytt Passord';
$lang['go_to_login'] = 'Gå Tilbake Til Innloggingssiden';
$lang['new_password_sent_with_email'] = 'Ditt nye passord er sendt til deg med e-post.';
$lang['new_account_password'] = 'Nytt Kontopassord';
$lang['new_password_is'] = 'Ditt nye kontopassord er $password. Vennligst oppbevar denne e-posten for å kunne hente passordet ditt om nødvendig. Du kan også endre dette passordet til et nytt i innstillingssiden.';
$lang['delete_record_prompt'] = 'Er du sikker på at du vil slette denne posten? Denne handlingen kan ikke angres.';
$lang['delete_admin'] = 'Slett administrator';
$lang['delete_customer'] = 'Slett Kunde';
$lang['delete_service'] = 'Slett Tjeneste';
$lang['delete_service_category'] = 'Slett Tjenestekategori';
$lang['delete_provider'] = 'Slett Leverandør';
$lang['delete_secretary'] = 'Slett Sekretær';
$lang['delete_appointment'] = 'Slett tid';
$lang['delete_unavailability'] = 'Slett Utilgjengelighet';
$lang['delete'] = 'Slett';
$lang['unexpected_issues'] = 'Uventede problemer';
$lang['unexpected_issues_message'] = 'Operasjonen kunne ikke fullføres på grunn av uventede problemer.';
$lang['close'] = 'Lukk';
$lang['page_not_found'] = 'Siden Ble Ikke Funnet';
$lang['page_not_found_message'] = 'Dessverre eksisterer ikke siden du ba om. Vennligst sjekk nettleserens URL eller gå til en annen plassering ved å bruke knappene nedenfor.';
$lang['error'] = 'Feil';
$lang['no_privileges'] = 'Ingen Privilegier';
$lang['no_privileges_message'] = 'Du har ikke nødvendige privilegier for å se denne siden. Vennligst naviger til en annen seksjon.';
$lang['backend_calendar'] = 'Backend Kalender';
$lang['start_date_time'] = 'Startdato / Tid';
$lang['end_date_time'] = 'Sluttdato / Tid';
$lang['licensed_under'] = 'Lisensiert Under';
$lang['unexpected_issues_occurred'] = 'Uventede problemer oppstod.';
$lang['service_communication_error'] = 'En serverkommunikasjonsfeil oppstod, vennligst prøv igjen.';
$lang['no_privileges_edit_appointments'] = 'Du har ikke nødvendige privilegier for å redigere avtaler.';
$lang['unavailability_updated'] = 'Utilgjengelighet oppdatert.';
$lang['appointments'] = 'Avtaler';
$lang['unexpected_warnings'] = 'Uventede advarsler';
$lang['unexpected_warnings_message'] = 'Operasjonen ble fullført, men noen advarsler dukket opp.';
$lang['filter'] = 'Filtrer';
$lang['clear'] = 'Rydd';
$lang['uncategorized'] = 'Uklassifisert';
$lang['username_already_exists'] = 'Brukernavnet eksisterer allerede.';
$lang['password_length_notice'] = 'Passordet må være minst $number tegn langt.';
$lang['general_settings'] = 'Generelle Innstillinger';
$lang['personal_information'] = 'Personlig Informasjon';
$lang['system_login'] = 'System Innlogging';
$lang['user_settings_are_invalid'] = 'Brukerinnstillingene er ugyldige! Vennligst gjennomgå innstillingene dine og prøv igjen.';
$lang['add_break'] = 'Legg til pause';
$lang['january'] = 'Januar';
$lang['february'] = 'Februar';
$lang['march'] = 'Mars';
$lang['april'] = 'April';
$lang['may'] = 'Mai';
$lang['june'] = 'Juni';
$lang['july'] = 'Juli';
$lang['august'] = 'August';
$lang['september'] = 'September';
$lang['october'] = 'Oktober';
$lang['november'] = 'November';
$lang['december'] = 'Desember';
$lang['previous'] = 'Forrige';
$lang['next'] = 'Neste';
$lang['now'] = 'Nå';
$lang['select_time'] = 'Velg tid';
$lang['time'] = 'Tid';
$lang['hour'] = 'Time';
$lang['minute'] = 'Minutt';
$lang['calendar_sync_completed'] = 'Kalendersynkronisering fullført.';
$lang['calendar_sync_failed'] = 'Kalendersynkronisering mislyktes: Kunne ikke opprette servertilkobling.';
$lang['select_sync_calendar'] = 'Velg kalender';
$lang['select_sync_calendar_prompt'] = 'Velg kalenderen du vil synkronisere avtalene dine med.';
$lang['sync_calendar_selected'] = 'Synkroniseringskalenderen har blitt valgt.';
$lang['oops_something_went_wrong'] = 'Oops! Noe gikk galt.';
$lang['ea_update_success'] = 'Easy!Appointments har blitt oppdatert.';
$lang['require_captcha'] = 'Krev CAPTCHA';
$lang['require_captcha_hint'] = 'Når dette er aktivert, må kundene skrive inn en tilfeldig generert CAPTCHA-streng før de bestiller/oppdaterer en avtale.';
$lang['captcha_is_wrong'] = 'CAPTCHA-bekreftelse mislyktes, vennligst prøv igjen.';
$lang['any_provider'] = 'Enhver leverandør';
$lang['requested_hour_is_unavailable'] = 'Den forespurte avtalen er dessverre ikke tilgjengelig. Vennligst velg en annen time for din avtale.';
$lang['customer_notifications'] = 'Kundevarsler';
$lang['customer_notifications_hint'] = 'Definerer om kunden skal motta e-postvarsler når det skjer en endring i en av avtalene hans.';
$lang['date_format'] = 'Datoformat';
$lang['date_format_hint'] = 'Endre datovisningsformatet (D - Dato, M - Måned, Y - År).';
$lang['time_format'] = 'Tidsformat';
$lang['time_format_hint'] = 'Endre visningsformatet for klokkeslett (H - timer, M - minutter).';
$lang['first_weekday'] = 'Første dag i uken';
$lang['first_weekday_hint'] = 'Angi den første dagen i kalenderuken.';
$lang['google_analytics_code_hint'] = 'Legg til Google Analytics-koden din for å aktivere Google Analytics-sporing på bestillingssidene.';
$lang['availabilities_type'] = 'Availabilities Type';
$lang['flexible'] = 'Fleksibel';
$lang['fixed'] = 'Fixed';
$lang['attendants_number'] = 'Nummer på ledsagere';
$lang['reset_working_plan'] = 'Tilbakestill arbeidsplanen til standardverdiene.';
$lang['legal_contents'] = 'Juridisk innhold';
$lang['cookie_notice'] = 'Cookie Notice';
$lang['display_cookie_notice'] = 'Vis varsel om informasjonskapsler';
$lang['cookie_notice_content'] = 'Cookie Notice Content';
$lang['terms_and_conditions'] = 'Vilkår og betingelser';
$lang['display_terms_and_conditions'] = 'Vis vilkår og betingelser';
$lang['terms_and_conditions_content'] = 'Innhold i vilkår og betingelser';
$lang['privacy_policy'] = 'Personvernregler';
$lang['display_privacy_policy'] = 'Vis personvernregler';
$lang['privacy_policy_content'] = 'Personvernpolicyinnhold';
$lang['website_using_cookies_to_ensure_best_experience'] = 'Dette nettstedet bruker informasjonskapsler for å sikre at du får den beste opplevelsen på nettstedet vårt.';
$lang['read_and_agree_to_terms_and_conditions'] = 'Jeg har lest og godtar {$link}Vilkår og betingelser{/$link}.';
$lang['read_and_agree_to_privacy_policy'] = 'Jeg har lest og godtar {$link}Privacy Policy{/$link}.';
$lang['delete_personal_information_hint'] = 'Fjern alle avtaler og personlig informasjon fra systemet.';
$lang['delete_personal_information'] = 'Slett personlig informasjon';
$lang['delete_personal_information_prompt'] = 'Er du sikker på at du vil slette personopplysningene dine? Denne handlingen kan ikke angres.';
$lang['location'] = 'Sted';
$lang['working_plan_exception'] = 'Unntak fra arbeidsplan';
$lang['working_plan_exceptions'] = 'Unntak fra arbeidsplanen';
$lang['working_plan_exceptions_hint'] = 'Legg til en unntaksdag for arbeidsplanen, utenfor arbeidsplanen.';
$lang['new_working_plan_exception_title'] = 'Nytt unntak for arbeidsplan';
$lang['working_plan_exception_saved'] = 'Working plan exception saved successfully.';
$lang['working_plan_exception_deleted'] = 'Working plan exception deleted successfully.';
$lang['add_working_plan_exceptions_during_each_day'] = 'Legg til unntak fra arbeidsplanen, utenfor arbeidsplanen.';
$lang['add_working_plan_exception'] = 'Legg til unntak for arbeidsplan';
$lang['require_phone_number'] = 'Krev telefonnummer';
$lang['require_phone_number_hint'] = 'Når denne funksjonen er aktivert, må kunder og brukere oppgi kundens telefonnummer når de bestiller en time';
$lang['check_spam_folder'] = 'Vennligst sjekk søppelpostmappen din hvis e-posten ikke kommer innen noen minutter';
$lang['api_token_hint'] = 'Angi et hemmelig token for å aktivere tokenbasert autentisering av Easy!Appointments API.';
$lang['timezone'] = 'Timezone';
$lang['overwrite_existing_working_plans'] = 'Dette vil overskrive de eksisterende arbeidsplanene til leverandøren, er du sikker på at du vil fortsette?';
$lang['working_plans_got_updated'] = 'Alle arbeidsplanene ble oppdatert.';
$lang['apply_to_all_providers'] = 'Bruk på alle tilbydere';
$lang['display_any_provider'] = 'Vis alle leverandøralternativer';
$lang['display_any_provider_hint'] = 'Bestillingssiden vil få et ekstra alternativ som gjør det mulig for kunder å bestille uten å spesifisere en leverandør.';
$lang['load_more'] = 'Last inn mer';
$lang['list'] = 'Liste';
$lang['default'] = 'Standard';
$lang['table'] = 'Tabell';
$lang['date'] = 'Dato';
$lang['about'] = 'Om';
$lang['booking_settings'] = 'Bookinginnstillinger';
$lang['display'] = 'Display';
$lang['require'] = 'Krev';
$lang['color'] = 'Farge';
$lang['matomo_analytics_url_hint'] = 'Legg til URL-en i din egen Matomo-installasjon for å aktivere Matomo-sporing på bestillingssidene.';
$lang['invalid_phone'] = 'Ugyldig telefonnummer.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Business';
$lang['account'] = 'Konto';
$lang['disable_booking'] = 'Deaktiver booking';
$lang['disable_booking_hint'] = 'Bookingsiden vil være deaktivert så lenge denne innstillingen er aktiv, og kundene vil ikke kunne registrere nye avtaler.';
$lang['display_message'] = 'Vis melding';
$lang['booking_is_disabled'] = 'Booking er deaktivert!';
$lang['appearance'] = 'Utseende';
$lang['company_logo'] = 'Firmalogo';
$lang['company_logo_hint'] = 'Selskapslogoen vil vises mange steder i appen, inkludert bestillingssiden og e-postvarslene (bildefil, maks. 2 MB).';
$lang['company_color'] = 'Firmafarge';
$lang['company_color_hint'] = 'Selskapets farge vil bli brukt i hele appen, slik at appen bruker merkevaren din.';
$lang['localization'] = 'Lokalisering';
$lang['integrations'] = 'Integrations';
$lang['company'] = 'Company';
$lang['remove'] = 'Fjern';
$lang['login_button'] = 'Innloggingsknapp';
$lang['display_login_button_hint'] = 'Definerer om påloggingsknappen vises på bestillingssiden.';
$lang['private'] = 'Privat';
$lang['private_hint'] = 'Private poster vil ikke bli vist eller behandlet på offentlige sider, for eksempel bestillingssiden.';
$lang['reset'] = 'Tilbakestill';
$lang['all'] = 'All';
$lang['booking_link'] = 'Booking Link';
$lang['add_new_event'] = 'Legg til ny hendelse';
$lang['what_kind_of_event'] = 'Hva slags arrangement ønsker du å legge til?';
$lang['theme'] = 'Theme';
$lang['limit_customer_access'] = 'Begrens kundetilgang';
$lang['limit_customer_access_hint'] = 'Hvis aktivert, vil leverandører og sekretærer bare kunne få tilgang til kunder de har en avtale med.';
$lang['url'] = 'URL';
$lang['secret_token'] = 'Secret Token';
$lang['verify_ssl'] = 'Verifiser SSL';
$lang['appointment_save'] = 'Lagre avtale';
$lang['appointment_delete'] = 'Sletting av avtale';
$lang['unavailability_save'] = 'Utilgjengelighet Lagre';
$lang['unavailability_delete'] = 'Slett utilgjengelighet';
$lang['customer_save'] = 'Customer Save';
$lang['customer_delete'] = 'Customer Delete';
$lang['service_save'] = 'Service Save';
$lang['service_delete'] = 'Service Delete';
$lang['service_category_save'] = 'Lagre tjenestekategori';
$lang['service_category_delete'] = 'Slett tjenestekategori';
$lang['provider_save'] = 'Provider Save';
$lang['provider_delete'] = 'Provider Delete';
$lang['secretary_save'] = 'Secretary Save';
$lang['secretary_delete'] = 'Sekretær Slett';
$lang['admin_save'] = 'Admin Save';
$lang['admin_delete'] = 'Admin Delete';
$lang['options'] = 'Alternativer';
$lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] = 'Med webhooks kan du sende HTTP-varsler til eksterne webapplikasjoner som svar på ulike applikasjonshendelser, for eksempel opprettelse av en avtale eller fjerning av en kunde.';
$lang['integrations_info'] = 'Integrasjoner gjør det mulig å opprette tredjepartsforbindelser med eksterne applikasjoner og API-er.';
$lang['configure'] = 'Konfigurer';
$lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] = 'Google Analytics gjør det mulig for deg å automatisk legge til sporingskoden og HTML-markering på den offentlige siden og spore alle offentlige bestillingsøkter.';
$lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] = 'Matomo Analytics gjør det mulig for deg å automatisk legge til sporingskoden og HTML-markering på den offentlige siden og spore alle offentlige bestillingsøkter';
$lang['api'] = 'API';
$lang['api_info'] = 'API gjør det mulig for deg å samhandle med alle Easy!Appointments-data via HTTP-protokollen og de tilgjengelige API-endepunktene og opprette dine egne integrasjoner.';
$lang['google_analytics_code'] = 'Google Analytics-kode';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
$lang['future_booking_limit'] = 'Fremtidig bestillingsgrense';
$lang['limit_days'] = 'Grense (dager)';
$lang['future_booking_limit_hint'] = 'Angi den fremtidige grensen i dager kunder kan gjøre avtaler via den offentlige bestillingssiden';
$lang['api_token'] = 'API Token';
$lang['allow_rescheduling_cancellation_before'] = 'Tillat omplanlegging/avbestilling før';
$lang['at_least_one_field'] = 'Minst ett felt må vises på bestillingssiden.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Alternativer for avtalestatus';
$lang['appointment_status_options_info'] = 'Definer en liste over tilgjengelige alternativer for avtalestatus som kan brukes på kalendersiden (den første blir automatisk standardverdien).';
$lang['sunday_short'] = 'Sun';
$lang['monday_short'] = 'Mon';
$lang['tuesday_short'] = 'Tue';
$lang['wednesday_short'] = 'Wed';
$lang['thursday_short'] = 'Thu';
$lang['friday_short'] = 'Fri';
$lang['saturday_short'] = 'Sat';
$lang['january_short'] = 'Jan';
$lang['february_short'] = 'Feb';
$lang['march_short'] = 'Mar';
$lang['april_short'] = 'Apr';
$lang['may_short'] = 'May';
$lang['june_short'] = 'Jun';
$lang['july_short'] = 'Jul';
$lang['august_short'] = 'Aug';
$lang['september_short'] = 'Sep';
$lang['october_short'] = 'Oct';
$lang['november_short'] = 'Nov';
$lang['december_short'] = 'Dec';
$lang['am'] = 'am';
$lang['pm'] = 'pm';
$lang['to'] = 'to';
$lang['click_to_toggle'] = 'Klikk for å veksle';
$lang['week_short'] = 'Wk';
$lang['scroll_to_increment'] = 'Scroll To Increment';
$lang['year'] = 'År';
$lang['make_non_working_day'] = 'Denne leverandøren vil ikke være tilgjengelig for arbeid på den valgte dagen.';
$lang['no_breaks'] = 'Ingen pauser';
$lang['service_categories'] = 'Tjenestekategorier';
$lang['service_category'] = 'Tjenestekategori';
$lang['blocked_period_saved'] = 'Sperret periode lagret vellykket.';
$lang['blocked_period_deleted'] = 'Sperret periode slettet vellykket.';
$lang['delete_blocked_period'] = 'Slett sperret periode';
$lang['blocked_period'] = 'Sperret periode';
$lang['blocked_periods'] = 'Sperrede perioder';
$lang['blocked_period_save'] = 'Sperret periode-lagring';
$lang['blocked_period_delete'] = 'Sperret periode slettes';
$lang['blocked_periods_hint'] = 'Definer tidsperioder der offentlige bestillinger vil bli deaktivert for alle leverandører (f.eks. stengte datoer, helligdager osv.).';
$lang['custom_field'] = 'Egendefinert felt';
$lang['custom_fields'] = 'Egendefinerte felt';
$lang['label'] = 'Etikett';
$lang['webhook_saved'] = 'Webhook lagret vellykket.';
$lang['webhook_deleted'] = 'Webhook slettet vellykket.';
$lang['delete_webhook'] = 'Slett webhook';
$lang['contact_info'] = 'Kontaktinfo';
$lang['hide_from_public'] = 'Skjul fra offentligheten';
$lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID';
$lang['matomo_analytics_site_id_hint'] = 'Angi nettsteds-ID-en som skal spores av Matomo (standardnettstedet har ID-en "1").';
$lang['default_timezone'] = 'Standard tidssone';
$lang['default_timezone_hint'] = 'Angi standard tidssoneverdi som skal brukes for nye poster.';
$lang['default_language'] = 'Standardspråk';
$lang['default_language_hint'] = 'Angi standard språkverdi som skal brukes for nye poster.';
$lang['sync_method_prompt'] = 'Hvilken synkroniseringsmetode ønsker du å bruke?';
$lang['secret_header'] = 'Secret Header';
// End

View File

@@ -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 - 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['ut_test_name'] = 'Test Name';
$lang['ut_test_datatype'] = 'Test Datatype';
$lang['ut_res_datatype'] = 'Expected Datatype';
$lang['ut_result'] = 'Result';
$lang['ut_undefined'] = 'Undefined Test Name';
$lang['ut_file'] = 'File Name';
$lang['ut_line'] = 'Line Number';
$lang['ut_passed'] = 'Passed';
$lang['ut_failed'] = 'Failed';
$lang['ut_boolean'] = 'Boolean';
$lang['ut_integer'] = 'Integer';
$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';
$lang['ut_resource'] = 'Resource';
$lang['ut_null'] = 'Null';
$lang['ut_notes'] = 'Notes';

View File

@@ -0,0 +1,55 @@
<?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['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.';
$lang['upload_invalid_dimensions'] = 'The image you are attempting to upload doesn\'t fit into the allowed dimensions.';
$lang['upload_destination_error'] = 'A problem was encountered while attempting to move the uploaded file to the final destination.';
$lang['upload_no_filepath'] = 'The upload path does not appear to be valid.';
$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.';