Merge lp:~cjohnston/loco-team-portal/bug-635852 into lp:loco-team-portal

Proposed by Chris Johnston
Status: Merged
Merged at revision: 286
Proposed branch: lp:~cjohnston/loco-team-portal/bug-635852
Merge into: lp:loco-team-portal
Diff against target: 105 lines (+18/-14)
2 files modified
loco_directory/locale/loco-directory.pot (+14/-10)
loco_directory/templates/irc_chat.html (+4/-4)
To merge this branch: bzr merge lp:~cjohnston/loco-team-portal/bug-635852
Reviewer Review Type Date Requested Status
LoCo Team Portal Developers Pending
Review via email: mp+35195@code.launchpad.net
To post a comment you must log in.

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-09-11 15:22:03 +0000
3+++ loco_directory/locale/loco-directory.pot 2010-09-11 17:24:46 +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-09-11 15:21+0000\n"
9+"POT-Creation-Date: 2010-09-11 17:19+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@@ -43,8 +43,8 @@
14 msgid "not attending"
15 msgstr ""
16
17-#: events/models.py:20
18-msgid "Name of the Event"
19+#: events/models.py:20 templates/events/team_event_list.inc.html:4
20+msgid "Event Name"
21 msgstr ""
22
23 #: events/models.py:21
24@@ -68,6 +68,10 @@
25 msgstr ""
26
27 #: events/models.py:24
28+msgid "Announcement"
29+msgstr ""
30+
31+#: events/models.py:24
32 msgid "URL to the announcement"
33 msgstr ""
34
35@@ -111,6 +115,10 @@
36 msgid "Venue of the Event"
37 msgstr ""
38
39+#: events/models.py:113
40+msgid "Event Venue"
41+msgstr ""
42+
43 #: events/models.py:146 events/models.py:163
44 msgid "the Team Event"
45 msgstr ""
46@@ -630,11 +638,11 @@
47 msgid "Microblogging"
48 msgstr ""
49
50-#: templates/irc_chat.html:4 templates/irc_chat.html.py:12
51+#: templates/irc_chat.html:4 templates/irc_chat.html.py:10
52 msgid "Ubuntu LoCo Teams IRC Chat"
53 msgstr ""
54
55-#: templates/irc_chat.html:14
56+#: templates/irc_chat.html:12
57 msgid ""
58 "Why not join other team members from different LoCos around the world on IRC "
59 "in the locoteams channel. This is where LoCo enthusiasts like to hang out. "
60@@ -643,7 +651,7 @@
61 "events or just to talk to others."
62 msgstr ""
63
64-#: templates/irc_chat.html:15
65+#: templates/irc_chat.html:13
66 msgid ""
67 "It's a great place to chat to other members from different teams, get ideas "
68 "off them and learn how other teams interact. Why not join and idle and learn "
69@@ -1072,10 +1080,6 @@
70 msgid "Comment:"
71 msgstr ""
72
73-#: templates/events/team_event_list.inc.html:4
74-msgid "Event Name"
75-msgstr ""
76-
77 #: templates/events/team_event_list.inc.html:7
78 msgid "Global Event"
79 msgstr ""
80
81=== modified file 'loco_directory/templates/irc_chat.html'
82--- loco_directory/templates/irc_chat.html 2010-09-11 15:22:03 +0000
83+++ loco_directory/templates/irc_chat.html 2010-09-11 17:24:46 +0000
84@@ -3,9 +3,7 @@
85
86 {% block title %} {% trans "Ubuntu LoCo Teams IRC Chat" %} | {% trans "Ubuntu LoCo Team Directory" %} {% endblock %}
87
88-{% block sub_nav_links %}
89-{% endblock %}
90-{% block search %}{% endblock %}
91+{% block sub_nav %}{% endblock %}
92
93 {% block content %}
94
95@@ -14,7 +12,9 @@
96 <p>{% trans "Why not join other team members from different LoCos around the world on IRC in the locoteams channel. This is where LoCo enthusiasts like to hang out. It is open to everyone, you don't have to be a leader,it's a welcoming channel open to everyone to ask questions about LoCo team issues, planning events or just to talk to others." %}</p>
97 <p>{% trans "It's a great place to chat to other members from different teams, get ideas off them and learn how other teams interact. Why not join and idle and learn from one another. Encourage your own team to join this channel, by adding it to your wiki information on IRC, or in your channel topic also." %}</p>
98 </article>
99-<article class="main-content">
100+<article class="main-content alone">
101+ <h2>Webchat</h2>
102+ <br />
103 <iframe src="http://webchat.freenode.net/?channels=#ubuntu-locoteams&prompt=1&uio=MTE9MzE28" width="900" height="400"></iframe>
104 </article>
105 {% endblock %}

Subscribers

People subscribed via source and target branches