Skip to content

Commit 04a4b69

Browse files
authored
Merge pull request #93 from RonnieSkansing/feat-da-translation-part3
da partial translation
2 parents 610713f + 2dd7a6d commit 04a4b69

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

texts/da.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,16 @@
101101
'config.opcache.file_update_protection.description' => 'Prevents caching files that are less than this number of seconds old. It protects from caching of incompletely updated files. In case all file updates on your site are atomic, you may increase performance by setting it to "0".',
102102
'config.opcache.huge_code_pages' => 'Huge code pages',
103103
'config.opcache.huge_code_pages.description' => 'Enables or disables copying of PHP code (text segment) into HUGE PAGES. This should improve performance, but requires appropriate OS configuration.',
104-
'config.opcache.lockfile_path' => 'Låsefil sti',
105-
'config.opcache.lockfile_path.description' => 'Absolut sti bruges til at opbevare delte låsefiler (kun for *nix)',
106-
'config.opcache.file_cache' => 'Fil cache',
107-
'config.opcache.file_cache.description' => 'Aktiverer og sætter andet niveau cache-biblioteket. Dette bør forbedre ydeevnen når SHM hukommelsen er fuld, ved server genstart eller SHM nulstilling. Standarden "" deaktiverer filbaseret 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.',
104+
'config.opcache.lockfile_path' => 'Lockfile path',
105+
'config.opcache.lockfile_path.description' => 'Absolute path used to store shared lockfiles (for *nix only)',
106+
'config.opcache.file_cache' => 'File cache',
107+
'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' => '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' => 'Validate permission',
115115
'config.opcache.validate_permission.description' => 'Validates the cached file permissions against the current user.',
116116
'config.opcache.validate_root' => 'Validate root',

0 commit comments

Comments
 (0)