From a492efeff0c9a8fa1010655f27eb009d4911efe7 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 2 May 2007 14:30:36 +0000 Subject: [PATCH] Updated texts git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6238 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/sieve/templates/add_element.tpl | 4 ++-- include/sieve/templates/element_address.tpl | 8 ++++---- include/sieve/templates/element_allof.tpl | 4 ++-- include/sieve/templates/element_anyof.tpl | 4 ++-- include/sieve/templates/element_comment.tpl | 2 +- include/sieve/templates/element_discard.tpl | 2 +- include/sieve/templates/element_elsif.tpl | 2 +- include/sieve/templates/element_envelope.tpl | 10 +++++----- include/sieve/templates/element_exists.tpl | 4 ++-- include/sieve/templates/element_header.tpl | 4 ++-- include/sieve/templates/element_keep.tpl | 2 +- include/sieve/templates/element_size.tpl | 4 ++-- include/sieve/templates/element_stop.tpl | 2 +- include/sieve/templates/element_vacation.tpl | 6 +++--- include/sieve/templates/management.tpl | 2 +- include/sieve/templates/object_container.tpl | 16 ++++++++-------- .../sieve/templates/object_container_clear.tpl | 6 +++--- .../sieve/templates/object_test_container.tpl | 4 ++-- include/sieve/templates/select_test_type.tpl | 6 +++--- 19 files changed, 46 insertions(+), 46 deletions(-) diff --git a/include/sieve/templates/add_element.tpl b/include/sieve/templates/add_element.tpl index f007941b8..d98c52986 100644 --- a/include/sieve/templates/add_element.tpl +++ b/include/sieve/templates/add_element.tpl @@ -8,7 +8,7 @@

 


+ +   -   -
diff --git a/include/sieve/templates/element_address.tpl b/include/sieve/templates/element_address.tpl index dfabd2562..52bd1fae1 100755 --- a/include/sieve/templates/element_address.tpl +++ b/include/sieve/templates/element_address.tpl @@ -14,7 +14,7 @@ {t}Address{/t} - + @@ -42,7 +42,7 @@ - {t}Address part that should be used{/t} + {t}Part of address that should be used{/t} @@ -125,7 +125,7 @@ - + {/if} diff --git a/include/sieve/templates/element_allof.tpl b/include/sieve/templates/element_allof.tpl index 4107e58de..024c011e7 100644 --- a/include/sieve/templates/element_allof.tpl +++ b/include/sieve/templates/element_allof.tpl @@ -2,9 +2,9 @@ {if $Inverse} - + {else} - + {/if}
{t}All of{/t} diff --git a/include/sieve/templates/element_anyof.tpl b/include/sieve/templates/element_anyof.tpl index 1d9094294..f7dc9298c 100644 --- a/include/sieve/templates/element_anyof.tpl +++ b/include/sieve/templates/element_anyof.tpl @@ -2,9 +2,9 @@ {if $Inverse} - + {else} - + {/if}
{t}Any of{/t} diff --git a/include/sieve/templates/element_comment.tpl b/include/sieve/templates/element_comment.tpl index 5baf64e8e..56edf9455 100644 --- a/include/sieve/templates/element_comment.tpl +++ b/include/sieve/templates/element_comment.tpl @@ -7,7 +7,7 @@ {if $Small} {else} - + {/if} diff --git a/include/sieve/templates/element_discard.tpl b/include/sieve/templates/element_discard.tpl index 55cfb82fc..e26f77a3a 100644 --- a/include/sieve/templates/element_discard.tpl +++ b/include/sieve/templates/element_discard.tpl @@ -6,7 +6,7 @@ - {t}Discard the message{/t} + {t}Discard message{/t} diff --git a/include/sieve/templates/element_elsif.tpl b/include/sieve/templates/element_elsif.tpl index 4da7c47fc..ffbbf9bbe 100644 --- a/include/sieve/templates/element_elsif.tpl +++ b/include/sieve/templates/element_elsif.tpl @@ -1,7 +1,7 @@ diff --git a/include/sieve/templates/element_envelope.tpl b/include/sieve/templates/element_envelope.tpl index 7061b8a47..c217d2dbb 100755 --- a/include/sieve/templates/element_envelope.tpl +++ b/include/sieve/templates/element_envelope.tpl @@ -15,7 +15,7 @@ {t}Envelope{/t} @@ -37,9 +37,9 @@ @@ -56,7 +56,7 @@ {if $match_type == ":count" || $match_type == ":value"} {/if} diff --git a/include/sieve/templates/element_exists.tpl b/include/sieve/templates/element_exists.tpl index d78596b5e..29882d3f4 100644 --- a/include/sieve/templates/element_exists.tpl +++ b/include/sieve/templates/element_exists.tpl @@ -7,9 +7,9 @@ {/if} {t}Exists{/t} {if $Inverse} - + {else} - + {/if} diff --git a/include/sieve/templates/element_header.tpl b/include/sieve/templates/element_header.tpl index 7d04e4ad0..6a8266c70 100755 --- a/include/sieve/templates/element_header.tpl +++ b/include/sieve/templates/element_header.tpl @@ -15,7 +15,7 @@ {t}Header{/t} @@ -121,7 +121,7 @@ diff --git a/include/sieve/templates/element_keep.tpl b/include/sieve/templates/element_keep.tpl index 067bcc6fe..f3c5d8608 100644 --- a/include/sieve/templates/element_keep.tpl +++ b/include/sieve/templates/element_keep.tpl @@ -6,7 +6,7 @@
- {t}Else If{/t} + {t}Else if{/t} {$Contents}
- +
{if $Inverse} - + {else} - + {/if}
- {t}operator{/t} + {t}Operator{/t} - +
- +
- +
- {t}Keep the message{/t} + {t}Keep message{/t}
diff --git a/include/sieve/templates/element_size.tpl b/include/sieve/templates/element_size.tpl index c07c02094..a8e234693 100644 --- a/include/sieve/templates/element_size.tpl +++ b/include/sieve/templates/element_size.tpl @@ -8,9 +8,9 @@ {/if} {if $Inverse} - + {else} - + {/if} + @@ -41,10 +41,10 @@ {else} - {t}Vacation Message{/t} + {t}Vacation message{/t} - + diff --git a/include/sieve/templates/management.tpl b/include/sieve/templates/management.tpl index 53304ff7b..315e47e08 100644 --- a/include/sieve/templates/management.tpl +++ b/include/sieve/templates/management.tpl @@ -21,7 +21,7 @@ {$List}

