From 3cb43ab7caaa08596718cab59b1ec9e7a84307e5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 25 Apr 2004 03:59:12 +0000 Subject: [PATCH] Mark strings for translation. git-svn-id: https://develop.svn.wordpress.org/trunk@1164 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options-permalink.php | 37 +++++++++++++++++----------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 42b90dc22c..5c020a2e9e 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -1,5 +1,7 @@
-

Edit Permalink Structure

-

WordPress offers you the ability to create a custom URI structure for your permalinks and archives. The following “tags” are available:

+

+ WordPress offers you the ability to create a custom URI structure for your permalinks and archives. The following “tags” are available:

')?> -

So for example a value like:

+ So for example a value like:

/archives/%year%/%monthnum%/%day%/%postname%/

would give you a permalink like:

/archives/2003/05/23/my-cheese-sandwich/

In general for this you must use mod_rewrite, however if you put a filename at the beginning WordPress will attempt to use that to pass the arguments, for example:

/index.php/archives/%year%/%monthnum%/%day%/%postname%/

-

If you use this option you can ignore the mod_rewrite rules.

+

If you use this option you can ignore the mod_rewrite rules.

') ?>
-

Use the template tags above to create a virtual site structure:

+ Use the template tags above to create a virtual site structure:

') ?>

- +

-

Using the permalink structure value you currently have, , these are the mod_rewrite rules you should have in your .htaccess file.

+ Using the permalink structure value you currently have, %s, these are the mod_rewrite rules you should have in your .htaccess file.

'), $permalink_structure) ?> $query) { ?>

-

If your .htaccess file is writable by WordPress, you can edit it through your template interface.

+ If your .htaccess file is writable by WordPress, you can edit it through your template interface.

'), 'templates.php?file=.htaccess') ?>

-You are not currently using customized permalinks. No special mod_rewrite -rules are needed. +

\ No newline at end of file +?>