1<?php 2/** 3 * German language file for config of odtsupport plugin 4 * 5 */ 6 7$lang['dateformat'] = "Date format string compliant with the PHP function date(). It's used for the command 'metadatatofield', in case a date is read from the metadata."; 8$lang['serverurl'] = "In case the pattern 'serverurl' is used, this parameter defines the server address, e.g.: \\\\SERVER\\path\\to\\directory"; 9$lang['firstdefinitionwins'] = "In case of multiple definitions of a particular field to be stored within a ODT file, the first will be used. (The value false will apply the last definition, instead.)"; 10