~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to web_tt2/notice.tt2

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2007-01-20 18:09:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070120180928-0e42mbwg87mlo44y
Tags: 5.2.3-1.2
* Non-maintainer upload to re-fix l10n issues
* As debconf-updatepo was not run in previous versions, the French
  translation was outdated. Hence fix it.
* Remove several duplicate spaces in the debconf templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- begin notice.tt2 -->
 
2
<div class="ContentBlock"> <strong>
 
3
[% FOREACH notice = notices %]
 
4
[% IF notice.msg == 'sent_to_owner' %]
 
5
[%|loc%]Your request has been forwarded to the list owner[%END%]
 
6
 
 
7
[% ELSIF notice.msg == 'add_performed' %]
 
8
[%|loc(notice.total)%]%1 subscribers added[%END%]
 
9
 
 
10
[% ELSIF notice.msg == 'del_performed' %]
 
11
[%|loc(notice.total)%]%1 addresses have been removed[%END%]
 
12
 
 
13
[% ELSIF notice.msg == 'performed' %]
 
14
[%|loc(notice.action)%]%1 : action succeeded[%END%]
 
15
 
 
16
[% ELSIF notice.msg == 'performed_soon' %]
 
17
[%|loc(notice.action)%]%1 : action succeeded soon[%END%]
 
18
 
 
19
[% ELSIF notice.msg == 'list_config_updated' %]
 
20
[%|loc%]Configuration file has been updated[%END%]
 
21
 
 
22
[% ELSIF notice.msg == 'list_purged' %]
 
23
[%|loc%]List has been purged[%END%]
 
24
 
 
25
[% ELSIF notice.msg == 'list_closed' %]
 
26
[%|loc%]List has been closed[%END%]
 
27
 
 
28
[% ELSIF notice.msg == 'list_restored' %]
 
29
[%|loc%]List has been restored[%END%]
 
30
 
 
31
[% ELSIF notice.msg == 'upload_success' %] 
 
32
[%|loc(notice.path)%]File %1 successfully uploaded![%END%]
 
33
 
 
34
[% ELSIF notice.msg == 'unzip_success' %] 
 
35
[%|loc(notice.path)%]File %1 unziped![%END%]
 
36
 
 
37
[% ELSIF notice.msg == 'file_erased' %] 
 
38
[%|loc(notice.path)%]Old file %1 has been erased[%END%]
 
39
 
 
40
[% ELSIF notice.msg == to_moderate %]
 
41
[%|loc(notice.path)%]File %1 waiting for moderation[%END%]
 
42
 
 
43
[% ELSIF notice.msg == 'save_success' %] 
 
44
[%|loc(notice.path)%]File %1 saved[%END%]
 
45
 
 
46
[% ELSIF notice.msg == 'password_sent' %]
 
47
[%|loc%]Your password has been emailed to you[%END%]
 
48
 
 
49
[% ELSIF notice.msg == 'you_should_choose_a_password' %]
 
50
[%|loc%]To choose your password go to 'preferences', from the upper menu.[%END%]
 
51
 
 
52
[% ELSIF notice.msg == 'no_msg_document' %] 
 
53
[%|loc(notice.list)%]No message and no document to moderate for list %1[%END%]
 
54
 
 
55
[% ELSIF notice.msg == 'subscribers_updated' %]
 
56
[%|loc%]The list of list members have been built/updated.[%END%]
 
57
 
 
58
[% ELSIF notice.msg == 'subscribers_updated_soon' %]
 
59
[%|loc%]The list of list members will be built/updated soon (a few minutes).[%END%]
 
60
 
 
61
[% ELSIF notice.msg == 'subscribers_noticed_deleted_topics' %]
 
62
[%|loc%]Concerned subscribers have been noticed about deleted topics[%END%]
 
63
 
 
64
[% ELSIF notice.msg == 'add_performed' %]
 
65
[%|loc(notice.total)%]%1 addresses have been subscribed[%END%]
 
66
 
 
67
[% ELSIF notice.msg == 'you_have_been_authenticated' %]
 
68
[%|loc%]You have been authenticated[%END%]
 
69
 
 
70
[% ELSIF notice.msg == 'file_renamed' %]
 
71
[%|loc(notice.orig_file,notice.new_file)%]File %1 has been renamed to %2[%END%]
 
72
 
 
73
[% ELSE %]
 
74
[% notice.msg %]
 
75
 
 
76
[% END %]
 
77
<br />
 
78
[% END %]
 
79
</strong>
 
80
</div>
 
81
<!-- end notice.tt2 -->