- +  

diff --git a/include/sieve/templates/object_container.tpl b/include/sieve/templates/object_container.tpl index ed75cd002..3b5f51fa1 100644 --- a/include/sieve/templates/object_container.tpl +++ b/include/sieve/templates/object_container.tpl @@ -5,16 +5,16 @@ + title='{t}Move object up one position{/t}' alt='{t}Up{/t}' class='center'> {t}Move up{/t}     + title='{t}Move object down one position{/t}' alt='{t}Down{/t}' class='center'> {t}Move down{/t}     - {t}Remove this element{/t} + title='{t}Remove object{/t}' alt='R' class='center'> + {t}Remove element{/t}     + alt='{t}Add new{/t}' title='{t}Add a new new object above this one.{/t}' class='center'> + alt='{t}Add element above{/t}' title='{t}Add a new new object above this one.{/t}' class='center'> + alt='{t}Add new{/t}' title='{t}Add a new new object below this one.{/t}' class='center'> + alt='{t}Add element below{/t}' title='{t}Add a new new object below this one.{/t}' class='center'> diff --git a/include/sieve/templates/object_container_clear.tpl b/include/sieve/templates/object_container_clear.tpl index a32427ca9..4f5579fe5 100644 --- a/include/sieve/templates/object_container_clear.tpl +++ b/include/sieve/templates/object_container_clear.tpl @@ -5,16 +5,16 @@ + title='{t}Move this object up one position{/t}' alt='{t}Up{/t}' class='center'> {t}Move up{/t} + title='{t}Move this object down one position{/t}' alt='{t}Down{/t}' class='center'> {t}Move down{/t} - {t}Remove this element{/t} + {t}Remove element{/t} diff --git a/include/sieve/templates/object_test_container.tpl b/include/sieve/templates/object_test_container.tpl index 697d12d10..e1577177a 100644 --- a/include/sieve/templates/object_test_container.tpl +++ b/include/sieve/templates/object_test_container.tpl @@ -3,11 +3,11 @@ {if $DisplayAdd} + title='{t}Add object{/t}' alt='R' class='center'> {/if} {if $DisplayDel} + title='{t}Remove object{/t}' alt='R' class='center'> {/if} diff --git a/include/sieve/templates/select_test_type.tpl b/include/sieve/templates/select_test_type.tpl index e08fea0e2..dd7a8fb2e 100644 --- a/include/sieve/templates/select_test_type.tpl +++ b/include/sieve/templates/select_test_type.tpl @@ -1,4 +1,4 @@ -

{t}Select the test type you want to add{/t}

+

{t}Select the type of test you want to add{/t}

{t}Available test types{/t} :  +   - + -- 2.30.2