This commit is contained in:
84
application/language/dutch/calendar_lang.php
Normal file
84
application/language/dutch/calendar_lang.php
Normal file
@@ -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';
|
||||
94
application/language/dutch/date_lang.php
Normal file
94
application/language/dutch/date_lang.php
Normal 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'] = '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';
|
||||
36
application/language/dutch/db_lang.php
Normal file
36
application/language/dutch/db_lang.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @copyright Pieter Krul
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('Directe toegang tot scripts is niet toegestaan');
|
||||
|
||||
$lang['db_invalid_connection_str'] = 'Het lukt niet om de instellingen voor de database te kunnen bepalen via de connectiegegevens.';
|
||||
$lang['db_unable_to_connect'] = 'Het lukt niet om een verbinding naar de database te maken met de opgegeven informatie.';
|
||||
$lang['db_unable_to_select'] = 'Benaderen van de database is mislukt: %s';
|
||||
$lang['db_unable_to_create'] = 'Aanmaken van de database is mislukt: %s';
|
||||
$lang['db_invalid_query'] = 'De aan de database gestelde query is niet juist geformuleerd.';
|
||||
$lang['db_must_set_table'] = 'Het is verplicht de naam van de tabel uit de database te noemen.';
|
||||
$lang['db_must_use_set'] = 'De database vindt dat, als je een regel wilt veranderen, het "SET"-commando hiervoor bedoeld is.';
|
||||
$lang['db_must_use_index'] = 'De database vindt dat de naam van een INDEX genoemd moet voor deze batch-updates.';
|
||||
$lang['db_batch_missing_index'] = 'De opgegeven INDEX ontbreekt, terwijl er wel regels voor een batch update zijn.';
|
||||
$lang['db_must_use_where'] = 'Updates zijn niet toegestaan zonder een "WHERE" clausule.';
|
||||
$lang['db_del_must_use_where'] = 'Verwijderingen zijn niet toegestaan zonder een "WHERE" of "LIKE" clausule.';
|
||||
$lang['db_field_param_missing'] = 'Om velden op te kunnen halen dient de naam van de tabel ook genoemd te worden.';
|
||||
$lang['db_unsupported_function'] = 'Die functie wordt door deze versie van de database niet ondersteund.';
|
||||
$lang['db_transaction_failure'] = 'Transactiefout: Rollback is uitgevoerd.';
|
||||
$lang['db_unable_to_drop'] = 'Het lukt niet om de opgegeven database te verwijderen van het systeem.';
|
||||
$lang['db_unsupported_feature'] = 'Deze mogelijkheid wordt niet door het databaseplatform ondersteund.';
|
||||
$lang['db_unsupported_compression'] = 'De server kent deze compressiemethode niet.';
|
||||
$lang['db_filepath_error'] = 'Het systeem kan niet schrijven naar het genoemde bestand.';
|
||||
$lang['db_invalid_cache_path'] = 'Het systeem kan niet schrijven naar dit cachebestand en het is onduidelijk of dit het juiste bestand is.';
|
||||
$lang['db_table_name_required'] = 'Voor deze actie is de naam van de tabel verplicht.';
|
||||
$lang['db_column_name_required'] = 'Voor deze actie is de kolomnaam verplicht.';
|
||||
$lang['db_column_definition_required'] = 'Voor deze actie is het opgeven van een kolomdefinitie verplicht.';
|
||||
$lang['db_unable_to_set_charset'] = 'Het systeem kan de karakterset voor de clientverbinding niet instellen: %s';
|
||||
$lang['db_error_heading'] = 'Er is een database fout opgetreden.';
|
||||
31
application/language/dutch/email_lang.php
Normal file
31
application/language/dutch/email_lang.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @copyright Pieter Krul
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('Directe toegang tot scripts is niet toegestaan');
|
||||
|
||||
$lang['email_must_be_array'] = 'De e-mail validatie methode moet de array passeren.';
|
||||
$lang['email_invalid_address'] = 'De opgegeven waarde is geen geldig e-mailadres: %s';
|
||||
$lang['email_attachment_missing'] = 'De bijlage bij dit bericht kan niet gevonden worden: %s';
|
||||
$lang['email_attachment_unreadable'] = 'De bijlage kan niet worden gelezen: %s';
|
||||
$lang['email_no_from'] = 'E-mail kan niet verstuurd worden zonder "From"-header.';
|
||||
$lang['email_no_recipients'] = 'Ontvangers (Naar, Cc, of Bcc) zijn verplicht.';
|
||||
$lang['email_send_failure_phpmail'] = 'Het lukt niet om de e-mail te versturen met PHP mail(). Deze server zou wel eens een andere methode gebruiken om berichten te sturen.';
|
||||
$lang['email_send_failure_sendmail'] = 'Het lukt niet om de e-mail te versturen met PHP Sendmail. Deze server zou wel eens een andere methode gebruiken om berichten te sturen.';
|
||||
$lang['email_send_failure_smtp'] = 'Het lukt niet om de e-mail te versturen met PHP SMTP. Deze server zou wel eens een andere methode gebruiken om berichten te sturen.';
|
||||
$lang['email_sent'] = 'Het bericht is verstuurd, via het volgende protocol: %s';
|
||||
$lang['email_no_socket'] = 'Het lukt niet om een socket naar Sendmail te openen. Controleer instellingen.';
|
||||
$lang['email_no_hostname'] = 'Specifieer een SMTP-hostnaam.';
|
||||
$lang['email_smtp_error'] = 'Tegengehouden door een SMTP-foutmelding: %s';
|
||||
$lang['email_no_smtp_unpw'] = 'Fout: geef een SMTP-gebruikersnaam met wachtwoord op.';
|
||||
$lang['email_failed_smtp_login'] = 'De "AUTH LOGIN"-opdracht gaf een foutmelding bij het versturen: %s';
|
||||
$lang['email_smtp_auth_un'] = 'Bij het authenticeren gaf de gebruikersnaam een foutmelding: %s';
|
||||
$lang['email_smtp_auth_pw'] = 'Bij het authenticeren gaf het wachtwoord een foutmelding: %s';
|
||||
$lang['email_smtp_data_failure'] = 'Versturen van data is mislukt: %s';
|
||||
$lang['email_exit_status'] = 'Exit statuscode: %s.';
|
||||
69
application/language/dutch/form_validation_lang.php
Normal file
69
application/language/dutch/form_validation_lang.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?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'] = 'The {field} field is required.';
|
||||
$lang['form_validation_isset'] = 'The {field} field must have a value.';
|
||||
$lang['form_validation_valid_email'] = 'The {field} field must contain a valid email address.';
|
||||
$lang['form_validation_valid_emails'] = 'The {field} field must contain all valid email addresses.';
|
||||
$lang['form_validation_valid_url'] = 'The {field} field must contain a valid URL.';
|
||||
$lang['form_validation_valid_ip'] = 'The {field} field must contain a valid IP.';
|
||||
$lang['form_validation_valid_base64'] = 'The {field} field must contain a valid Base64 string.';
|
||||
$lang['form_validation_min_length'] = 'The {field} field must be at least {param} characters in length.';
|
||||
$lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} characters in length.';
|
||||
$lang['form_validation_exact_length'] = 'The {field} field must be exactly {param} characters in length.';
|
||||
$lang['form_validation_alpha'] = 'The {field} field may only contain alphabetical characters.';
|
||||
$lang['form_validation_alpha_numeric'] = 'The {field} field may only contain alpha-numeric characters.';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = 'The {field} field may only contain alpha-numeric characters and spaces.';
|
||||
$lang['form_validation_alpha_dash'] = 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.';
|
||||
$lang['form_validation_numeric'] = 'The {field} field must contain only numbers.';
|
||||
$lang['form_validation_is_numeric'] = 'The {field} field must contain only numeric characters.';
|
||||
$lang['form_validation_integer'] = 'The {field} field must contain an integer.';
|
||||
$lang['form_validation_regex_match'] = 'The {field} field is not in the correct format.';
|
||||
$lang['form_validation_matches'] = 'The {field} field does not match the {param} field.';
|
||||
$lang['form_validation_differs'] = 'The {field} field must differ from the {param} field.';
|
||||
$lang['form_validation_is_unique'] = 'The {field} field must contain a unique value.';
|
||||
$lang['form_validation_is_natural'] = 'The {field} field must only contain digits.';
|
||||
$lang['form_validation_is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.';
|
||||
$lang['form_validation_decimal'] = 'The {field} field must contain a decimal number.';
|
||||
$lang['form_validation_less_than'] = 'The {field} field must contain a number less than {param}.';
|
||||
$lang['form_validation_less_than_equal_to'] = 'The {field} field must contain a number less than or equal to {param}.';
|
||||
$lang['form_validation_greater_than'] = 'The {field} field must contain a number greater than {param}.';
|
||||
$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.';
|
||||
$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.';
|
||||
$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.';
|
||||
51
application/language/dutch/ftp_lang.php
Normal file
51
application/language/dutch/ftp_lang.php
Normal 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'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.';
|
||||
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.';
|
||||
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.';
|
||||
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.';
|
||||
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.';
|
||||
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.';
|
||||
$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.';
|
||||
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.';
|
||||
57
application/language/dutch/imglib_lang.php
Normal file
57
application/language/dutch/imglib_lang.php
Normal 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.';
|
||||
10
application/language/dutch/index.html
Normal file
10
application/language/dutch/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
20
application/language/dutch/migration_lang.php
Normal file
20
application/language/dutch/migration_lang.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @copyright Pieter Krul
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('Directe toegang tot scripts is niet toegestaan');
|
||||
|
||||
$lang['migration_none_found'] = 'Er is geen enkele migratie gevonden.';
|
||||
$lang['migration_not_found'] = 'Een migratie met dit versienummer is onvindbaar. %s.';
|
||||
$lang['migration_sequence_gap'] = 'Er ontbreekt een deel in de migratiereeks omstreeks dit versienummer. %s.';
|
||||
$lang['migration_multiple_version'] = 'Er zijn meerdere migraties met hetzelfde versienummer: %s.';
|
||||
$lang['migration_class_doesnt_exist'] = 'De migratie-class "%s" kon niet worden gevonden.';
|
||||
$lang['migration_missing_up_method'] = 'De migratie-class "%s" mist een "up"-methode';
|
||||
$lang['migration_missing_down_method'] = 'De migratie-class "%s" mist een "down"-methode.';
|
||||
$lang['migration_invalid_filename'] = 'De migratie "%s" heeft een ongeldige bestandsnaam.';
|
||||
44
application/language/dutch/number_lang.php
Normal file
44
application/language/dutch/number_lang.php
Normal 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';
|
||||
43
application/language/dutch/pagination_lang.php
Normal file
43
application/language/dutch/pagination_lang.php
Normal 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'] = '‹ First';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'Last ›';
|
||||
60
application/language/dutch/profiler_lang.php
Normal file
60
application/language/dutch/profiler_lang.php
Normal 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';
|
||||
498
application/language/dutch/translations_lang.php
Normal file
498
application/language/dutch/translations_lang.php
Normal file
@@ -0,0 +1,498 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
// Dutch
|
||||
$lang['page_title'] = 'Boek afspraak met';
|
||||
$lang['service_and_provider'] = 'Kies een dienst en een medewerker';
|
||||
$lang['select_service'] = 'Kies een dienst';
|
||||
$lang['select_provider'] = 'Kies een medewerker';
|
||||
$lang['duration'] = 'Duur:';
|
||||
$lang['minutes'] = 'minuten';
|
||||
$lang['price'] = 'Prijs:';
|
||||
$lang['back'] = 'Vorige';
|
||||
$lang['appointment_date_and_time'] = 'Selecteer een datum en tijd';
|
||||
$lang['no_available_hours'] = 'Het is momenteel niet mogelijk een afspraak te maken op die datum. Kies een andere datum.';
|
||||
$lang['appointment_hour_missing'] = 'Kies een tijd voordat u verder gaat.';
|
||||
$lang['customer_information'] = 'Vul uw informatie in';
|
||||
$lang['first_name'] = 'Voornaam';
|
||||
$lang['last_name'] = 'Achternaam';
|
||||
$lang['email'] = 'E-mail';
|
||||
$lang['phone_number'] = 'Telefoonnummer';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adres';
|
||||
$lang['city'] = 'Plaats';
|
||||
$lang['zip_code'] = 'Postcode';
|
||||
$lang['notes'] = 'Opmerkingen';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = 'Velden met een * zijn verplicht.';
|
||||
$lang['appointment_confirmation'] = 'Afspraak bevestigen';
|
||||
$lang['confirm'] = 'Bevestigen';
|
||||
$lang['update'] = 'Update';
|
||||
$lang['cancel_appointment_hint'] = 'Druk op de knop "Annuleren" om uw afspraak te verwijderen van de agenda van dit bedrijf.';
|
||||
$lang['cancel'] = 'Annuleren';
|
||||
$lang['appointment_registered'] = 'Uw afspraak is succesvol geboekt.';
|
||||
$lang['cancel_appointment_title'] = 'Afspraak annuleren';
|
||||
$lang['appointment_cancelled'] = 'Uw afspraak is met succes geannuleerd.';
|
||||
$lang['appointment_cancelled_title'] = 'Afspraak geannuleerd';
|
||||
$lang['reason'] = 'Reden';
|
||||
$lang['appointment_removed_from_schedule'] = 'De volgende afspraak is verwijderd van de agenda van dit bedrijf.';
|
||||
$lang['appointment_details_was_sent_to_you'] = 'Een e-mail met de details van de afspraak is naar u verzonden.';
|
||||
$lang['add_to_google_calendar'] = 'Voeg toe aan Google Agenda.';
|
||||
$lang['appointment_booked'] = 'Uw afspraak is met succes geboekt.';
|
||||
$lang['thank_you_for_appointment'] = 'Bedankt voor het maken van een afspraak met ons! Hieronder vindt u de details van de afspraak. Breng eventuele wijzigingen aan door te klikken op de afspraak link.';
|
||||
$lang['appointment_details_title'] = 'Uw afspraak';
|
||||
$lang['customer_details_title'] = 'Klantgegevens';
|
||||
$lang['service'] = 'Dienst';
|
||||
$lang['provider'] = 'Medewerker';
|
||||
$lang['customer'] = 'Klant';
|
||||
$lang['start'] = 'Begin';
|
||||
$lang['end'] = 'Einde';
|
||||
$lang['name'] = 'Naam';
|
||||
$lang['appointment_link_title'] = 'Afspraak link';
|
||||
$lang['success'] = 'Succes.';
|
||||
$lang['appointment_added_to_your_plan'] = 'Een nieuwe afspraak is toegevoegd aan uw agenda.';
|
||||
$lang['appointment_link_description'] = 'U kunt wijzigingen aanbrengen door te klikken op onderstaande link van de afspraak.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Afspraak niet gevonden.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'De door u opgevraagde afspraak bestaat niet meer in de database van het systeem.';
|
||||
$lang['display_calendar'] = 'Kalender';
|
||||
$lang['calendar'] = 'Kalender';
|
||||
$lang['users'] = 'Gebruikers';
|
||||
$lang['settings'] = 'Instellingen';
|
||||
$lang['log_out'] = 'Afmelden';
|
||||
$lang['synchronize'] = 'Synchroniseren';
|
||||
$lang['enable_sync'] = 'Synchronisatie inschakelen';
|
||||
$lang['disable_sync'] = 'Synchronisatie uitschakelen';
|
||||
$lang['disable_sync_prompt'] = 'Are you sure that you want to disable the calendar synchronization?';
|
||||
$lang['reload'] = 'Herladen';
|
||||
$lang['appointment'] = 'Afspraak';
|
||||
$lang['unavailability'] = 'Niet beschikbaar';
|
||||
$lang['week'] = 'Week';
|
||||
$lang['month'] = 'Maand';
|
||||
$lang['today'] = 'Vandaag';
|
||||
$lang['not_working'] = 'Niet beschikbaar';
|
||||
$lang['break'] = 'Pauze';
|
||||
$lang['add'] = 'Toevoegen';
|
||||
$lang['edit'] = 'Bewerk';
|
||||
$lang['hello'] = 'Hallo';
|
||||
$lang['all_day'] = 'Hele dag';
|
||||
$lang['manage_appointment_record_hint'] = 'Beheer alle afspraken van de beschikbare medewerkers en diensten.';
|
||||
$lang['select_filter_item_hint'] = 'Selecteer een medewerkers of een dienst en bekijk de afspraken op de kalender.';
|
||||
$lang['enable_appointment_sync_hint'] = 'Schakel synchronisatie met het Google Agenda account van de aanbieder in.';
|
||||
$lang['manage_customers_hint'] = 'Beheer van geregistreerde klanten en hun historie.';
|
||||
$lang['manage_services_hint'] = 'Beheer beschikbare diensten en categorieën van het systeem.';
|
||||
$lang['manage_users_hint'] = 'Beheer de backend gebruikers.';
|
||||
$lang['settings_hint'] = 'Beheer het systeem en gebruikersinstellingen.';
|
||||
$lang['log_out_hint'] = 'Log uit.';
|
||||
$lang['unavailability_periods_hint'] = 'Er kunnen geen nieuwe afspraken geaccepteerd worden als de medewerker niet beschikbaar is.';
|
||||
$lang['new_appointment_hint'] = 'Een nieuwe afspraak maken en opslaan in de database.';
|
||||
$lang['reload_appointments_hint'] = 'Herlaad de afspraken.';
|
||||
$lang['trigger_sync_hint'] = 'Start het Google Agenda synchronisatieproces.';
|
||||
$lang['appointment_updated'] = 'Afspraak succesvol bijgewerkt.';
|
||||
$lang['undo'] = 'Ongedaan maken';
|
||||
$lang['appointment_details_changed'] = 'Afspraakgegevens veranderd.';
|
||||
$lang['appointment_changes_saved'] = 'De wijzigingen in de afspraak zijn succesvol opgeslagen.';
|
||||
$lang['save'] = 'Opslaan';
|
||||
$lang['new'] = 'Nieuw';
|
||||
$lang['select'] = 'Selecteren';
|
||||
$lang['hide'] = 'Verbergen';
|
||||
$lang['type_to_filter_customers'] = 'Typ om klanten te zoeken.';
|
||||
$lang['clear_fields_add_existing_customer_hint'] = 'Maak alle velden leeg en voer een nieuwe klant in.';
|
||||
$lang['pick_existing_customer_hint'] = 'Kies een bestaande klant.';
|
||||
$lang['new_appointment_title'] = 'Nieuwe afspraak';
|
||||
$lang['edit_appointment_title'] = 'Afspraak bewerken';
|
||||
$lang['delete_appointment_title'] = 'Afspraak verwijderen';
|
||||
$lang['write_appointment_removal_reason'] = 'Neemt u alstublieft even de tijd om de reden van annulering door te geven:';
|
||||
$lang['appointment_saved'] = 'Afspraak succesvol opgeslagen.';
|
||||
$lang['new_unavailability_title'] = 'Nieuwe periode waarop men niet beschikbaar is';
|
||||
$lang['edit_unavailability_title'] = 'Bewerk beschikbare periode';
|
||||
$lang['unavailability_saved'] = 'Onbeschikbaar periode succesvol opgeslagen.';
|
||||
$lang['start_date_before_end_error'] = 'De startdatum is later dan de einddatum.';
|
||||
$lang['invalid_duration'] = 'Invalid duration.';
|
||||
$lang['invalid_email'] = 'Ongeldig e-mailadres.';
|
||||
$lang['customers'] = 'Klanten';
|
||||
$lang['details'] = 'Details';
|
||||
$lang['no_records_found'] = 'Geen records gevonden';
|
||||
$lang['services'] = 'Diensten';
|
||||
$lang['duration_minutes'] = 'Duur (minuten)';
|
||||
$lang['currency'] = 'Valuta';
|
||||
$lang['category'] = 'Categorie';
|
||||
$lang['no_category'] = 'Geen categorie';
|
||||
$lang['description'] = 'Beschrijving';
|
||||
$lang['categories'] = 'Categorieën';
|
||||
$lang['admins'] = 'Beheerders';
|
||||
$lang['providers'] = 'Medewerkers';
|
||||
$lang['secretaries'] = 'Secretarissen';
|
||||
$lang['mobile_number'] = 'Mobiel nummer';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Provincie/land';
|
||||
$lang['username'] = 'Gebruikersnaam';
|
||||
$lang['password'] = 'Wachtwoord';
|
||||
$lang['retype_password'] = 'Geef nogmaals het wachtwoord';
|
||||
$lang['receive_notifications'] = 'Meldingen ontvangen';
|
||||
$lang['passwords_mismatch'] = 'De wachtwoorden zijn niet gelijk.';
|
||||
$lang['admin_saved'] = 'Beheerder succesvol opgeslagen.';
|
||||
$lang['provider_saved'] = 'Medewerker succesvol opgeslagen.';
|
||||
$lang['secretary_saved'] = 'Secretaris succesvol opgeslagen.';
|
||||
$lang['admin_deleted'] = 'Beheerder succesvol verwijderd.';
|
||||
$lang['provider_deleted'] = 'Medewerker succesvol verwijderd.';
|
||||
$lang['secretary_deleted'] = 'Secretaris succesvol verwijderd.';
|
||||
$lang['service_saved'] = 'Dienst succesvol opgeslagen.';
|
||||
$lang['service_category_saved'] = 'Dienstencategorie succesvol opgeslagen.';
|
||||
$lang['service_deleted'] = 'Dienst succesvol verwijderd.';
|
||||
$lang['service_category_deleted'] = 'Dienstencategorie succesvol verwijderd.';
|
||||
$lang['customer_saved'] = 'Klant succesvol opgeslagen.';
|
||||
$lang['customer_deleted'] = 'Klant succesvol verwijderd.';
|
||||
$lang['current_view'] = 'Huidige weergave';
|
||||
$lang['working_plan'] = 'Werkagenda';
|
||||
$lang['reset_plan'] = 'Reset agenda';
|
||||
$lang['monday'] = 'Maandag';
|
||||
$lang['tuesday'] = 'Dinsdag';
|
||||
$lang['wednesday'] = 'Woensdag';
|
||||
$lang['thursday'] = 'Donderdag';
|
||||
$lang['friday'] = 'Vrijdag';
|
||||
$lang['saturday'] = 'Zaterdag';
|
||||
$lang['sunday'] = 'Zondag';
|
||||
$lang['breaks'] = 'Pauzes';
|
||||
$lang['add_breaks_during_each_day'] = 'Voeg voor iedere dag de pauzes toe. Tijdens de pauzes kunnen er geen afspraken worden gepland.';
|
||||
$lang['day'] = 'Dag';
|
||||
$lang['days'] = 'Dagen';
|
||||
$lang['actions'] = 'Acties';
|
||||
$lang['reset_working_plan_hint'] = 'Reset de werkagenda naar de standaardwaarden.';
|
||||
$lang['company_name'] = 'Bedrijfsnaam';
|
||||
$lang['company_name_hint'] = 'Bedrijfsnaam zal overal worden weergegeven op het systeem (vereist).';
|
||||
$lang['company_email'] = 'E-mail van het bedrijf';
|
||||
$lang['company_email_hint'] = 'Dit is het e-mailadres van het bedrijf. Het zal worden gebruikt als afzender- en antwoordadres van de systeemmails (vereist).';
|
||||
$lang['company_link'] = 'Link naar het bedrijf';
|
||||
$lang['company_link_hint'] = 'De link naar het bedrijf moet verwijzen naar de officiële website van het bedrijf (verplicht).';
|
||||
$lang['go_to_booking_page'] = 'Ga naar de boekingspagina';
|
||||
$lang['settings_saved'] = 'Instellingen succesvol opgeslagen.';
|
||||
$lang['general'] = 'Algemeen';
|
||||
$lang['booking'] = 'Booking';
|
||||
$lang['visible'] = 'Zichtbaar';
|
||||
$lang['hidden'] = 'Verborgen';
|
||||
$lang['business_logic'] = 'Bedrijfsinstellingen';
|
||||
$lang['current_user'] = 'Huidige gebruiker';
|
||||
$lang['about_app'] = 'Over Easy!Appointments';
|
||||
$lang['edit_working_plan_hint'] = 'Geef hier de dagen en uren in waarop klanten afspraken kunnen plannen (bijv. openingstijden). U kunt afspraken aanpassen naar tijden die normaal niet kunnen worden gekozen, maar klanten kunnen dit niet via het normale formulier. Deze tijden worden standaard gebruikt voor alle medewerkers, maar deze instellingen kunnen ook per medewerker worden gewijzigd bij de persoonlijke gegevens. Daarna kunnen ook pauzes worden gekozen.';
|
||||
$lang['edit_breaks_hint'] = 'Voeg voor elke dag pauzes toe. Deze pauzes worden standaard gebruikt voor alle medewerkers.';
|
||||
$lang['book_advance_timeout'] = 'Voor-boek-tijd vooruitboeken';
|
||||
$lang['book_advance_timeout_hint'] = 'Definieer de tijd (in minuten) voordat klanten afspraken met het bedrijf kunnen boeken of herindelen.';
|
||||
$lang['timeout_minutes'] = 'Voor-boek-tijd (minuten)';
|
||||
$lang['about_app_info'] = 'Easy! Afspraken is een zeer flexibele web applicatie waarmee klanten afspraken met u kunnen boeken via het web. Bovendien biedt het de mogelijkheid om uw gegevens te synchroniseren met Google Agenda, zodat u ze kunt gebruiken met andere diensten.';
|
||||
$lang['current_version'] = 'Huidige versie';
|
||||
$lang['support'] = 'Ondersteuning';
|
||||
$lang['about_app_support'] = 'Als u problemen ondervindt bij het gebruik van Easy! Afspraken kunt u zoeken in de officiële Google-discussiegroep voor antwoorden. U moet misschien ook een nieuw onderwerp op de pagina Google Code creëren om de ontwikkeling van de applicatie te helpen.';
|
||||
$lang['official_website'] = 'Officiële Website';
|
||||
$lang['google_plus_community'] = 'Google+ Community';
|
||||
$lang['support_group'] = 'Support Group';
|
||||
$lang['project_issues'] = 'Project issues';
|
||||
$lang['license'] = 'Licentie';
|
||||
$lang['about_app_license'] = 'Easy! Afspraken is gelicenseerd onder de gplv3 licentie. Door het gebruik van de code van Easy Afspraken op welke manier dan ook gaat u akkoord met de in de volgende url beschreven voorwaarden:';
|
||||
$lang['logout_success'] = 'U bent succesvol uitgelogd! Gebruik een van de volgende knoppen om te navigeren naar een andere pagina.';
|
||||
$lang['book_appointment_title'] = 'Boek afspraak';
|
||||
$lang['backend_section'] = 'Beheerdersysteem (backend)';
|
||||
$lang['you_need_to_login'] = 'Welkom! U moet inloggen om backend te bekijken.';
|
||||
$lang['enter_username_here'] = 'Vul hier uw gebruikersnaam in…';
|
||||
$lang['enter_password_here'] = 'Vul hier je wachtwoord in…';
|
||||
$lang['login'] = 'Login';
|
||||
$lang['forgot_your_password'] = 'Wachtwoord vergeten?';
|
||||
$lang['login_failed'] = 'Inloggen is mislukt, voer de juiste gegevens in en probeer het opnieuw.';
|
||||
$lang['type_username_and_email_for_new_password'] = 'Typ uw gebruikersnaam en uw e-mailadres in om een nieuw wachtwoord per mail te krijgen.';
|
||||
$lang['enter_email_here'] = 'Vul hier uw e-mail in…';
|
||||
$lang['regenerate_password'] = 'Wachtwoord genereren';
|
||||
$lang['go_to_login'] = 'Ga terug naar de login pagina';
|
||||
$lang['new_password_sent_with_email'] = 'Uw nieuwe wachtwoord is per mail naar u verzonden.';
|
||||
$lang['new_account_password'] = 'Nieuw wachtwoord voor uw account';
|
||||
$lang['new_password_is'] = 'Uw nieuwe wachtwoord is $password. Bewaar deze e-mail indien nodig. U kunt dit wachtwoord wijzigen door een nieuwe aan te maken op de pagina met instellingen.';
|
||||
$lang['delete_record_prompt'] = 'Weet u zeker dat u dit record wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.';
|
||||
$lang['delete_admin'] = 'Verwijder Beheerder';
|
||||
$lang['delete_customer'] = 'Verwijder Klant';
|
||||
$lang['delete_service'] = 'Dienst verwijderen';
|
||||
$lang['delete_service_category'] = 'Dienstcategorie Verwijderen';
|
||||
$lang['delete_provider'] = 'Verwijder medewerker';
|
||||
$lang['delete_secretary'] = 'Verwijder secretaris';
|
||||
$lang['delete_appointment'] = 'Afspraak verwijderen';
|
||||
$lang['delete_unavailability'] = 'Verwijder een niet beschikbare periode';
|
||||
$lang['delete'] = 'Verwijder';
|
||||
$lang['unexpected_issues'] = 'Onverwachte problemen';
|
||||
$lang['unexpected_issues_message'] = 'De bewerking kan niet worden voltooid als gevolg van onverwachte problemen.';
|
||||
$lang['close'] = 'Sluit';
|
||||
$lang['page_not_found'] = 'Pagina niet gevonden';
|
||||
$lang['page_not_found_message'] = 'Helaas bestaat de door u opgevraagde pagina niet. Controleer aub de locatie in uw browser of ga naar een andere locatie met behulp van de onderstaande knoppen.';
|
||||
$lang['error'] = 'Fout';
|
||||
$lang['no_privileges'] = 'Geen rechten';
|
||||
$lang['no_privileges_message'] = 'Je hebt niet de benodigde rechten om deze pagina te bekijken. Navigeer naar een andere sectie.';
|
||||
$lang['backend_calendar'] = 'Backend Kalender';
|
||||
$lang['start_date_time'] = 'Start datum/tijd';
|
||||
$lang['end_date_time'] = 'Eind datum/tijd';
|
||||
$lang['licensed_under'] = 'Gelicenseerd onder';
|
||||
$lang['unexpected_issues_occurred'] = 'Onverwachte problemen opgetreden.';
|
||||
$lang['service_communication_error'] = 'Er is een server communicatiefout opgetreden, probeer het opnieuw.';
|
||||
$lang['no_privileges_edit_appointments'] = 'U heeft niet de benodigde rechten om afspraken te bewerken.';
|
||||
$lang['unavailability_updated'] = 'Niet beschikbare periode succesvol bijgewerkt.';
|
||||
$lang['appointments'] = 'Afspraken';
|
||||
$lang['unexpected_warnings'] = 'Onverwachte waarschuwingen';
|
||||
$lang['unexpected_warnings_message'] = 'De operatie is voltooid, maar enkele waarschuwingen zijn opgetreden.';
|
||||
$lang['filter'] = 'Filter';
|
||||
$lang['clear'] = 'Legen';
|
||||
$lang['uncategorized'] = 'Geen categorie';
|
||||
$lang['username_already_exists'] = 'Deze gebruikersnaam is reeds in gebruik.';
|
||||
$lang['password_length_notice'] = 'Een wachtwoord moet ten minste $number tekens lang zijn.';
|
||||
$lang['general_settings'] = 'Algemene instellingen';
|
||||
$lang['personal_information'] = 'Persoonlijke informatie';
|
||||
$lang['system_login'] = 'Systeem Login';
|
||||
$lang['user_settings_are_invalid'] = 'De gebruikersinstellingen zijn ongeldig! Controleer uw instellingen en probeer het opnieuw.';
|
||||
$lang['add_break'] = 'Pauze toevoegen';
|
||||
$lang['january'] = 'Januari';
|
||||
$lang['february'] = 'Februari';
|
||||
$lang['march'] = 'Maart';
|
||||
$lang['april'] = 'April';
|
||||
$lang['may'] = 'Mei';
|
||||
$lang['june'] = 'Juni';
|
||||
$lang['july'] = 'Juli';
|
||||
$lang['august'] = 'Augustus';
|
||||
$lang['september'] = 'September';
|
||||
$lang['october'] = 'Oktober';
|
||||
$lang['november'] = 'November';
|
||||
$lang['december'] = 'December';
|
||||
$lang['previous'] = 'Vorige';
|
||||
$lang['next'] = 'Volgende';
|
||||
$lang['now'] = 'Nu';
|
||||
$lang['select_time'] = 'Selecteer een tijd';
|
||||
$lang['time'] = 'Tijd';
|
||||
$lang['hour'] = 'Uur';
|
||||
$lang['minute'] = 'Minuut';
|
||||
$lang['calendar_sync_completed'] = 'Google synchronisatie is voltooid.';
|
||||
$lang['calendar_sync_failed'] = 'Google synchronisatie is mislukt: kan geen verbinding maken met de server.';
|
||||
$lang['select_sync_calendar'] = 'Selecteer Google Agenda';
|
||||
$lang['select_sync_calendar_prompt'] = 'Selecteer de agenda waarme uw afspraken wilt synchroniseren. Als u geen specifieke kalender selecteert zal de standaard worden gebruikt.';
|
||||
$lang['sync_calendar_selected'] = 'Google Agenda is met succes geselecteerd.';
|
||||
$lang['oops_something_went_wrong'] = 'Oeps! Er is iets misgegaan.';
|
||||
$lang['ea_update_success'] = 'Easy!Appointments is succesvol bijgewerkt.';
|
||||
$lang['require_captcha'] = 'CAPTCHA vereist.';
|
||||
$lang['require_captcha_hint'] = 'Indien ingeschakeld moeten de klanten een willekeurige tekenreeks invullen om een afspraak te bevestigen.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA verificatie is mislukt, probeer het a.u.b.nogmaals.';
|
||||
$lang['any_provider'] = 'Maakt mij niet uit.';
|
||||
$lang['requested_hour_is_unavailable'] = 'De gekozen tijd voor uw afspraak is helaas niet beschikbaar. Kies a.u.b.een ander uur voor uw afspraak.';
|
||||
$lang['customer_notifications'] = 'Klant mededelingen';
|
||||
$lang['customer_notifications_hint'] = 'Kies of de klant een bevestiging krijgt per email als er de afspraak wordt aangepast.';
|
||||
$lang['date_format'] = 'Datum formaat';
|
||||
$lang['date_format_hint'] = 'Verander het datum formaat (D - dag, M - maand, Y - jaar).';
|
||||
$lang['time_format'] = 'Time Format';
|
||||
$lang['time_format_hint'] = 'Change the time display format (H - Hours, M - Minutes).';
|
||||
$lang['first_weekday'] = 'First day of week';
|
||||
$lang['first_weekday_hint'] = 'Set the first day of the calendar week.';
|
||||
$lang['google_analytics_code_hint'] = 'Voeg je Google Analytics ID toe om deze te gebruiken op je boekings pagina.';
|
||||
$lang['availabilities_type'] = 'Beschikbaarheidstype';
|
||||
$lang['flexible'] = 'Flexibel';
|
||||
$lang['fixed'] = 'Vast';
|
||||
$lang['attendants_number'] = 'Aantal deelnemers';
|
||||
$lang['reset_working_plan'] = 'Reset het werkrooster naar de standaardwaarden.';
|
||||
$lang['legal_contents'] = 'Juridische Inhoud';
|
||||
$lang['cookie_notice'] = 'Cookie Kennisgeving';
|
||||
$lang['display_cookie_notice'] = 'Weergave Cookie Kennisgeving';
|
||||
$lang['cookie_notice_content'] = 'Cookie Kennisgeving Inhoud';
|
||||
$lang['terms_and_conditions'] = 'Algemene Voorwaarden';
|
||||
$lang['display_terms_and_conditions'] = 'Weergave Algemene Voorwaarden';
|
||||
$lang['terms_and_conditions_content'] = 'Inhoud Algemene Voorwaarden';
|
||||
$lang['privacy_policy'] = 'Privacybeleid';
|
||||
$lang['display_privacy_policy'] = 'Weergave Privacybeleid';
|
||||
$lang['privacy_policy_content'] = 'Inhoud Privacybeleid';
|
||||
$lang['website_using_cookies_to_ensure_best_experience'] = 'Deze website maakt gebruik van cookies om ervoor te zorgen dat je de beste ervaring op onze website krijgt.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = 'Ik heb de {$link}Algemene Voorwaarden{/$link} gelezen en ga akkoord.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = 'Ik heb het {$link}Privacybeleid{/$link} gelezen en ga akkoord.';
|
||||
$lang['delete_personal_information_hint'] = 'Verwijder al je afspraken en persoonlijke informatie uit het systeem.';
|
||||
$lang['delete_personal_information'] = 'Verwijder Persoonlijke Informatie';
|
||||
$lang['delete_personal_information_prompt'] = 'Weet je zeker dat je je persoonlijke informatie wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.';
|
||||
$lang['location'] = 'Locatie';
|
||||
$lang['working_plan_exception'] = 'Uitzondering Werkrooster';
|
||||
$lang['working_plan_exceptions'] = 'Uitzonderingen Werkrooster';
|
||||
$lang['working_plan_exceptions_hint'] = 'Voeg een uitzonderingsdag toe aan het werkrooster, buiten het werkrooster.';
|
||||
$lang['new_working_plan_exception_title'] = 'Nieuwe Uitzondering Werkrooster';
|
||||
$lang['working_plan_exception_saved'] = 'Uitzondering werkrooster succesvol opgeslagen.';
|
||||
$lang['working_plan_exception_deleted'] = 'Uitzondering werkrooster succesvol verwijderd.';
|
||||
$lang['add_working_plan_exceptions_during_each_day'] = 'Voeg uitzonderingen toe aan het werkrooster, buiten het werkrooster.';
|
||||
$lang['add_working_plan_exception'] = 'Voeg Uitzondering Werkrooster Toe';
|
||||
$lang['require_phone_number'] = 'Telefoonnummer Vereisen';
|
||||
$lang['require_phone_number_hint'] = 'Wanneer ingeschakeld, moeten klanten en gebruikers het telefoonnummer van de klant invoeren bij het maken van een afspraak.';
|
||||
$lang['check_spam_folder'] = 'Controleer je spammap als de e-mail niet binnen een paar minuten arriveert.';
|
||||
$lang['api_token_hint'] = 'Stel een geheim token in om token-gebaseerde authenticatie van de Easy!Appointments API in te schakelen.';
|
||||
$lang['timezone'] = 'Tijdzone';
|
||||
$lang['overwrite_existing_working_plans'] = 'Dit zal de bestaande werkroosters van de provider overschrijven, weet je zeker dat je wilt doorgaan?';
|
||||
$lang['working_plans_got_updated'] = 'Alle werkroosters zijn bijgewerkt.';
|
||||
$lang['apply_to_all_providers'] = 'Toepassen Op Alle Providers';
|
||||
$lang['display_any_provider'] = 'Weergave Optie Voor Elke Provider';
|
||||
$lang['display_any_provider_hint'] = 'De boekingspagina krijgt een extra optie waarmee klanten kunnen boeken zonder een provider op te geven.';
|
||||
$lang['load_more'] = 'Meer Laden';
|
||||
$lang['list'] = 'Lijst';
|
||||
$lang['default'] = 'Standaard';
|
||||
$lang['table'] = 'Tabel';
|
||||
$lang['date'] = 'Datum';
|
||||
$lang['about'] = 'Over';
|
||||
$lang['booking_settings'] = 'Boekingsinstellingen';
|
||||
$lang['display'] = 'Weergave';
|
||||
$lang['require'] = 'Vereisen';
|
||||
$lang['color'] = 'Kleur';
|
||||
$lang['matomo_analytics_url_hint'] = 'Voeg de URL van je eigen Matomo-installatie toe om Matomo-tracking op de boekingspagina\'s in te schakelen.';
|
||||
$lang['invalid_phone'] = 'Ongeldig telefoonnummer.';
|
||||
$lang['legal'] = 'Juridisch';
|
||||
$lang['business'] = 'Bedrijf';
|
||||
$lang['account'] = 'Account';
|
||||
$lang['disable_booking'] = 'Boeken Uitschakelen';
|
||||
$lang['disable_booking_hint'] = 'De boekingspagina wordt uitgeschakeld zolang deze instelling actief is en klanten kunnen geen nieuwe afspraken maken.';
|
||||
$lang['display_message'] = 'Weergavebericht';
|
||||
$lang['booking_is_disabled'] = 'Boeken Is Uitgeschakeld!';
|
||||
$lang['appearance'] = 'Uiterlijk';
|
||||
$lang['company_logo'] = 'Bedrijfslogo';
|
||||
$lang['company_logo_hint'] = 'Het bedrijfslogo wordt op veel plaatsen in de app weergegeven, inclusief de boekingspagina en de notificatie-e-mails (afbeeldingsbestand, max 2MB).';
|
||||
$lang['company_color'] = 'Bedrijfskleur';
|
||||
$lang['company_color_hint'] = 'De bedrijfskleur wordt door de app toegepast zodat de app je merkvoering gebruikt.';
|
||||
$lang['localization'] = 'Localisatie';
|
||||
$lang['integrations'] = 'Integraties';
|
||||
$lang['company'] = 'Bedrijf';
|
||||
$lang['remove'] = 'Verwijderen';
|
||||
$lang['login_button'] = 'Inlogknop';
|
||||
$lang['display_login_button_hint'] = 'Bepaalt of de inlogknop wordt weergegeven op de boekingspagina.';
|
||||
$lang['private'] = 'Privé';
|
||||
$lang['private_hint'] = 'Privérecords worden niet weergegeven of verwerkt op openbare pagina\'s zoals de boekingspagina.';
|
||||
$lang['reset'] = 'Reset';
|
||||
$lang['all'] = 'Alle';
|
||||
$lang['booking_link'] = 'Boekingslink';
|
||||
$lang['add_new_event'] = 'Voeg Nieuw Evenement Toe';
|
||||
$lang['what_kind_of_event'] = 'Welk soort evenement wil je toevoegen?';
|
||||
$lang['theme'] = 'Thema';
|
||||
$lang['limit_customer_access'] = 'Beperk Klanten Toegang';
|
||||
$lang['limit_customer_access_hint'] = 'Als ingeschakeld, kunnen providers en secretaresses alleen klanten benaderen waarmee ze een afspraak hebben.';
|
||||
$lang['url'] = 'URL';
|
||||
$lang['secret_token'] = 'Geheim Token';
|
||||
$lang['verify_ssl'] = 'SSL Controleren';
|
||||
$lang['appointment_save'] = 'Afspraak Opslaan';
|
||||
$lang['appointment_delete'] = 'Afspraak Verwijderen';
|
||||
$lang['unavailability_save'] = 'Onbeschikbaarheid Opslaan';
|
||||
$lang['unavailability_delete'] = 'Onbeschikbaarheid Verwijderen';
|
||||
$lang['customer_save'] = 'Klant Opslaan';
|
||||
$lang['customer_delete'] = 'Klant Verwijderen';
|
||||
$lang['service_save'] = 'Dienst Opslaan';
|
||||
$lang['service_delete'] = 'Dienst Verwijderen';
|
||||
$lang['service_category_save'] = 'Categorie Opslaan';
|
||||
$lang['service_category_delete'] = 'Categorie Verwijderen';
|
||||
$lang['provider_save'] = 'Provider Opslaan';
|
||||
$lang['provider_delete'] = 'Provider Verwijderen';
|
||||
$lang['secretary_save'] = 'Secretaresse Opslaan';
|
||||
$lang['secretary_delete'] = 'Secretaresse Verwijderen';
|
||||
$lang['admin_save'] = 'Admin Opslaan';
|
||||
$lang['admin_delete'] = 'Admin Verwijderen';
|
||||
$lang['options'] = 'Opties';
|
||||
$lang['webhooks'] = 'Webhooks';
|
||||
$lang['webhooks_info'] = 'Webhooks stellen je in staat om HTTP-meldingen naar externe webapplicaties te sturen als reactie op verschillende applicatie-evenementen, zoals de aanmaak van een afspraak of de verwijdering van een klant.';
|
||||
$lang['integrations_info'] = 'Integraties stellen je in staat om verbinding te maken met externe applicaties en API\'s.';
|
||||
$lang['configure'] = 'Configureren';
|
||||
$lang['google_analytics'] = 'Google Analytics';
|
||||
$lang['google_analytics_info'] = 'Google Analytics stelt je in staat om automatisch de trackingcode en HTML-markup aan de openbare pagina toe te voegen en alle openbare boekingssessies te volgen.';
|
||||
$lang['matomo_analytics'] = 'Matomo Analytics';
|
||||
$lang['matomo_analytics_info'] = 'Matomo Analytics stelt je in staat om automatisch de trackingcode en HTML-markup aan de openbare pagina toe te voegen en alle openbare boekingssessies te volgen.';
|
||||
$lang['api'] = 'API';
|
||||
$lang['api_info'] = 'API stelt je in staat om via het HTTP-protocol met alle Easy!Appointments-gegevens te communiceren en je eigen integraties te maken met de beschikbare API-eindpunten.';
|
||||
$lang['google_analytics_code'] = 'Google Analytics Code';
|
||||
$lang['matomo_analytics_url'] = 'Matomo Analytics URL';
|
||||
$lang['future_booking_limit'] = 'Toekomstige Boekingslimiet';
|
||||
$lang['limit_days'] = 'Limiet (Dagen)';
|
||||
$lang['future_booking_limit_hint'] = 'Stel de toekomstlimiet in dagen in die klanten kunnen maken via de openbare boekingspagina.';
|
||||
$lang['api_token'] = 'API Token';
|
||||
$lang['allow_rescheduling_cancellation_before'] = 'Sta Herplanning/Annulering Vooraf Toe';
|
||||
$lang['at_least_one_field'] = 'Ten minste één veld moet worden weergegeven op de boekingspagina.';
|
||||
$lang['status'] = 'Status';
|
||||
$lang['appointment_status_options'] = 'Afspraakstatusopties';
|
||||
$lang['appointment_status_options_info'] = 'Definieer een lijst van beschikbare afspraakstatusopties die kunnen worden gebruikt op de kalenderpagina (de eerste wordt automatisch de standaardwaarde).';
|
||||
$lang['sunday_short'] = 'Zo';
|
||||
$lang['monday_short'] = 'Ma';
|
||||
$lang['tuesday_short'] = 'Di';
|
||||
$lang['wednesday_short'] = 'Wo';
|
||||
$lang['thursday_short'] = 'Do';
|
||||
$lang['friday_short'] = 'Vr';
|
||||
$lang['saturday_short'] = 'Za';
|
||||
$lang['default_duration'] = 'Standaard Duur';
|
||||
$lang['min_duration'] = 'Minimale Duur';
|
||||
$lang['max_duration'] = 'Maximale Duur';
|
||||
$lang['default_duration_hint'] = 'De standaardduur wordt ingesteld voor nieuwe afspraken en kan in de instellingen worden aangepast.';
|
||||
$lang['min_duration_hint'] = 'De minimale duur van een afspraak kan worden ingesteld voor providers en kan niet lager zijn dan dit.';
|
||||
$lang['max_duration_hint'] = 'De maximale duur van een afspraak kan worden ingesteld voor providers en kan niet langer zijn dan dit.';
|
||||
$lang['appointment_duration'] = 'Afspraakduur';
|
||||
$lang['end_time'] = 'Eindtijd';
|
||||
$lang['appointment_start_time'] = 'Afspraak Starttijd';
|
||||
$lang['appointment_end_time'] = 'Afspraak Eindtijd';
|
||||
$lang['first_day_of_week'] = 'Eerste Dag Van De Week';
|
||||
$lang['days_of_week'] = 'Dagen Van De Week';
|
||||
$lang['scheduling'] = 'Planning';
|
||||
$lang['default_duration'] = 'Standaard Duur';
|
||||
$lang['min_duration'] = 'Minimale Duur';
|
||||
$lang['max_duration'] = 'Maximale Duur';
|
||||
$lang['email_template'] = 'E-mail Template';
|
||||
$lang['email_templates'] = 'E-mail Templates';
|
||||
$lang['email_template_hint'] = 'E-mail templates worden gebruikt om gepersonaliseerde e-mails te verzenden naar klanten en gebruikers, zoals bevestigingen en herinneringen.';
|
||||
$lang['email_template_subject'] = 'Onderwerp';
|
||||
$lang['email_template_body'] = 'Body';
|
||||
$lang['email_template_type'] = 'Type';
|
||||
$lang['template_for'] = 'Template Voor';
|
||||
$lang['appointment'] = 'Afspraak';
|
||||
$lang['booking'] = 'Boeking';
|
||||
$lang['reminder'] = 'Herinnering';
|
||||
$lang['confirmation'] = 'Bevestiging';
|
||||
$lang['send_email'] = 'Stuur E-mail';
|
||||
$lang['update'] = 'Bijwerken';
|
||||
$lang['select'] = 'Selecteer';
|
||||
$lang['add_new'] = 'Nieuwe Toevoegen';
|
||||
$lang['edit'] = 'Bewerken';
|
||||
$lang['delete'] = 'Verwijderen';
|
||||
$lang['save'] = 'Opslaan';
|
||||
$lang['update'] = 'Bijwerken';
|
||||
$lang['reset'] = 'Reset';
|
||||
$lang['name'] = 'Naam';
|
||||
$lang['description'] = 'Beschrijving';
|
||||
$lang['action'] = 'Actie';
|
||||
$lang['status'] = 'Status';
|
||||
$lang['enable'] = 'Inschakelen';
|
||||
$lang['disable'] = 'Uitschakelen';
|
||||
$lang['required'] = 'Vereist';
|
||||
$lang['optional'] = 'Optioneel';
|
||||
$lang['choose'] = 'Kiezen';
|
||||
$lang['cancel'] = 'Annuleren';
|
||||
$lang['confirm'] = 'Bevestigen';
|
||||
$lang['search'] = 'Zoeken';
|
||||
$lang['filter'] = 'Filter';
|
||||
$lang['sort'] = 'Sorteren';
|
||||
$lang['view'] = 'Weergave';
|
||||
$lang['order'] = 'Volgorde';
|
||||
$lang['date'] = 'Datum';
|
||||
$lang['time'] = 'Tijd';
|
||||
$lang['start_time'] = 'Starttijd';
|
||||
$lang['end_time'] = 'Eindtijd';
|
||||
$lang['location'] = 'Locatie';
|
||||
$lang['venue'] = 'Locatie';
|
||||
$lang['event'] = 'Evenement';
|
||||
$lang['event_title'] = 'Evenement Titel';
|
||||
$lang['event_description'] = 'Evenement Beschrijving';
|
||||
$lang['event_date'] = 'Evenement Datum';
|
||||
$lang['event_time'] = 'Evenement Tijd';
|
||||
$lang['event_location'] = 'Evenement Locatie';
|
||||
$lang['event_organizer'] = 'Evenement Organisator';
|
||||
$lang['event_contact'] = 'Evenement Contact';
|
||||
$lang['event_website'] = 'Evenement Website';
|
||||
$lang['event_image'] = 'Evenement Afbeelding';
|
||||
$lang['event_image_hint'] = 'Voeg een afbeelding toe voor het evenement (afbeeldingsbestand, max 2MB).';
|
||||
$lang['event_ticket'] = 'Evenement Ticket';
|
||||
$lang['event_ticket_hint'] = 'Voeg een ticketlink of een bestand toe voor het evenement.';
|
||||
$lang['event_ticket_link'] = 'Evenement Ticket Link';
|
||||
$lang['event_ticket_file'] = 'Evenement Ticket Bestand';
|
||||
$lang['event_ticket_file_hint'] = 'Upload een ticketbestand voor het evenement (bestandsformaat: PDF, max 5MB).';
|
||||
$lang['event_add'] = 'Evenement Toevoegen';
|
||||
$lang['event_edit'] = 'Evenement Bewerken';
|
||||
$lang['event_delete'] = 'Evenement Verwijderen';
|
||||
$lang['event_list'] = 'Evenement Lijst';
|
||||
$lang['event_detail'] = 'Evenement Detail';
|
||||
$lang['event_success'] = 'Evenement succesvol toegevoegd.';
|
||||
$lang['event_update_success'] = 'Evenement succesvol bijgewerkt.';
|
||||
$lang['event_delete_success'] = 'Evenement succesvol verwijderd.';
|
||||
$lang['secret_header'] = 'Secret Header';
|
||||
// End
|
||||
58
application/language/dutch/unit_test_lang.php
Normal file
58
application/language/dutch/unit_test_lang.php
Normal 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';
|
||||
55
application/language/dutch/upload_lang.php
Normal file
55
application/language/dutch/upload_lang.php
Normal 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.';
|
||||
Reference in New Issue
Block a user