Skip to content

Commit

Permalink
da partial translation
Browse files Browse the repository at this point in the history
  • Loading branch information
RonniSkansing committed Oct 21, 2017
1 parent e3e2b72 commit 835cf9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions texts/da.php
Expand Up @@ -105,12 +105,12 @@
'config.opcache.lockfile_path.description' => 'Absolute path used to store shared lockfiles (for *nix only)',
'config.opcache.file_cache' => 'File cache',
'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.',
'config.opcache.file_cache_only' => 'File cache only',
'config.opcache.file_cache_only.description' => 'Enables or disables opcode caching in shared memory.',
'config.opcache.file_cache_consistency_checks' => 'File cache consistency checks',
'config.opcache.file_cache_consistency_checks.description' => 'Enables or disables checksum validation when script loaded from file cache.',
'config.opcache.file_cache_fallback' => 'File cache fallback',
'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.',
'config.opcache.file_cache_only' => 'Fil cache kun',
'config.opcache.file_cache_only.description' => 'Aktiverer eller deaktiverer opcode caching i den delte hukommelse.',
'config.opcache.file_cache_consistency_checks' => 'Fil cache konsistens tjeks',
'config.opcache.file_cache_consistency_checks.description' => 'Aktiverer eller deaktiverer checksumvalidering, når script hentes fra fil cachen.',
'config.opcache.file_cache_fallback' => 'fil cache fallback',
'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.',
'config.opcache.validate_permission' => 'Validate permission',
'config.opcache.validate_permission.description' => 'Validates the cached file permissions against the current user.',
'config.opcache.validate_root' => 'Validate root',
Expand Down

0 comments on commit 835cf9d

Please sign in to comment.