Merge lp:~nataliabidart/magicicada-client/ubuntu-one-changed-magicicada into lp:magicicada-client

Proposed by Natalia Bidart
Status: Merged
Approved by: Natalia Bidart
Approved revision: 1425
Merged at revision: 1418
Proposed branch: lp:~nataliabidart/magicicada-client/ubuntu-one-changed-magicicada
Merge into: lp:magicicada-client
Diff against target: 2631 lines (+211/-1001)
109 files modified
HACKING (+9/-14)
LICENSE (+1/-1)
bin/ubuntuone-launch (+7/-7)
bin/ubuntuone-login (+3/-3)
bin/ubuntuone-proxy-tunnel (+1/-1)
bin/ubuntuone-syncdaemon (+1/-1)
data/syncdaemon.conf (+1/-1)
data/ubuntuone-launch.desktop.in (+2/-2)
po/ace.po (+1/-8)
po/af.po (+2/-11)
po/am.po (+1/-8)
po/an.po (+1/-8)
po/ar.po (+2/-11)
po/ast.po (+2/-11)
po/az.po (+1/-8)
po/be.po (+2/-12)
po/bg.po (+2/-11)
po/bn.po (+2/-11)
po/bo.po (+1/-8)
po/br.po (+1/-8)
po/bs.po (+2/-11)
po/ca.po (+2/-11)
po/ca@valencia.po (+2/-11)
po/ckb.po (+1/-8)
po/crh.po (+1/-8)
po/cs.po (+2/-11)
po/csb.po (+2/-11)
po/cv.po (+1/-8)
po/cy.po (+2/-11)
po/da.po (+2/-11)
po/de.po (+2/-12)
po/el.po (+2/-12)
po/en_AU.po (+2/-11)
po/en_CA.po (+2/-11)
po/en_GB.po (+2/-11)
po/eo.po (+2/-11)
po/es.po (+2/-11)
po/et.po (+2/-11)
po/eu.po (+2/-11)
po/fa.po (+1/-8)
po/fi.po (+2/-11)
po/fo.po (+2/-9)
po/fr.po (+2/-11)
po/fy.po (+2/-9)
po/gd.po (+2/-12)
po/gl.po (+2/-11)
po/gu.po (+2/-11)
po/he.po (+2/-11)
po/hi.po (+2/-12)
po/hr.po (+2/-11)
po/hu.po (+2/-12)
po/hy.po (+1/-8)
po/id.po (+2/-11)
po/is.po (+1/-8)
po/it.po (+2/-11)
po/ja.po (+2/-11)
po/jv.po (+1/-8)
po/kk.po (+2/-11)
po/km.po (+2/-12)
po/kn.po (+1/-8)
po/ko.po (+2/-11)
po/ku.po (+2/-11)
po/ky.po (+1/-8)
po/lt.po (+2/-11)
po/lv.po (+2/-11)
po/mi.po (+1/-8)
po/ml.po (+1/-8)
po/mr.po (+2/-11)
po/ms.po (+2/-11)
po/my.po (+2/-12)
po/nb.po (+2/-11)
po/nds.po (+1/-8)
po/nl.po (+2/-12)
po/nn.po (+2/-11)
po/oc.po (+2/-11)
po/pl.po (+2/-11)
po/pt.po (+2/-11)
po/pt_BR.po (+2/-11)
po/ro.po (+2/-11)
po/ru.po (+2/-11)
po/sd.po (+2/-9)
po/se.po (+2/-9)
po/shn.po (+1/-8)
po/si.po (+2/-9)
po/sk.po (+2/-11)
po/sl.po (+2/-11)
po/sq.po (+2/-11)
po/sr.po (+2/-11)
po/sv.po (+2/-11)
po/ta.po (+2/-9)
po/te.po (+2/-9)
po/th.po (+2/-11)
po/tr.po (+2/-11)
po/ug.po (+2/-12)
po/uk.po (+2/-12)
po/ur.po (+1/-8)
po/uz.po (+2/-11)
po/vi.po (+2/-12)
po/zh_CN.po (+2/-9)
po/zh_HK.po (+2/-9)
po/zh_TW.po (+2/-9)
tests/platform/test_credentials.py (+0/-3)
tests/syncdaemon/test_action_queue.py (+4/-0)
tests/syncdaemon/test_eq_inotify.py (+10/-3)
tests/syncdaemon/test_interaction_interfaces.py (+1/-0)
tests/syncdaemon/test_localrescan.py (+1/-0)
tests/syncdaemon/test_vm.py (+3/-0)
ubuntuone/clientdefs.py.in (+1/-5)
ubuntuone/platform/credentials/__init__.py (+0/-5)
To merge this branch: bzr merge lp:~nataliabidart/magicicada-client/ubuntu-one-changed-magicicada
Reviewer Review Type Date Requested Status
Facundo Batista Approve
Review via email: mp+272678@code.launchpad.net

Commit message

- Use ~/Magicicada as root folder.
- Fixed a syntax error and many missing inlineCallbacks.

To post a comment you must log in.
1425. By Natalia Bidart

Proper fix.

Revision history for this message
Facundo Batista (facundo) wrote :

