Merge lp:~cjohnston/loco-team-portal/bugfix-lp-611801 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 209
Merged at revision: 208
Proposed branch: lp:~cjohnston/loco-team-portal/bugfix-lp-611801
Merge into: lp:loco-team-portal
Diff against target: 154 lines (+27/-24)
2 files modified
loco_directory/locale/loco-directory.pot (+26/-22)
loco_directory/templates/loco_council.html (+1/-2)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bugfix-lp-611801
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+31403@code.launchpad.net

Description of the change

Removes Ubuntu LoCo Team Directory from h1 and makes Ubuntu LoCo Council h1 on LoCo Council page

To post a comment you must log in.
209. By Chris Johnston

Fixes translations

Revision history for this message
Michael Hall (mhall119) wrote :

Looks much better this way

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/locale/loco-directory.pot'
2--- loco_directory/locale/loco-directory.pot 2010-07-30 07:59:42 +0000
3+++ loco_directory/locale/loco-directory.pot 2010-07-30 18:22:47 +0000
4@@ -8,7 +8,7 @@
5 msgstr ""
6 "Project-Id-Version: PACKAGE VERSION\n"
7 "Report-Msgid-Bugs-To: \n"
8-"POT-Creation-Date: 2010-07-30 07:59+0000\n"
9+"POT-Creation-Date: 2010-07-30 18:20+0000\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13@@ -432,7 +432,7 @@
14 msgid "just ask!"
15 msgstr ""
16
17-#: templates/base.html:4 templates/index.html:8 templates/loco_council.html:12
18+#: templates/base.html:4 templates/index.html:8
19 msgid "Ubuntu LoCo Team Directory"
20 msgstr ""
21
22@@ -465,7 +465,7 @@
23 msgid "Venues"
24 msgstr ""
25
26-#: templates/base.html:20 templates/loco_council.html:14
27+#: templates/base.html:20
28 msgid "LoCo Council"
29 msgstr ""
30
31@@ -485,11 +485,11 @@
32 msgid "Log in"
33 msgstr ""
34
35-#: templates/base.html:47
36+#: templates/base.html:48
37 msgid "Logged in as"
38 msgstr ""
39
40-#: templates/base.html:49
41+#: templates/base.html:61
42 msgid "LoCo Directory"
43 msgstr ""
44
45@@ -531,7 +531,11 @@
46 msgid "Meeting Agenda"
47 msgstr ""
48
49-#: templates/loco_council.html:16
50+#: templates/loco_council.html:12
51+msgid "Ubuntu LoCo Council"
52+msgstr ""
53+
54+#: templates/loco_council.html:15
55 msgid ""
56 "The Ubuntu LoCo Council is comprised of elected, dedicated members of the "
57 "Ubuntu Community. They have diverse backgrounds, but have a firm "
58@@ -541,65 +545,65 @@
59 "example."
60 msgstr ""
61
62-#: templates/loco_council.html:19
63+#: templates/loco_council.html:18
64 msgid ""
65 "The LoCo Council governs the LoCo community, make decisions on resource "
66 "allocation, deals with conflict resolution and make decisions about where "
67 "the project should move forward."
68 msgstr ""
69
70-#: templates/loco_council.html:22
71+#: templates/loco_council.html:21
72 msgid ""
73 "The LoCo Council governs the LoCo Community; responsibilities include but "
74 "are not limited to the following:"
75 msgstr ""
76
77+#: templates/loco_council.html:23
78+msgid "To provide independent guidance for the LoCo Community."
79+msgstr ""
80+
81 #: templates/loco_council.html:24
82-msgid "To provide independent guidance for the LoCo Community."
83+msgid "To maintain quality of governance in the LoCo community."
84 msgstr ""
85
86 #: templates/loco_council.html:25
87-msgid "To maintain quality of governance in the LoCo community."
88+msgid "To assess and re-assess teams for approved state."
89 msgstr ""
90
91 #: templates/loco_council.html:26
92-msgid "To assess and re-assess teams for approved state."
93-msgstr ""
94-
95-#: templates/loco_council.html:27
96 msgid ""
97 "To provide input and feedback to other Ubuntu governance boards regarding "
98 "the needs and achievements of the LoCo community."
99 msgstr ""
100
101-#: templates/loco_council.html:28
102+#: templates/loco_council.html:27
103 msgid ""
104 "To act as an independent, objective, third party to resolve conflict in "
105 "teams by acting as mediator for a group or individuals."
106 msgstr ""
107
108-#: templates/loco_council.html:29
109+#: templates/loco_council.html:28
110 msgid ""
111 "To govern key LoCo resources such as mailing lists and key web properties. "
112 "ie. if you log a Request Ticket regarding your LoCo and don't hear anything "
113 "after 2 weeks contact us."
114 msgstr ""
115
116+#: templates/loco_council.html:29
117+msgid "Influencing and recommending how LoCo resources are allocated."
118+msgstr ""
119+
120 #: templates/loco_council.html:30
121-msgid "Influencing and recommending how LoCo resources are allocated."
122-msgstr ""
123-
124-#: templates/loco_council.html:31
125 msgid ""
126 "Influencing the direction and goals of the Ubuntu Project and greater LoCo "
127 "Team effort."
128 msgstr ""
129
130-#: templates/loco_council.html:32
131+#: templates/loco_council.html:31
132 msgid "To motivate and encourage LoCo s to be the best they can."
133 msgstr ""
134
135-#: templates/loco_council.html:36
136+#: templates/loco_council.html:35
137 msgid ""
138 "You can reach the council via email at loco-council at lists.ubuntu.com."
139 msgstr ""
140
141=== modified file 'loco_directory/templates/loco_council.html'
142--- loco_directory/templates/loco_council.html 2010-07-27 10:47:28 +0000
143+++ loco_directory/templates/loco_council.html 2010-07-30 18:22:47 +0000
144@@ -9,9 +9,8 @@
145
146 {% block content %}
147
148- <h1>{% trans "Ubuntu LoCo Team Directory" %}</h1>
149+ <h1>{% trans "Ubuntu LoCo Council" %}</h1>
150 <article class="main-content">
151- <h2>{% trans "LoCo Council" %}</h2>
152 <p>
153 {% trans "The Ubuntu LoCo Council is comprised of elected, dedicated members of the Ubuntu Community. They have diverse backgrounds, but have a firm understanding of what makes up successful LoCo's. The LoCo Council was set up to govern Ubuntu LoCo teams, and utilizing their past experiences, provide guidance and help when needed to these teams and lead them by example." %}
154 </p>

Subscribers

People subscribed via source and target branches