Skip to content

Commit 61283d6

Browse files
authored
Merge branch 'master' into feat-da-translation-part4
2 parents d8ab328 + 04a4b69 commit 61283d6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

texts/da.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,17 +105,17 @@
105105
'config.opcache.lockfile_path.description' => 'Absolute path used to store shared lockfiles (for *nix only)',
106106
'config.opcache.file_cache' => 'File cache',
107107
'config.opcache.file_cache.description' => 'Enables and sets the second level cache directory. It should improve performance when SHM memory is full, at server restart or SHM reset. The default "" disables file based caching.',
108-
'config.opcache.file_cache_only' => 'File cache only',
109-
'config.opcache.file_cache_only.description' => 'Enables or disables opcode caching in shared memory.',
110-
'config.opcache.file_cache_consistency_checks' => 'File cache consistency checks',
111-
'config.opcache.file_cache_consistency_checks.description' => 'Enables or disables checksum validation when script loaded from file cache.',
112-
'config.opcache.file_cache_fallback' => 'File cache fallback',
113-
'config.opcache.file_cache_fallback.description' => 'Implies opcache.file_cache_only=1 for a certain process that failed to reattach to the shared memory (for Windows only). Explicitly enabled file cache is required.',
108+
'config.opcache.file_cache_only' => 'Fil cache kun',
109+
'config.opcache.file_cache_only.description' => 'Aktiverer eller deaktiverer opcode caching i den delte hukommelse.',
110+
'config.opcache.file_cache_consistency_checks' => 'Fil cache konsistens tjeks',
111+
'config.opcache.file_cache_consistency_checks.description' => 'Aktiverer eller deaktiverer checksumvalidering, når script hentes fra fil cachen.',
112+
'config.opcache.file_cache_fallback' => 'fil cache fallback',
113+
'config.opcache.file_cache_fallback.description' => 'Indikerer opcache.file_cache_only = 1 for en bestemt proces der har fejlet genhæfte sig til den delte hukommelse (Windows kun). Eksplicit aktiveret filcache er påkrævet.',
114114
'config.opcache.validate_permission' => 'Valider tilladelse',
115115
'config.opcache.validate_permission.description' => 'Validerer den cachelagrede fil tilladelser mod den nuværende bruger.',
116116
'config.opcache.validate_root' => 'Validér rod',
117117
'config.opcache.validate_root.description' => 'Forhindrer navne kollisioner i chroot\'ed miljøer. Dette bør aktiveres i alle chroot\'ed miljøer for at forhindre adgang til filer uden for chrooten.',
118-
118+
119119
'blacklist.title' => 'Blacklist',
120120
'blacklist.empty' => 'Ingen scripts er blacklisted',
121121

0 commit comments

Comments
 (0)