aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/main.scss4
-rw-r--r--app/assets/stylesheets/responsive/_utils.scss (renamed from app/assets/stylesheets/responsive/_utils.css)0
-rw-r--r--app/assets/stylesheets/responsive/all.scss (renamed from app/assets/stylesheets/responsive/all.css)0
-rw-r--r--app/assets/stylesheets/responsive/custom.scss (renamed from app/assets/stylesheets/responsive/custom.css)0
-rw-r--r--app/helpers/track_helper.rb48
-rw-r--r--config/initializers/alaveteli.rb2
-rw-r--r--lib/attachment_to_html/adapters/text.rb2
-rw-r--r--locale/aln/app.po52
-rw-r--r--locale/app.pot50
-rw-r--r--locale/ar/app.po52
-rw-r--r--locale/bg/app.po127
-rw-r--r--locale/bs/app.po52
-rw-r--r--locale/ca/app.po52
-rw-r--r--locale/cs/app.po52
-rw-r--r--locale/cy/app.po52
-rw-r--r--locale/de/app.po52
-rw-r--r--locale/en/app.po50
-rw-r--r--locale/en_IE/app.po52
-rw-r--r--locale/en_UG/app.po56
-rw-r--r--locale/es/app.po52
-rw-r--r--locale/eu/app.po52
-rw-r--r--locale/fi/app.po52
-rw-r--r--locale/fr/app.po52
-rw-r--r--locale/fr_CA/app.po52
-rw-r--r--locale/gl/app.po52
-rw-r--r--locale/he_IL/app.po52
-rw-r--r--locale/hr/app.po52
-rw-r--r--locale/hr_HR/app.po52
-rw-r--r--locale/hu_HU/app.po52
-rw-r--r--locale/id/app.po52
-rw-r--r--locale/it/app.po52
-rw-r--r--locale/mk_MK/app.po52
-rw-r--r--locale/nb_NO/app.po54
-rw-r--r--locale/nl/app.po52
-rw-r--r--locale/nn/app.po52
-rw-r--r--locale/pl/app.po52
-rw-r--r--locale/pt_BR/app.po53
-rw-r--r--locale/pt_PT/app.po52
-rw-r--r--locale/ro_RO/app.po52
-rw-r--r--locale/sl/app.po52
-rw-r--r--locale/sq/app.po52
-rw-r--r--locale/sr@latin/app.po52
-rw-r--r--locale/sv/app.po52
-rw-r--r--locale/sw_KE/app.po52
-rw-r--r--locale/tr/app.po52
-rw-r--r--locale/uk/app.po54
-rw-r--r--locale/vi/app.po52
-rw-r--r--locale/zh_HK/app.po52
-rw-r--r--spec/helpers/track_helper_spec.rb48
49 files changed, 1161 insertions, 1155 deletions
diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss
index 3118eab3d..8aa8010ae 100644
--- a/app/assets/stylesheets/main.scss
+++ b/app/assets/stylesheets/main.scss
@@ -134,6 +134,10 @@ overflow:visible;
margin:0;
}
+#wrapper_google_embed iframe {
+min-height: 800px;
+}
+
#content {
position:relative;
width:875px;
diff --git a/app/assets/stylesheets/responsive/_utils.css b/app/assets/stylesheets/responsive/_utils.scss
index 68884fa7a..68884fa7a 100644
--- a/app/assets/stylesheets/responsive/_utils.css
+++ b/app/assets/stylesheets/responsive/_utils.scss
diff --git a/app/assets/stylesheets/responsive/all.css b/app/assets/stylesheets/responsive/all.scss
index 4c935bed3..4c935bed3 100644
--- a/app/assets/stylesheets/responsive/all.css
+++ b/app/assets/stylesheets/responsive/all.scss
diff --git a/app/assets/stylesheets/responsive/custom.css b/app/assets/stylesheets/responsive/custom.scss
index e69de29bb..e69de29bb 100644
--- a/app/assets/stylesheets/responsive/custom.css
+++ b/app/assets/stylesheets/responsive/custom.scss
diff --git a/app/helpers/track_helper.rb b/app/helpers/track_helper.rb
index 7bd0fa55d..ca698926c 100644
--- a/app/helpers/track_helper.rb
+++ b/app/helpers/track_helper.rb
@@ -3,22 +3,22 @@ module TrackHelper
def already_subscribed_notice(track_thing)
case track_thing.track_type
when 'request_updates'
- _("You are already subscribed to '{{link_to_request}}', a request",
+ _("You are already subscribed to '{{link_to_request}}', a request.",
:link_to_request => request_link(track_thing.info_request))
when 'all_new_requests'
- _('You are already subscribed to any <a href="{{new_requests_url}}">new requests</a>',
+ _('You are already subscribed to any <a href="{{new_requests_url}}">new requests</a>.',
:new_requests_url => request_list_path)
when 'all_successful_requests'
- _('You are already subscribed to any <a href="{{successful_requests_url}}">successful requests</a>',
+ _('You are already subscribed to any <a href="{{successful_requests_url}}">successful requests</a>.',
:successful_requests_url => request_list_successful_path )
when 'public_body_updates'
- _("You are already subscribed to '{{link_to_authority}}', a public authority",
+ _("You are already subscribed to '{{link_to_authority}}', a public authority.",
:link_to_authority => public_body_link(track_thing.public_body))
when 'user_updates'
- _("You are already subscribed to '{{link_to_user}}', a person",
+ _("You are already subscribed to '{{link_to_user}}', a person.",
:link_to_user => user_link(track_thing.tracked_user))
when 'search_query'
- _('You are already subscribed to <a href="{{search_url}}">this search</a>',
+ _('You are already subscribed to <a href="{{search_url}}">this search</a>.',
:search_url => search_path([track_thing.track_query, 'newest', 'advanced']))
end
end
@@ -26,22 +26,22 @@ module TrackHelper
def subscribe_email_notice(track_thing)
case track_thing.track_type
when 'request_updates'
- _("You will now be emailed updates about '{{link_to_request}}', a request",
+ _("You will now be emailed updates about '{{link_to_request}}', a request.",
:link_to_request => request_link(track_thing.info_request))
when 'all_new_requests'
- _('You will now be emailed updates about any <a href="{{new_requests_url}}">new requests</a>',
+ _('You will now be emailed updates about any <a href="{{new_requests_url}}">new requests</a>.',
:new_requests_url => request_list_path)
when 'all_successful_requests'
- _('You will now be emailed updates about <a href="{{successful_requests_url}}">successful requests</a>',
+ _('You will now be emailed updates about <a href="{{successful_requests_url}}">successful requests</a>.',
:successful_requests_url => request_list_successful_path )
when 'public_body_updates'
- _("You will now be emailed updates about '{{link_to_authority}}', a public authority",
+ _("You will now be emailed updates about '{{link_to_authority}}', a public authority.",
:link_to_authority => public_body_link(track_thing.public_body))
when 'user_updates'
- _("You will now be emailed updates about '{{link_to_user}}', a person",
+ _("You will now be emailed updates about '{{link_to_user}}', a person.",
:link_to_user => user_link(track_thing.tracked_user))
when 'search_query'
- _("You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>",
+ _("You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>.",
:search_url => search_path([track_thing.track_query, 'newest', 'advanced']))
end
end
@@ -50,27 +50,27 @@ module TrackHelper
wall_url_user = show_user_wall_path(:url_name => track_thing.tracking_user.url_name)
case track_thing.track_type
when 'request_updates'
- _('You are now <a href="{{wall_url_user}}">following</a> updates about \'{{link_to_request}}\', a request',
+ _('You are now <a href="{{wall_url_user}}">following</a> updates about \'{{link_to_request}}\', a request.',
:link_to_request => request_link(track_thing.info_request),
:wall_url_user => wall_url_user)
when 'all_new_requests'
- _('You are now <a href="{{wall_url_user}}">following</a> updates about <a href="{{new_requests_url}}">new requests</a>',
+ _('You are now <a href="{{wall_url_user}}">following</a> updates about <a href="{{new_requests_url}}">new requests</a>.',
:new_requests_url => request_list_path,
:wall_url_user => wall_url_user)
when 'all_successful_requests'
- _('You are now <a href="{{wall_url_user}}">following</a> updates about <a href="{{successful_requests_url}}">successful requests</a>',
+ _('You are now <a href="{{wall_url_user}}">following</a> updates about <a href="{{successful_requests_url}}">successful requests</a>.',
:successful_requests_url => request_list_successful_path,
:wall_url_user => wall_url_user)
when 'public_body_updates'
- _('You are now <a href="{{wall_url_user}}">following</a> updates about \'{{link_to_authority}}\', a public authority',
+ _('You are now <a href="{{wall_url_user}}">following</a> updates about \'{{link_to_authority}}\', a public authority.',
:wall_url_user => wall_url_user,
:link_to_authority => public_body_link(track_thing.public_body))
when 'user_updates'
- _('You are now <a href="{{wall_url_user}}">following</a> updates about \'{{link_to_user}}\', a person',
+ _('You are now <a href="{{wall_url_user}}">following</a> updates about \'{{link_to_user}}\', a person.',
:wall_url_user => wall_url_user,
:link_to_user => user_link(track_thing.tracked_user))
when 'search_query'
- _('You are now <a href="{{wall_url_user}}">following</a> updates about <a href="{{search_url}}">this search</a>',
+ _('You are now <a href="{{wall_url_user}}">following</a> updates about <a href="{{search_url}}">this search</a>.',
:wall_url_user => wall_url_user,
:search_url => search_path([track_thing.track_query, 'newest', 'advanced']))
end
@@ -79,22 +79,22 @@ module TrackHelper
def unsubscribe_notice(track_thing)
case track_thing.track_type
when 'request_updates'
- _("You are no longer following '{{link_to_request}}', a request",
+ _("You are no longer following '{{link_to_request}}', a request.",
:link_to_request => request_link(track_thing.info_request))
when 'all_new_requests'
- _('You are no longer following <a href="{{new_requests_url}}">new requests</a>',
+ _('You are no longer following <a href="{{new_requests_url}}">new requests</a>.',
:new_requests_url => request_list_path)
when 'all_successful_requests'
- _('You are no longer following <a href="{{successful_requests_url}}">successful requests</a>',
+ _('You are no longer following <a href="{{successful_requests_url}}">successful requests</a>.',
:successful_requests_url => request_list_successful_path )
when 'public_body_updates'
- _("You are no longer following '{{link_to_authority}}', a public authority",
+ _("You are no longer following '{{link_to_authority}}', a public authority.",
:link_to_authority => public_body_link(track_thing.public_body))
when 'user_updates'
- _("You are no longer following '{{link_to_user}}', a person",
+ _("You are no longer following '{{link_to_user}}', a person.",
:link_to_user => user_link(track_thing.tracked_user))
when 'search_query'
- _('You are no longer following <a href="{{search_url}}">this search</a>',
+ _('You are no longer following <a href="{{search_url}}">this search</a>.',
:search_url => search_path([track_thing.track_query, 'newest', 'advanced']))
end
end
diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb
index e909013aa..6fb6b1420 100644
--- a/config/initializers/alaveteli.rb
+++ b/config/initializers/alaveteli.rb
@@ -10,7 +10,7 @@ load "debug_helpers.rb"
load "util.rb"
# Application version
-ALAVETELI_VERSION = '0.17'
+ALAVETELI_VERSION = '0.18'
# Add new inflection rules using the following format
# (all these examples are active by default):
diff --git a/lib/attachment_to_html/adapters/text.rb b/lib/attachment_to_html/adapters/text.rb
index b431ada5e..e99183f0e 100644
--- a/lib/attachment_to_html/adapters/text.rb
+++ b/lib/attachment_to_html/adapters/text.rb
@@ -1,5 +1,3 @@
-require 'nokogiri'
-
module AttachmentToHTML
module Adapters
# Convert text/plain documents in to HTML
diff --git a/locale/aln/app.po b/locale/aln/app.po
index 130c30f99..a91046d8f 100644
--- a/locale/aln/app.po
+++ b/locale/aln/app.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Albanian Gheg (http://www.transifex.com/projects/p/alaveteli/language/aln/)\n"
"Language: aln\n"
@@ -3184,22 +3184,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3208,40 +3208,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3322,22 +3322,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/app.pot b/locale/app.pot
index fda25c3cc..21d301c2e 100644
--- a/locale/app.pot
+++ b/locale/app.pot
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: version 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
"PO-Revision-Date: 2011-10-09 01:10+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3181,22 +3181,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3205,40 +3205,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3319,22 +3319,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/ar/app.po b/locale/ar/app.po
index ba4449e3a..ee32d64fe 100644
--- a/locale/ar/app.po
+++ b/locale/ar/app.po
@@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/alaveteli/language/ar/)\n"
"Language: ar\n"
@@ -3213,22 +3213,22 @@ msgstr "سبق لك أن بدأت متابعة هذا الشخص"
msgid "You are already following this request"
msgstr "سبق لك أن بدأت متابعة هذا الطلب"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3237,40 +3237,40 @@ msgstr "انت بصدد استقبال اشعار بخصوص نشاط جديد
msgid "You are following all new successful responses"
msgstr "انت بصدد متابعة كل الردود الجديدة الناجحة."
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3351,22 +3351,22 @@ msgstr "لن تتمكن من القيام باية طلبات جديدة, ابع
msgid "You will no longer be emailed updates for those alerts"
msgstr "لن تستقبل رسائل الكترونية متعلقة بتحيين اشارات التنبيه"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/bg/app.po b/locale/bg/app.po
index c6196efcf..d162d0022 100644
--- a/locale/bg/app.po
+++ b/locale/bg/app.po
@@ -6,13 +6,14 @@
# antitoxic <antitoxic@gmail.com>, 2013
# antitoxic <antitoxic@gmail.com>, 2013
# louisecrow <louise@mysociety.org>, 2014
+# louisecrow <louise@mysociety.org>, 2014
# Valentin Laskov <laskov@festa.bg>, 2013-2014
msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/alaveteli/language/bg/)\n"
"Language: bg\n"
@@ -562,7 +563,7 @@ msgid "Clarification"
msgstr "Изясняване"
msgid "Clarification sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Изпратено е пояснение до {{public_body_name}} от {{info_request_user}} на {{date}}."
msgid "Clarify your FOI request - "
msgstr "Пояснете Вашето Заявление за ДдИ - "
@@ -990,7 +991,7 @@ msgid "Hello! We have an <a href=\"{{url}}\">important message</a> for visitors
msgstr "Здравейте! Имаме <a href=\"{{url}}\">важно съобщение</a> за посетители извън {{country_name}}"
msgid "Hello! We have an <a href=\"{{url}}\">important message</a> for visitors in other countries"
-msgstr ""
+msgstr "Здравейте! Ние имаме <a href=\"{{url}}\">важно съобщение</a> за посетители от други държави"
msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}"
msgstr "Здравейте! Вие можете да отправяте заявления за достъп до обществена информация за {{country_name}} на {{link_to_website}}"
@@ -1272,7 +1273,7 @@ msgid "Internal review request"
msgstr "Заявление за вътрешно разглеждане"
msgid "Internal review request sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Заявление за вътрешно разглеждане, изпратено до {{public_body_name}} от {{info_request_user}} на {{date}}."
msgid "Is {{email_address}} the wrong address for {{type_of_request}} requests to {{public_body_name}}? If so, please contact us using this form:"
msgstr "Грешен ли е адресът {{email_address}} за {{type_of_request}} заявления към {{public_body_name}}? Ако да, моля свържете се с нас, използвайки тази форма:"
@@ -1839,7 +1840,7 @@ msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>"
msgstr "Задвижвано от <a href=\"http://www.alaveteli.org/\">Alaveteli</a>"
msgid "Prefer not to receive emails?"
-msgstr ""
+msgstr "Предпочитате да не получавате имейли?"
msgid "Prev"
msgstr "Преден"
@@ -2124,7 +2125,7 @@ msgid "Response"
msgstr "Отговор"
msgid "Response by {{public_body_name}} to {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Отговор от {{public_body_name}} до {{info_request_user}} от {{date}}."
msgid "Response from a public authority"
msgstr "Отговор от публичен орган"
@@ -2908,7 +2909,7 @@ msgid "URL name can't be blank"
msgstr "URL името не може да е празно"
msgid "URL name is already taken"
-msgstr ""
+msgstr "URL името е вече заето"
msgid "Unable to change email address on {{site_name}}"
msgstr "Не беше възможно да се промени имейл адрес на {{site_name}}"
@@ -3186,23 +3187,23 @@ msgstr "Вие вече следите този потребител"
msgid "You are already following this request"
msgstr "Вие вече следвате това Заявление"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
-msgstr ""
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
+msgstr "Вие вече сте абонирани за публичния орган '{{link_to_authority}}'."
-msgid "You are already subscribed to '{{link_to_request}}', a request"
-msgstr ""
+msgid "You are already subscribed to '{{link_to_request}}', a request."
+msgstr "Вие вече сте абонирани за заявлението '{{link_to_request}}'."
-msgid "You are already subscribed to '{{link_to_user}}', a person"
-msgstr ""
+msgid "You are already subscribed to '{{link_to_user}}', a person."
+msgstr "Вие вече сте абонирани за потребителя '{{link_to_user}}'."
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
-msgstr ""
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
+msgstr "Вие вече сте абонирани за <a href=\"{{search_url}}\">това търсене</a>."
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
-msgstr ""
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
+msgstr "Вие вече сте абонирани за всякакви <a href=\"{{new_requests_url}}\">нови заявления</a>."
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
-msgstr ""
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
+msgstr "Вие вече сте абонирани за всякакви <a href=\"{{successful_requests_url}}\">успешни заявления</a>."
msgid "You are currently receiving notification of new activity on your wall by email."
msgstr "Към момента Вие получавате известия с имейл при нова активност на стената Ви."
@@ -3210,41 +3211,41 @@ msgstr "Към момента Вие получавате известия с и
msgid "You are following all new successful responses"
msgstr "Вие следите всички нови успешни отговори"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
-msgstr ""
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
+msgstr "Вие вече не следите публичния орган '{{link_to_authority}}'."
-msgid "You are no longer following '{{link_to_request}}', a request"
-msgstr ""
+msgid "You are no longer following '{{link_to_request}}', a request."
+msgstr "Вие вече не следите заявлението '{{link_to_request}}'."
-msgid "You are no longer following '{{link_to_user}}', a person"
-msgstr ""
+msgid "You are no longer following '{{link_to_user}}', a person."
+msgstr "Вие вече не следите потребителя '{{link_to_user}}'."
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
-msgstr ""
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
+msgstr "Вие вече не следите за <a href=\"{{new_requests_url}}\">нови заявления</a>."
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
-msgstr ""
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
+msgstr "Вие вече не следите <a href=\"{{search_url}}\">това търсене</a>."
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
-msgstr ""
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
+msgstr "Вие вече не следите за <a href=\"{{successful_requests_url}}\">успешни заявления</a>."
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
-msgstr ""
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
+msgstr "Вие вече <a href=\"{{wall_url_user}}\">следите</a> новостите за публичния орган '{{link_to_authority}}'."
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
-msgstr ""
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
+msgstr "Вие вече <a href=\"{{wall_url_user}}\">следите</a> новостите за заявлението '{{link_to_request}}'."
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
-msgstr ""
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
+msgstr "Вие вече <a href=\"{{wall_url_user}}\">следите</a> новостите за потребителя '{{link_to_user}}'."
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
-msgstr ""
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
+msgstr "Вие вече <a href=\"{{wall_url_user}}\">следите</a> за <a href=\"{{new_requests_url}}\">нови заявления</a>."
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
-msgstr ""
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
+msgstr "Вие вече <a href=\"{{wall_url_user}}\">следите</a> новостите за <a href=\"{{search_url}}\">това търсене</a>."
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
-msgstr ""
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
+msgstr "Вие вече <a href=\"{{wall_url_user}}\">следите</a> новостите за <a href=\"{{successful_requests_url}}\">успешни заявления</a>."
msgid "You can <strong>complain</strong> by"
msgstr "Можете да се <strong>оплачете</strong> като"
@@ -3324,23 +3325,23 @@ msgstr "Вие няма да можете да отправяте нови за
msgid "You will no longer be emailed updates for those alerts"
msgstr "Вие вече няма да получавате новости по имейл за тези известия"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
-msgstr ""
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
+msgstr "Вие вече ще получавате имейл с новости за публичния орган '{{link_to_authority}}'."
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
-msgstr ""
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
+msgstr "Вие вече ще получавате имейл с новости за заявлението '{{link_to_request}}'."
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
-msgstr ""
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
+msgstr "Вие вече ще получавате имейл с новости за потребителя '{{link_to_user}}'."
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
-msgstr ""
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
+msgstr "Вие вече ще получавате имейл с новости за <a href=\"{{search_url}}\">това търсене</a>."
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
-msgstr ""
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
+msgstr "Вие вече ще получавате имейл с новости за <a href=\"{{successful_requests_url}}\">успешните заявления</a>."
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
-msgstr ""
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
+msgstr "Вие вече ще получавате имейл с новости за всякакви <a href=\"{{new_requests_url}}\">нови заявления</a>."
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
msgstr "Вие ще получите отговор на заявлението само ако изпратите\\nпояснително съобщение с разяснения."
@@ -3511,10 +3512,10 @@ msgid "all requests"
msgstr "всички заявления"
msgid "all requests or comments"
-msgstr ""
+msgstr "всички заявления или коментари"
msgid "all requests or comments matching text '{{query}}'"
-msgstr ""
+msgstr "всички заявления или коментари, съдържащи текста '{{query}}'"
msgid "also called {{public_body_short_name}}"
msgstr "наричан също {{public_body_short_name}}"
@@ -3535,7 +3536,7 @@ msgid "and we'll suggest <strong>what to do next</strong>"
msgstr "и ние ще предложим <strong>каква да е следващата стъпка</strong>"
msgid "anything matching text '{{query}}'"
-msgstr ""
+msgstr "всичко, съдържащо текста '{{query}}'"
msgid "are long overdue."
msgstr "са много закъснели."
@@ -3634,7 +3635,7 @@ msgid "move..."
msgstr "преместване..."
msgid "new requests"
-msgstr ""
+msgstr "нови заявления"
msgid "no later than"
msgstr "не по-късно от"
@@ -3658,10 +3659,10 @@ msgid "requests"
msgstr "заявления"
msgid "requests which are successful"
-msgstr ""
+msgstr "заявления, които са успешни"
msgid "requests which are successful matching text '{{query}}'"
-msgstr ""
+msgstr "заявления, които са успешни, съдържащи текста '{{query}}'"
msgid "response as needing administrator attention. Take a look, and reply to this\\nemail to let them know what you are going to do about it."
msgstr "отговор като нуждаещ се от вниманието на администратор. Прегледайте го и отговорете\\nна този имейл за да ги уведомите какво смятате да направите."
@@ -3767,7 +3768,7 @@ msgid "{{existing_request_user}} already\\n created the same request on {{d
msgstr "{{existing_request_user}} вече\\n отправи същото заявление на {{date}}. Вие можете да разгледате <a href=\"{{existing_request}}\">съществуващото Заявление</a>,\\n или да редактирате детайли по-долу за да направите ново подобно Заявление."
msgid "{{foi_law}} requests to '{{public_body_name}}'"
-msgstr ""
+msgstr "{{foi_law}} заявления до '{{public_body_name}}'"
msgid "{{info_request_user_name}} only:"
msgstr "{{info_request_user_name}} само:"
diff --git a/locale/bs/app.po b/locale/bs/app.po
index efa2516ad..710d8dc87 100644
--- a/locale/bs/app.po
+++ b/locale/bs/app.po
@@ -13,8 +13,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/alaveteli/language/bs/)\n"
"Language: bs\n"
@@ -3357,22 +3357,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3381,40 +3381,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3506,22 +3506,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr "Više vam nećemo slati ažuriranja za ova upozorenja"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/ca/app.po b/locale/ca/app.po
index d3498adab..ae7cbc6d8 100644
--- a/locale/ca/app.po
+++ b/locale/ca/app.po
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/alaveteli/language/ca/)\n"
"Language: ca\n"
@@ -3387,22 +3387,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3411,40 +3411,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3541,22 +3541,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr "Ya no recibirá correos para esas alertas"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/cs/app.po b/locale/cs/app.po
index 68b7e4a36..4bbd8c846 100644
--- a/locale/cs/app.po
+++ b/locale/cs/app.po
@@ -19,8 +19,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/alaveteli/language/cs/)\n"
"Language: cs\n"
@@ -3359,22 +3359,22 @@ msgstr "Tohoto uživatele již sledujete."
msgid "You are already following this request"
msgstr "Tento dotaz již sledujete."
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3383,40 +3383,40 @@ msgstr "Pokud se cokoliv změní na vaší nástěnce, budete upozorněni e-mail
msgid "You are following all new successful responses"
msgstr "Budete upozorněni na všechny úspěšně zodpovězené dotazy."
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3511,22 +3511,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr "E-mailová upozornění o těchto aktualizacích vám přestanou chodit "
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/cy/app.po b/locale/cy/app.po
index d82b067bb..838a98e39 100644
--- a/locale/cy/app.po
+++ b/locale/cy/app.po
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Welsh (http://www.transifex.com/projects/p/alaveteli/language/cy/)\n"
"Language: cy\n"
@@ -3207,22 +3207,22 @@ msgstr "Rydych eisoes yn dilyn person hwn"
msgid "You are already following this request"
msgstr "Rydych eisoes yn dilyn cais hwn"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3231,40 +3231,40 @@ msgstr "Ar hyn o bryd yr ydych yn derbyn hysbysiad o weithgarwch newydd ar eich
msgid "You are following all new successful responses"
msgstr "Rydych yn dilyn yr holl ymatebion llwyddiannus newydd "
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3345,22 +3345,22 @@ msgstr "Ni fyddwch yn gallu gwneud ceisiadau newydd, anfon negeseuon dilynol, yc
msgid "You will no longer be emailed updates for those alerts"
msgstr "Ni fydd diweddariadau am y rhybuddion hynny'n cael eu e-bostio atoch mwyach "
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/de/app.po b/locale/de/app.po
index cf75f0d4c..1de8317a6 100644
--- a/locale/de/app.po
+++ b/locale/de/app.po
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/alaveteli/language/de/)\n"
"Language: de\n"
@@ -3261,22 +3261,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3285,40 +3285,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3401,22 +3401,22 @@ msgstr "Sie werden keine Anfragen stellen-, Nachfragen senden-, Kommentare hinzu
msgid "You will no longer be emailed updates for those alerts"
msgstr "Sie werden keine weiteren Aktualisierungen zu diesen Alerts erhalten"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/en/app.po b/locale/en/app.po
index a09f027a4..a547138ba 100644
--- a/locale/en/app.po
+++ b/locale/en/app.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
"PO-Revision-Date: 2011-02-24 07:11-0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3182,22 +3182,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3206,40 +3206,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3320,22 +3320,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/en_IE/app.po b/locale/en_IE/app.po
index aab037ba8..2c8e59f75 100644
--- a/locale/en_IE/app.po
+++ b/locale/en_IE/app.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: English (Ireland) (http://www.transifex.com/projects/p/alaveteli/language/en_IE/)\n"
"Language: en_IE\n"
@@ -3186,22 +3186,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3210,40 +3210,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3324,22 +3324,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/en_UG/app.po b/locale/en_UG/app.po
index 57c370ff1..18e293dc7 100644
--- a/locale/en_UG/app.po
+++ b/locale/en_UG/app.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
"PO-Revision-Date: 2014-01-31 09:14+0000\n"
"Last-Translator: Louise Crow <louise@mysociety.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3182,22 +3182,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
-msgstr ""
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
+msgstr "'{{link_to_authority}}', a public agency."
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3206,40 +3206,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
-msgstr ""
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
+msgstr "'{{link_to_authority}}', a public agency."
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3320,22 +3320,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
-msgstr ""
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
+msgstr "'{{link_to_authority}}', a public agency."
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/es/app.po b/locale/es/app.po
index cd0ccc4cb..a0d874caa 100644
--- a/locale/es/app.po
+++ b/locale/es/app.po
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/alaveteli/language/es/)\n"
"Language: es\n"
@@ -3409,22 +3409,22 @@ msgstr "Ya estás siguiendo a esta persona por correo"
msgid "You are already following this request"
msgstr "Ya estás siguiendo esta solicitud por correo"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3433,40 +3433,40 @@ msgstr "Actualmente estas recibiendo notificaciones de nueva actividad en tu mur
msgid "You are following all new successful responses"
msgstr "Estás recibiendo correos sobre cualquier nueva respuesta exitosa"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3565,22 +3565,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr "Ya no recibirá correos para esas alertas"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/eu/app.po b/locale/eu/app.po
index 1eaa5e103..bb7448b98 100644
--- a/locale/eu/app.po
+++ b/locale/eu/app.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Basque (http://www.transifex.com/projects/p/alaveteli/language/eu/)\n"
"Language: eu\n"
@@ -3253,22 +3253,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3277,40 +3277,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3397,22 +3397,22 @@ msgstr "Ezin duzu eskabide berriak egin, erantzunak bidali, iruzkinak gehitu edo
msgid "You will no longer be emailed updates for those alerts"
msgstr "Ez duzu alerta hauei buruzko email gehiago jasoko"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/fi/app.po b/locale/fi/app.po
index 64873775d..ca451aba7 100644
--- a/locale/fi/app.po
+++ b/locale/fi/app.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Finnish (http://www.transifex.com/projects/p/alaveteli/language/fi/)\n"
"Language: fi\n"
@@ -3186,22 +3186,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3210,40 +3210,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3324,22 +3324,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/fr/app.po b/locale/fr/app.po
index af1cde504..5bb775c93 100644
--- a/locale/fr/app.po
+++ b/locale/fr/app.po
@@ -33,8 +33,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/alaveteli/language/fr/)\n"
"Language: fr\n"
@@ -3212,22 +3212,22 @@ msgstr "Vous suivez déjà cette personne"
msgid "You are already following this request"
msgstr "Vous suivez déjà cette demande"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3236,40 +3236,40 @@ msgstr "Vous suivez actuellement des notifications a propos des nouvelles activi
msgid "You are following all new successful responses"
msgstr "vous suivez toutes les nouvelles réponses réussies"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3350,22 +3350,22 @@ msgstr "Vous serez incapable de faire de nouvelles demandes, envoyer des suivis,
msgid "You will no longer be emailed updates for those alerts"
msgstr "Vous ne recevrez plus des mises à jour pour ces alertes "
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/fr_CA/app.po b/locale/fr_CA/app.po
index 93f44c000..55a89926d 100644
--- a/locale/fr_CA/app.po
+++ b/locale/fr_CA/app.po
@@ -18,8 +18,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: French (Canada) (http://www.transifex.com/projects/p/alaveteli/language/fr_CA/)\n"
"Language: fr_CA\n"
@@ -3195,22 +3195,22 @@ msgstr "Vous suivez déjà cette personne"
msgid "You are already following this request"
msgstr "Vous suivez déjà cette demande"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3219,40 +3219,40 @@ msgstr "Vous recevez présentement des notifications par courriel au sujet de no
msgid "You are following all new successful responses"
msgstr "Vous suivez maintenant toutes les nouvelles réponses complètes."
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3333,22 +3333,22 @@ msgstr "Vous serez incapable de faire de nouvelles demandes, d'envoyer des suivi
msgid "You will no longer be emailed updates for those alerts"
msgstr "Vous ne recevrez plus de mises à jour pour ces alertes."
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/gl/app.po b/locale/gl/app.po
index 482d28cbf..35fbfad62 100644
--- a/locale/gl/app.po
+++ b/locale/gl/app.po
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Galician (http://www.transifex.com/projects/p/alaveteli/language/gl/)\n"
"Language: gl\n"
@@ -3387,22 +3387,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3411,40 +3411,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3541,22 +3541,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr "Ya no recibirá correos para esas alertas"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/he_IL/app.po b/locale/he_IL/app.po
index 12d97e661..fc2608fc5 100644
--- a/locale/he_IL/app.po
+++ b/locale/he_IL/app.po
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Hebrew (Israel) (http://www.transifex.com/projects/p/alaveteli/language/he_IL/)\n"
"Language: he_IL\n"
@@ -3200,22 +3200,22 @@ msgstr "אתם כבר עוקבים אחר האדם הזה"
msgid "You are already following this request"
msgstr "אתם כבר עוקבים אחר הבקשה הזאת"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3224,40 +3224,40 @@ msgstr "נשלחות אליהם התראות במייל בנוגע לפעילו
msgid "You are following all new successful responses"
msgstr "אתם עוקבים אחר כל הבקשות החדשות שנענו"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3338,22 +3338,22 @@ msgstr "לא תוכלו ליצור בקשות חדשות, לשלוח עדכונ
msgid "You will no longer be emailed updates for those alerts"
msgstr "לא תקבלו יותר התרעות אלה בדוא\"ל"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/hr/app.po b/locale/hr/app.po
index c4706773e..08f331d88 100644
--- a/locale/hr/app.po
+++ b/locale/hr/app.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/alaveteli/language/hr/)\n"
"Language: hr\n"
@@ -3355,22 +3355,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3379,40 +3379,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3504,22 +3504,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr "Više vam nećemo slati ažuriranja za ova upozorenja"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/hr_HR/app.po b/locale/hr_HR/app.po
index a07ed4dea..7fb831525 100644
--- a/locale/hr_HR/app.po
+++ b/locale/hr_HR/app.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/alaveteli/language/hr_HR/)\n"
"Language: hr_HR\n"
@@ -3192,22 +3192,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3216,40 +3216,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3330,22 +3330,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/hu_HU/app.po b/locale/hu_HU/app.po
index 30383dc4f..507f1bdb1 100644
--- a/locale/hu_HU/app.po
+++ b/locale/hu_HU/app.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/alaveteli/language/hu_HU/)\n"
"Language: hu_HU\n"
@@ -3388,22 +3388,22 @@ msgstr "Ön már követi ezt a személyt"
msgid "You are already following this request"
msgstr "Ön már követi ezt az igénylést"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3412,40 +3412,40 @@ msgstr "Az új tevékenységekről értesítést kap e-mailben az üzenőfalára
msgid "You are following all new successful responses"
msgstr "Követi az összes sikeres választ"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3543,22 +3543,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr "A továbbiakban nem fog e-mailben értesítőt kapni ezekről az eseményekről"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/id/app.po b/locale/id/app.po
index 94c6a2c99..5f35f4b25 100644
--- a/locale/id/app.po
+++ b/locale/id/app.po
@@ -14,8 +14,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/alaveteli/language/id/)\n"
"Language: id\n"
@@ -3408,22 +3408,22 @@ msgstr "Anda telah mengikuti orang ini"
msgid "You are already following this request"
msgstr "Anda telah mengikuti permintaan ini"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3432,40 +3432,40 @@ msgstr "Anda sekarang menerima notifikasi aktivitas baru di wall Anda melalui em
msgid "You are following all new successful responses"
msgstr "Anda mengikuti semua jawaban baru yang berhasil"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3562,22 +3562,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr "Anda tidak akan lagi diemail update untuk tanda notifikasi tersebut"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/it/app.po b/locale/it/app.po
index 81a9da4d4..df0b5eb40 100644
--- a/locale/it/app.po
+++ b/locale/it/app.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/alaveteli/language/it/)\n"
"Language: it\n"
@@ -3186,22 +3186,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3210,40 +3210,40 @@ msgstr "Attualmente stai ricevendo via email notifiche di nuove attività nella
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3324,22 +3324,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/mk_MK/app.po b/locale/mk_MK/app.po
index 0d51d2b3f..c059275db 100644
--- a/locale/mk_MK/app.po
+++ b/locale/mk_MK/app.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Macedonian (Macedonia) (http://www.transifex.com/projects/p/alaveteli/language/mk_MK/)\n"
"Language: mk_MK\n"
@@ -3191,22 +3191,22 @@ msgstr "Веќе го следите овој корисник"
msgid "You are already following this request"
msgstr "Веќе го следите ова барање"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3215,40 +3215,40 @@ msgstr "Во моментов, преку е-пошта, добивате изв
msgid "You are following all new successful responses"
msgstr "Ги следите сите нови успешни барања"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3340,22 +3340,22 @@ msgstr "Нема да можете да правите нови барања, д
msgid "You will no longer be emailed updates for those alerts"
msgstr "Нема да добивате повеќе новости за овие предупредувања по е-пошта"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/nb_NO/app.po b/locale/nb_NO/app.po
index 246dd38ca..ca1db509c 100644
--- a/locale/nb_NO/app.po
+++ b/locale/nb_NO/app.po
@@ -8,6 +8,8 @@
# Hans-Petter Fjeld <atluxity@1kb.no>, 2014
# gorm <gormer@gmail.com>, 2013-2014
# gorm <gormer@gmail.com>, 2013
+# Hans-Petter Fjeld <atluxity@1kb.no>, 2014
+# oeyrvin <oeyrvin@hagan.no>, 2014
# oeyrvin <oeyrvin@hagan.no>, 2014
# pere <pere-transifex@hungry.com>, 2013
# pere <pere-transifex@hungry.com>, 2013-2014
@@ -15,8 +17,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/alaveteli/language/nb_NO/)\n"
"Language: nb_NO\n"
@@ -3198,22 +3200,22 @@ msgstr "Du følger allerede denne personen"
msgid "You are already following this request"
msgstr "Du følger allerede denne henvendelsen"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3222,40 +3224,40 @@ msgstr "Du mottar e-post varsel om ny aktivitet på veggen din."
msgid "You are following all new successful responses"
msgstr "Du følger all nye vellykkede svar"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3336,22 +3338,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr "Du vil ikke lenger motta e-postoppdateringer for disse varslene"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/nl/app.po b/locale/nl/app.po
index f4086ecdf..8957cb1e8 100644
--- a/locale/nl/app.po
+++ b/locale/nl/app.po
@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/alaveteli/language/nl/)\n"
"Language: nl\n"
@@ -3185,22 +3185,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3209,40 +3209,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3323,22 +3323,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/nn/app.po b/locale/nn/app.po
index 82032f853..8c75e4e81 100644
--- a/locale/nn/app.po
+++ b/locale/nn/app.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/alaveteli/language/nn/)\n"
"Language: nn\n"
@@ -3182,22 +3182,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3206,40 +3206,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3320,22 +3320,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/pl/app.po b/locale/pl/app.po
index 278999d1c..7fb4a6ded 100644
--- a/locale/pl/app.po
+++ b/locale/pl/app.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/alaveteli/language/pl/)\n"
"Language: pl\n"
@@ -3190,22 +3190,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3214,40 +3214,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3328,22 +3328,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/pt_BR/app.po b/locale/pt_BR/app.po
index 44bd50b0b..c544b3f90 100644
--- a/locale/pt_BR/app.po
+++ b/locale/pt_BR/app.po
@@ -34,6 +34,7 @@
# markun <pedro@esfera.mobi>, 2011-2012
# Rafael H L Moretti <rafael.moretti@gmail.com>, 2012
# Rafael H L Moretti <rafael.moretti@gmail.com>, 2012
+# Rafael H L Moretti <rafael.moretti@gmail.com>, 2012
# serramassuda <a.serramassuda@gmail.com>, 2012
# vitorbaptista <vitor@vitorbaptista.com>, 2013
# vitorbaptista <vitor@vitorbaptista.com>, 2013
@@ -42,8 +43,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/alaveteli/language/pt_BR/)\n"
"Language: pt_BR\n"
@@ -3256,22 +3257,22 @@ msgstr "Você já está seguindo esta pessoa"
msgid "You are already following this request"
msgstr "Você já está acompanhando este pedido"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3280,40 +3281,40 @@ msgstr "Atualmente você está recebendo notificações sobre novas atividades n
msgid "You are following all new successful responses"
msgstr "Você está acompanhando todas as novas respostas bem sucedidas"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3397,22 +3398,22 @@ msgstr "Você estará impossibilitado de fazer novas requisições, envie retorn
msgid "You will no longer be emailed updates for those alerts"
msgstr "Você não receberá mais atualizações por e-mail sobre esses alertas"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/pt_PT/app.po b/locale/pt_PT/app.po
index 4419bf3ab..4d41bd25c 100644
--- a/locale/pt_PT/app.po
+++ b/locale/pt_PT/app.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/alaveteli/language/pt_PT/)\n"
"Language: pt_PT\n"
@@ -3186,22 +3186,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3210,40 +3210,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3324,22 +3324,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/ro_RO/app.po b/locale/ro_RO/app.po
index abeddbf77..158ee607e 100644
--- a/locale/ro_RO/app.po
+++ b/locale/ro_RO/app.po
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/alaveteli/language/ro_RO/)\n"
"Language: ro_RO\n"
@@ -3204,22 +3204,22 @@ msgstr "Deja urmărești această persoană"
msgid "You are already following this request"
msgstr "Deja urmărești această solicitare"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3228,40 +3228,40 @@ msgstr "În acest moment primești notificări privind activititățile noi de p
msgid "You are following all new successful responses"
msgstr "Urmărești toate solicitările noi la care s-a răspuns"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3342,22 +3342,22 @@ msgstr "Nu vei mai putea face noi solicitări, trimite follow up-uri, adăuga ad
msgid "You will no longer be emailed updates for those alerts"
msgstr "Nu vi se vor mai trimite actualizări pentru acele alerte."
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/sl/app.po b/locale/sl/app.po
index 3da978a02..fa7219fb6 100644
--- a/locale/sl/app.po
+++ b/locale/sl/app.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/alaveteli/language/sl/)\n"
"Language: sl\n"
@@ -3196,22 +3196,22 @@ msgstr "Že spremljate to osebo"
msgid "You are already following this request"
msgstr "Že spremljate ta zahtevek"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3220,40 +3220,40 @@ msgstr "Trenutno preko e-pošte prejemate obvestila o novostih na vašem zidu"
msgid "You are following all new successful responses"
msgstr "Spremljate vse nove uspešne zahtevke"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3334,22 +3334,22 @@ msgstr "Ne boste mogli ustvarjati novih zahtevkov, odzivov in dodajati zaznamkov
msgid "You will no longer be emailed updates for those alerts"
msgstr "Ne boste več prejemali obvestil za ta opozorila"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/sq/app.po b/locale/sq/app.po
index 9bf964021..f85e2aade 100644
--- a/locale/sq/app.po
+++ b/locale/sq/app.po
@@ -17,8 +17,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Albanian (http://www.transifex.com/projects/p/alaveteli/language/sq/)\n"
"Language: sq\n"
@@ -3322,22 +3322,22 @@ msgstr "Tashmë je duke e përcjell këtë person "
msgid "You are already following this request"
msgstr "Tashmë je duke e përcjell këtë kërkesë "
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3346,40 +3346,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr "Ti po ndjek çdo përgjigje të re të suksesshme"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3474,22 +3474,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr "Ti nuk do të merr më aktualizime me email për këto njoftime "
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/sr@latin/app.po b/locale/sr@latin/app.po
index 7a438d63e..655f803fd 100644
--- a/locale/sr@latin/app.po
+++ b/locale/sr@latin/app.po
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/alaveteli/language/sr@latin/)\n"
"Language: sr@latin\n"
@@ -3281,22 +3281,22 @@ msgstr "Već pratite ovog korisnika"
msgid "You are already following this request"
msgstr "Već pratite ovaj zahtev"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3305,40 +3305,40 @@ msgstr "Već pratite aktivnost na Vašem zidu pomoću e-mail biltena"
msgid "You are following all new successful responses"
msgstr "Pratite sve nove uspešne odgovore"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3430,22 +3430,22 @@ msgstr "Nećete moći da šaljete nove zahteve, reakcije, dodajete komentare ili
msgid "You will no longer be emailed updates for those alerts"
msgstr "Više vam nećemo slati novosti za ta upozorenja"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/sv/app.po b/locale/sv/app.po
index 418202186..a352e00c8 100644
--- a/locale/sv/app.po
+++ b/locale/sv/app.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/alaveteli/language/sv/)\n"
"Language: sv\n"
@@ -3182,22 +3182,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3206,40 +3206,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3320,22 +3320,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/sw_KE/app.po b/locale/sw_KE/app.po
index a4c01e48d..0c7e62fb5 100644
--- a/locale/sw_KE/app.po
+++ b/locale/sw_KE/app.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/alaveteli/language/sw_KE/)\n"
"Language: sw_KE\n"
@@ -3182,22 +3182,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3206,40 +3206,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3320,22 +3320,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/tr/app.po b/locale/tr/app.po
index dffd239f0..3f84fd2ab 100644
--- a/locale/tr/app.po
+++ b/locale/tr/app.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/alaveteli/language/tr/)\n"
"Language: tr\n"
@@ -3184,22 +3184,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3208,40 +3208,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3322,22 +3322,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/uk/app.po b/locale/uk/app.po
index ff2624c0e..74ad3ab41 100644
--- a/locale/uk/app.po
+++ b/locale/uk/app.po
@@ -5,7 +5,7 @@
# Translators:
# ferencbaki89 <ferencbaki89@gmail.com>, 2013
# ferencbaki89 <ferencbaki89@gmail.com>, 2013
-# hiiri <murahoid@gmail.com>, 2012
+# hiiri <murahoid@gmail.com>, 2012,2014
# louisecrow <louise@mysociety.org>, 2013
# louisecrow <louise@mysociety.org>, 2013
# hiiri <murahoid@gmail.com>, 2014
@@ -15,8 +15,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/alaveteli/language/uk/)\n"
"Language: uk\n"
@@ -3311,22 +3311,22 @@ msgstr "Ви вже відслідковуєте цю людину"
msgid "You are already following this request"
msgstr "Ви вже відслідковуєте цей запит"
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3335,40 +3335,40 @@ msgstr "Ви отримуєте сповіщення про нову актив
msgid "You are following all new successful responses"
msgstr "Ви відслідковуєте усі нові успішні відповіді"
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3462,22 +3462,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr "Ви більше не отримуватимете цих сповіщень"
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/vi/app.po b/locale/vi/app.po
index 852cf8e35..4a071a623 100644
--- a/locale/vi/app.po
+++ b/locale/vi/app.po
@@ -11,8 +11,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Vietnamese (http://www.transifex.com/projects/p/alaveteli/language/vi/)\n"
"Language: vi\n"
@@ -3180,22 +3180,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3204,40 +3204,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3318,22 +3318,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/locale/zh_HK/app.po b/locale/zh_HK/app.po
index 993129070..0a0991de4 100644
--- a/locale/zh_HK/app.po
+++ b/locale/zh_HK/app.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-05-13 13:02+0100\n"
-"PO-Revision-Date: 2014-05-13 12:08+0000\n"
+"POT-Creation-Date: 2014-05-15 12:46+0100\n"
+"PO-Revision-Date: 2014-05-15 11:56+0000\n"
"Last-Translator: louisecrow <louise@mysociety.org>\n"
"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/alaveteli/language/zh_HK/)\n"
"Language: zh_HK\n"
@@ -3178,22 +3178,22 @@ msgstr ""
msgid "You are already following this request"
msgstr ""
-msgid "You are already subscribed to '{{link_to_authority}}', a public authority"
+msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are already subscribed to '{{link_to_request}}', a request"
+msgid "You are already subscribed to '{{link_to_request}}', a request."
msgstr ""
-msgid "You are already subscribed to '{{link_to_user}}', a person"
+msgid "You are already subscribed to '{{link_to_user}}', a person."
msgstr ""
-msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>"
+msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You are currently receiving notification of new activity on your wall by email."
@@ -3202,40 +3202,40 @@ msgstr ""
msgid "You are following all new successful responses"
msgstr ""
-msgid "You are no longer following '{{link_to_authority}}', a public authority"
+msgid "You are no longer following '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are no longer following '{{link_to_request}}', a request"
+msgid "You are no longer following '{{link_to_request}}', a request."
msgstr ""
-msgid "You are no longer following '{{link_to_user}}', a person"
+msgid "You are no longer following '{{link_to_user}}', a person."
msgstr ""
-msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>"
+msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3316,22 +3316,22 @@ msgstr ""
msgid "You will no longer be emailed updates for those alerts"
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority"
+msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_request}}', a request"
+msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr ""
-msgid "You will now be emailed updates about '{{link_to_user}}', a person"
+msgid "You will now be emailed updates about '{{link_to_user}}', a person."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>"
+msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
msgstr ""
-msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>"
+msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
-msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>"
+msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
msgstr ""
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
diff --git a/spec/helpers/track_helper_spec.rb b/spec/helpers/track_helper_spec.rb
index 80857067b..b6252ab39 100644
--- a/spec/helpers/track_helper_spec.rb
+++ b/spec/helpers/track_helper_spec.rb
@@ -12,22 +12,22 @@ describe TrackHelper do
end
it 'should create an already subscribed_notice' do
- expected = %Q(You are already subscribed to <a href="/search/Example%20Query/newest/advanced">this search</a>)
+ expected = %Q(You are already subscribed to <a href="/search/Example%20Query/newest/advanced">this search</a>.)
already_subscribed_notice(@track_thing).should == expected
end
it 'should create an email subscription notice' do
- expected = %Q(You will now be emailed updates about <a href="/search/Example%20Query/newest/advanced">this search</a>)
+ expected = %Q(You will now be emailed updates about <a href="/search/Example%20Query/newest/advanced">this search</a>.)
subscribe_email_notice(@track_thing).should == expected
end
it 'should create a following subscription notice' do
- expected = %Q(You are now <a href="#{show_user_wall_path(:url_name => @track_thing.tracking_user.url_name)}">following</a> updates about <a href="/search/Example%20Query/newest/advanced">this search</a>)
+ expected = %Q(You are now <a href="#{show_user_wall_path(:url_name => @track_thing.tracking_user.url_name)}">following</a> updates about <a href="/search/Example%20Query/newest/advanced">this search</a>.)
subscribe_follow_notice(@track_thing).should == expected
end
it 'should create an unsubscribe notice' do
- expected = %Q(You are no longer following <a href="/search/Example%20Query/newest/advanced">this search</a>)
+ expected = %Q(You are no longer following <a href="/search/Example%20Query/newest/advanced">this search</a>.)
unsubscribe_notice(@track_thing).should == expected
end
@@ -45,22 +45,22 @@ describe TrackHelper do
end
it 'should create an already subscribed_notice' do
- expected = %Q(You are already subscribed to '#{user_link(@track_thing.tracked_user)}', a person)
+ expected = %Q(You are already subscribed to '#{user_link(@track_thing.tracked_user)}', a person.)
already_subscribed_notice(@track_thing).should == expected
end
it 'should create an email subscription notice' do
- expected = %Q(You will now be emailed updates about '#{user_link(@track_thing.tracked_user)}', a person)
+ expected = %Q(You will now be emailed updates about '#{user_link(@track_thing.tracked_user)}', a person.)
subscribe_email_notice(@track_thing).should == expected
end
it 'should create a following subscription notice' do
- expected = %Q(You are now <a href="#{show_user_wall_path(:url_name => @track_thing.tracking_user.url_name)}">following</a> updates about '#{user_link(@track_thing.tracked_user)}', a person)
+ expected = %Q(You are now <a href="#{show_user_wall_path(:url_name => @track_thing.tracking_user.url_name)}">following</a> updates about '#{user_link(@track_thing.tracked_user)}', a person.)
subscribe_follow_notice(@track_thing).should == expected
end
it 'should create an unsubscribe notice' do
- expected = %Q(You are no longer following '#{user_link(@track_thing.tracked_user)}', a person)
+ expected = %Q(You are no longer following '#{user_link(@track_thing.tracked_user)}', a person.)
unsubscribe_notice(@track_thing).should == expected
end
@@ -78,22 +78,22 @@ describe TrackHelper do
end
it 'should create an already subscribed_notice' do
- expected = %Q(You are already subscribed to '#{public_body_link(@track_thing.public_body)}', a public authority)
+ expected = %Q(You are already subscribed to '#{public_body_link(@track_thing.public_body)}', a public authority.)
already_subscribed_notice(@track_thing).should == expected
end
it 'should create an email subscription notice' do
- expected = %Q(You will now be emailed updates about '#{public_body_link(@track_thing.public_body)}', a public authority)
+ expected = %Q(You will now be emailed updates about '#{public_body_link(@track_thing.public_body)}', a public authority.)
subscribe_email_notice(@track_thing).should == expected
end
it 'should create a following subscription notice' do
- expected = %Q(You are now <a href="#{show_user_wall_path(:url_name => @track_thing.tracking_user.url_name)}">following</a> updates about '#{public_body_link(@track_thing.public_body)}', a public authority)
+ expected = %Q(You are now <a href="#{show_user_wall_path(:url_name => @track_thing.tracking_user.url_name)}">following</a> updates about '#{public_body_link(@track_thing.public_body)}', a public authority.)
subscribe_follow_notice(@track_thing).should == expected
end
it 'should create an unsubscribe notice' do
- expected = %Q(You are no longer following '#{public_body_link(@track_thing.public_body)}', a public authority)
+ expected = %Q(You are no longer following '#{public_body_link(@track_thing.public_body)}', a public authority.)
unsubscribe_notice(@track_thing).should == expected
end
@@ -110,22 +110,22 @@ describe TrackHelper do
end
it 'should create an already subscribed_notice' do
- expected = %Q(You are already subscribed to any <a href="/list/successful">successful requests</a>)
+ expected = %Q(You are already subscribed to any <a href="/list/successful">successful requests</a>.)
already_subscribed_notice(@track_thing).should == expected
end
it 'should create an email subscription notice' do
- expected = %Q(You will now be emailed updates about <a href="/list/successful">successful requests</a>)
+ expected = %Q(You will now be emailed updates about <a href="/list/successful">successful requests</a>.)
subscribe_email_notice(@track_thing).should == expected
end
it 'should create a following subscription notice' do
- expected = %Q(You are now <a href="#{show_user_wall_path(:url_name => @track_thing.tracking_user.url_name)}">following</a> updates about <a href="/list/successful">successful requests</a>)
+ expected = %Q(You are now <a href="#{show_user_wall_path(:url_name => @track_thing.tracking_user.url_name)}">following</a> updates about <a href="/list/successful">successful requests</a>.)
subscribe_follow_notice(@track_thing).should == expected
end
it 'should create an unsubscribe notice' do
- expected = %Q(You are no longer following <a href="/list/successful">successful requests</a>)
+ expected = %Q(You are no longer following <a href="/list/successful">successful requests</a>.)
unsubscribe_notice(@track_thing).should == expected
end
@@ -142,22 +142,22 @@ describe TrackHelper do
end
it 'should create an already subscribed_notice' do
- expected = %Q(You are already subscribed to any <a href="/list">new requests</a>)
+ expected = %Q(You are already subscribed to any <a href="/list">new requests</a>.)
already_subscribed_notice(@track_thing).should == expected
end
it 'should create an email subscription notice' do
- expected = %Q(You will now be emailed updates about any <a href="/list">new requests</a>)
+ expected = %Q(You will now be emailed updates about any <a href="/list">new requests</a>.)
subscribe_email_notice(@track_thing).should == expected
end
it 'should create a following subscription notice' do
- expected = %Q(You are now <a href="#{show_user_wall_path(:url_name => @track_thing.tracking_user.url_name)}">following</a> updates about <a href="/list">new requests</a>)
+ expected = %Q(You are now <a href="#{show_user_wall_path(:url_name => @track_thing.tracking_user.url_name)}">following</a> updates about <a href="/list">new requests</a>.)
subscribe_follow_notice(@track_thing).should == expected
end
it 'should create an unsubscribe notice' do
- expected = %Q(You are no longer following <a href="/list">new requests</a>)
+ expected = %Q(You are no longer following <a href="/list">new requests</a>.)
unsubscribe_notice(@track_thing).should == expected
end
@@ -175,22 +175,22 @@ describe TrackHelper do
end
it 'should create an already subscribed_notice' do
- expected = %Q(You are already subscribed to '#{request_link(@track_thing.info_request)}', a request)
+ expected = %Q(You are already subscribed to '#{request_link(@track_thing.info_request)}', a request.)
already_subscribed_notice(@track_thing).should == expected
end
it 'should create an email subscription notice' do
- expected = %Q(You will now be emailed updates about '#{request_link(@track_thing.info_request)}', a request)
+ expected = %Q(You will now be emailed updates about '#{request_link(@track_thing.info_request)}', a request.)
subscribe_email_notice(@track_thing).should == expected
end
it 'should create a following subscription notice' do
- expected = %Q(You are now <a href="#{show_user_wall_path(:url_name => @track_thing.tracking_user.url_name)}">following</a> updates about '#{request_link(@track_thing.info_request)}', a request)
+ expected = %Q(You are now <a href="#{show_user_wall_path(:url_name => @track_thing.tracking_user.url_name)}">following</a> updates about '#{request_link(@track_thing.info_request)}', a request.)
subscribe_follow_notice(@track_thing).should == expected
end
it 'should create an unsubscribe notice' do
- expected = %Q(You are no longer following '#{request_link(@track_thing.info_request)}', a request)
+ expected = %Q(You are no longer following '#{request_link(@track_thing.info_request)}', a request.)
unsubscribe_notice(@track_thing).should == expected
end