From: Steven Schubiger Date: Wed, 3 Jun 2020 14:51:59 +0000 (+0200) Subject: Schreibweise "dependancy" -> "dependency" (und aehnliches) X-Git-Tag: release-3.5.6.1~186 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=299dba8f24030f8d075e76970aae30c07baba741;p=kivitendo-erp.git Schreibweise "dependancy" -> "dependency" (und aehnliches) --- diff --git a/doc/dokumentation.xml b/doc/dokumentation.xml index 94cfdf340..cbe01b9ea 100644 --- a/doc/dokumentation.xml +++ b/doc/dokumentation.xml @@ -8516,7 +8516,7 @@ Template/LaTeX Template/OpenDocument filenames - The last of which is very machine dependant. Remember that + The last of which is very machine dependent. Remember that a lot of characters are forbidden by some filesystems, for example MS Windows doesn't like ':' in its files where Linux doesn't mind that. If you want the files created with your diff --git a/doc/html/ch04s05.html b/doc/html/ch04s05.html index 177b98ed6..999895c0a 100644 --- a/doc/html/ch04s05.html +++ b/doc/html/ch04s05.html @@ -54,7 +54,7 @@ Template/HTML Template/XML Template/LaTeX Template/OpenDocument -filenames

The last of which is very machine dependant. Remember that +filenames

The last of which is very machine dependent. Remember that a lot of characters are forbidden by some filesystems, for example MS Windows doesn't like ':' in its files where Linux doesn't mind that. If you want the files created with your diff --git a/doc/kivitendo-Dokumentation.pdf b/doc/kivitendo-Dokumentation.pdf index 979960872..a20ad9a9c 100644 Binary files a/doc/kivitendo-Dokumentation.pdf and b/doc/kivitendo-Dokumentation.pdf differ diff --git a/js/kivi.Order.js b/js/kivi.Order.js index 9b6957866..f50db0462 100644 --- a/js/kivi.Order.js +++ b/js/kivi.Order.js @@ -162,7 +162,7 @@ namespace('kivi.Order', function(ns) { $('#nr_in_title').html($(elt).val()); }; - ns.reload_cv_dependant_selections = function() { + ns.reload_cv_dependent_selections = function() { var data = $('#order_form').serializeArray(); data.push({ name: 'action', value: 'Order/customer_vendor_changed' }); @@ -786,9 +786,9 @@ namespace('kivi.Order', function(ns) { $(function() { if ($('#type').val() == 'sales_order' || $('#type').val() == 'sales_quotation' ) { - $('#order_customer_id').change(kivi.Order.reload_cv_dependant_selections); + $('#order_customer_id').change(kivi.Order.reload_cv_dependent_selections); } else { - $('#order_vendor_id').change(kivi.Order.reload_cv_dependant_selections); + $('#order_vendor_id').change(kivi.Order.reload_cv_dependent_selections); } if ($('#type').val() == 'sales_order' || $('#type').val() == 'sales_quotation' ) { diff --git a/scripts/find-use.pl b/scripts/find-use.pl index c583ecc8e..b2a3c0daf 100755 --- a/scripts/find-use.pl +++ b/scripts/find-use.pl @@ -145,7 +145,7 @@ $modules{$_->{name}} ||= { status => 'required' } for @SL::InstallationCheck::re $modules{$_->{name}} ||= { status => 'optional' } for @SL::InstallationCheck::optional_modules; $modules{$_->{name}} ||= { status => 'developer' } for @SL::InstallationCheck::developer_modules; -# build transitive closure for documented dependancies +# build transitive closure for documented dependencies my $changed = 1; while ($changed) { $changed = 0; @@ -249,7 +249,7 @@ This module is included in C. Don't worry about it. =item required This module is documented in C to be necessary, or is a -dependancy of one of these. Everything alright. +dependency of one of these. Everything alright. =item !missing diff --git a/scripts/installation_check.pl b/scripts/installation_check.pl index 743316a46..95a93c971 100755 --- a/scripts/installation_check.pl +++ b/scripts/installation_check.pl @@ -82,7 +82,7 @@ if ($check{a}) { $| = 1; if (!SL::LxOfficeConf->read(undef, 'may fail')) { - print_header('Could not load the config file. If you have dependancies from any features enabled in the configuration these will still show up as optional because of this. Please rerun this script after installing the dependancies needed to load the configuration.') + print_header('Could not load the config file. If you have dependencies from any features enabled in the configuration these will still show up as optional because of this. Please rerun this script after installing the dependencies needed to load the configuration.') } else { SL::InstallationCheck::check_for_conditional_dependencies(); } @@ -122,7 +122,7 @@ EOL Standard check done, everything is OK and up to date. Have a look at the --help section of this script to see some more advanced checks for developer and -optional dependancies, as well as LaTeX packages you might need. +optional dependencies, as well as LaTeX packages you might need. EOL } } @@ -270,7 +270,7 @@ sub check_module { $role{optional} ? 'It is OPTIONAL for kivitendo but RECOMMENDED for improved functionality.' : $role{required} ? 'It is NEEDED by kivitendo and must be installed.' : $role{devel} ? 'It is OPTIONAL for kivitendo and only useful for developers.' - : 'It is not listed as a dependancy yet. Please tell this the developers.'; + : 'It is not listed as a dependency yet. Please tell this the developers.'; my @source_texts = module_source_texts($module); local $" = $/; @@ -340,7 +340,7 @@ __END__ =head1 NAME -scripts/installation_check.pl - check kivitendo dependancies +scripts/installation_check.pl - check kivitendo dependencies =head1 SYNOPSIS @@ -372,11 +372,11 @@ No color output. Helpful to avoid terminal escape problems. =item C<-d, --devel> -Probe for perl developer dependancies. (Used for console and tags file) +Probe for perl developer dependencies. (Used for console and tags file) =item C<--no-devel> -Don't probe for perl developer dependancies. (Useful in combination with --all) +Don't probe for perl developer dependencies. (Useful in combination with --all) =item C<-h, --help> @@ -408,7 +408,7 @@ Don't probe for LaTeX document classes and packages in master templates. (Useful =item C<-v. --verbose> -Print additional info for missing dependancies +Print additional info for missing dependencies =item C<-i, --install-command>