WPMU DEV in your language
Translations
Translation of Snapshot Pro: Danish
Prio | Original string | Translation | — |
---|---|---|---|
CANCEL BACKUP | ANNULLER BACKUP | Details | |
GO BACK | GÅ TILBAGE | Details | |
An alternative to editing the php.ini file is adding the following line of code in your wp-config.php file. | Et alternativ til at redigere php.ini-filen er at tilføje følgende kodelinje i din wp-config.php-fil. | Details | |
An alternative to editing the php.ini file is adding the following line of code in your wp-config.php file. Et alternativ til at redigere php.ini-filen er at tilføje følgende kodelinje i din wp-config.php-fil.
Login to your account for contributing to translations.
|
|||
If you have access to the php.ini file, you can increase the execution time limit by adding the following line of code or updating it (if it exists already) in your php.ini file. | Hvis du har adgang til php.ini-filen, kan du øge tidsgrænsen for udførelse ved at tilføje følgende kodelinje eller opdatere den (hvis den allerede findes) i din php.ini-fil. | Details | |
If you have access to the php.ini file, you can increase the execution time limit by adding the following line of code or updating it (if it exists already) in your php.ini file. Hvis du har adgang til php.ini-filen, kan du øge tidsgrænsen for udførelse ved at tilføje følgende kodelinje eller opdatere den (hvis den allerede findes) i din php.ini-fil.
Login to your account for contributing to translations.
|
|||
Connect to your site via FTP, and add the following line to your .htaccess file. Make sure you backup your .htaccess file before you edit it. | Opret forbindelse til dit websted via FTP, og tilføj følgende linje til din .htaccess-fil. Sørg for at tage en backup af din .htaccess-fil, før du redigerer den. | Details | |
Connect to your site via FTP, and add the following line to your .htaccess file. Make sure you backup your .htaccess file before you edit it. Opret forbindelse til dit websted via FTP, og tilføj følgende linje til din .htaccess-fil. Sørg for at tage en backup af din .htaccess-fil, før du redigerer den.
Login to your account for contributing to translations.
|
|||
Go to your cPanel > Select PHP Version, and click on the Switch to PHP Options link to see the default values of your PHP options. Update the value of max_execution_time to 60s, and click on Apply and then Save. | Gå til din cPanel > Vælg PHP-version, og klik på linket Skift til PHP-indstillinger for at se standardværdierne for dine PHP-indstillinger. Opdater værdien af max_execution_time til 60s, og klik på Apply og derefter Save. | Details | |
Go to your cPanel > Select PHP Version, and click on the Switch to PHP Options link to see the default values of your PHP options. Update the value of max_execution_time to 60s, and click on Apply and then Save. Gå til din cPanel > Vælg PHP-version, og klik på linket Skift til PHP-indstillinger for at se standardværdierne for dine PHP-indstillinger. Opdater værdien af max_execution_time til 60s, og klik på Apply og derefter Save.
Login to your account for contributing to translations.
|
|||
You can set the %s of your site to any value above 60s by using any of the following methods: | Du kan indstille %s på dit websted til en hvilken som helst værdi over 60s ved at bruge en af følgende metoder: | Details | |
You can set the %s of your site to any value above 60s by using any of the following methods: Du kan indstille %s på dit websted til en hvilken som helst værdi over 60s ved at bruge en af følgende metoder:
Login to your account for contributing to translations.
|
|||
Max execution time on %1$s is %2$s seconds. | Den maksimale udførelsestid på %1$s er %2$s sekunder. | Details | |
Max execution time on %1$s is %2$s seconds. Den maksimale udførelsestid på %1$s er %2$s sekunder.
Login to your account for contributing to translations.
|
|||
Max execution time defines how long a PHP script can run before it returns an error. Snapshot will often require longer than the default setting, so we recommend increasing your Max Execution time to %s to ensure backups have the best chance of succeeding. | Maks. udførelsestid definerer, hvor længe et PHP-script kan køre, før det returnerer en fejl. Snapshot vil ofte kræve længere tid end standardindstillingen, så vi anbefaler at øge din Max Execution time til %s for at sikre, at backups har den bedste chance for at lykkes. | Details | |
Max execution time defines how long a PHP script can run before it returns an error. Snapshot will often require longer than the default setting, so we recommend increasing your Max Execution time to %s to ensure backups have the best chance of succeeding. Maks. udførelsestid definerer, hvor længe et PHP-script kan køre, før det returnerer en fejl. Snapshot vil ofte kræve længere tid end standardindstillingen, så vi anbefaler at øge din Max Execution time til %s for at sikre, at backups har den bedste chance for at lykkes.
Login to your account for contributing to translations.
|
|||
Max Execution Time is low | Maks. udførelsestid er lav | Details | |
Max Execution Time is low Maks. udførelsestid er lav
Login to your account for contributing to translations.
|
|||
If none of the above works, you can ask your hosting support to increase the max execution time for you. | Hvis intet af ovenstående virker, kan du bede din hosting-support om at øge den maksimale udførelsestid for dig. | Details | |
If none of the above works, you can ask your hosting support to increase the max execution time for you. Hvis intet af ovenstående virker, kan du bede din hosting-support om at øge den maksimale udførelsestid for dig.
Login to your account for contributing to translations.
|
|||
An alternative way is to add the following line to your .htaccess file. Make sure you backup your .htaccess file before you edit it. | En alternativ måde er at tilføje følgende linje til din .htaccess-fil. Sørg for at tage en backup af din .htaccess-fil, før du redigerer den. | Details | |
An alternative way is to add the following line to your .htaccess file. Make sure you backup your .htaccess file before you edit it. En alternativ måde er at tilføje følgende linje til din .htaccess-fil. Sørg for at tage en backup af din .htaccess-fil, før du redigerer den.
Login to your account for contributing to translations.
|
|||
If you have access to the php.ini file, you can increase the memory limit by adding the following line of code or updating it (if it exists already) in your php.ini file. | Hvis du har adgang til php.ini-filen, kan du øge hukommelsesgrænsen ved at tilføje følgende kodelinje eller opdatere den (hvis den allerede findes) i din php.ini-fil. | Details | |
If you have access to the php.ini file, you can increase the memory limit by adding the following line of code or updating it (if it exists already) in your php.ini file. Hvis du har adgang til php.ini-filen, kan du øge hukommelsesgrænsen ved at tilføje følgende kodelinje eller opdatere den (hvis den allerede findes) i din php.ini-fil.
Login to your account for contributing to translations.
|
|||
Add the following code right before the /* That's all, stop editing! Happy blogging. */' line: | Tilføj følgende kode lige før /* Det var alt, stop med at redigere! God fornøjelse med bloggen. */' linje: | Details | |
Add the following code right before the /* That's all, stop editing! Happy blogging. */' line: Tilføj følgende kode lige før /* Det var alt, stop med at redigere! God fornøjelse med bloggen. */' linje:
Login to your account for contributing to translations.
|
|||
In the WordPress installation directory, select %s file > Edit | I WordPress-installationsmappen skal du vælge %s fil > Rediger | Details | |
In the WordPress installation directory, select %s file > Edit I WordPress-installationsmappen skal du vælge %s fil > Rediger
Login to your account for contributing to translations.
|
Export as •