363 | | /* translators: 1: web.config, 2: Documentation URL, 3: CTRL + a, 4: Element code. */ |
364 | | __( 'If your %1$s file was <a href="%2$s">writable</a>, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your %1$s file. Click in the field and press %3$s to select all. Then insert this rule inside of the %4$s element in %1$s file.' ), |
| 363 | /* translators: 1: web.config, 2: Documentation URL, 3: Element code. */ |
| 364 | __( 'Error: Your %1$s file is not <a href="%2$s">writable</a>, so updating it automatically was not possible. Select and copy the URL rewrite rule below, and insert the entire code inside the %3$s element in the %1$s file.' ), |
389 | | /* translators: 1: Documentation URL, 2: web.config, 3: CTRL + a */ |
390 | | __( 'If the root directory of your site was <a href="%1$s">writable</a>, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your %2$s file. Create a new file, called %2$s in the root directory of your site. Click in the field and press %3$s to select all. Then insert this code into the %2$s file.' ), |
| 388 | /* translators: 1: Documentation URL, 2: web.config */ |
| 389 | __( 'Error: The root directory of your site is not <a href="%1$s">writable</a>, so creating a file automatically was not possible. Create a new file called %2$s in the root directory of your site. Then select and copy the URL rewrite rule below, and insert the entire code into the %2$s file.' ), |
421 | | /* translators: 1: .htaccess, 2: Documentation URL, 3: CTRL + a */ |
422 | | __( 'If your %1$s file was <a href="%2$s">writable</a>, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s to select all.' ), |
| 419 | /* translators: 1: .htaccess, 2: Documentation URL */ |
| 420 | __( 'Error: Your %1$s file is not <a href="%2$s">writable</a>, so updating it automatically was not possible. Select and copy the mod_rewrite rules below, and insert the entire code inside the %1$s file.' ), |