[MKDoc-commit] various i18n updates and fixes
chris at mkdoc.demon.co.uk
chris at mkdoc.demon.co.uk
Wed Dec 1 11:18:02 GMT 2004
Log Message:
-----------
various i18n updates and fixes
Modified Files:
--------------
mkd/resources/templates/admin/audience_insert:
en.html
mkd/resources/templates/admin/audience_list:
en.html
mkd/resources/templates/admin/component_copy:
en.html
mkd/resources/templates/admin/content:
en.html
mkd/resources/templates/admin/copy:
en.html
mkd/resources/templates/admin/finder:
en.html
mkd/resources/templates/admin/sort:
en.html
mkd/resources/templates/admin/user_insert:
en.html
mkd/resources/templates/admin/user_modify:
en.html
-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/component_copy/en.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -Lresources/templates/admin/component_copy/en.html -Lresources/templates/admin/component_copy/en.html -u -r1.7 -r1.8
--- resources/templates/admin/component_copy/en.html
+++ resources/templates/admin/component_copy/en.html
@@ -233,6 +233,7 @@
xml:lang two-letter-language-code;
dir text-direction;"
i18n:translate="copy-component"
+ i18n:name="copy-component"
>
Copy Component
</em>
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/content/en.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lresources/templates/admin/content/en.html -Lresources/templates/admin/content/en.html -u -r1.8 -r1.9
--- resources/templates/admin/content/en.html
+++ resources/templates/admin/content/en.html
@@ -213,6 +213,7 @@
xml:lang two-letter-language-code;
dir text-direction;"
i18n:translate="modify-content"
+ i18n:name="modify-content"
>
Modify Content
</em>
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/copy/en.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -Lresources/templates/admin/copy/en.html -Lresources/templates/admin/copy/en.html -u -r1.10 -r1.11
--- resources/templates/admin/copy/en.html
+++ resources/templates/admin/copy/en.html
@@ -238,6 +238,7 @@
xml:lang two-letter-language-code;
dir text-direction;"
i18n:translate="copy-document"
+ i18n:name="copy-document"
>
Copy Document
</em>
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/finder/en.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -Lresources/templates/admin/finder/en.html -Lresources/templates/admin/finder/en.html -u -r1.10 -r1.11
--- resources/templates/admin/finder/en.html
+++ resources/templates/admin/finder/en.html
@@ -186,6 +186,7 @@
<a
href="#results"
i18n:translate="results"
+ i18n:name="results"
>results</a>.
</p>
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/sort/en.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -Lresources/templates/admin/sort/en.html -Lresources/templates/admin/sort/en.html -u -r1.11 -r1.12
--- resources/templates/admin/sort/en.html
+++ resources/templates/admin/sort/en.html
@@ -353,6 +353,7 @@
xml:lang two-letter-language-code;
dir text-direction;"
i18n:translate="sort-documents"
+ i18n:name="sort-documents"
>
Sort Documents
</em>
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/user_insert/en.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lresources/templates/admin/user_insert/en.html -Lresources/templates/admin/user_insert/en.html -u -r1.8 -r1.9
--- resources/templates/admin/user_insert/en.html
+++ resources/templates/admin/user_insert/en.html
@@ -217,6 +217,7 @@
dir text-direction;"
petal:attributes="href user_list/uri"
i18n:translate="users"
+ i18n:name="users"
>Users</a>.
</p>
@@ -561,7 +562,7 @@
The base document(s) are the document(s) that this user is allowed to edit.
If this user has no selected based document then they will not be allowed to edit any
documents on this site. If one of more documents are selected then the user will be able
- edit those documents <strong>and</strong> any child documents that these documents might
+ edit those documents and any child documents that these documents might
have. This means that if you want to allow someone to edit all documents you only need to
set / as their base document.
</em>
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/audience_insert/en.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lresources/templates/admin/audience_insert/en.html -Lresources/templates/admin/audience_insert/en.html -u -r1.8 -r1.9
--- resources/templates/admin/audience_insert/en.html
+++ resources/templates/admin/audience_insert/en.html
@@ -201,6 +201,7 @@
xml:lang two-letter-language-code;
dir text-direction;"
i18n:translate="return-to-the-audiences-list"
+ i18n:name="audiences"
>Audiences</a>.
</p>
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/audience_list/en.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -Lresources/templates/admin/audience_list/en.html -Lresources/templates/admin/audience_list/en.html -u -r1.10 -r1.11
--- resources/templates/admin/audience_list/en.html
+++ resources/templates/admin/audience_list/en.html
@@ -206,6 +206,7 @@
xml:lang two-letter-language-code;
dir text-direction;"
i18n:translate="add"
+ i18n:name="add"
>add</a>
function to create one.
</p>
@@ -231,6 +232,7 @@
xml:lang two-letter-language-code;
dir text-direction;"
i18n:translate="add"
+ i18n:name="add"
>add</a>
a new audience or edit or delete the existing audiences using the
links in the following table.
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/admin/user_modify/en.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lresources/templates/admin/user_modify/en.html -Lresources/templates/admin/user_modify/en.html -u -r1.6 -r1.7
--- resources/templates/admin/user_modify/en.html
+++ resources/templates/admin/user_modify/en.html
@@ -219,6 +219,8 @@
dir text-direction;"
title="List, edit, add and delete users."
petal:attributes="href user_list/uri"
+ i18n:translate="users"
+ i18n:name="users"
>Users</a>.
</p>
@@ -559,7 +561,7 @@
The base document(s) are the document(s) that this user is allowed to edit.
If this user has no selected based document then they will not be allowed to edit any
documents on this site. If one of more documents are selected then the user will be able
- edit those documents <strong>and</strong> any child documents that these documents might
+ edit those documents and any child documents that these documents might
have. This means that if you want to allow someone to edit all documents you only need to
set / as their base document.
</em>
More information about the MKDoc-commit
mailing list