Awesome! Thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'HACKING'
2--- HACKING 2011-07-21 15:24:02 +0000
3+++ HACKING 2015-09-29 21:34:16 +0000
4@@ -1,18 +1,11 @@
5-Ubuntu One requires acceptance of the Canonical Contributor Agreement. You
6-will need to follow the instructions at:
7-
8-http://www.canonical.com/contributors
9-
10-Once the agreement is accepted, you will be added to the Canonical Contributor
11-Agreement team on Launchpad, so that your branches may be merged in upstream.
12-
13-
14 In order to run tests in ubuntuone-client, you will need to have a built
15 version of ubuntuone-storage-protocol in a tree, or installed. You can
16 specify the path to a built tree with the --with-protocol option to configure,
17 or autogen.sh (which calls configure after creating it).
18
19-$: ./configure --with-protocol=$HOME/source/ubuntuone-storage-protocol/trunk
20+Or you can simply bootstrap and everything will happen automagically:
21+
22+$: make boostrap
23
24 After configuring, in order to run the tests, all you need to do is run
25 make check.
26@@ -20,7 +13,7 @@
27 $: make check
28
29
30-Ubuntu One uses branch based development on Launchpad, and bugs to track
31+Magicicada uses branch based development on Launchpad, and bugs to track
32 features and issues. Make sure a bug is filed for the piece of code you wish
33 to work on. When committing your changes, be sure to specify the bug # it
34 fixes using the --fixes option in bzr.
35@@ -34,6 +27,8 @@
36
37 After pushing your branch to Launchpad, you will need to propose it
38 for merging into the parent branch. You can do this from the Launchpad web
39-page for your branch. In order for your branch to be accepted, you will have
40-to have accepted the Canonical Contributor Agreement as stated above, and
41-there will need to be at least two approvals from Ubuntu One developers.
42+page for your branch. In order for your branch to be accepted, it needs to
43+ensure all existing tests keep passing, and the code you are adding/modifying
44+has the proper addings/modifications in the tests/ folder.
45+Your branch will also need at least one Magicicada developers (the
46+chicharreros team) positive vote before landing.
47
48=== modified file 'LICENSE'
49--- LICENSE 2013-02-13 20:57:13 +0000
50+++ LICENSE 2015-09-29 21:34:16 +0000
51@@ -1,4 +1,4 @@
52-# This is the Ubuntu One client package.
53+# This is the Magicicada client package.
54 #
55 # Copyright (C) 2009-2013 Canonical Ltd.
56 #
57
58=== modified file 'bin/ubuntuone-launch'
59--- bin/ubuntuone-launch 2012-10-15 20:12:29 +0000
60+++ bin/ubuntuone-launch 2015-09-29 21:34:16 +0000
61@@ -1,6 +1,6 @@
62 #!/usr/bin/python
63
64-# ubuntuone-launch - Ubuntu One storage synchronization daemon startup helper
65+# Magicicada storage synchronization daemon startup helper
66 #
67 # Author: John Lenton <john.lenton@canonical.com>
68 #
69@@ -31,12 +31,12 @@
70 # version. If you delete this exception statement from all source
71 # files in the program, then also delete it here.
72 """
73-Ubuntu One storage synchronization daemon (syncdaemon) startup helper.
74+Storage synchronization daemon (syncdaemon) startup helper.
75
76 This script decides whether to start and connect syncdaemon.
77
78- * If you've never used Ubuntu One file sync, or if you've disabled
79- file sync via Ubuntu One control panel (or equivalently via setting
80+ * If you've never used file sync, or if you've disabled
81+ file sync via the control panel (or equivalently via setting
82 files_sync_enabled to False in the syncdaemon configuration file),
83 syncdaemon is not started, and nothing happens as a result of this
84 script being run.
85@@ -45,7 +45,7 @@
86 local rescan is allowed to finish.
87
88 * if syncdaemon has never synced to the server, or if there are no
89- credentials for Ubuntu One in the keyring, nothing further happens.
90+ credentials, nothing further happens.
91
92 * otherwise, syncdaemon is asked to connect.
93
94@@ -53,12 +53,12 @@
95 import sys
96 import os
97
98-U1ROOT = os.path.expanduser('~/Ubuntu One/')
99+ROOT_FOLDER = os.path.expanduser('~/Magicicada/')
100
101 if __name__ == '__main__':
102 # this check is done early to speed up startup on people who are not
103 # (yet) using the service (this way avoids all the imports).
104- if not os.path.isdir(U1ROOT):
105+ if not os.path.isdir(ROOT_FOLDER):
106 # no directory, just quit
107 sys.exit(1)
108
109
110=== modified file 'bin/ubuntuone-login'
111--- bin/ubuntuone-login 2012-10-19 20:04:10 +0000
112+++ bin/ubuntuone-login 2015-09-29 21:34:16 +0000
113@@ -27,7 +27,7 @@
114 # do not wish to do so, delete this exception statement from your
115 # version. If you delete this exception statement from all source
116 # files in the program, then also delete it here.
117-"""The script tu ron the Ubuntu One Login D-Bus service."""
118+"""The script tu run the Login D-Bus service."""
119
120 # Invalid name "ubuntuone-login"
121
122@@ -56,7 +56,7 @@
123 name = bus.request_name(DBUS_BUS_NAME,
124 dbus.bus.NAME_FLAG_DO_NOT_QUEUE)
125 if name == dbus.bus.REQUEST_NAME_REPLY_EXISTS:
126- logger.error("Ubuntu One login manager already running, quitting.")
127+ logger.error(Login manager already running, quitting.")
128 sys.exit(0)
129 except dbus.DBusException:
130 pass
131@@ -68,7 +68,7 @@
132 logger.setLevel(logging.DEBUG)
133 logger.addHandler(debug_handler)
134
135- logger.info("Starting Ubuntu One login manager for bus %r.",
136+ logger.info("Starting login manager for bus %r.",
137 DBUS_BUS_NAME)
138 bus_name = dbus.service.BusName(DBUS_BUS_NAME, bus=bus)
139 mainloop = GLib.MainLoop()
140
141=== modified file 'bin/ubuntuone-proxy-tunnel'
142--- bin/ubuntuone-proxy-tunnel 2012-04-09 20:07:05 +0000
143+++ bin/ubuntuone-proxy-tunnel 2015-09-29 21:34:16 +0000
144@@ -26,7 +26,7 @@
145 # do not wish to do so, delete this exception statement from your
146 # version. If you delete this exception statement from all source
147 # files in the program, then also delete it here.
148-"""Ubuntu One tunnel for proxy support."""
149+"""Tunnel for proxy support."""
150
151 import sys
152
153
154=== modified file 'bin/ubuntuone-syncdaemon'
155--- bin/ubuntuone-syncdaemon 2015-05-18 21:20:05 +0000
156+++ bin/ubuntuone-syncdaemon 2015-09-29 21:34:16 +0000
157@@ -26,7 +26,7 @@
158 # do not wish to do so, delete this exception statement from your
159 # version. If you delete this exception statement from all source
160 # files in the program, then also delete it here.
161-"""Ubuntu One storage synchronization daemon."""
162+"""Storage synchronization daemon."""
163
164 import sys
165
166
167=== modified file 'data/syncdaemon.conf'
168--- data/syncdaemon.conf 2015-05-18 21:20:05 +0000
169+++ data/syncdaemon.conf 2015-09-29 21:34:16 +0000
170@@ -19,7 +19,7 @@
171 files_sync_enabled.parser = bool
172 files_sync_enabled.help = Toggles synchronization of files (False disables syncdaemon entirely)
173
174-root_dir.default = ~/Ubuntu One
175+root_dir.default = ~/Magicicada
176 root_dir.parser = home_dir
177 root_dir.help = Use the specified directory as the root
178
179
180=== modified file 'data/ubuntuone-launch.desktop.in'
181--- data/ubuntuone-launch.desktop.in 2011-07-01 12:06:13 +0000
182+++ data/ubuntuone-launch.desktop.in 2015-09-29 21:34:16 +0000
183@@ -1,6 +1,6 @@
184 [Desktop Entry]
185-Name=Ubuntu One
186-Exec=/bin/sh -c '[ -d "$HOME/Ubuntu One" ] && ubuntuone-launch'
187+Name=Magicicada
188+Exec=/bin/sh -c '[ -d "$HOME/Magicicada" ] && ubuntuone-launch'
189 Type=Application
190 X-GNOME-Autostart-Delay=30
191 Icon=ubuntuone
192
193=== modified file 'po/ace.po'
194--- po/ace.po 2012-09-17 19:03:52 +0000
195+++ po/ace.po 2015-09-29 21:34:16 +0000
196@@ -18,15 +18,8 @@
197 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
198 "X-Generator: Launchpad (build 15966)\n"
199
200-#: ../ubuntuone/clientdefs.py.in:52
201-#: ../ubuntuone/platform/credentials/__init__.py:90
202-msgid ""
203-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
204-"will allow you to create a new account, if you do not yet have one."
205-msgstr ""
206-
207 #: ../ubuntuone/status/aggregator.py:51
208-msgid "Ubuntu One"
209+msgid "Magicicada"
210 msgstr ""
211
212 #: ../ubuntuone/status/aggregator.py:52
213
214=== modified file 'po/af.po'
215--- po/af.po 2012-09-17 19:03:52 +0000
216+++ po/af.po 2015-09-29 21:34:16 +0000
217@@ -18,18 +18,9 @@
218 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
219 "X-Generator: Launchpad (build 15966)\n"
220
221-#: ../ubuntuone/clientdefs.py.in:52
222-#: ../ubuntuone/platform/credentials/__init__.py:90
223-msgid ""
224-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
225-"will allow you to create a new account, if you do not yet have one."
226-msgstr ""
227-"Ubuntu One vereis 'n Ubuntu Single Sign On (SSO) rekening. Hierdie proses "
228-"sal u toelaat om 'n nuwe rekening te skep, indien u nog nie een het nie."
229-
230 #: ../ubuntuone/status/aggregator.py:51
231-msgid "Ubuntu One"
232-msgstr "Ubuntu One"
233+msgid "Magicicada"
234+msgstr "Magicicada"
235
236 #: ../ubuntuone/status/aggregator.py:52
237 msgid "New cloud folder(s) available"
238
239=== modified file 'po/am.po'
240--- po/am.po 2012-09-17 19:03:52 +0000
241+++ po/am.po 2015-09-29 21:34:16 +0000
242@@ -18,15 +18,8 @@
243 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
244 "X-Generator: Launchpad (build 15966)\n"
245
246-#: ../ubuntuone/clientdefs.py.in:52
247-#: ../ubuntuone/platform/credentials/__init__.py:90
248-msgid ""
249-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
250-"will allow you to create a new account, if you do not yet have one."
251-msgstr ""
252-
253 #: ../ubuntuone/status/aggregator.py:51
254-msgid "Ubuntu One"
255+msgid "Magicicada"
256 msgstr ""
257
258 #: ../ubuntuone/status/aggregator.py:52
259
260=== modified file 'po/an.po'
261--- po/an.po 2012-09-17 19:03:52 +0000
262+++ po/an.po 2015-09-29 21:34:16 +0000
263@@ -18,15 +18,8 @@
264 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
265 "X-Generator: Launchpad (build 15966)\n"
266
267-#: ../ubuntuone/clientdefs.py.in:52
268-#: ../ubuntuone/platform/credentials/__init__.py:90
269-msgid ""
270-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
271-"will allow you to create a new account, if you do not yet have one."
272-msgstr ""
273-
274 #: ../ubuntuone/status/aggregator.py:51
275-msgid "Ubuntu One"
276+msgid "Magicicada"
277 msgstr ""
278
279 #: ../ubuntuone/status/aggregator.py:52
280
281=== modified file 'po/ar.po'
282--- po/ar.po 2012-09-17 19:03:52 +0000
283+++ po/ar.po 2015-09-29 21:34:16 +0000
284@@ -19,18 +19,9 @@
285 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
286 "X-Generator: Launchpad (build 15966)\n"
287
288-#: ../ubuntuone/clientdefs.py.in:52
289-#: ../ubuntuone/platform/credentials/__init__.py:90
290-msgid ""
291-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
292-"will allow you to create a new account, if you do not yet have one."
293-msgstr ""
294-"يتطلب أبونتو ون حساب أبونتو موّحد (SSO). إذا لم تكن تمتلك حسابا، ستتيح لك "
295-"هذه العملية إنشاء واحد جديد."
296-
297 #: ../ubuntuone/status/aggregator.py:51
298-msgid "Ubuntu One"
299-msgstr "أبونتو ون"
300+msgid "Magicicada"
301+msgstr "Magicicada"
302
303 #: ../ubuntuone/status/aggregator.py:52
304 msgid "New cloud folder(s) available"
305
306=== modified file 'po/ast.po'
307--- po/ast.po 2012-09-17 19:03:52 +0000
308+++ po/ast.po 2015-09-29 21:34:16 +0000
309@@ -18,18 +18,9 @@
310 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
311 "X-Generator: Launchpad (build 15966)\n"
312
313-#: ../ubuntuone/clientdefs.py.in:52
314-#: ../ubuntuone/platform/credentials/__init__.py:90
315-msgid ""
316-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
317-"will allow you to create a new account, if you do not yet have one."
318-msgstr ""
319-"Ubuntu One necesita una cuenta Ubuntu Single Sign On (SSO). Esti procesu "
320-"permitiráte crear una cuenta nueva, si ye qu'entá nun tienes una."
321-
322 #: ../ubuntuone/status/aggregator.py:51
323-msgid "Ubuntu One"
324-msgstr "Ubuntu One"
325+msgid "Magicicada"
326+msgstr "Magicicada"
327
328 #: ../ubuntuone/status/aggregator.py:52
329 msgid "New cloud folder(s) available"
330
331=== modified file 'po/az.po'
332--- po/az.po 2012-09-17 19:03:52 +0000
333+++ po/az.po 2015-09-29 21:34:16 +0000
334@@ -18,15 +18,8 @@
335 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
336 "X-Generator: Launchpad (build 15966)\n"
337
338-#: ../ubuntuone/clientdefs.py.in:52
339-#: ../ubuntuone/platform/credentials/__init__.py:90
340-msgid ""
341-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
342-"will allow you to create a new account, if you do not yet have one."
343-msgstr ""
344-
345 #: ../ubuntuone/status/aggregator.py:51
346-msgid "Ubuntu One"
347+msgid "Magicicada"
348 msgstr ""
349
350 #: ../ubuntuone/status/aggregator.py:52
351
352=== modified file 'po/be.po'
353--- po/be.po 2012-09-17 19:03:52 +0000
354+++ po/be.po 2015-09-29 21:34:16 +0000
355@@ -19,19 +19,9 @@
356 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
357 "X-Generator: Launchpad (build 15966)\n"
358
359-#: ../ubuntuone/clientdefs.py.in:52
360-#: ../ubuntuone/platform/credentials/__init__.py:90
361-msgid ""
362-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
363-"will allow you to create a new account, if you do not yet have one."
364-msgstr ""
365-"Каб карыстацца з сэрвісу Ubuntu One неабходны ўліковы запіс Ubuntu Single "
366-"Sign On (SSO). Калі вы працягнеце, то будзе створаны новы ўліковы запіс "
367-"(калі ў вас яго яшчэ няма)."
368-
369 #: ../ubuntuone/status/aggregator.py:51
370-msgid "Ubuntu One"
371-msgstr "Ubuntu One"
372+msgid "Magicicada"
373+msgstr "Magicicada"
374
375 #: ../ubuntuone/status/aggregator.py:52
376 msgid "New cloud folder(s) available"
377
378=== modified file 'po/bg.po'
379--- po/bg.po 2012-09-17 19:03:52 +0000
380+++ po/bg.po 2015-09-29 21:34:16 +0000
381@@ -18,18 +18,9 @@
382 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
383 "X-Generator: Launchpad (build 15966)\n"
384
385-#: ../ubuntuone/clientdefs.py.in:52
386-#: ../ubuntuone/platform/credentials/__init__.py:90
387-msgid ""
388-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
389-"will allow you to create a new account, if you do not yet have one."
390-msgstr ""
391-"Ubuntu One изисква Ubuntu Single Sign On (SSO) акаунт. Този процес ще ви "
392-"позволи да си направите нов акаунт, ако все още нямате."
393-
394 #: ../ubuntuone/status/aggregator.py:51
395-msgid "Ubuntu One"
396-msgstr "Ubuntu One"
397+msgid "Magicicada"
398+msgstr "Magicicada"
399
400 #: ../ubuntuone/status/aggregator.py:52
401 msgid "New cloud folder(s) available"
402
403=== modified file 'po/bn.po'
404--- po/bn.po 2012-09-17 19:03:52 +0000
405+++ po/bn.po 2015-09-29 21:34:16 +0000
406@@ -18,18 +18,9 @@
407 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
408 "X-Generator: Launchpad (build 15966)\n"
409
410-#: ../ubuntuone/clientdefs.py.in:52
411-#: ../ubuntuone/platform/credentials/__init__.py:90
412-msgid ""
413-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
414-"will allow you to create a new account, if you do not yet have one."
415-msgstr ""
416-"উবুন্টু ওয়ানের জন্য উবুন্টু একক লগইন (SSO) একাউন্ট অত্যাবশ্যক। এই প্রক্রিয়া "
417-"নতুন একাউন্ট তৈরি করতে অনুমোদন করে, যদি আপনার একটিও না থাকে।"
418-
419 #: ../ubuntuone/status/aggregator.py:51
420-msgid "Ubuntu One"
421-msgstr "উবুন্টু ওয়ান"
422+msgid "Magicicada"
423+msgstr "Magicicada"
424
425 #: ../ubuntuone/status/aggregator.py:52
426 msgid "New cloud folder(s) available"
427
428=== modified file 'po/bo.po'
429--- po/bo.po 2012-09-17 19:03:52 +0000
430+++ po/bo.po 2015-09-29 21:34:16 +0000
431@@ -18,15 +18,8 @@
432 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
433 "X-Generator: Launchpad (build 15966)\n"
434
435-#: ../ubuntuone/clientdefs.py.in:52
436-#: ../ubuntuone/platform/credentials/__init__.py:90
437-msgid ""
438-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
439-"will allow you to create a new account, if you do not yet have one."
440-msgstr ""
441-
442 #: ../ubuntuone/status/aggregator.py:51
443-msgid "Ubuntu One"
444+msgid "Magicicada"
445 msgstr ""
446
447 #: ../ubuntuone/status/aggregator.py:52
448
449=== modified file 'po/br.po'
450--- po/br.po 2012-09-17 19:03:52 +0000
451+++ po/br.po 2015-09-29 21:34:16 +0000
452@@ -18,15 +18,8 @@
453 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
454 "X-Generator: Launchpad (build 15966)\n"
455
456-#: ../ubuntuone/clientdefs.py.in:52
457-#: ../ubuntuone/platform/credentials/__init__.py:90
458-msgid ""
459-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
460-"will allow you to create a new account, if you do not yet have one."
461-msgstr ""
462-
463 #: ../ubuntuone/status/aggregator.py:51
464-msgid "Ubuntu One"
465+msgid "Magicicada"
466 msgstr ""
467
468 #: ../ubuntuone/status/aggregator.py:52
469
470=== modified file 'po/bs.po'
471--- po/bs.po 2012-09-17 19:03:52 +0000
472+++ po/bs.po 2015-09-29 21:34:16 +0000
473@@ -19,18 +19,9 @@
474 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
475 "X-Generator: Launchpad (build 15966)\n"
476
477-#: ../ubuntuone/clientdefs.py.in:52
478-#: ../ubuntuone/platform/credentials/__init__.py:90
479-msgid ""
480-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
481-"will allow you to create a new account, if you do not yet have one."
482-msgstr ""
483-"Ubuntu One zahtijeva Ubuntu Single Sign On (SSO) nalog.. Ovaj proces će vam "
484-"omogućiti kreiranje novog naloga ako nemate vlastiti.."
485-
486 #: ../ubuntuone/status/aggregator.py:51
487-msgid "Ubuntu One"
488-msgstr "Ubuntu One"
489+msgid "Magicicada"
490+msgstr "Magicicada"
491
492 #: ../ubuntuone/status/aggregator.py:52
493 msgid "New cloud folder(s) available"
494
495=== modified file 'po/ca.po'
496--- po/ca.po 2012-09-17 19:03:52 +0000
497+++ po/ca.po 2015-09-29 21:34:16 +0000
498@@ -18,18 +18,9 @@
499 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
500 "X-Generator: Launchpad (build 15966)\n"
501
502-#: ../ubuntuone/clientdefs.py.in:52
503-#: ../ubuntuone/platform/credentials/__init__.py:90
504-msgid ""
505-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
506-"will allow you to create a new account, if you do not yet have one."
507-msgstr ""
508-"L'Ubuntu One requereix un compte a l'Ubuntu Single Sign On (SSO). Aquest "
509-"procés us permetrà crear un compte nou, si encara no en teniu."
510-
511 #: ../ubuntuone/status/aggregator.py:51
512-msgid "Ubuntu One"
513-msgstr "Ubuntu One"
514+msgid "Magicicada"
515+msgstr "Magicicada"
516
517 #: ../ubuntuone/status/aggregator.py:52
518 msgid "New cloud folder(s) available"
519
520=== modified file 'po/ca@valencia.po'
521--- po/ca@valencia.po 2012-09-17 19:03:52 +0000
522+++ po/ca@valencia.po 2015-09-29 21:34:16 +0000
523@@ -18,18 +18,9 @@
524 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
525 "X-Generator: Launchpad (build 15966)\n"
526
527-#: ../ubuntuone/clientdefs.py.in:52
528-#: ../ubuntuone/platform/credentials/__init__.py:90
529-msgid ""
530-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
531-"will allow you to create a new account, if you do not yet have one."
532-msgstr ""
533-"L'Ubuntu One requereix un compte a l'Ubuntu Single Sign On (SSO). Este "
534-"procés vos permetrà crear un compte nou, si encara no en teniu."
535-
536 #: ../ubuntuone/status/aggregator.py:51
537-msgid "Ubuntu One"
538-msgstr "Ubuntu One"
539+msgid "Magicicada"
540+msgstr "Magicicada"
541
542 #: ../ubuntuone/status/aggregator.py:52
543 msgid "New cloud folder(s) available"
544
545=== modified file 'po/ckb.po'
546--- po/ckb.po 2012-09-17 19:03:52 +0000
547+++ po/ckb.po 2015-09-29 21:34:16 +0000
548@@ -18,15 +18,8 @@
549 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
550 "X-Generator: Launchpad (build 15966)\n"
551
552-#: ../ubuntuone/clientdefs.py.in:52
553-#: ../ubuntuone/platform/credentials/__init__.py:90
554-msgid ""
555-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
556-"will allow you to create a new account, if you do not yet have one."
557-msgstr ""
558-
559 #: ../ubuntuone/status/aggregator.py:51
560-msgid "Ubuntu One"
561+msgid "Magicicada"
562 msgstr ""
563
564 #: ../ubuntuone/status/aggregator.py:52
565
566=== modified file 'po/crh.po'
567--- po/crh.po 2012-09-17 19:03:52 +0000
568+++ po/crh.po 2015-09-29 21:34:16 +0000
569@@ -18,15 +18,8 @@
570 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
571 "X-Generator: Launchpad (build 15966)\n"
572
573-#: ../ubuntuone/clientdefs.py.in:52
574-#: ../ubuntuone/platform/credentials/__init__.py:90
575-msgid ""
576-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
577-"will allow you to create a new account, if you do not yet have one."
578-msgstr ""
579-
580 #: ../ubuntuone/status/aggregator.py:51
581-msgid "Ubuntu One"
582+msgid "Magicicada"
583 msgstr ""
584
585 #: ../ubuntuone/status/aggregator.py:52
586
587=== modified file 'po/cs.po'
588--- po/cs.po 2012-09-17 19:03:52 +0000
589+++ po/cs.po 2015-09-29 21:34:16 +0000
590@@ -18,18 +18,9 @@
591 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
592 "X-Generator: Launchpad (build 15966)\n"
593
594-#: ../ubuntuone/clientdefs.py.in:52
595-#: ../ubuntuone/platform/credentials/__init__.py:90
596-msgid ""
597-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
598-"will allow you to create a new account, if you do not yet have one."
599-msgstr ""
600-"Ubuntu One vyžaduje účet Ubuntu Single Sign On (SSO). Tento postup vám "
601-"umožní vytvořit nový účet, pokud jej ještě nemáte."
602-
603 #: ../ubuntuone/status/aggregator.py:51
604-msgid "Ubuntu One"
605-msgstr "Ubuntu One"
606+msgid "Magicicada"
607+msgstr "Magicicada"
608
609 #: ../ubuntuone/status/aggregator.py:52
610 msgid "New cloud folder(s) available"
611
612=== modified file 'po/csb.po'
613--- po/csb.po 2012-09-17 19:03:52 +0000
614+++ po/csb.po 2015-09-29 21:34:16 +0000
615@@ -19,18 +19,9 @@
616 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
617 "X-Generator: Launchpad (build 15966)\n"
618
619-#: ../ubuntuone/clientdefs.py.in:52
620-#: ../ubuntuone/platform/credentials/__init__.py:90
621-msgid ""
622-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
623-"will allow you to create a new account, if you do not yet have one."
624-msgstr ""
625-"Ubuntu One brëkùje kònta Single Sign On (SSO). Mòżesz gò terô ùsadzëc, żlë "
626-"gò jesz ni môsz ."
627-
628 #: ../ubuntuone/status/aggregator.py:51
629-msgid "Ubuntu One"
630-msgstr "Ubuntu One"
631+msgid "Magicicada"
632+msgstr "Magicicada"
633
634 #: ../ubuntuone/status/aggregator.py:52
635 msgid "New cloud folder(s) available"
636
637=== modified file 'po/cv.po'
638--- po/cv.po 2012-09-17 19:03:52 +0000
639+++ po/cv.po 2015-09-29 21:34:16 +0000
640@@ -18,15 +18,8 @@
641 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
642 "X-Generator: Launchpad (build 15966)\n"
643
644-#: ../ubuntuone/clientdefs.py.in:52
645-#: ../ubuntuone/platform/credentials/__init__.py:90
646-msgid ""
647-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
648-"will allow you to create a new account, if you do not yet have one."
649-msgstr ""
650-
651 #: ../ubuntuone/status/aggregator.py:51
652-msgid "Ubuntu One"
653+msgid "Magicicada"
654 msgstr ""
655
656 #: ../ubuntuone/status/aggregator.py:52
657
658=== modified file 'po/cy.po'
659--- po/cy.po 2012-09-17 19:03:52 +0000
660+++ po/cy.po 2015-09-29 21:34:16 +0000
661@@ -19,18 +19,9 @@
662 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
663 "X-Generator: Launchpad (build 15966)\n"
664
665-#: ../ubuntuone/clientdefs.py.in:52
666-#: ../ubuntuone/platform/credentials/__init__.py:90
667-msgid ""
668-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
669-"will allow you to create a new account, if you do not yet have one."
670-msgstr ""
671-"Mae angen cyfri Ubuntu Single Sign On (SSO) ar Ubuntu One. Bydd y broses hon "
672-"yn rhoi cyfle i ti greu cyfri newydd os nag oes un gen ti."
673-
674 #: ../ubuntuone/status/aggregator.py:51
675-msgid "Ubuntu One"
676-msgstr "Ubuntu One"
677+msgid "Magicicada"
678+msgstr "Magicicada"
679
680 #: ../ubuntuone/status/aggregator.py:52
681 msgid "New cloud folder(s) available"
682
683=== modified file 'po/da.po'
684--- po/da.po 2012-09-17 19:03:52 +0000
685+++ po/da.po 2015-09-29 21:34:16 +0000
686@@ -19,18 +19,9 @@
687 "X-Generator: Launchpad (build 15966)\n"
688 "X-Poedit-Language: Danish\n"
689
690-#: ../ubuntuone/clientdefs.py.in:52
691-#: ../ubuntuone/platform/credentials/__init__.py:90
692-msgid ""
693-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
694-"will allow you to create a new account, if you do not yet have one."
695-msgstr ""
696-"Ubuntu One kræver en Ubuntu Single SIgn On-konto (SSO). Denne process vil "
697-"hjælpe dig med at oprette en ny konto, hvis du endnu ikke har en."
698-
699 #: ../ubuntuone/status/aggregator.py:51
700-msgid "Ubuntu One"
701-msgstr "Ubuntu One"
702+msgid "Magicicada"
703+msgstr "Magicicada"
704
705 #: ../ubuntuone/status/aggregator.py:52
706 msgid "New cloud folder(s) available"
707
708=== modified file 'po/de.po'
709--- po/de.po 2012-09-17 19:03:52 +0000
710+++ po/de.po 2015-09-29 21:34:16 +0000
711@@ -18,19 +18,9 @@
712 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
713 "X-Generator: Launchpad (build 15966)\n"
714
715-#: ../ubuntuone/clientdefs.py.in:52
716-#: ../ubuntuone/platform/credentials/__init__.py:90
717-msgid ""
718-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
719-"will allow you to create a new account, if you do not yet have one."
720-msgstr ""
721-"Ubuntu One erfordert ein »Ubuntu Single Sign On« (SSO)-Benutzerkonto. Wenn "
722-"Sie noch keines haben, können Sie innerhalb dieses Dialogs solch ein "
723-"Benutzerkonto anlegen."
724-
725 #: ../ubuntuone/status/aggregator.py:51
726-msgid "Ubuntu One"
727-msgstr "Ubuntu One"
728+msgid "Magicicada"
729+msgstr "Magicicada"
730
731 #: ../ubuntuone/status/aggregator.py:52
732 msgid "New cloud folder(s) available"
733
734=== modified file 'po/el.po'
735--- po/el.po 2012-09-17 19:03:52 +0000
736+++ po/el.po 2015-09-29 21:34:16 +0000
737@@ -18,19 +18,9 @@
738 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
739 "X-Generator: Launchpad (build 15966)\n"
740
741-#: ../ubuntuone/clientdefs.py.in:52
742-#: ../ubuntuone/platform/credentials/__init__.py:90
743-msgid ""
744-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
745-"will allow you to create a new account, if you do not yet have one."
746-msgstr ""
747-"Το Ubuntu One απαιτεί ένα Ubuntu Single Sign On (SSO) λογαριασμό. Η "
748-"διαδικασία αυτή θα σας επιτρέψει να δημιουργήσετε ένα νέο λογαριασμό, αν δεν "
749-"έχετε έναν ακόμα."
750-
751 #: ../ubuntuone/status/aggregator.py:51
752-msgid "Ubuntu One"
753-msgstr "Ubuntu One"
754+msgid "Magicicada"
755+msgstr "Magicicada"
756
757 #: ../ubuntuone/status/aggregator.py:52
758 msgid "New cloud folder(s) available"
759
760=== modified file 'po/en_AU.po'
761--- po/en_AU.po 2012-09-17 19:03:52 +0000
762+++ po/en_AU.po 2015-09-29 21:34:16 +0000
763@@ -18,18 +18,9 @@
764 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
765 "X-Generator: Launchpad (build 15966)\n"
766
767-#: ../ubuntuone/clientdefs.py.in:52
768-#: ../ubuntuone/platform/credentials/__init__.py:90
769-msgid ""
770-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
771-"will allow you to create a new account, if you do not yet have one."
772-msgstr ""
773-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
774-"will allow you to create a new account, if you do not yet have one."
775-
776 #: ../ubuntuone/status/aggregator.py:51
777-msgid "Ubuntu One"
778-msgstr "Ubuntu One"
779+msgid "Magicicada"
780+msgstr "Magicicada"
781
782 #: ../ubuntuone/status/aggregator.py:52
783 msgid "New cloud folder(s) available"
784
785=== modified file 'po/en_CA.po'
786--- po/en_CA.po 2012-09-17 19:03:52 +0000
787+++ po/en_CA.po 2015-09-29 21:34:16 +0000
788@@ -18,18 +18,9 @@
789 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
790 "X-Generator: Launchpad (build 15966)\n"
791
792-#: ../ubuntuone/clientdefs.py.in:52
793-#: ../ubuntuone/platform/credentials/__init__.py:90
794-msgid ""
795-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
796-"will allow you to create a new account, if you do not yet have one."
797-msgstr ""
798-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
799-"will allow you to create a new account, if you do not yet have one."
800-
801 #: ../ubuntuone/status/aggregator.py:51
802-msgid "Ubuntu One"
803-msgstr "Ubuntu One"
804+msgid "Magicicada"
805+msgstr "Magicicada"
806
807 #: ../ubuntuone/status/aggregator.py:52
808 msgid "New cloud folder(s) available"
809
810=== modified file 'po/en_GB.po'
811--- po/en_GB.po 2012-09-17 19:03:52 +0000
812+++ po/en_GB.po 2015-09-29 21:34:16 +0000
813@@ -18,18 +18,9 @@
814 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
815 "X-Generator: Launchpad (build 15966)\n"
816
817-#: ../ubuntuone/clientdefs.py.in:52
818-#: ../ubuntuone/platform/credentials/__init__.py:90
819-msgid ""
820-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
821-"will allow you to create a new account, if you do not yet have one."
822-msgstr ""
823-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
824-"will allow you to create a new account, if you do not yet have one."
825-
826 #: ../ubuntuone/status/aggregator.py:51
827-msgid "Ubuntu One"
828-msgstr "Ubuntu One"
829+msgid "Magicicada"
830+msgstr "Magicicada"
831
832 #: ../ubuntuone/status/aggregator.py:52
833 msgid "New cloud folder(s) available"
834
835=== modified file 'po/eo.po'
836--- po/eo.po 2012-09-17 19:03:52 +0000
837+++ po/eo.po 2015-09-29 21:34:16 +0000
838@@ -18,18 +18,9 @@
839 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
840 "X-Generator: Launchpad (build 15966)\n"
841
842-#: ../ubuntuone/clientdefs.py.in:52
843-#: ../ubuntuone/platform/credentials/__init__.py:90
844-msgid ""
845-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
846-"will allow you to create a new account, if you do not yet have one."
847-msgstr ""
848-"Ubuntu Unu postulas konton de Ubuntu-SolaAliĝo. Ĉi tiu procezo permesos al "
849-"vi krei novan konton, se vi ankoraŭ ne havas unu."
850-
851 #: ../ubuntuone/status/aggregator.py:51
852-msgid "Ubuntu One"
853-msgstr "Ubuntu Unu"
854+msgid "Magicicada"
855+msgstr "Magicicada"
856
857 #: ../ubuntuone/status/aggregator.py:52
858 msgid "New cloud folder(s) available"
859
860=== modified file 'po/es.po'
861--- po/es.po 2012-09-17 19:03:52 +0000
862+++ po/es.po 2015-09-29 21:34:16 +0000
863@@ -18,18 +18,9 @@
864 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
865 "X-Generator: Launchpad (build 15966)\n"
866
867-#: ../ubuntuone/clientdefs.py.in:52
868-#: ../ubuntuone/platform/credentials/__init__.py:90
869-msgid ""
870-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
871-"will allow you to create a new account, if you do not yet have one."
872-msgstr ""
873-"Ubuntu One necesita una cuenta Ubuntu Single Sign On (SSO). Este proceso le "
874-"permitirá crear una cuenta nueva, si aún no tiene una."
875-
876 #: ../ubuntuone/status/aggregator.py:51
877-msgid "Ubuntu One"
878-msgstr "Ubuntu One"
879+msgid "Magicicada"
880+msgstr "Magicicada"
881
882 #: ../ubuntuone/status/aggregator.py:52
883 msgid "New cloud folder(s) available"
884
885=== modified file 'po/et.po'
886--- po/et.po 2012-09-17 19:03:52 +0000
887+++ po/et.po 2015-09-29 21:34:16 +0000
888@@ -18,18 +18,9 @@
889 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
890 "X-Generator: Launchpad (build 15966)\n"
891
892-#: ../ubuntuone/clientdefs.py.in:52
893-#: ../ubuntuone/platform/credentials/__init__.py:90
894-msgid ""
895-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
896-"will allow you to create a new account, if you do not yet have one."
897-msgstr ""
898-"Ubuntu One vajab 'Ubuntu Single Sign On' (SSO) kontot. See protsess "
899-"võimaldab sul luua uue konto, kui sul veel ei ole."
900-
901 #: ../ubuntuone/status/aggregator.py:51
902-msgid "Ubuntu One"
903-msgstr "Ubuntu One"
904+msgid "Magicicada"
905+msgstr "Magicicada"
906
907 #: ../ubuntuone/status/aggregator.py:52
908 msgid "New cloud folder(s) available"
909
910=== modified file 'po/eu.po'
911--- po/eu.po 2012-09-17 19:03:52 +0000
912+++ po/eu.po 2015-09-29 21:34:16 +0000
913@@ -18,18 +18,9 @@
914 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
915 "X-Generator: Launchpad (build 15966)\n"
916
917-#: ../ubuntuone/clientdefs.py.in:52
918-#: ../ubuntuone/platform/credentials/__init__.py:90
919-msgid ""
920-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
921-"will allow you to create a new account, if you do not yet have one."
922-msgstr ""
923-"Ubuntu One-k Ubuntu Signle Sign On (SSO) kontu bat behar du. Prozesu honek "
924-"kontu hori sortzen lagunduko dizu jada bat ez baduzu."
925-
926 #: ../ubuntuone/status/aggregator.py:51
927-msgid "Ubuntu One"
928-msgstr "Ubuntu One"
929+msgid "Magicicada"
930+msgstr "Magicicada"
931
932 #: ../ubuntuone/status/aggregator.py:52
933 msgid "New cloud folder(s) available"
934
935=== modified file 'po/fa.po'
936--- po/fa.po 2012-09-17 19:03:52 +0000
937+++ po/fa.po 2015-09-29 21:34:16 +0000
938@@ -18,15 +18,8 @@
939 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
940 "X-Generator: Launchpad (build 15966)\n"
941
942-#: ../ubuntuone/clientdefs.py.in:52
943-#: ../ubuntuone/platform/credentials/__init__.py:90
944-msgid ""
945-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
946-"will allow you to create a new account, if you do not yet have one."
947-msgstr ""
948-
949 #: ../ubuntuone/status/aggregator.py:51
950-msgid "Ubuntu One"
951+msgid "Magicicada"
952 msgstr ""
953
954 #: ../ubuntuone/status/aggregator.py:52
955
956=== modified file 'po/fi.po'
957--- po/fi.po 2012-09-17 19:03:52 +0000
958+++ po/fi.po 2015-09-29 21:34:16 +0000
959@@ -18,18 +18,9 @@
960 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
961 "X-Generator: Launchpad (build 15966)\n"
962
963-#: ../ubuntuone/clientdefs.py.in:52
964-#: ../ubuntuone/platform/credentials/__init__.py:90
965-msgid ""
966-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
967-"will allow you to create a new account, if you do not yet have one."
968-msgstr ""
969-"Ubuntu One tarvitsee Ubuntu-kertakirjautumistunnuksen (SSO). Luo uusi "
970-"tunnus, jos sinulla ei ole sellaista entuudestaan."
971-
972 #: ../ubuntuone/status/aggregator.py:51
973-msgid "Ubuntu One"
974-msgstr "Ubuntu One"
975+msgid "Magicicada"
976+msgstr "Magicicada"
977
978 #: ../ubuntuone/status/aggregator.py:52
979 msgid "New cloud folder(s) available"
980
981=== modified file 'po/fo.po'
982--- po/fo.po 2012-09-17 19:03:52 +0000
983+++ po/fo.po 2015-09-29 21:34:16 +0000
984@@ -18,16 +18,9 @@
985 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
986 "X-Generator: Launchpad (build 15966)\n"
987
988-#: ../ubuntuone/clientdefs.py.in:52
989-#: ../ubuntuone/platform/credentials/__init__.py:90
990-msgid ""
991-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
992-"will allow you to create a new account, if you do not yet have one."
993-msgstr ""
994-
995 #: ../ubuntuone/status/aggregator.py:51
996-msgid "Ubuntu One"
997-msgstr "Ubuntu One"
998+msgid "Magicicada"
999+msgstr "Magicicada"
1000
1001 #: ../ubuntuone/status/aggregator.py:52
1002 msgid "New cloud folder(s) available"
1003
1004=== modified file 'po/fr.po'
1005--- po/fr.po 2012-09-17 19:03:52 +0000
1006+++ po/fr.po 2015-09-29 21:34:16 +0000
1007@@ -18,18 +18,9 @@
1008 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1009 "X-Generator: Launchpad (build 15966)\n"
1010
1011-#: ../ubuntuone/clientdefs.py.in:52
1012-#: ../ubuntuone/platform/credentials/__init__.py:90
1013-msgid ""
1014-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1015-"will allow you to create a new account, if you do not yet have one."
1016-msgstr ""
1017-"Ubuntu One requiert un compte Ubuntu. Ce processus vous permettra de créer "
1018-"un nouveau compte, si vous n'en possédez pas déjà un."
1019-
1020 #: ../ubuntuone/status/aggregator.py:51
1021-msgid "Ubuntu One"
1022-msgstr "Ubuntu One"
1023+msgid "Magicicada"
1024+msgstr "Magicicada"
1025
1026 #: ../ubuntuone/status/aggregator.py:52
1027 msgid "New cloud folder(s) available"
1028
1029=== modified file 'po/fy.po'
1030--- po/fy.po 2012-09-17 19:03:52 +0000
1031+++ po/fy.po 2015-09-29 21:34:16 +0000
1032@@ -18,16 +18,9 @@
1033 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1034 "X-Generator: Launchpad (build 15966)\n"
1035
1036-#: ../ubuntuone/clientdefs.py.in:52
1037-#: ../ubuntuone/platform/credentials/__init__.py:90
1038-msgid ""
1039-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1040-"will allow you to create a new account, if you do not yet have one."
1041-msgstr ""
1042-
1043 #: ../ubuntuone/status/aggregator.py:51
1044-msgid "Ubuntu One"
1045-msgstr "Ubuntu One"
1046+msgid "Magicicada"
1047+msgstr "Magicicada"
1048
1049 #: ../ubuntuone/status/aggregator.py:52
1050 msgid "New cloud folder(s) available"
1051
1052=== modified file 'po/gd.po'
1053--- po/gd.po 2012-09-17 19:03:52 +0000
1054+++ po/gd.po 2015-09-29 21:34:16 +0000
1055@@ -18,19 +18,9 @@
1056 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1057 "X-Generator: Launchpad (build 15966)\n"
1058
1059-#: ../ubuntuone/clientdefs.py.in:52
1060-#: ../ubuntuone/platform/credentials/__init__.py:90
1061-msgid ""
1062-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1063-"will allow you to create a new account, if you do not yet have one."
1064-msgstr ""
1065-"Tha Ubuntu One ag iarraidh cunntas Ubuntu Singilte Soidhnigeadh Air (SSO). "
1066-"Ceadaich am pròiseis seo dhut cruthachadh cunntas ùr, ma nach eil fear agad "
1067-"mar thràth."
1068-
1069 #: ../ubuntuone/status/aggregator.py:51
1070-msgid "Ubuntu One"
1071-msgstr "Ubuntu One"
1072+msgid "Magicicada"
1073+msgstr "Magicicada"
1074
1075 #: ../ubuntuone/status/aggregator.py:52
1076 msgid "New cloud folder(s) available"
1077
1078=== modified file 'po/gl.po'
1079--- po/gl.po 2012-09-17 19:03:52 +0000
1080+++ po/gl.po 2015-09-29 21:34:16 +0000
1081@@ -18,18 +18,9 @@
1082 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1083 "X-Generator: Launchpad (build 15966)\n"
1084
1085-#: ../ubuntuone/clientdefs.py.in:52
1086-#: ../ubuntuone/platform/credentials/__init__.py:90
1087-msgid ""
1088-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1089-"will allow you to create a new account, if you do not yet have one."
1090-msgstr ""
1091-"Ubuntu One require unha conta de Ubuntu Single Sign On (SSO). Este proceso "
1092-"permitiralle crear unha nova conta, se aínda non ten ningunha."
1093-
1094 #: ../ubuntuone/status/aggregator.py:51
1095-msgid "Ubuntu One"
1096-msgstr "Ubuntu One"
1097+msgid "Magicicada"
1098+msgstr "Magicicada"
1099
1100 #: ../ubuntuone/status/aggregator.py:52
1101 msgid "New cloud folder(s) available"
1102
1103=== modified file 'po/gu.po'
1104--- po/gu.po 2012-09-17 19:03:52 +0000
1105+++ po/gu.po 2015-09-29 21:34:16 +0000
1106@@ -18,18 +18,9 @@
1107 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1108 "X-Generator: Launchpad (build 15966)\n"
1109
1110-#: ../ubuntuone/clientdefs.py.in:52
1111-#: ../ubuntuone/platform/credentials/__init__.py:90
1112-msgid ""
1113-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1114-"will allow you to create a new account, if you do not yet have one."
1115-msgstr ""
1116-"Ubuntu One માટે એક Ubuntu Single Sign On (SSO) ખાતું જરૂરી છે. જો તમારી "
1117-"પાસે હજુ ખાતું ન હોય તો, આ પ્રક્રિયા તમને ખાતું બનાવવાની પરવાનગી આપે છે."
1118-
1119 #: ../ubuntuone/status/aggregator.py:51
1120-msgid "Ubuntu One"
1121-msgstr "Ubuntu One"
1122+msgid "Magicicada"
1123+msgstr "Magicicada"
1124
1125 #: ../ubuntuone/status/aggregator.py:52
1126 msgid "New cloud folder(s) available"
1127
1128=== modified file 'po/he.po'
1129--- po/he.po 2012-09-17 19:03:52 +0000
1130+++ po/he.po 2015-09-29 21:34:16 +0000
1131@@ -18,18 +18,9 @@
1132 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1133 "X-Generator: Launchpad (build 15966)\n"
1134
1135-#: ../ubuntuone/clientdefs.py.in:52
1136-#: ../ubuntuone/platform/credentials/__init__.py:90
1137-msgid ""
1138-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1139-"will allow you to create a new account, if you do not yet have one."
1140-msgstr ""
1141-"Ubuntu One דורשת חשבון Ubuntu Single Sign On (SSO). תהליך זה יאפשר לך ליצור "
1142-"חשבון חדש, אם עדיין אין לך אחד כזה."
1143-
1144 #: ../ubuntuone/status/aggregator.py:51
1145-msgid "Ubuntu One"
1146-msgstr "Ubuntu One"
1147+msgid "Magicicada"
1148+msgstr "Magicicada"
1149
1150 #: ../ubuntuone/status/aggregator.py:52
1151 msgid "New cloud folder(s) available"
1152
1153=== modified file 'po/hi.po'
1154--- po/hi.po 2012-09-17 19:03:52 +0000
1155+++ po/hi.po 2015-09-29 21:34:16 +0000
1156@@ -18,19 +18,9 @@
1157 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1158 "X-Generator: Launchpad (build 15966)\n"
1159
1160-#: ../ubuntuone/clientdefs.py.in:52
1161-#: ../ubuntuone/platform/credentials/__init__.py:90
1162-msgid ""
1163-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1164-"will allow you to create a new account, if you do not yet have one."
1165-msgstr ""
1166-"उबुन्टू एकल के लिए उबुन्टू एकीकृत साइन ऑन (एसएसओ) खाता की आवश्यकता है. यदि "
1167-"आपके पास एक भी ऐसा खाता नहीं है तो यही प्रक्रिया नए खाता खोलने की इजाजत देता "
1168-"है."
1169-
1170 #: ../ubuntuone/status/aggregator.py:51
1171-msgid "Ubuntu One"
1172-msgstr "उबुन्टू एकल"
1173+msgid "Magicicada"
1174+msgstr "Magicicada"
1175
1176 #: ../ubuntuone/status/aggregator.py:52
1177 msgid "New cloud folder(s) available"
1178
1179=== modified file 'po/hr.po'
1180--- po/hr.po 2012-09-17 19:03:52 +0000
1181+++ po/hr.po 2015-09-29 21:34:16 +0000
1182@@ -19,18 +19,9 @@
1183 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1184 "X-Generator: Launchpad (build 15966)\n"
1185
1186-#: ../ubuntuone/clientdefs.py.in:52
1187-#: ../ubuntuone/platform/credentials/__init__.py:90
1188-msgid ""
1189-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1190-"will allow you to create a new account, if you do not yet have one."
1191-msgstr ""
1192-"Ubuntu One zahtijeva Ubuntu Single Sign On (SSO) korisnički račun. Ako ga "
1193-"već nemate, sada ćete ga moći otvoriti."
1194-
1195 #: ../ubuntuone/status/aggregator.py:51
1196-msgid "Ubuntu One"
1197-msgstr "Ubuntu One"
1198+msgid "Magicicada"
1199+msgstr "Magicicada"
1200
1201 #: ../ubuntuone/status/aggregator.py:52
1202 msgid "New cloud folder(s) available"
1203
1204=== modified file 'po/hu.po'
1205--- po/hu.po 2012-09-17 19:03:52 +0000
1206+++ po/hu.po 2015-09-29 21:34:16 +0000
1207@@ -18,19 +18,9 @@
1208 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1209 "X-Generator: Launchpad (build 15966)\n"
1210
1211-#: ../ubuntuone/clientdefs.py.in:52
1212-#: ../ubuntuone/platform/credentials/__init__.py:90
1213-msgid ""
1214-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1215-"will allow you to create a new account, if you do not yet have one."
1216-msgstr ""
1217-"Az Ubuntu One használatához Ubuntu Single Sign On (SSO) fiók szükséges. Ez a "
1218-"folyamat lehetővé teszi új fiók létrehozását, ha még nem rendelkezik "
1219-"ilyennel."
1220-
1221 #: ../ubuntuone/status/aggregator.py:51
1222-msgid "Ubuntu One"
1223-msgstr "Ubuntu One"
1224+msgid "Magicicada"
1225+msgstr "Magicicada"
1226
1227 #: ../ubuntuone/status/aggregator.py:52
1228 msgid "New cloud folder(s) available"
1229
1230=== modified file 'po/hy.po'
1231--- po/hy.po 2012-09-17 19:03:52 +0000
1232+++ po/hy.po 2015-09-29 21:34:16 +0000
1233@@ -18,15 +18,8 @@
1234 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1235 "X-Generator: Launchpad (build 15966)\n"
1236
1237-#: ../ubuntuone/clientdefs.py.in:52
1238-#: ../ubuntuone/platform/credentials/__init__.py:90
1239-msgid ""
1240-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1241-"will allow you to create a new account, if you do not yet have one."
1242-msgstr ""
1243-
1244 #: ../ubuntuone/status/aggregator.py:51
1245-msgid "Ubuntu One"
1246+msgid "Magicicada"
1247 msgstr ""
1248
1249 #: ../ubuntuone/status/aggregator.py:52
1250
1251=== modified file 'po/id.po'
1252--- po/id.po 2012-09-17 19:03:52 +0000
1253+++ po/id.po 2015-09-29 21:34:16 +0000
1254@@ -18,18 +18,9 @@
1255 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1256 "X-Generator: Launchpad (build 15966)\n"
1257
1258-#: ../ubuntuone/clientdefs.py.in:52
1259-#: ../ubuntuone/platform/credentials/__init__.py:90
1260-msgid ""
1261-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1262-"will allow you to create a new account, if you do not yet have one."
1263-msgstr ""
1264-"Ubuntu One membutuhkan akun Ubuntu Single Sign On (SSO). Proses ini akan "
1265-"meminta Anda membuat akun baru, jika Anda belum memilikinya."
1266-
1267 #: ../ubuntuone/status/aggregator.py:51
1268-msgid "Ubuntu One"
1269-msgstr "Ubuntu One"
1270+msgid "Magicicada"
1271+msgstr "Magicicada"
1272
1273 #: ../ubuntuone/status/aggregator.py:52
1274 msgid "New cloud folder(s) available"
1275
1276=== modified file 'po/is.po'
1277--- po/is.po 2012-09-17 19:03:52 +0000
1278+++ po/is.po 2015-09-29 21:34:16 +0000
1279@@ -18,15 +18,8 @@
1280 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1281 "X-Generator: Launchpad (build 15966)\n"
1282
1283-#: ../ubuntuone/clientdefs.py.in:52
1284-#: ../ubuntuone/platform/credentials/__init__.py:90
1285-msgid ""
1286-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1287-"will allow you to create a new account, if you do not yet have one."
1288-msgstr ""
1289-
1290 #: ../ubuntuone/status/aggregator.py:51
1291-msgid "Ubuntu One"
1292+msgid "Magicicada"
1293 msgstr ""
1294
1295 #: ../ubuntuone/status/aggregator.py:52
1296
1297=== modified file 'po/it.po'
1298--- po/it.po 2012-09-17 19:03:52 +0000
1299+++ po/it.po 2015-09-29 21:34:16 +0000
1300@@ -18,18 +18,9 @@
1301 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1302 "X-Generator: Launchpad (build 15966)\n"
1303
1304-#: ../ubuntuone/clientdefs.py.in:52
1305-#: ../ubuntuone/platform/credentials/__init__.py:90
1306-msgid ""
1307-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1308-"will allow you to create a new account, if you do not yet have one."
1309-msgstr ""
1310-"Ubuntu One richiede un account Ubuntu SSO (Single Sign On). Questo processo "
1311-"consentirà di creare un nuovo account, qualora non se ne possieda uno."
1312-
1313 #: ../ubuntuone/status/aggregator.py:51
1314-msgid "Ubuntu One"
1315-msgstr "Ubuntu One"
1316+msgid "Magicicada"
1317+msgstr "Magicicada"
1318
1319 #: ../ubuntuone/status/aggregator.py:52
1320 msgid "New cloud folder(s) available"
1321
1322=== modified file 'po/ja.po'
1323--- po/ja.po 2012-09-17 19:03:52 +0000
1324+++ po/ja.po 2015-09-29 21:34:16 +0000
1325@@ -18,18 +18,9 @@
1326 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1327 "X-Generator: Launchpad (build 15966)\n"
1328
1329-#: ../ubuntuone/clientdefs.py.in:52
1330-#: ../ubuntuone/platform/credentials/__init__.py:90
1331-msgid ""
1332-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1333-"will allow you to create a new account, if you do not yet have one."
1334-msgstr ""
1335-"Ubuntu OneにはUbuntu Single Sign "
1336-"On(SSO)アカウントが必要です。アカウントをお持ちでない場合は、この処理でアカウントを作成できます。"
1337-
1338 #: ../ubuntuone/status/aggregator.py:51
1339-msgid "Ubuntu One"
1340-msgstr "Ubuntu One"
1341+msgid "Magicicada"
1342+msgstr "Magicicada"
1343
1344 #: ../ubuntuone/status/aggregator.py:52
1345 msgid "New cloud folder(s) available"
1346
1347=== modified file 'po/jv.po'
1348--- po/jv.po 2012-09-17 19:03:52 +0000
1349+++ po/jv.po 2015-09-29 21:34:16 +0000
1350@@ -18,15 +18,8 @@
1351 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1352 "X-Generator: Launchpad (build 15966)\n"
1353
1354-#: ../ubuntuone/clientdefs.py.in:52
1355-#: ../ubuntuone/platform/credentials/__init__.py:90
1356-msgid ""
1357-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1358-"will allow you to create a new account, if you do not yet have one."
1359-msgstr ""
1360-
1361 #: ../ubuntuone/status/aggregator.py:51
1362-msgid "Ubuntu One"
1363+msgid "Magicicada"
1364 msgstr ""
1365
1366 #: ../ubuntuone/status/aggregator.py:52
1367
1368=== modified file 'po/kk.po'
1369--- po/kk.po 2012-09-17 19:03:52 +0000
1370+++ po/kk.po 2015-09-29 21:34:16 +0000
1371@@ -18,18 +18,9 @@
1372 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1373 "X-Generator: Launchpad (build 15966)\n"
1374
1375-#: ../ubuntuone/clientdefs.py.in:52
1376-#: ../ubuntuone/platform/credentials/__init__.py:90
1377-msgid ""
1378-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1379-"will allow you to create a new account, if you do not yet have one."
1380-msgstr ""
1381-"Ubuntu One қызметін пайдалану үшін, Ubuntu Single Sign On (SSO) тіркемесі "
1382-"қажет. Тіркемеңіз жоқ болса, жаңа тіркеме құруыңызға тура келеді."
1383-
1384 #: ../ubuntuone/status/aggregator.py:51
1385-msgid "Ubuntu One"
1386-msgstr "Ubuntu One қызметі"
1387+msgid "Magicicada"
1388+msgstr "Magicicada"
1389
1390 #: ../ubuntuone/status/aggregator.py:52
1391 msgid "New cloud folder(s) available"
1392
1393=== modified file 'po/km.po'
1394--- po/km.po 2012-09-17 19:03:52 +0000
1395+++ po/km.po 2015-09-29 21:34:16 +0000
1396@@ -18,19 +18,9 @@
1397 "X-Generator: Launchpad (build 15966)\n"
1398 "X-Language: km-KH\n"
1399
1400-#: ../ubuntuone/clientdefs.py.in:52
1401-#: ../ubuntuone/platform/credentials/__init__.py:90
1402-msgid ""
1403-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1404-"will allow you to create a new account, if you do not yet have one."
1405-msgstr ""
1406-"អ៊ូប៊ុនទូ​វ៉ាន់​ទាមទារ​គណនី​ Ubuntu Single Sign On (SSO) ។ "
1407-"ដំណើរការ​នេះ​នឹង​អនុញ្ញាត​ឲ្យ​អ្នក​បង្កើត​គណនី​ថ្មី​ ប្រសិនបើ "
1408-"អ្នក​មិន​ទាន់​មាន​គណនី ។"
1409-
1410 #: ../ubuntuone/status/aggregator.py:51
1411-msgid "Ubuntu One"
1412-msgstr "អ៊ូប៊ុនទូ​វ៉ាន់"
1413+msgid "Magicicada"
1414+msgstr "Magicicada"
1415
1416 #: ../ubuntuone/status/aggregator.py:52
1417 msgid "New cloud folder(s) available"
1418
1419=== modified file 'po/kn.po'
1420--- po/kn.po 2012-09-17 19:03:52 +0000
1421+++ po/kn.po 2015-09-29 21:34:16 +0000
1422@@ -18,15 +18,8 @@
1423 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1424 "X-Generator: Launchpad (build 15966)\n"
1425
1426-#: ../ubuntuone/clientdefs.py.in:52
1427-#: ../ubuntuone/platform/credentials/__init__.py:90
1428-msgid ""
1429-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1430-"will allow you to create a new account, if you do not yet have one."
1431-msgstr ""
1432-
1433 #: ../ubuntuone/status/aggregator.py:51
1434-msgid "Ubuntu One"
1435+msgid "Magicicada"
1436 msgstr ""
1437
1438 #: ../ubuntuone/status/aggregator.py:52
1439
1440=== modified file 'po/ko.po'
1441--- po/ko.po 2012-09-17 19:03:52 +0000
1442+++ po/ko.po 2015-09-29 21:34:16 +0000
1443@@ -18,18 +18,9 @@
1444 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1445 "X-Generator: Launchpad (build 15966)\n"
1446
1447-#: ../ubuntuone/clientdefs.py.in:52
1448-#: ../ubuntuone/platform/credentials/__init__.py:90
1449-msgid ""
1450-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1451-"will allow you to create a new account, if you do not yet have one."
1452-msgstr ""
1453-"우분투 원을 사용하시려면 우분투 통합 로그인(Single Sign On, SSO) 계정이 필요합니다. 다음 과정을 통해 새로운 계정을 "
1454-"만드실 수 있습니다."
1455-
1456 #: ../ubuntuone/status/aggregator.py:51
1457-msgid "Ubuntu One"
1458-msgstr "우분투 원"
1459+msgid "Magicicada"
1460+msgstr "Magicicada"
1461
1462 #: ../ubuntuone/status/aggregator.py:52
1463 msgid "New cloud folder(s) available"
1464
1465=== modified file 'po/ku.po'
1466--- po/ku.po 2012-09-17 19:03:52 +0000
1467+++ po/ku.po 2015-09-29 21:34:16 +0000
1468@@ -18,18 +18,9 @@
1469 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1470 "X-Generator: Launchpad (build 15966)\n"
1471
1472-#: ../ubuntuone/clientdefs.py.in:52
1473-#: ../ubuntuone/platform/credentials/__init__.py:90
1474-msgid ""
1475-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1476-"will allow you to create a new account, if you do not yet have one."
1477-msgstr ""
1478-"Ubuntu One,pêwîs tîyawî bi hesabekî Ubuntu Sing On (SS) heye. Eger hesab "
1479-"tune ev amur wê hesabêkî bi biafirîne"
1480-
1481 #: ../ubuntuone/status/aggregator.py:51
1482-msgid "Ubuntu One"
1483-msgstr "Ubuntu One"
1484+msgid "Magicicada"
1485+msgstr "Magicicada"
1486
1487 #: ../ubuntuone/status/aggregator.py:52
1488 msgid "New cloud folder(s) available"
1489
1490=== modified file 'po/ky.po'
1491--- po/ky.po 2012-09-17 19:03:52 +0000
1492+++ po/ky.po 2015-09-29 21:34:16 +0000
1493@@ -18,15 +18,8 @@
1494 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1495 "X-Generator: Launchpad (build 15966)\n"
1496
1497-#: ../ubuntuone/clientdefs.py.in:52
1498-#: ../ubuntuone/platform/credentials/__init__.py:90
1499-msgid ""
1500-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1501-"will allow you to create a new account, if you do not yet have one."
1502-msgstr ""
1503-
1504 #: ../ubuntuone/status/aggregator.py:51
1505-msgid "Ubuntu One"
1506+msgid "Magicicada"
1507 msgstr ""
1508
1509 #: ../ubuntuone/status/aggregator.py:52
1510
1511=== modified file 'po/lt.po'
1512--- po/lt.po 2012-09-17 19:03:52 +0000
1513+++ po/lt.po 2015-09-29 21:34:16 +0000
1514@@ -19,18 +19,9 @@
1515 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1516 "X-Generator: Launchpad (build 15966)\n"
1517
1518-#: ../ubuntuone/clientdefs.py.in:52
1519-#: ../ubuntuone/platform/credentials/__init__.py:90
1520-msgid ""
1521-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1522-"will allow you to create a new account, if you do not yet have one."
1523-msgstr ""
1524-"Ubuntu One reikalauja Ubuntu Single Sign On (SSO) paskyros. Šis procesas "
1525-"Jums leis susikurti naują paskyrą, jei dar tokios neturite."
1526-
1527 #: ../ubuntuone/status/aggregator.py:51
1528-msgid "Ubuntu One"
1529-msgstr "„Ubuntu One“"
1530+msgid "Magicicada"
1531+msgstr "Magicicada"
1532
1533 #: ../ubuntuone/status/aggregator.py:52
1534 msgid "New cloud folder(s) available"
1535
1536=== modified file 'po/lv.po'
1537--- po/lv.po 2012-09-17 19:03:52 +0000
1538+++ po/lv.po 2015-09-29 21:34:16 +0000
1539@@ -19,18 +19,9 @@
1540 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1541 "X-Generator: Launchpad (build 15966)\n"
1542
1543-#: ../ubuntuone/clientdefs.py.in:52
1544-#: ../ubuntuone/platform/credentials/__init__.py:90
1545-msgid ""
1546-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1547-"will allow you to create a new account, if you do not yet have one."
1548-msgstr ""
1549-"Ubuntu One ir nepieciešams Ubuntu Single Sign On (SSO) konts. Tas jums ļaus "
1550-"izveidot jaunu kontu, ja jums tā vēl nav."
1551-
1552 #: ../ubuntuone/status/aggregator.py:51
1553-msgid "Ubuntu One"
1554-msgstr "Ubuntu One"
1555+msgid "Magicicada"
1556+msgstr "Magicicada"
1557
1558 #: ../ubuntuone/status/aggregator.py:52
1559 msgid "New cloud folder(s) available"
1560
1561=== modified file 'po/mi.po'
1562--- po/mi.po 2012-09-17 19:03:52 +0000
1563+++ po/mi.po 2015-09-29 21:34:16 +0000
1564@@ -18,15 +18,8 @@
1565 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1566 "X-Generator: Launchpad (build 15966)\n"
1567
1568-#: ../ubuntuone/clientdefs.py.in:52
1569-#: ../ubuntuone/platform/credentials/__init__.py:90
1570-msgid ""
1571-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1572-"will allow you to create a new account, if you do not yet have one."
1573-msgstr ""
1574-
1575 #: ../ubuntuone/status/aggregator.py:51
1576-msgid "Ubuntu One"
1577+msgid "Magicicada"
1578 msgstr "Ubuntu Tahi"
1579
1580 #: ../ubuntuone/status/aggregator.py:52
1581
1582=== modified file 'po/ml.po'
1583--- po/ml.po 2012-09-17 19:03:52 +0000
1584+++ po/ml.po 2015-09-29 21:34:16 +0000
1585@@ -18,15 +18,8 @@
1586 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1587 "X-Generator: Launchpad (build 15966)\n"
1588
1589-#: ../ubuntuone/clientdefs.py.in:52
1590-#: ../ubuntuone/platform/credentials/__init__.py:90
1591-msgid ""
1592-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1593-"will allow you to create a new account, if you do not yet have one."
1594-msgstr ""
1595-
1596 #: ../ubuntuone/status/aggregator.py:51
1597-msgid "Ubuntu One"
1598+msgid "Magicicada"
1599 msgstr ""
1600
1601 #: ../ubuntuone/status/aggregator.py:52
1602
1603=== modified file 'po/mr.po'
1604--- po/mr.po 2012-09-17 19:03:52 +0000
1605+++ po/mr.po 2015-09-29 21:34:16 +0000
1606@@ -18,18 +18,9 @@
1607 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1608 "X-Generator: Launchpad (build 15966)\n"
1609
1610-#: ../ubuntuone/clientdefs.py.in:52
1611-#: ../ubuntuone/platform/credentials/__init__.py:90
1612-msgid ""
1613-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1614-"will allow you to create a new account, if you do not yet have one."
1615-msgstr ""
1616-"उबुंतू वन साठी तुम्हाला उबुंतू सिंगल सैइन ऑन अकौंट लागेल. जर तुमचा जवळ ते "
1617-"नसेल तर हि प्रक्रिया तुम्हाला ते अकौंट तयार करण्यास मदत करेल."
1618-
1619 #: ../ubuntuone/status/aggregator.py:51
1620-msgid "Ubuntu One"
1621-msgstr "उबुंतू वन"
1622+msgid "Magicicada"
1623+msgstr "Magicicada"
1624
1625 #: ../ubuntuone/status/aggregator.py:52
1626 msgid "New cloud folder(s) available"
1627
1628=== modified file 'po/ms.po'
1629--- po/ms.po 2012-09-17 19:03:52 +0000
1630+++ po/ms.po 2015-09-29 21:34:16 +0000
1631@@ -18,18 +18,9 @@
1632 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1633 "X-Generator: Launchpad (build 15966)\n"
1634
1635-#: ../ubuntuone/clientdefs.py.in:52
1636-#: ../ubuntuone/platform/credentials/__init__.py:90
1637-msgid ""
1638-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1639-"will allow you to create a new account, if you do not yet have one."
1640-msgstr ""
1641-"Ubuntu One memerlukan akaun Ubuntu Single Sign On (SSO). Proses ini akan "
1642-"membenarkan anda mencipta akaun baru, jika anda belum memilikinya."
1643-
1644 #: ../ubuntuone/status/aggregator.py:51
1645-msgid "Ubuntu One"
1646-msgstr "Ubuntu One"
1647+msgid "Magicicada"
1648+msgstr "Magicicada"
1649
1650 #: ../ubuntuone/status/aggregator.py:52
1651 msgid "New cloud folder(s) available"
1652
1653=== modified file 'po/my.po'
1654--- po/my.po 2012-09-17 19:03:52 +0000
1655+++ po/my.po 2015-09-29 21:34:16 +0000
1656@@ -18,19 +18,9 @@
1657 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1658 "X-Generator: Launchpad (build 15966)\n"
1659
1660-#: ../ubuntuone/clientdefs.py.in:52
1661-#: ../ubuntuone/platform/credentials/__init__.py:90
1662-msgid ""
1663-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1664-"will allow you to create a new account, if you do not yet have one."
1665-msgstr ""
1666-"Ubuntu One ကို အသံုးပြုရန် SSO ဟုခေါ်သည့် Ubuntu Single Sign On "
1667-"အကောက်တစ်ခုရှိရန် လိုအပ်ပါသည်။ အကောက်မရှိသေးပါက အောက်တွင် ဖြည့်စွက်ပြီး "
1668-"အကောက်သစ်တစ်ခု ဖန်တီးနိုင်ပါသည်။"
1669-
1670 #: ../ubuntuone/status/aggregator.py:51
1671-msgid "Ubuntu One"
1672-msgstr "Ubuntu One"
1673+msgid "Magicicada"
1674+msgstr "Magicicada"
1675
1676 #: ../ubuntuone/status/aggregator.py:52
1677 msgid "New cloud folder(s) available"
1678
1679=== modified file 'po/nb.po'
1680--- po/nb.po 2012-09-17 19:03:52 +0000
1681+++ po/nb.po 2015-09-29 21:34:16 +0000
1682@@ -18,18 +18,9 @@
1683 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1684 "X-Generator: Launchpad (build 15966)\n"
1685
1686-#: ../ubuntuone/clientdefs.py.in:52
1687-#: ../ubuntuone/platform/credentials/__init__.py:90
1688-msgid ""
1689-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1690-"will allow you to create a new account, if you do not yet have one."
1691-msgstr ""
1692-"Ubuntu One krever en Ubuntu Single Sign On (SSO)-konto. Denne prosessen vil "
1693-"la deg å opprette en ny konto, hvis du ikke allerede har en."
1694-
1695 #: ../ubuntuone/status/aggregator.py:51
1696-msgid "Ubuntu One"
1697-msgstr "Ubuntu One"
1698+msgid "Magicicada"
1699+msgstr "Magicicada"
1700
1701 #: ../ubuntuone/status/aggregator.py:52
1702 msgid "New cloud folder(s) available"
1703
1704=== modified file 'po/nds.po'
1705--- po/nds.po 2012-09-17 19:03:52 +0000
1706+++ po/nds.po 2015-09-29 21:34:16 +0000
1707@@ -18,15 +18,8 @@
1708 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1709 "X-Generator: Launchpad (build 15966)\n"
1710
1711-#: ../ubuntuone/clientdefs.py.in:52
1712-#: ../ubuntuone/platform/credentials/__init__.py:90
1713-msgid ""
1714-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1715-"will allow you to create a new account, if you do not yet have one."
1716-msgstr ""
1717-
1718 #: ../ubuntuone/status/aggregator.py:51
1719-msgid "Ubuntu One"
1720+msgid "Magicicada"
1721 msgstr ""
1722
1723 #: ../ubuntuone/status/aggregator.py:52
1724
1725=== modified file 'po/nl.po'
1726--- po/nl.po 2012-09-17 19:03:52 +0000
1727+++ po/nl.po 2015-09-29 21:34:16 +0000
1728@@ -18,19 +18,9 @@
1729 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1730 "X-Generator: Launchpad (build 15966)\n"
1731
1732-#: ../ubuntuone/clientdefs.py.in:52
1733-#: ../ubuntuone/platform/credentials/__init__.py:90
1734-msgid ""
1735-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1736-"will allow you to create a new account, if you do not yet have one."
1737-msgstr ""
1738-"Ubuntu One vereist een Ubuntu Single Sign On (SSO)-account. Dit proces geeft "
1739-"u de mogelijkheid om een nieuw account aan te maken indien u er nog geen "
1740-"heeft."
1741-
1742 #: ../ubuntuone/status/aggregator.py:51
1743-msgid "Ubuntu One"
1744-msgstr "Ubuntu One"
1745+msgid "Magicicada"
1746+msgstr "Magicicada"
1747
1748 #: ../ubuntuone/status/aggregator.py:52
1749 msgid "New cloud folder(s) available"
1750
1751=== modified file 'po/nn.po'
1752--- po/nn.po 2012-09-17 19:03:52 +0000
1753+++ po/nn.po 2015-09-29 21:34:16 +0000
1754@@ -19,18 +19,9 @@
1755 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1756 "X-Generator: Launchpad (build 15966)\n"
1757
1758-#: ../ubuntuone/clientdefs.py.in:52
1759-#: ../ubuntuone/platform/credentials/__init__.py:90
1760-msgid ""
1761-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1762-"will allow you to create a new account, if you do not yet have one."
1763-msgstr ""
1764-"Ubuntu One krev ein Ubuntu Single Sign On (SSO)-konto. Denne prosessen vil "
1765-"la deg oppretta ein ny konto, viss du ikkje allereie har ein."
1766-
1767 #: ../ubuntuone/status/aggregator.py:51
1768-msgid "Ubuntu One"
1769-msgstr "Ubuntu One"
1770+msgid "Magicicada"
1771+msgstr "Magicicada"
1772
1773 #: ../ubuntuone/status/aggregator.py:52
1774 msgid "New cloud folder(s) available"
1775
1776=== modified file 'po/oc.po'
1777--- po/oc.po 2012-09-17 19:03:52 +0000
1778+++ po/oc.po 2015-09-29 21:34:16 +0000
1779@@ -18,18 +18,9 @@
1780 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1781 "X-Generator: Launchpad (build 15966)\n"
1782
1783-#: ../ubuntuone/clientdefs.py.in:52
1784-#: ../ubuntuone/platform/credentials/__init__.py:90
1785-msgid ""
1786-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1787-"will allow you to create a new account, if you do not yet have one."
1788-msgstr ""
1789-"Ubuntu One requesís un compte Ubuntu. Aqueste processus vos permetrà de "
1790-"crear un compte novèl, se n'avètz pas encara un."
1791-
1792 #: ../ubuntuone/status/aggregator.py:51
1793-msgid "Ubuntu One"
1794-msgstr "Ubuntu One"
1795+msgid "Magicicada"
1796+msgstr "Magicicada"
1797
1798 #: ../ubuntuone/status/aggregator.py:52
1799 msgid "New cloud folder(s) available"
1800
1801=== modified file 'po/pl.po'
1802--- po/pl.po 2012-09-17 19:03:52 +0000
1803+++ po/pl.po 2015-09-29 21:34:16 +0000
1804@@ -21,18 +21,9 @@
1805 "X-Poedit-Country: Poland\n"
1806 "X-Poedit-Language: Polish\n"
1807
1808-#: ../ubuntuone/clientdefs.py.in:52
1809-#: ../ubuntuone/platform/credentials/__init__.py:90
1810-msgid ""
1811-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1812-"will allow you to create a new account, if you do not yet have one."
1813-msgstr ""
1814-"Usługa Ubuntu One wymaga konta Ubuntu Single Sign On (SSO). Jeśli jeszcze go "
1815-"nie posiadasz, ten proces umożliwi jego założenie."
1816-
1817 #: ../ubuntuone/status/aggregator.py:51
1818-msgid "Ubuntu One"
1819-msgstr "Ubuntu One"
1820+msgid "Magicicada"
1821+msgstr "Magicicada"
1822
1823 #: ../ubuntuone/status/aggregator.py:52
1824 msgid "New cloud folder(s) available"
1825
1826=== modified file 'po/pt.po'
1827--- po/pt.po 2012-09-17 19:03:52 +0000
1828+++ po/pt.po 2015-09-29 21:34:16 +0000
1829@@ -18,18 +18,9 @@
1830 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1831 "X-Generator: Launchpad (build 15966)\n"
1832
1833-#: ../ubuntuone/clientdefs.py.in:52
1834-#: ../ubuntuone/platform/credentials/__init__.py:90
1835-msgid ""
1836-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1837-"will allow you to create a new account, if you do not yet have one."
1838-msgstr ""
1839-"O Ubuntu One requer uma conta Ubuntu Single Sign On (SSO). este processo vai-"
1840-"lhe permitir criar uma conta, caso não possua uma."
1841-
1842 #: ../ubuntuone/status/aggregator.py:51
1843-msgid "Ubuntu One"
1844-msgstr "Ubuntu One"
1845+msgid "Magicicada"
1846+msgstr "Magicicada"
1847
1848 #: ../ubuntuone/status/aggregator.py:52
1849 msgid "New cloud folder(s) available"
1850
1851=== modified file 'po/pt_BR.po'
1852--- po/pt_BR.po 2012-09-17 19:03:52 +0000
1853+++ po/pt_BR.po 2015-09-29 21:34:16 +0000
1854@@ -18,18 +18,9 @@
1855 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1856 "X-Generator: Launchpad (build 15966)\n"
1857
1858-#: ../ubuntuone/clientdefs.py.in:52
1859-#: ../ubuntuone/platform/credentials/__init__.py:90
1860-msgid ""
1861-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1862-"will allow you to create a new account, if you do not yet have one."
1863-msgstr ""
1864-"Ubuntu One necessita de uma conta Ubuntu Single Sign On (SSO). Este processo "
1865-"lhe permitirá criar uma nova conta, se você ainda não tiver."
1866-
1867 #: ../ubuntuone/status/aggregator.py:51
1868-msgid "Ubuntu One"
1869-msgstr "Ubuntu One"
1870+msgid "Magicicada"
1871+msgstr "Magicicada"
1872
1873 #: ../ubuntuone/status/aggregator.py:52
1874 msgid "New cloud folder(s) available"
1875
1876=== modified file 'po/ro.po'
1877--- po/ro.po 2012-09-17 19:03:52 +0000
1878+++ po/ro.po 2015-09-29 21:34:16 +0000
1879@@ -20,18 +20,9 @@
1880 "X-Generator: Launchpad (build 15966)\n"
1881 "Language: ro\n"
1882
1883-#: ../ubuntuone/clientdefs.py.in:52
1884-#: ../ubuntuone/platform/credentials/__init__.py:90
1885-msgid ""
1886-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1887-"will allow you to create a new account, if you do not yet have one."
1888-msgstr ""
1889-"Ubuntu One necesită un cont Ubuntu Single Sign On (SSO). Acest proces vă "
1890-"permite crearea unui nou cont, dacă nu aveți deja unul."
1891-
1892 #: ../ubuntuone/status/aggregator.py:51
1893-msgid "Ubuntu One"
1894-msgstr "Ubuntu One"
1895+msgid "Magicicada"
1896+msgstr "Magicicada"
1897
1898 #: ../ubuntuone/status/aggregator.py:52
1899 msgid "New cloud folder(s) available"
1900
1901=== modified file 'po/ru.po'
1902--- po/ru.po 2012-09-17 19:03:52 +0000
1903+++ po/ru.po 2015-09-29 21:34:16 +0000
1904@@ -19,18 +19,9 @@
1905 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1906 "X-Generator: Launchpad (build 15966)\n"
1907
1908-#: ../ubuntuone/clientdefs.py.in:52
1909-#: ../ubuntuone/platform/credentials/__init__.py:90
1910-msgid ""
1911-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1912-"will allow you to create a new account, if you do not yet have one."
1913-msgstr ""
1914-"Ubuntu One использует Ubuntu Single Sign On (SSO). Здесь вы можете создать "
1915-"новую учетную запись SSO, если у вас её еще нет."
1916-
1917 #: ../ubuntuone/status/aggregator.py:51
1918-msgid "Ubuntu One"
1919-msgstr "Ubuntu One"
1920+msgid "Magicicada"
1921+msgstr "Magicicada"
1922
1923 #: ../ubuntuone/status/aggregator.py:52
1924 msgid "New cloud folder(s) available"
1925
1926=== modified file 'po/sd.po'
1927--- po/sd.po 2012-09-17 19:03:52 +0000
1928+++ po/sd.po 2015-09-29 21:34:16 +0000
1929@@ -18,16 +18,9 @@
1930 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1931 "X-Generator: Launchpad (build 15966)\n"
1932
1933-#: ../ubuntuone/clientdefs.py.in:52
1934-#: ../ubuntuone/platform/credentials/__init__.py:90
1935-msgid ""
1936-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1937-"will allow you to create a new account, if you do not yet have one."
1938-msgstr ""
1939-
1940 #: ../ubuntuone/status/aggregator.py:51
1941-msgid "Ubuntu One"
1942-msgstr "اُبنٽو ون"
1943+msgid "Magicicada"
1944+msgstr "Magicicada"
1945
1946 #: ../ubuntuone/status/aggregator.py:52
1947 msgid "New cloud folder(s) available"
1948
1949=== modified file 'po/se.po'
1950--- po/se.po 2012-09-17 19:03:52 +0000
1951+++ po/se.po 2015-09-29 21:34:16 +0000
1952@@ -18,16 +18,9 @@
1953 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1954 "X-Generator: Launchpad (build 15966)\n"
1955
1956-#: ../ubuntuone/clientdefs.py.in:52
1957-#: ../ubuntuone/platform/credentials/__init__.py:90
1958-msgid ""
1959-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1960-"will allow you to create a new account, if you do not yet have one."
1961-msgstr ""
1962-
1963 #: ../ubuntuone/status/aggregator.py:51
1964-msgid "Ubuntu One"
1965-msgstr "Ubuntu One"
1966+msgid "Magicicada"
1967+msgstr "Magicicada"
1968
1969 #: ../ubuntuone/status/aggregator.py:52
1970 msgid "New cloud folder(s) available"
1971
1972=== modified file 'po/shn.po'
1973--- po/shn.po 2012-09-17 19:03:52 +0000
1974+++ po/shn.po 2015-09-29 21:34:16 +0000
1975@@ -18,15 +18,8 @@
1976 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1977 "X-Generator: Launchpad (build 15966)\n"
1978
1979-#: ../ubuntuone/clientdefs.py.in:52
1980-#: ../ubuntuone/platform/credentials/__init__.py:90
1981-msgid ""
1982-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
1983-"will allow you to create a new account, if you do not yet have one."
1984-msgstr ""
1985-
1986 #: ../ubuntuone/status/aggregator.py:51
1987-msgid "Ubuntu One"
1988+msgid "Magicicada"
1989 msgstr ""
1990
1991 #: ../ubuntuone/status/aggregator.py:52
1992
1993=== modified file 'po/si.po'
1994--- po/si.po 2012-09-17 19:03:52 +0000
1995+++ po/si.po 2015-09-29 21:34:16 +0000
1996@@ -18,16 +18,9 @@
1997 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
1998 "X-Generator: Launchpad (build 15966)\n"
1999
2000-#: ../ubuntuone/clientdefs.py.in:52
2001-#: ../ubuntuone/platform/credentials/__init__.py:90
2002-msgid ""
2003-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2004-"will allow you to create a new account, if you do not yet have one."
2005-msgstr ""
2006-
2007 #: ../ubuntuone/status/aggregator.py:51
2008-msgid "Ubuntu One"
2009-msgstr "උබුන්ටු වන්"
2010+msgid "Magicicada"
2011+msgstr "Magicicada"
2012
2013 #: ../ubuntuone/status/aggregator.py:52
2014 msgid "New cloud folder(s) available"
2015
2016=== modified file 'po/sk.po'
2017--- po/sk.po 2012-09-17 19:03:52 +0000
2018+++ po/sk.po 2015-09-29 21:34:16 +0000
2019@@ -18,18 +18,9 @@
2020 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2021 "X-Generator: Launchpad (build 15966)\n"
2022
2023-#: ../ubuntuone/clientdefs.py.in:52
2024-#: ../ubuntuone/platform/credentials/__init__.py:90
2025-msgid ""
2026-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2027-"will allow you to create a new account, if you do not yet have one."
2028-msgstr ""
2029-"Ubuntu One vyžaduje účet Jednotné prihlásenie Ubuntu (SSO). Ak nemáte žiadny "
2030-"účet, tak vám ho tento proces umožní vytvoriť."
2031-
2032 #: ../ubuntuone/status/aggregator.py:51
2033-msgid "Ubuntu One"
2034-msgstr "Ubuntu One"
2035+msgid "Magicicada"
2036+msgstr "Magicicada"
2037
2038 #: ../ubuntuone/status/aggregator.py:52
2039 msgid "New cloud folder(s) available"
2040
2041=== modified file 'po/sl.po'
2042--- po/sl.po 2012-09-17 19:03:52 +0000
2043+++ po/sl.po 2015-09-29 21:34:16 +0000
2044@@ -19,18 +19,9 @@
2045 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2046 "X-Generator: Launchpad (build 15966)\n"
2047
2048-#: ../ubuntuone/clientdefs.py.in:52
2049-#: ../ubuntuone/platform/credentials/__init__.py:90
2050-msgid ""
2051-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2052-"will allow you to create a new account, if you do not yet have one."
2053-msgstr ""
2054-"Ubuntu One zahteva račun Ubuntu Single Sign On (SSO). To opravilo vam bo "
2055-"omogočilo ustvarjanje novega računa, če ga še nimate."
2056-
2057 #: ../ubuntuone/status/aggregator.py:51
2058-msgid "Ubuntu One"
2059-msgstr "Ubuntu One"
2060+msgid "Magicicada"
2061+msgstr "Magicicada"
2062
2063 #: ../ubuntuone/status/aggregator.py:52
2064 msgid "New cloud folder(s) available"
2065
2066=== modified file 'po/sq.po'
2067--- po/sq.po 2012-09-17 19:03:52 +0000
2068+++ po/sq.po 2015-09-29 21:34:16 +0000
2069@@ -18,18 +18,9 @@
2070 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2071 "X-Generator: Launchpad (build 15966)\n"
2072
2073-#: ../ubuntuone/clientdefs.py.in:52
2074-#: ../ubuntuone/platform/credentials/__init__.py:90
2075-msgid ""
2076-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2077-"will allow you to create a new account, if you do not yet have one."
2078-msgstr ""
2079-"Ubuntu One ju kërkon një llogari Ubuntu regjistrim i Vetëm (SSO). Ky proçes "
2080-"do ju lejojë të krijoni një llogari të re, nëse nuk e keni një tashmë."
2081-
2082 #: ../ubuntuone/status/aggregator.py:51
2083-msgid "Ubuntu One"
2084-msgstr "Ubuntu One"
2085+msgid "Magicicada"
2086+msgstr "Magicicada"
2087
2088 #: ../ubuntuone/status/aggregator.py:52
2089 msgid "New cloud folder(s) available"
2090
2091=== modified file 'po/sr.po'
2092--- po/sr.po 2012-09-17 19:03:52 +0000
2093+++ po/sr.po 2015-09-29 21:34:16 +0000
2094@@ -20,18 +20,9 @@
2095 "X-Generator: Launchpad (build 15966)\n"
2096 "Language: sr\n"
2097
2098-#: ../ubuntuone/clientdefs.py.in:52
2099-#: ../ubuntuone/platform/credentials/__init__.py:90
2100-msgid ""
2101-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2102-"will allow you to create a new account, if you do not yet have one."
2103-msgstr ""
2104-"Убунту Један захтева један Убунту налог Јединственог пријављивања (SSO). "
2105-"Овај процес ће Вам омогућити да направите нови налог, ако већ немате један."
2106-
2107 #: ../ubuntuone/status/aggregator.py:51
2108-msgid "Ubuntu One"
2109-msgstr "Убунту један"
2110+msgid "Magicicada"
2111+msgstr "Magicicada"
2112
2113 #: ../ubuntuone/status/aggregator.py:52
2114 msgid "New cloud folder(s) available"
2115
2116=== modified file 'po/sv.po'
2117--- po/sv.po 2012-09-17 19:03:52 +0000
2118+++ po/sv.po 2015-09-29 21:34:16 +0000
2119@@ -18,18 +18,9 @@
2120 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2121 "X-Generator: Launchpad (build 15966)\n"
2122
2123-#: ../ubuntuone/clientdefs.py.in:52
2124-#: ../ubuntuone/platform/credentials/__init__.py:90
2125-msgid ""
2126-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2127-"will allow you to create a new account, if you do not yet have one."
2128-msgstr ""
2129-"Ubuntu One kräver ett Ubuntu Single Sign On-konto (SSO). Denna process låter "
2130-"dig skapa ett nytt konto, om du inte redan har ett."
2131-
2132 #: ../ubuntuone/status/aggregator.py:51
2133-msgid "Ubuntu One"
2134-msgstr "Ubuntu One"
2135+msgid "Magicicada"
2136+msgstr "Magicicada"
2137
2138 #: ../ubuntuone/status/aggregator.py:52
2139 msgid "New cloud folder(s) available"
2140
2141=== modified file 'po/ta.po'
2142--- po/ta.po 2012-09-17 19:03:52 +0000
2143+++ po/ta.po 2015-09-29 21:34:16 +0000
2144@@ -18,16 +18,9 @@
2145 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2146 "X-Generator: Launchpad (build 15966)\n"
2147
2148-#: ../ubuntuone/clientdefs.py.in:52
2149-#: ../ubuntuone/platform/credentials/__init__.py:90
2150-msgid ""
2151-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2152-"will allow you to create a new account, if you do not yet have one."
2153-msgstr ""
2154-
2155 #: ../ubuntuone/status/aggregator.py:51
2156-msgid "Ubuntu One"
2157-msgstr "உபுண்டு ஒன்று"
2158+msgid "Magicicada"
2159+msgstr "Magicicada"
2160
2161 #: ../ubuntuone/status/aggregator.py:52
2162 msgid "New cloud folder(s) available"
2163
2164=== modified file 'po/te.po'
2165--- po/te.po 2012-09-17 19:03:52 +0000
2166+++ po/te.po 2015-09-29 21:34:16 +0000
2167@@ -18,16 +18,9 @@
2168 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2169 "X-Generator: Launchpad (build 15966)\n"
2170
2171-#: ../ubuntuone/clientdefs.py.in:52
2172-#: ../ubuntuone/platform/credentials/__init__.py:90
2173-msgid ""
2174-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2175-"will allow you to create a new account, if you do not yet have one."
2176-msgstr ""
2177-
2178 #: ../ubuntuone/status/aggregator.py:51
2179-msgid "Ubuntu One"
2180-msgstr "ఉబుంటు వన్"
2181+msgid "Magicicada"
2182+msgstr "Magicicada"
2183
2184 #: ../ubuntuone/status/aggregator.py:52
2185 msgid "New cloud folder(s) available"
2186
2187=== modified file 'po/th.po'
2188--- po/th.po 2012-09-17 19:03:52 +0000
2189+++ po/th.po 2015-09-29 21:34:16 +0000
2190@@ -18,18 +18,9 @@
2191 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2192 "X-Generator: Launchpad (build 15966)\n"
2193
2194-#: ../ubuntuone/clientdefs.py.in:52
2195-#: ../ubuntuone/platform/credentials/__init__.py:90
2196-msgid ""
2197-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2198-"will allow you to create a new account, if you do not yet have one."
2199-msgstr ""
2200-"Ubuntu One ต้องการบัญชี Ubuntu Single Sign On (SSO) "
2201-"ขั้นตอนนี้จะอนุญาตให้คุณสร้างบัญชีใหม่ถ้าคุณยังไม่มี"
2202-
2203 #: ../ubuntuone/status/aggregator.py:51
2204-msgid "Ubuntu One"
2205-msgstr "Ubuntu One"
2206+msgid "Magicicada"
2207+msgstr "Magicicada"
2208
2209 #: ../ubuntuone/status/aggregator.py:52
2210 msgid "New cloud folder(s) available"
2211
2212=== modified file 'po/tr.po'
2213--- po/tr.po 2012-09-17 19:03:52 +0000
2214+++ po/tr.po 2015-09-29 21:34:16 +0000
2215@@ -18,18 +18,9 @@
2216 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2217 "X-Generator: Launchpad (build 15966)\n"
2218
2219-#: ../ubuntuone/clientdefs.py.in:52
2220-#: ../ubuntuone/platform/credentials/__init__.py:90
2221-msgid ""
2222-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2223-"will allow you to create a new account, if you do not yet have one."
2224-msgstr ""
2225-"Ubuntu One, bir Ubuntu Single Sign On (SSO) hesabına ihtiyaç duyuyor. Bu "
2226-"işlem, eğer yoksa yeni bir hesap oluşturmanızı sağlayacak."
2227-
2228 #: ../ubuntuone/status/aggregator.py:51
2229-msgid "Ubuntu One"
2230-msgstr "Ubuntu One"
2231+msgid "Magicicada"
2232+msgstr "Magicicada"
2233
2234 #: ../ubuntuone/status/aggregator.py:52
2235 msgid "New cloud folder(s) available"
2236
2237=== modified file 'po/ug.po'
2238--- po/ug.po 2012-09-17 19:03:52 +0000
2239+++ po/ug.po 2015-09-29 21:34:16 +0000
2240@@ -18,19 +18,9 @@
2241 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2242 "X-Generator: Launchpad (build 15966)\n"
2243
2244-#: ../ubuntuone/clientdefs.py.in:52
2245-#: ../ubuntuone/platform/credentials/__init__.py:90
2246-msgid ""
2247-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2248-"will allow you to create a new account, if you do not yet have one."
2249-msgstr ""
2250-"ئۇبۇنتۇ بىر(Ubuntu One) نى زىيارەت قىلىش ئۈچۈن Ubuntu Single Sign On(SSO) "
2251-"ھېساباتى تەلەپ قىلىنىدۇ. بۇ بۇ مەشغۇلات سىزنىڭ ھېساباتىڭىز بولمىسا يېڭىدىن "
2252-"بىرنى قۇرۇشىڭىزغا يول قويىدۇ."
2253-
2254 #: ../ubuntuone/status/aggregator.py:51
2255-msgid "Ubuntu One"
2256-msgstr "ئۇبۇنتۇ بىر(Ubuntu One)"
2257+msgid "Magicicada"
2258+msgstr "Magicicada"
2259
2260 #: ../ubuntuone/status/aggregator.py:52
2261 msgid "New cloud folder(s) available"
2262
2263=== modified file 'po/uk.po'
2264--- po/uk.po 2012-09-17 19:03:52 +0000
2265+++ po/uk.po 2015-09-29 21:34:16 +0000
2266@@ -19,19 +19,9 @@
2267 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2268 "X-Generator: Launchpad (build 15966)\n"
2269
2270-#: ../ubuntuone/clientdefs.py.in:52
2271-#: ../ubuntuone/platform/credentials/__init__.py:90
2272-msgid ""
2273-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2274-"will allow you to create a new account, if you do not yet have one."
2275-msgstr ""
2276-"Щоб користуватись Ubuntu One, треба мати обліковий запис Ubuntu Single Sign "
2277-"On (SSO). Зараз ви зможете створити цей обліковий запис, якщо ще не маєте "
2278-"його."
2279-
2280 #: ../ubuntuone/status/aggregator.py:51
2281-msgid "Ubuntu One"
2282-msgstr "Ubuntu One"
2283+msgid "Magicicada"
2284+msgstr "Magicicada"
2285
2286 #: ../ubuntuone/status/aggregator.py:52
2287 msgid "New cloud folder(s) available"
2288
2289=== modified file 'po/ur.po'
2290--- po/ur.po 2012-09-17 19:03:52 +0000
2291+++ po/ur.po 2015-09-29 21:34:16 +0000
2292@@ -18,15 +18,8 @@
2293 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2294 "X-Generator: Launchpad (build 15966)\n"
2295
2296-#: ../ubuntuone/clientdefs.py.in:52
2297-#: ../ubuntuone/platform/credentials/__init__.py:90
2298-msgid ""
2299-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2300-"will allow you to create a new account, if you do not yet have one."
2301-msgstr ""
2302-
2303 #: ../ubuntuone/status/aggregator.py:51
2304-msgid "Ubuntu One"
2305+msgid "Magicicada"
2306 msgstr ""
2307
2308 #: ../ubuntuone/status/aggregator.py:52
2309
2310=== modified file 'po/uz.po'
2311--- po/uz.po 2012-09-17 19:03:52 +0000
2312+++ po/uz.po 2015-09-29 21:34:16 +0000
2313@@ -18,18 +18,9 @@
2314 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2315 "X-Generator: Launchpad (build 15966)\n"
2316
2317-#: ../ubuntuone/clientdefs.py.in:52
2318-#: ../ubuntuone/platform/credentials/__init__.py:90
2319-msgid ""
2320-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2321-"will allow you to create a new account, if you do not yet have one."
2322-msgstr ""
2323-"Ubuntu One Ubuntu Single Sign On (SSO) ҳисобини талаб қилади. Ушбу жараён "
2324-"агар сизнинг ҳисобингиз бўлмаса, янги яратишга рухсат беради."
2325-
2326 #: ../ubuntuone/status/aggregator.py:51
2327-msgid "Ubuntu One"
2328-msgstr "Ubuntu One"
2329+msgid "Magicicada"
2330+msgstr "Magicicada"
2331
2332 #: ../ubuntuone/status/aggregator.py:52
2333 msgid "New cloud folder(s) available"
2334
2335=== modified file 'po/vi.po'
2336--- po/vi.po 2012-09-17 19:03:52 +0000
2337+++ po/vi.po 2015-09-29 21:34:16 +0000
2338@@ -18,19 +18,9 @@
2339 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2340 "X-Generator: Launchpad (build 15966)\n"
2341
2342-#: ../ubuntuone/clientdefs.py.in:52
2343-#: ../ubuntuone/platform/credentials/__init__.py:90
2344-msgid ""
2345-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2346-"will allow you to create a new account, if you do not yet have one."
2347-msgstr ""
2348-"Ubuntu One cần có một tài khoản Ubuntu Single Sign On (SSO - tài khoản "
2349-"Ubuntu Đăng nhập Một lần). Quá trình này sẽ cho phép bạn tạo một tài khoản "
2350-"mới, nếu bạn chưa có."
2351-
2352 #: ../ubuntuone/status/aggregator.py:51
2353-msgid "Ubuntu One"
2354-msgstr "Ubuntu One"
2355+msgid "Magicicada"
2356+msgstr "Magicicada"
2357
2358 #: ../ubuntuone/status/aggregator.py:52
2359 msgid "New cloud folder(s) available"
2360
2361=== modified file 'po/zh_CN.po'
2362--- po/zh_CN.po 2012-09-17 19:03:52 +0000
2363+++ po/zh_CN.po 2015-09-29 21:34:16 +0000
2364@@ -18,16 +18,9 @@
2365 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2366 "X-Generator: Launchpad (build 15966)\n"
2367
2368-#: ../ubuntuone/clientdefs.py.in:52
2369-#: ../ubuntuone/platform/credentials/__init__.py:90
2370-msgid ""
2371-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2372-"will allow you to create a new account, if you do not yet have one."
2373-msgstr "Ubuntu One 需要使用 Ubuntu Single Sign On (SSO) 账户。如果您还没有,这里可以让您创建一个新账户。"
2374-
2375 #: ../ubuntuone/status/aggregator.py:51
2376-msgid "Ubuntu One"
2377-msgstr "Ubuntu One"
2378+msgid "Magicicada"
2379+msgstr "Magicicada"
2380
2381 #: ../ubuntuone/status/aggregator.py:52
2382 msgid "New cloud folder(s) available"
2383
2384=== modified file 'po/zh_HK.po'
2385--- po/zh_HK.po 2012-09-17 19:03:52 +0000
2386+++ po/zh_HK.po 2015-09-29 21:34:16 +0000
2387@@ -18,16 +18,9 @@
2388 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2389 "X-Generator: Launchpad (build 15966)\n"
2390
2391-#: ../ubuntuone/clientdefs.py.in:52
2392-#: ../ubuntuone/platform/credentials/__init__.py:90
2393-msgid ""
2394-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2395-"will allow you to create a new account, if you do not yet have one."
2396-msgstr "Ubuntu One 需要有 Ubuntu Single Sign On (SSO) 帳號。如果您還沒有帳號,本程序會幫您建立新帳號。"
2397-
2398 #: ../ubuntuone/status/aggregator.py:51
2399-msgid "Ubuntu One"
2400-msgstr "Ubuntu One"
2401+msgid "Magicicada"
2402+msgstr "Magicicada"
2403
2404 #: ../ubuntuone/status/aggregator.py:52
2405 msgid "New cloud folder(s) available"
2406
2407=== modified file 'po/zh_TW.po'
2408--- po/zh_TW.po 2012-09-17 19:03:52 +0000
2409+++ po/zh_TW.po 2015-09-29 21:34:16 +0000
2410@@ -18,16 +18,9 @@
2411 "X-Launchpad-Export-Date: 2012-09-17 18:32+0000\n"
2412 "X-Generator: Launchpad (build 15966)\n"
2413
2414-#: ../ubuntuone/clientdefs.py.in:52
2415-#: ../ubuntuone/platform/credentials/__init__.py:90
2416-msgid ""
2417-"Ubuntu One requires an Ubuntu Single Sign On (SSO) account. This process "
2418-"will allow you to create a new account, if you do not yet have one."
2419-msgstr "Ubuntu One 需要有 Ubuntu Single Sign On (SSO) 帳號。如果您還沒有帳號,本程序會幫您建立新帳號。"
2420-
2421 #: ../ubuntuone/status/aggregator.py:51
2422-msgid "Ubuntu One"
2423-msgstr "Ubuntu One"
2424+msgid "Magicicada"
2425+msgstr "Magicicada"
2426
2427 #: ../ubuntuone/status/aggregator.py:52
2428 msgid "New cloud folder(s) available"
2429
2430=== modified file 'tests/platform/test_credentials.py'
2431--- tests/platform/test_credentials.py 2015-09-17 02:20:40 +0000
2432+++ tests/platform/test_credentials.py 2015-09-29 21:34:16 +0000
2433@@ -47,8 +47,6 @@
2434 BASE_PING_URL,
2435 CredentialsError,
2436 CredentialsManagementTool,
2437- DESCRIPTION,
2438- HELP_TEXT_KEY,
2439 NO_OP,
2440 PING_URL,
2441 PING_URL_KEY,
2442@@ -253,7 +251,6 @@
2443 def test_ui_params(self):
2444 """The UI_PARAMS dict is correct."""
2445 expected = {
2446- HELP_TEXT_KEY: DESCRIPTION,
2447 PING_URL_KEY: PING_URL,
2448 POLICY_URL_KEY: POLICY_URL,
2449 TC_URL_KEY: TC_URL,
2450
2451=== modified file 'tests/syncdaemon/test_action_queue.py'
2452--- tests/syncdaemon/test_action_queue.py 2015-05-18 21:20:05 +0000
2453+++ tests/syncdaemon/test_action_queue.py 2015-09-29 21:34:16 +0000
2454@@ -5416,6 +5416,7 @@
2455 self.assertEqual(called, ['run', exc, 'run', 'finish'])
2456 self._check_finished_ok()
2457
2458+ @defer.inlineCallbacks
2459 def test_retry_conditions_solved(self):
2460 """Retry the command because conditions solved later."""
2461 finished = defer.Deferred()
2462@@ -5671,6 +5672,7 @@
2463 intrdef.interrupt()
2464 self.assertFalse(intrdef.interrupted)
2465
2466+ @defer.inlineCallbacks
2467 def test_interrupt_except(self):
2468 """Interrupt!"""
2469 intrdef = InterruptibleDeferred(defer.Deferred())
2470@@ -5683,6 +5685,7 @@
2471 else:
2472 self.fail("Test should have raised an exception")
2473
2474+ @defer.inlineCallbacks
2475 def test_interrupt_callback_original(self):
2476 """Interrupt silences further original callbacks."""
2477 origdef = defer.Deferred()
2478@@ -5699,6 +5702,7 @@
2479 # further callback to original deferred is harmless
2480 origdef.callback("foo")
2481
2482+ @defer.inlineCallbacks
2483 def test_interrupt_errback_original(self):
2484 """Interrupt silences further original errbacks."""
2485 origdef = defer.Deferred()
2486
2487=== modified file 'tests/syncdaemon/test_eq_inotify.py'
2488--- tests/syncdaemon/test_eq_inotify.py 2013-01-10 22:17:15 +0000
2489+++ tests/syncdaemon/test_eq_inotify.py 2015-09-29 21:34:16 +0000
2490@@ -78,6 +78,11 @@
2491 (a, k))
2492
2493
2494+class FakedVolume(object):
2495+
2496+ path = __file__
2497+
2498+
2499 class WatchTests(BaseEQTestCase):
2500 """Test the EQ API to add and remove watchs."""
2501
2502@@ -98,11 +103,12 @@
2503 self.assertEqual(called, [method_arg])
2504 self.assertEqual(res, method_resp)
2505
2506+ @defer.inlineCallbacks
2507 def test_add_watches_to_udf_ancestors(self):
2508 """Test that ancestors watches can be added."""
2509 called = []
2510 method_resp = True
2511- method_arg = object()
2512+ method_arg = FakedVolume()
2513
2514 def add_watches_to_udf_ancestors(path):
2515 """Fake it."""
2516@@ -115,11 +121,12 @@
2517 self.assertEqual(called, [method_arg])
2518 self.assertEqual(res, method_resp)
2519
2520+ @defer.inlineCallbacks
2521 def test_add_watches_to_udf_ancestors_no_access(self):
2522 """Test that ancestors watches are not added."""
2523 called = []
2524 method_resp = True
2525- method_arg = object()
2526+ method_arg = FakedVolume()
2527
2528 def add_watches_to_udf_ancestors(path):
2529 """Fake it."""
2530@@ -127,7 +134,7 @@
2531 return defer.succeed(method_resp)
2532
2533 self.patch(event_queue, 'access', lambda path: False)
2534- self.pathc(self.eq.monitor, 'add_watches_to_udf_ancestors',
2535+ self.patch(self.eq.monitor, 'add_watches_to_udf_ancestors',
2536 add_watches_to_udf_ancestors)
2537 added = yield self.eq.add_watches_to_udf_ancestors(method_arg)
2538 self.assertFalse(added, 'Watches should have not been added.')
2539
2540=== modified file 'tests/syncdaemon/test_interaction_interfaces.py'
2541--- tests/syncdaemon/test_interaction_interfaces.py 2015-09-20 15:18:41 +0000
2542+++ tests/syncdaemon/test_interaction_interfaces.py 2015-09-29 21:34:16 +0000
2543@@ -2166,6 +2166,7 @@
2544
2545 self.assertEqual(self.called, ['MetaQueueChanged'])
2546
2547+ @defer.inlineCallbacks
2548 def test_handle_SYS_QUEUE_REMOVED_content_queue_changed_upload(self):
2549 """Test that handle_SYS_QUEUE_REMOVED also calls ContentQueueChanged."""
2550 d = defer.Deferred()
2551
2552=== modified file 'tests/syncdaemon/test_localrescan.py'
2553--- tests/syncdaemon/test_localrescan.py 2012-09-07 20:53:24 +0000
2554+++ tests/syncdaemon/test_localrescan.py 2015-09-29 21:34:16 +0000
2555@@ -1775,6 +1775,7 @@
2556 self.assertFalse(path_exists(partial_path), partial_path)
2557 self.assertTrue(self.fsm.has_metadata(path=path))
2558
2559+ @defer.inlineCallbacks
2560 def test_partial_for_dir_in_NONE(self):
2561 """Found a .partial of a directory whose MD said changed=NONE."""
2562 # create the dir in metadata
2563
2564=== modified file 'tests/syncdaemon/test_vm.py'
2565--- tests/syncdaemon/test_vm.py 2015-09-17 02:20:40 +0000
2566+++ tests/syncdaemon/test_vm.py 2015-09-29 21:34:16 +0000
2567@@ -2006,6 +2006,7 @@
2568 d.addCallback(check)
2569 return d
2570
2571+ @defer.inlineCallbacks
2572 def test_create_udf_unicode(self):
2573 """Test VolumeManager.create_udf.
2574
2575@@ -2368,6 +2369,7 @@
2576 self.assertIn(share.volume_id, self.vm.shares)
2577 self.assertIn(share_2.volume_id, self.vm.shares)
2578
2579+ @defer.inlineCallbacks
2580 def test_handle_AQ_CREATE_UDF_OK(self):
2581 """Test AQ_CREATE_UDF_OK. The UDF is always subscribed."""
2582 d = defer.Deferred()
2583@@ -3819,6 +3821,7 @@
2584 vol_id = yield d
2585 self.assertEquals(vol_id, share.volume_id)
2586
2587+ @defer.inlineCallbacks
2588 def test_handle_SV_VOLUME_NEW_GENERATION_share_eq(self):
2589 """Test handle_SV_VOLUME_NEW_GENERATION for a share."""
2590 share = self._create_share(subscribed=True)
2591
2592=== modified file 'ubuntuone/clientdefs.py.in'
2593--- ubuntuone/clientdefs.py.in 2013-06-07 15:22:31 +0000
2594+++ ubuntuone/clientdefs.py.in 2015-09-29 21:34:16 +0000
2595@@ -28,11 +28,7 @@
2596 # do not wish to do so, delete this exception statement from your
2597 # version. If you delete this exception statement from all source
2598 # files in the program, then also delete it here.
2599-"""Ubuntu One client definitions.
2600-
2601-This is a package containing configure-time definitions for the Ubuntu One
2602-client.
2603-"""
2604+"""Configure-time definitions for the client."""
2605
2606 import gettext
2607
2608
2609=== modified file 'ubuntuone/platform/credentials/__init__.py'
2610--- ubuntuone/platform/credentials/__init__.py 2015-09-19 23:15:50 +0000
2611+++ ubuntuone/platform/credentials/__init__.py 2015-09-29 21:34:16 +0000
2612@@ -42,7 +42,6 @@
2613
2614 from ubuntu_sso import UI_EXECUTABLE_QT
2615 from ubuntu_sso.credentials import (
2616- HELP_TEXT_KEY,
2617 PING_URL_KEY,
2618 POLICY_URL_KEY,
2619 UI_EXECUTABLE_KEY,
2620@@ -88,11 +87,7 @@
2621 u"https://one.ubuntu.com/oauth/sso-finished-so-get-tokens/{email}"
2622 # the result of platform_data is given by urlencode, encoded with ascii
2623 PING_URL = BASE_PING_URL + u"?" + platform_data().decode('ascii')
2624-DESCRIPTION = Q_('Magicicada requires an Ubuntu Single Sign On (SSO) account. '
2625- 'This process will allow you to create a new account, '
2626- 'if you do not yet have one.')
2627 UI_PARAMS = {
2628- HELP_TEXT_KEY: DESCRIPTION,
2629 PING_URL_KEY: PING_URL,
2630 POLICY_URL_KEY: POLICY_URL,
2631 TC_URL_KEY: TC_URL,

Subscribers

People subscribed via source and target branches

to all changes: