aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock54
-rw-r--r--Vagrantfile87
-rw-r--r--app/controllers/request_controller.rb4
-rwxr-xr-xapp/helpers/link_to_helper.rb51
-rw-r--r--app/models/incoming_message.rb31
-rw-r--r--app/models/public_body_change_request.rb9
-rw-r--r--app/views/comment/_single_comment.text.erb2
-rw-r--r--app/views/request/_outgoing_correspondence.text.erb2
-rw-r--r--app/views/request/_resent_outgoing_correspondence.text.erb2
-rw-r--r--app/views/track_mailer/event_digest.text.erb2
-rw-r--r--config/Vagrantfile23
-rw-r--r--config/general.yml-example4
-rw-r--r--config/initializers/alaveteli.rb2
-rw-r--r--doc/CHANGES.md33
-rw-r--r--locale/aln/app.po27
-rw-r--r--locale/app.pot29
-rw-r--r--locale/ar/app.po27
-rw-r--r--locale/bg/app.po258
-rw-r--r--locale/bs/app.po27
-rw-r--r--locale/ca/app.po27
-rw-r--r--locale/cs/app.po27
-rw-r--r--locale/cy/app.po161
-rw-r--r--locale/de/app.po27
-rw-r--r--locale/en/app.po23
-rw-r--r--locale/en_IE/app.po27
-rw-r--r--locale/en_UG/app.po23
-rw-r--r--locale/es/app.po27
-rw-r--r--locale/eu/app.po27
-rw-r--r--locale/fi/app.po27
-rw-r--r--locale/fr/app.po27
-rw-r--r--locale/fr_CA/app.po27
-rw-r--r--locale/gl/app.po27
-rw-r--r--locale/he_IL/app.po38
-rw-r--r--locale/hr/app.po27
-rw-r--r--locale/hr_HR/app.po27
-rw-r--r--locale/hu_HU/app.po27
-rw-r--r--locale/id/app.po27
-rw-r--r--locale/it/app.po27
-rw-r--r--locale/mk_MK/app.po27
-rw-r--r--locale/nb_NO/app.po27
-rw-r--r--locale/nl/app.po27
-rw-r--r--locale/nn/app.po27
-rw-r--r--locale/pl/app.po27
-rw-r--r--locale/pt_BR/app.po31
-rw-r--r--locale/pt_PT/app.po27
-rw-r--r--locale/ro_RO/app.po27
-rw-r--r--locale/sl/app.po27
-rw-r--r--locale/sq/app.po27
-rw-r--r--locale/sr@latin/app.po27
-rw-r--r--locale/sv/app.po27
-rw-r--r--locale/sw_KE/app.po27
-rw-r--r--locale/tr/app.po27
-rw-r--r--locale/uk/app.po27
-rw-r--r--locale/vi/app.po27
-rw-r--r--locale/zh_HK/app.po27
-rwxr-xr-xscript/install-as-user1
-rwxr-xr-xscript/mailin3
-rwxr-xr-xscript/rails-deploy-before-down11
-rw-r--r--spec/helpers/link_to_helper_spec.rb40
-rw-r--r--spec/models/incoming_message_spec.rb10
62 files changed, 964 insertions, 891 deletions
diff --git a/.gitignore b/.gitignore
index 537a7abf2..a4ec2380e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ webrat.log
/db/development_structure.sql
/db/structure.sql
/public/assets
+.vagrant
diff --git a/Gemfile b/Gemfile
index 824b4f1f7..71d90a50c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,7 +7,7 @@ if File.exist? "/etc/debian_version" and File.open("/etc/debian_version").read.s
end
source 'https://rubygems.org'
-gem 'rails', '3.2.16'
+gem 'rails', '3.2.17'
gem 'pg'
diff --git a/Gemfile.lock b/Gemfile.lock
index 492c855c3..c3f994a51 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -18,12 +18,12 @@ GIT
GEM
remote: https://rubygems.org/
specs:
- actionmailer (3.2.16)
- actionpack (= 3.2.16)
+ actionmailer (3.2.17)
+ actionpack (= 3.2.17)
mail (~> 2.5.4)
- actionpack (3.2.16)
- activemodel (= 3.2.16)
- activesupport (= 3.2.16)
+ actionpack (3.2.17)
+ activemodel (= 3.2.17)
+ activesupport (= 3.2.17)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
@@ -31,18 +31,18 @@ GEM
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
- activemodel (3.2.16)
- activesupport (= 3.2.16)
+ activemodel (3.2.17)
+ activesupport (= 3.2.17)
builder (~> 3.0.0)
- activerecord (3.2.16)
- activemodel (= 3.2.16)
- activesupport (= 3.2.16)
+ activerecord (3.2.17)
+ activemodel (= 3.2.17)
+ activesupport (= 3.2.17)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
- activeresource (3.2.16)
- activemodel (= 3.2.16)
- activesupport (= 3.2.16)
- activesupport (3.2.16)
+ activeresource (3.2.17)
+ activemodel (= 3.2.17)
+ activesupport (= 3.2.17)
+ activesupport (3.2.17)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
annotate (2.5.0)
@@ -140,7 +140,7 @@ GEM
thin (~> 1.5.0)
memcache-client (1.8.5)
mime-types (1.25.1)
- multi_json (1.8.2)
+ multi_json (1.8.4)
net-http-local (0.1.2)
net-purge (0.1.0)
net-scp (1.1.1)
@@ -156,7 +156,7 @@ GEM
activerecord (~> 3.0)
railties (~> 3.0)
pg (0.15.1)
- polyglot (0.3.3)
+ polyglot (0.3.4)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
@@ -166,19 +166,19 @@ GEM
rack
rack-test (0.6.2)
rack (>= 1.0)
- rails (3.2.16)
- actionmailer (= 3.2.16)
- actionpack (= 3.2.16)
- activerecord (= 3.2.16)
- activeresource (= 3.2.16)
- activesupport (= 3.2.16)
+ rails (3.2.17)
+ actionmailer (= 3.2.17)
+ actionpack (= 3.2.17)
+ activerecord (= 3.2.17)
+ activeresource (= 3.2.17)
+ activesupport (= 3.2.17)
bundler (~> 1.0)
- railties (= 3.2.16)
+ railties (= 3.2.17)
rails-i18n (0.7.3)
i18n (~> 0.5)
- railties (3.2.16)
- actionpack (= 3.2.16)
- activesupport (= 3.2.16)
+ railties (3.2.17)
+ actionpack (= 3.2.17)
+ activesupport (= 3.2.17)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
@@ -306,7 +306,7 @@ DEPENDENCIES
nokogiri
pg
rack
- rails (= 3.2.16)
+ rails (= 3.2.17)
rails-i18n
rake (= 0.9.2.2)
rdoc
diff --git a/Vagrantfile b/Vagrantfile
new file mode 100644
index 000000000..dcdf1f433
--- /dev/null
+++ b/Vagrantfile
@@ -0,0 +1,87 @@
+# Welcome! Thanks for taking an interest in contributing to Alaveteli.
+# This Vagrantfile should get you started with the minimum of fuss.
+#
+# Usage
+# =====
+#
+# Get a copy of Alaveteli from GitHub and create the Vagrant instance
+#
+# # Host
+# $ git clone git@github.com:mysociety/alaveteli.git
+# $ cd alaveteli
+# $ git submodule update --init
+# $ vagrant --no-color up
+#
+# You should now be able to ssh in to the guest and run the test suite
+#
+# # Host
+# $ vagrant ssh
+#
+# # Guest
+# $ cd /home/vagrant/alaveteli
+# $ bundle exec rake spec
+#
+# Run the rails server and visit the application in your host browser
+# at http://10.10.10.30:3000
+#
+# # Guest
+# bundle exec rails s
+#
+# Customizing the Vagrant instance
+# ================================
+#
+# This Vagrantfile allows customisation of some aspects of the virtaual machine
+# See the customization options below for details.
+#
+# The options can be set either by prefixing the vagrant command, or by
+# exporting to the environment.
+#
+# # Prefixing the command
+# $ ALAVETELI_MEMORY=2048 vagrant up
+#
+# # Exporting to the environment
+# $ export ALAVETELI_MEMORY=2048
+# $ vagrant up
+#
+# Both have the same effect, but exporting will retain the variable for the
+# duration of your shell session.
+#
+# Customization Options
+# =====================
+ALAVETELI_FQDN = ENV['ALAVETELI_VAGRANT_FQDN'] || "alaveteli.10.10.10.30.xip.io"
+ALAVETELI_MEMORY = ENV['ALAVETELI_VAGRANT_MEMORY'] || 1536
+ALAVETELI_THEMES_DIR = ENV['ALAVETELI_THEMES_DIR'] || '../alaveteli-themes'
+
+VAGRANTFILE_API_VERSION = "2"
+
+Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
+ config.vm.box = "precise64"
+ config.vm.box_url = "http://files.vagrantup.com/precise64.box"
+ config.vm.network :private_network, :ip => "10.10.10.30"
+
+ config.vm.synced_folder ".", "/home/vagrant/alaveteli", :owner => "vagrant", :group => "vagrant"
+
+ if File.directory?(ALAVETELI_THEMES_DIR)
+ config.vm.synced_folder ALAVETELI_THEMES_DIR,
+ "/home/vagrant/alaveteli-themes",
+ :owner => "vagrant",
+ :group => "vagrant"
+ end
+
+ config.ssh.forward_agent = true
+
+ # The bundle install fails unless you have quite a large amount of
+ # memory; insist on 1.5GiB:
+ config.vm.provider "virtualbox" do |vb|
+ vb.customize ["modifyvm", :id, "--memory", ALAVETELI_MEMORY]
+ end
+
+ # Fetch and run the install script:
+ config.vm.provision :shell, :inline => "wget -O install-site.sh https://raw.github.com/mysociety/commonlib/master/bin/install-site.sh"
+ config.vm.provision :shell, :inline => "chmod a+rx install-site.sh"
+ config.vm.provision :shell, :inline => "./install-site.sh " \
+ "--dev " \
+ "alaveteli " \
+ "vagrant " \
+ "#{ ALAVETELI_FQDN }"
+end
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb
index a94461758..6445dd685 100644
--- a/app/controllers/request_controller.rb
+++ b/app/controllers/request_controller.rb
@@ -447,9 +447,9 @@ class RequestController < ApplicationController
flash[:notice] = case info_request.calculate_status
when 'waiting_response'
_("<p>Thank you! Hopefully your wait isn't too long.</p> <p>By law, you should get a response promptly, and normally before the end of <strong>
-{{date_response_required_by}}</strong>.</p>",:date_response_required_by=>simple_date(info_request.date_response_required_by))
+{{date_response_required_by}}</strong>.</p>",:date_response_required_by=>view_context.simple_date(info_request.date_response_required_by))
when 'waiting_response_overdue'
- _("<p>Thank you! Hope you don't have to wait much longer.</p> <p>By law, you should have got a response promptly, and normally before the end of <strong>{{date_response_required_by}}</strong>.</p>",:date_response_required_by=>simple_date(info_request.date_response_required_by))
+ _("<p>Thank you! Hope you don't have to wait much longer.</p> <p>By law, you should have got a response promptly, and normally before the end of <strong>{{date_response_required_by}}</strong>.</p>",:date_response_required_by=>view_context.simple_date(info_request.date_response_required_by))
when 'waiting_response_very_overdue'
_("<p>Thank you! Your request is long overdue, by more than {{very_late_number_of_days}} working days. Most requests should be answered within {{late_number_of_days}} working days. You might like to complain about this, see below.</p>", :very_late_number_of_days => AlaveteliConfiguration::reply_very_late_after_days, :late_number_of_days => AlaveteliConfiguration::reply_late_after_days)
when 'not_held'
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb
index 405886a85..bf70f9140 100755
--- a/app/helpers/link_to_helper.rb
+++ b/app/helpers/link_to_helper.rb
@@ -279,13 +279,58 @@ module LinkToHelper
end
end
- # Basic date format
- def simple_date(date)
+ # Public: Usually-correct format for a DateTime-ish object
+ # To define a new new format define the `simple_date_{FORMAT}` method
+ #
+ # date - a DateTime, Date or Time
+ # opts - a Hash of options (default: { format: :html})
+ # :format - :html returns a HTML <time> tag
+ # :text returns a plain String
+ #
+ # Examples
+ #
+ # simple_date(Time.now)
+ # # => "<time>..."
+ #
+ # simple_date(Time.now, :format => :text)
+ # # => "March 10, 2014"
+ #
+ # Returns a String
+ # Raises ArgumentError if the format is unrecognized
+ def simple_date(date, opts = {})
+ opts = { :format => :html }.merge(opts)
+ date_formatter = "simple_date_#{ opts[:format] }"
+
+ if respond_to?(date_formatter)
+ send(date_formatter, date)
+ else
+ raise ArgumentError, "Unrecognised format :#{ opts[:format] }"
+ end
+ end
+
+ # Usually-correct HTML formatting of a DateTime-ish object
+ # Use LinkToHelper#simple_date with desired formatting options
+ #
+ # date - a DateTime, Date or Time
+ #
+ # Returns a String
+ def simple_date_html(date)
+ date = date.in_time_zone unless date.is_a? Date
+ time_tag date, simple_date_text(date), :title => date.to_s
+ end
+
+ # Usually-correct plain text formatting of a DateTime-ish object
+ # Use LinkToHelper#simple_date with desired formatting options
+ #
+ # date - a DateTime, Date or Time
+ #
+ # Returns a String
+ def simple_date_text(date)
date = date.in_time_zone.to_date unless date.is_a? Date
date_format = _("simple_date_format")
date_format = :long if date_format == "simple_date_format"
- return I18n.l(date, :format => date_format)
+ I18n.l(date, :format => date_format)
end
def simple_time(date)
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb
index 59e61952e..6db145348 100644
--- a/app/models/incoming_message.rb
+++ b/app/models/incoming_message.rb
@@ -35,7 +35,7 @@
require 'htmlentities'
require 'rexml/document'
require 'zip/zip'
-require 'iconv' unless RUBY_VERSION >= '1.9'
+require 'iconv' unless String.method_defined?(:encode)
class IncomingMessage < ActiveRecord::Base
extend MessageProminence
@@ -294,7 +294,7 @@ class IncomingMessage < ActiveRecord::Base
emails = ascii_chars.scan(MySociety::Validate.email_find_regexp)
# Convert back to UCS-2, making a mask at the same time
- if RUBY_VERSION >= '1.9'
+ if String.method_defined?(:encode)
emails.map! do |email|
# We want the ASCII representation of UCS-2
[email[0].encode('UTF-16LE').force_encoding('US-ASCII'),
@@ -520,7 +520,7 @@ class IncomingMessage < ActiveRecord::Base
# should instead tell elinks to respect the source
# charset
use_charset = "utf-8"
- if RUBY_VERSION.to_f >= 1.9
+ if String.method_defined?(:encode)
begin
text.encode('utf-8')
rescue Encoding::UndefinedConversionError, Encoding::InvalidByteSequenceError
@@ -551,7 +551,7 @@ class IncomingMessage < ActiveRecord::Base
end
def _sanitize_text(text)
- if RUBY_VERSION.to_f >= 1.9
+ if String.method_defined?(:encode)
begin
# Test if it's good UTF-8
text.encode('utf-8')
@@ -796,27 +796,28 @@ class IncomingMessage < ActiveRecord::Base
return self.cached_attachment_text_clipped
end
- def _get_attachment_text_internal
+ def _extract_text
# Extract text from each attachment
- text = ''
- attachments = self.get_attachments_for_display
- for attachment in attachments
- text += MailHandler.get_attachment_text_one_file(attachment.content_type,
+ self.get_attachments_for_display.reduce(''){ |memo, attachment|
+ memo += MailHandler.get_attachment_text_one_file(attachment.content_type,
attachment.body,
attachment.charset)
- end
+ }
+ end
+
+ def _get_attachment_text_internal
+ text = self._extract_text
# Remove any bad characters
- if RUBY_VERSION >= '1.9'
- text.encode("utf-8", :invalid => :replace,
- :undef => :replace,
- :replace => "")
+ if String.method_defined?(:encode)
+ # handle "problematic" encoding
+ text.encode!('UTF-16', 'UTF-8', :invalid => :replace, :undef => :replace, :replace => '')
+ text.encode('UTF-8', 'UTF-16')
else
Iconv.conv('utf-8//IGNORE', 'utf-8', text)
end
end
-
# Returns text for indexing
def get_text_for_indexing_full
return get_body_for_quoting + "\n\n" + get_attachment_text_full
diff --git a/app/models/public_body_change_request.rb b/app/models/public_body_change_request.rb
index c1f395c0c..0e59cbecc 100644
--- a/app/models/public_body_change_request.rb
+++ b/app/models/public_body_change_request.rb
@@ -75,7 +75,8 @@ class PublicBodyChangeRequest < ActiveRecord::Base
def thanks_notice
if self.public_body
- _("Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.")
+ _("Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon.",
+ :public_body_name => get_public_body_name)
else
_("Your request to add an authority has been sent. Thank you for getting in touch! We'll get back to you soon.")
end
@@ -89,12 +90,12 @@ class PublicBodyChangeRequest < ActiveRecord::Base
end
def comment_for_public_body
- comments = [_("Requested by: #{get_user_name} (#{get_user_email})")]
+ comments = ["Requested by: #{get_user_name} (#{get_user_email})"]
if !source_url.blank?
- comments << _("Source URL: #{source_url}")
+ comments << "Source URL: #{source_url}"
end
if !notes.blank?
- comments << _("Notes: #{notes}")
+ comments << "Notes: #{notes}"
end
comments.join("\n")
end
diff --git a/app/views/comment/_single_comment.text.erb b/app/views/comment/_single_comment.text.erb
index 925e8b688..4932a7e4a 100644
--- a/app/views/comment/_single_comment.text.erb
+++ b/app/views/comment/_single_comment.text.erb
@@ -1,2 +1,2 @@
-<%= _("{{username}} left an annotation:", :username =>comment.user.name) %> (<%= simple_date(comment.created_at || Time.now) %>)
+<%= _("{{username}} left an annotation:", :username =>comment.user.name) %> (<%= simple_date((comment.created_at || Time.now), :format => :text) %>)
<%= comment.body.strip %>
diff --git a/app/views/request/_outgoing_correspondence.text.erb b/app/views/request/_outgoing_correspondence.text.erb
index 5375ef81b..221e359e2 100644
--- a/app/views/request/_outgoing_correspondence.text.erb
+++ b/app/views/request/_outgoing_correspondence.text.erb
@@ -3,6 +3,6 @@
<%- else %>
<%= _('From:') %> <% if @info_request.user_name %><%= @info_request.user_name %><% else %><%= "[#{_('An anonymous user')}]"%><% end %>
<%= _('To:') %> <%= @info_request.public_body.name %>
- <%= _('Date:') %> <%= simple_date(info_request_event.created_at) %>
+ <%= _('Date:') %> <%= simple_date(info_request_event.created_at, :format => :text) %>
<%= outgoing_message.get_body_for_text_display %>
<%- end %>
diff --git a/app/views/request/_resent_outgoing_correspondence.text.erb b/app/views/request/_resent_outgoing_correspondence.text.erb
index d645e9488..d39f8395b 100644
--- a/app/views/request/_resent_outgoing_correspondence.text.erb
+++ b/app/views/request/_resent_outgoing_correspondence.text.erb
@@ -1,2 +1,2 @@
-<%= _('Date:') %> <%= simple_date(info_request_event.created_at) %>
+<%= _('Date:') %> <%= simple_date(info_request_event.created_at, :format => :text) %>
Sent <% if outgoing_message.message_type == 'initial_request' %> request <% elsif outgoing_message.message_type == 'followup' %> a follow up <% else %> <% raise "unknown message_type" %><% end %> to <%= public_body_link(@info_request.public_body) %> again<% if not info_request_event.same_email_as_previous_send? %>, using a new contact address<% end %>.
diff --git a/app/views/track_mailer/event_digest.text.erb b/app/views/track_mailer/event_digest.text.erb
index 8dbc7fe06..b83c184f0 100644
--- a/app/views/track_mailer/event_digest.text.erb
+++ b/app/views/track_mailer/event_digest.text.erb
@@ -32,7 +32,7 @@
else
raise "unknown type in event_digest " + event.event_type
end
- main_text += " (" + simple_date(event.created_at) + ")\n"
+ main_text += " (" + simple_date(event.created_at, :format => :text) + ")\n"
# Main text, wrapped, words highlighted with * and indented.
if event.is_outgoing_message?
diff --git a/config/Vagrantfile b/config/Vagrantfile
deleted file mode 100644
index 4253215fc..000000000
--- a/config/Vagrantfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# This Vagrantfile should be used with the --no-color option, e.g.
-# vagrant --no-color up
-# Then you should be able to visit the site at:
-# http://alaveteli.10.10.10.30.xip.io
-
-Vagrant::Config.run do |config|
- config.vm.box = "precise64"
- config.vm.box_url = "http://files.vagrantup.com/precise64.box"
- config.vm.network :hostonly, "10.10.10.30"
- # The bundle install fails unless you have quite a large amount of
- # memory; insist on 1.5GiB:
- config.vm.customize ["modifyvm", :id, "--memory", 1536]
- # Fetch and run the install script:
- config.vm.provision :shell, :inline => "wget -O install-site.sh https://raw.github.com/mysociety/commonlib/master/bin/install-site.sh"
- config.vm.provision :shell, :inline => "chmod a+rx install-site.sh"
- # This is only needed before the install-script branch is merged to
- # master:
- config.vm.provision :shell, :inline => "sed -i -e 's/BRANCH=master/BRANCH=install-script/' install-site.sh"
- config.vm.provision :shell, :inline => "./install-site.sh " \
- "alaveteli " \
- "alaveteli " \
- "alaveteli.10.10.10.30.xip.io"
-end
diff --git a/config/general.yml-example b/config/general.yml-example
index 2b68721a5..ec9bdb6b5 100644
--- a/config/general.yml-example
+++ b/config/general.yml-example
@@ -215,6 +215,10 @@ USE_MAILCATCHER_IN_DEVELOPMENT: true
# config.action_controller.perform_caching is set to true
CACHE_FRAGMENTS: true
+# The default bundle path is vendor/bundle; you can set this option to
+# change it.
+BUNDLE_PATH: vendor/bundle
+
# In some deployments of Alaveteli you may wish to install each newly
# deployed version alongside the previous ones, in which case certain
# files and resources should be shared between these installations:
diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb
index 6df1823a5..c7672d05b 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.16'
+ALAVETELI_VERSION = '0.17'
# Add new inflection rules using the following format
# (all these examples are active by default):
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 70571dbfa..8940cd78b 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -1,18 +1,49 @@
-# rails-3-develop
+# Version 0.17
## Highlighted features
+* There is some initial support for making a request to multiple
+ authorities at once.
* There is a new form for users to request that a new authority should
be added, or to request an update to the contact email used for an
authority. Site admins are emailed about these requests, and can
resolve them from the admin interface.
+* For attachments where we rely on Google Document Viewer to display the
+ HTML version, link to the HTTPS version where the Alaveteli site is
+ served over HTTPS to avoid mixed content warnings and non display in
+ some browsers (Matthew Somerville).
+* The 'view requests' page now has some fragment caching backed by
+ memcached to speed up serving commonly used lists of requests - e.g
+ all successful requests. Like the caching introduced in release 0.16,
+ this is controlled by the `CACHE_FRAGMENTS` parameter in the config
+ file and will be on by default.
+* A user's annotations can now be seen on their admin page (Andrew
+ Black)
+* Better detection of the quoted text of a previous email in the HTML
+ parts of responses.
+* Fixed bugs in the profile photos (György Peng), calendar translations
+ (Mark Longair), the use of external utilities (Ian Chard), the
+ internal admin authority locale handling (Mark Longair), badly formed
+ attachment handling (Rowan Crawford).
## Upgrade notes
+* To use the batch request functionality, set the `ALLOW_BATCH_REQUESTS`
+ parameter to `true` in your config file. Once this is done, and the
+ install has been restarted, any user for whom 'Can make batch
+ requests' is checked in the admin interface should see a new link on
+ the 'Select an authority' page that allows them to make a batch
+ request.
* If your theme overrides the help/requesting template, you should
update the link in the section on requesting new authorities so the
link points to `<%= new_change_request_path %>` instead of `<%=
help_contact_path %>`.
+* If your site runs over HTTPS, some cached attachments may still
+ contain links to Google Document Viewer with 'http', not 'https'. You
+ can clear the cached attachments after upgrade, and they will be
+ created with links that use the correct protocol.
+* This release includes an update to the commonlib submodule - you
+ should be warned about this when running rails-post-deploy.
# Version 0.16
diff --git a/locale/aln/app.po b/locale/aln/app.po
index 2a40c3014..aeb42da13 100644
--- a/locale/aln/app.po
+++ b/locale/aln/app.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -103,18 +103,6 @@ msgstr ""
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1365,6 +1353,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3346,6 +3340,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/app.pot b/locale/app.pot
index ad023524a..c0ad2ecfc 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-01-30 17:09+0000\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\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"
@@ -100,18 +100,6 @@ msgstr ""
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1362,6 +1350,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3343,6 +3337,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
@@ -3784,9 +3781,3 @@ msgstr ""
msgid "{{user}} made this {{law_used_full}} request"
msgstr ""
-
-msgid "Make a new FOI request"
-msgstr ""
-
-msgid "Make a new EIR request"
-msgstr ""
diff --git a/locale/ar/app.po b/locale/ar/app.po
index 70a4872a8..768e82a66 100644
--- a/locale/ar/app.po
+++ b/locale/ar/app.po
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -108,18 +108,6 @@ msgstr " عندما تقومون ببعث هذه الرسالة ."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"مرحباً! لدينا <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">رسالة هامة</a> لالزائرين من خارج {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "إحصائيات الجريمة ب\"ويلز\" حسب مقياس \"وارد\" التفاضلي "
@@ -1374,6 +1362,12 @@ msgstr "الدخول لبريد الخادم|الترتيب"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "اضف<br/>\\n <strong>لحرية<span>of</span><br/>\\n النفاذ للمعلومة<br/>\\n طلبا جديدا</strong>"
@@ -3375,6 +3369,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/bg/app.po b/locale/bg/app.po
index 12fc410af..ab743bbf7 100644
--- a/locale/bg/app.po
+++ b/locale/bg/app.po
@@ -5,14 +5,15 @@
# Translators:
# antitoxic <antitoxic@gmail.com>, 2013
# antitoxic <antitoxic@gmail.com>, 2013
+# 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-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-03-01 08:10+0000\n"
+"Last-Translator: Valentin Laskov <laskov@festa.bg>\n"
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/alaveteli/language/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -24,7 +25,7 @@ msgid " This will appear on your {{site_name}} profile, to make it\\n
msgstr "Това ще се появи в профила Ви в {{site_name}}, за да\\n улесни останалите да се включат в това, което правите."
msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)"
-msgstr ""
+msgstr " (<strong>не се карайте</strong> на политиците, прочетете нашата <a href=\"{{url}}\">политика за модериране</a>)"
msgid " (<strong>patience</strong>, especially for large files, it may take a while!)"
msgstr " (<strong>търпение</strong>, особено за големи файлове, може да отнеме време!)"
@@ -39,10 +40,10 @@ msgid " - wall"
msgstr " - стена"
msgid " < "
-msgstr ""
+msgstr " < "
msgid " << "
-msgstr ""
+msgstr " << "
msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password."
msgstr " <strong>Бележка:</strong>\\n Ще Ви изпратим имейл. Следвайте инструкциите в него за да смените\\n Вашата парола."
@@ -54,10 +55,10 @@ msgid " <strong>Summarise</strong> the content of any information returned. "
msgstr " <strong>Обобщете</strong> съдържанието на каквато и да е върната информация. "
msgid " > "
-msgstr ""
+msgstr " > "
msgid " >> "
-msgstr ""
+msgstr " >> "
msgid " Advise on how to <strong>best clarify</strong> the request."
msgstr " Съветвайте как <strong>най-ясно да се състави</strong> заявлението."
@@ -104,18 +105,6 @@ msgstr " когато изпратите това съобщение."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Здравейте! Имаме <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">важно съобщение</a> за посетители извън {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Криминална статистика на ниво квартал за София област'"
@@ -132,13 +121,13 @@ msgid "'{{link_to_user}}', a person"
msgstr "'{{link_to_user}}', личност"
msgid "(hide)"
-msgstr ""
+msgstr "(скрий)"
msgid "(or <a href=\"{{url}}\">sign in</a>)"
-msgstr ""
+msgstr "(или <a href=\"{{url}}\">влезте</a>)"
msgid "(show)"
-msgstr ""
+msgstr "(покажи)"
msgid "*unknown*"
msgstr "*неизвестен*"
@@ -153,7 +142,7 @@ msgid "1. Select an authority"
msgstr "1. Изберете орган"
msgid "1. Select authorities"
-msgstr ""
+msgstr "1. Изберете органи"
msgid "2. Ask for Information"
msgstr "2. Поискайте информация"
@@ -222,7 +211,7 @@ msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</stron
msgstr "<p>Вашето заявление за {{law_used_full}} беше <strong>изпратено по пътя му</strong>!</p>\\n <p><strong>Ще Ви изпратим имейл,</strong> когато има отговор, или след {{late_number_of_days}} работни дни ако органът все още не е\\n отговорил дотогава.</p>\\n <p>Ако Вие пишете за това заявление (във форум или блог например), молим, поставете връзка към тази страница и добавете\\n коментар по-долу, информиращ читателите за написаното.</p>"
msgid "<p>Your {{law_used_full}} requests will be <strong>sent</strong> shortly!</p>\\n <p><strong>We will email you</strong> when they have been sent.\\n We will also email you when there is a response to any of them, or after {{late_number_of_days}} working days if the authorities still haven't\\n replied by then.</p>\\n <p>If you write about these requests (for example in a forum or a blog) please link to this page.</p>"
-msgstr ""
+msgstr "<p>Вашите заявления за {{law_used_full}} ще бъдат <strong>изпратени</strong> скоро!</p>\\n <p><strong>Ще Ви изпратим имейл,</strong>\\nкогато това стане. Ние също ще Ви уведомяваме с имейл всеки път, когато някой от тях отговори, или след {{late_number_of_days}} работни дни, ако органите все още не са отговорили дотогава.</p>\\n <p>Ако Вие пишете за тези заявления (напр. във форум или блог), молим, поставете връзка към тази страница.</p>"
msgid "<p>{{site_name}} is currently in maintenance. You can only view existing requests. You cannot make new ones, add followups or annotations, or otherwise change the database.</p> <p>{{read_only}}</p>"
msgstr "<p>{{site_name}} в момента е в профилактика. Вие може само да разглеждате съществуващи заявления. Не можете да създавате нови, да добавяте последващи съобщения или коментари, иначе казано, да променяте базата данни.</p> <p>{{read_only}}</p>"
@@ -357,10 +346,10 @@ msgid "Add an annotation to your request with choice quotes, or\\n
msgstr "Добавете коментар към Вашето Заявление с избрани цитати, или\\n <strong>обобщение на отговора</strong>."
msgid "Add authority - {{public_body_name}}"
-msgstr ""
+msgstr "Добавяне на орган - {{public_body_name}}"
msgid "Add the authority:"
-msgstr ""
+msgstr "Добавяне на органа:"
msgid "Added on {{date}}"
msgstr "Добавено на {{date}}"
@@ -411,7 +400,7 @@ msgid "An <strong>error message</strong> has been received"
msgstr "Беше получено <strong>съобщение за грешка</strong>"
msgid "An Environmental Information Regulations request"
-msgstr ""
+msgstr "Заявление по Закона за опазване на околната среда"
msgid "An anonymous user"
msgstr "Анонимен потребител"
@@ -447,13 +436,13 @@ msgid "Ask for <strong>specific</strong> documents or information, this site is
msgstr "Питайте за <strong>конкретни</strong> документи или информация, този сайт не е подходящ за запитвания от общ характер."
msgid "Ask us to add an authority"
-msgstr ""
+msgstr "Поискайте да добавим орган"
msgid "Ask us to update FOI email"
-msgstr ""
+msgstr "Поискайте да обновим имейла за ДдИ"
msgid "Ask us to update the email address for {{public_body_name}}"
-msgstr ""
+msgstr "Поискайте да обновим имейл адреса на {{public_body_name}}"
msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"{{url}}\">more details</a>)."
msgstr "В дъното на тази страница, им напишете отговор, като се опитате да ги убедите,\\n да го сканират (<a href=\"{{url}}\">по-детайлно</a>)."
@@ -465,10 +454,10 @@ msgid "Attachment:"
msgstr "Прикачени файлове:"
msgid "Authority email:"
-msgstr ""
+msgstr "Имейл на органа:"
msgid "Authority:"
-msgstr ""
+msgstr "Орган:"
msgid "Awaiting classification."
msgstr "Чака класифициране."
@@ -480,7 +469,7 @@ msgid "Awaiting response."
msgstr "Чака отговор."
msgid "Batch created by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Размножено заявление, създадено от {{info_request_user}} на {{date}}."
msgid "Beginning with"
msgstr "Започващи с"
@@ -561,7 +550,7 @@ msgid "Change your password {{site_name}}"
msgstr "Промяна на паролата Ви {{site_name}}"
msgid "Charity registration"
-msgstr ""
+msgstr "Регистрация на фондацията"
msgid "Check for mistakes if you typed or copied the address."
msgstr "Проверете за грешки ако сте написали или копирали адреса."
@@ -570,7 +559,7 @@ msgid "Check you haven't included any <strong>personal information</strong>."
msgstr "Уверете се, че не сте включили никакви <strong>лични данни</strong>."
msgid "Choose a reason"
-msgstr ""
+msgstr "Изберете причина"
msgid "Choose your profile photo"
msgstr "Изберете снимка за профила Ви"
@@ -582,7 +571,7 @@ msgid "Clarify your FOI request - "
msgstr "Пояснете Вашето Заявление за ДдИ - "
msgid "Classify an FOI response from "
-msgstr ""
+msgstr "Класифициране на отговор за ДдИ от "
msgid "Clear photo"
msgstr "Премахни снимката"
@@ -597,7 +586,7 @@ msgid "Close"
msgstr "Затвори"
msgid "Close the request and respond:"
-msgstr ""
+msgstr "Затвори заявлението и отговори:"
msgid "Comment"
msgstr "Коментар"
@@ -633,7 +622,7 @@ msgid "Confirm you want to follow the request '{{request_title}}'"
msgstr "Потвърдете, че искате да следвате заявлението '{{request_title}}'"
msgid "Confirm your FOI request to {{public_body_name}}"
-msgstr ""
+msgstr "Потвърдете Вашето Заявление за ДдИ до {{public_body_name}}"
msgid "Confirm your account on {{site_name}}"
msgstr "Потвърдете Вашия акаунт в {{site_name}}"
@@ -660,10 +649,10 @@ msgid "Contact {{site_name}}"
msgstr "Връзка с {{site_name}}"
msgid "Contains defamatory material"
-msgstr ""
+msgstr "Съдържа клеветнически материал"
msgid "Contains personal information"
-msgstr ""
+msgstr "Съдържа лична информация"
msgid "Could not identify the request from the email address"
msgstr "Не е възможно да се разпознае заявлението по имейл адреса "
@@ -672,7 +661,7 @@ msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and
msgstr "Не мога да определя файла с изображението, който качихте. Поддържат се PNG, JPEG, GIF и много други популярни файлови формати."
msgid "Created by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Създадено от {{info_request_user}} на {{date}}."
msgid "Crop your profile photo"
msgstr "Изрязване на снимката Ви в профила"
@@ -687,7 +676,7 @@ msgid "Date:"
msgstr "Дата:"
msgid "Dear [Authority name],"
-msgstr ""
+msgstr "Уважаеми [Authority name],"
msgid "Dear {{name}},"
msgstr "Уважаеми {{name}},"
@@ -696,13 +685,13 @@ msgid "Dear {{public_body_name}},"
msgstr "Уважаеми {{public_body_name}},"
msgid "Dear {{user_name}},"
-msgstr ""
+msgstr "Уважаеми {{user_name}},"
msgid "Default locale"
msgstr ""
msgid "Defunct."
-msgstr ""
+msgstr "Неработещ."
msgid "Delayed response to your FOI request - "
msgstr "Закъснява отговорът на Вашето заявление за ДдИ - "
@@ -732,7 +721,7 @@ msgid "Disclosure log URL"
msgstr ""
msgid "Don't have a superuser account yet?"
-msgstr ""
+msgstr "Все още нямате акаунт на суперпотребител?"
msgid "Don't want to address your message to {{person_or_body}}? You can also write to:"
msgstr "Не искате да адресирате Вашето писмо до {{person_or_body}}? Може да пишете също до:"
@@ -777,7 +766,7 @@ msgid "Email me future updates to this request"
msgstr "Пращай ми по имейл новите неща към това заявление"
msgid "Email:"
-msgstr ""
+msgstr "Имейл:"
msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>"
msgstr "Въведете думите, които искате да търсите, разделени с интервали, напр. <strong>пътека за катерене</strong>"
@@ -786,13 +775,13 @@ msgid "Enter your response below. You may attach one file (use email, or\\n <a
msgstr "Въведете Вашия отговор по-долу. Можете да прикрепите един файл\\n (ползвайте имейл, или <a href=\"{{url}}\">се свържете с нас</a> ако е нужно да са повече)."
msgid "Environmental Information Regulations"
-msgstr ""
+msgstr "Законодателство за информация за околната среда"
msgid "Environmental Information Regulations requests made"
-msgstr ""
+msgstr "Заявлението по Закона за опазване на околната среда е направено"
msgid "Environmental Information Regulations requests made using this site"
-msgstr ""
+msgstr "Заявления по Закона за опазване на околната среда, направени чрез този сайт"
msgid "Event history"
msgstr "История на събитията"
@@ -894,7 +883,7 @@ msgid "Follow this link to see the request:"
msgstr "Последвайте тази връзка за да видите заявлението:"
msgid "Follow this link to see the requests:"
-msgstr ""
+msgstr "Последвайте тази препратка, за да видите заявленията:"
msgid "Follow this person"
msgstr "Следвай този потребител"
@@ -1268,10 +1257,10 @@ msgid "InfoRequest|Url title"
msgstr ""
msgid "Information not held."
-msgstr ""
+msgstr "Органът не разполага с такава информация."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
-msgstr ""
+msgstr "Информация за емисии и изтичания (напр. шум, енергии,\\n радиация, замърсяващи продукти)"
msgid "Internal review request"
msgstr "Заявление за вътрешно разглеждане"
@@ -1346,10 +1335,10 @@ msgid "Made between"
msgstr "Направено между"
msgid "Mail server log"
-msgstr ""
+msgstr "Журнал на пощенския сървър"
msgid "Mail server log done"
-msgstr ""
+msgstr "Журналът на пощенския сървър е готов"
msgid "MailServerLogDone|Filename"
msgstr ""
@@ -1364,7 +1353,13 @@ msgid "MailServerLog|Order"
msgstr ""
msgid "Make a batch request"
-msgstr ""
+msgstr "Направете размножено заявление"
+
+msgid "Make a new EIR request"
+msgstr "Ново заявление за околната среда"
+
+msgid "Make a new FOI request"
+msgstr "Ново заявление за ДдИ"
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "Създаване на ново<br/>\\n <strong>Заявление <span>за</span><br/>\\n Достъп до<br/>\\n Информация</strong>"
@@ -1373,16 +1368,16 @@ msgid "Make a request"
msgstr "Създаване на заявление"
msgid "Make a request to these authorities"
-msgstr ""
+msgstr "Направете заявление до тези органи"
msgid "Make a request to this authority"
msgstr "Направете заявление към този орган"
msgid "Make an {{law_used_short}} request"
-msgstr ""
+msgstr "Направете заявление за {{law_used_short}}"
msgid "Make an {{law_used_short}} request to '{{public_body_name}}'"
-msgstr "Създаване на {{law_used_short}} заявление до '{{public_body_name}}'"
+msgstr "Създаване на Заявление за {{law_used_short}} до '{{public_body_name}}'"
msgid "Make and browse Freedom of Information (FOI) requests"
msgstr "Създаване и разглеждане на заявления за Достъп до информация (ДдИ)"
@@ -1463,7 +1458,7 @@ msgid "New response to your request"
msgstr "Нов отговор на Вашето заявление"
msgid "New response to {{law_used_short}} request"
-msgstr "Нов отговор на {{law_used_short}} заявление"
+msgstr "Нов отговор на заявление за {{law_used_short}}"
msgid "New updates for the request '{{request_title}}'"
msgstr "Новости по заявлението '{{request_title}}'"
@@ -1487,7 +1482,7 @@ msgid "No similar requests found."
msgstr "Няма намерени подобни резултати."
msgid "No tracked things found."
-msgstr ""
+msgstr "Не са намерени следени неща."
msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet."
msgstr "До {{public_body_name}} все още никой не е отправил заявление за Достъп до информация чрез този сайт."
@@ -1502,13 +1497,13 @@ msgid "Not a valid FOI request"
msgstr "Не е валидно Заявление за ДдИ"
msgid "Not a valid request"
-msgstr ""
+msgstr "Невалидно заявление"
msgid "Note that the requester will not be notified about your annotation, because the request was published by {{public_body_name}} on their behalf."
msgstr "Имайте предвид, че заявителят няма да бъде уведомен за коментара Ви, понеже заявлението бе публикувано от {{public_body_name}} от тяхно име."
msgid "Notes:"
-msgstr ""
+msgstr "Бележки:"
msgid "Now check your email!"
msgstr "Сега си проверете пощата!"
@@ -1556,7 +1551,7 @@ msgid "One public authority found"
msgstr "Един публичен орган е намерен"
msgid "Only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL – don't worry about breaking URLs through renaming, as the history is used to redirect"
-msgstr ""
+msgstr "Поставете само реално използвана абревиатура или оставете празно. Късото или дълго име се ползват в URL-а – Не се притеснявайте, че с преименоването ще счупите URL-и, понеже за пренасочване се ползва историята"
msgid "Only requests made using {{site_name}} are shown."
msgstr "Показани са само заявленията, направени чрез {{site_name}}."
@@ -1568,7 +1563,7 @@ msgid "Only the authority can reply to this request, but there is no \"From\" ad
msgstr "Само органът може да отговори на това заявление, но няма адрес на подателя, за да го проверя"
msgid "Or make a <a href=\"{{url}}\">batch request</a> to <strong>multiple authorities</strong> at once."
-msgstr ""
+msgstr "Или направете <a href=\"{{url}}\">размножено заявление</a> до <strong>няколко органа</strong> наведнъж."
msgid "Or search in their website for this information."
msgstr "Или потърсете в техния уеб сайт за тази информация."
@@ -1577,7 +1572,7 @@ msgid "Original request sent"
msgstr "Оригиналното заявление е изпратено"
msgid "Other"
-msgstr ""
+msgstr "Друг"
msgid "Other:"
msgstr "Друг:"
@@ -1637,13 +1632,13 @@ msgid "Photo of you:"
msgstr "Ваша снимка:"
msgid "Plans and administrative measures that affect these matters"
-msgstr ""
+msgstr "Планове и административни мерки, които засягат тези въпроси"
msgid "Play the request categorisation game"
-msgstr ""
+msgstr "Игра за категоризиране на заявления"
msgid "Play the request categorisation game!"
-msgstr ""
+msgstr "Изиграйте едно категоризиране на заявления!"
msgid "Please"
msgstr "Молим"
@@ -1715,7 +1710,7 @@ msgid "Please enter the message you want to send"
msgstr "Моля, въведете съобщението, което искате да изпратите"
msgid "Please enter the name of the authority"
-msgstr ""
+msgstr "Моля, въведете името на органа"
msgid "Please enter the same password twice"
msgstr "Моля, въведете еднаква парола на двете места"
@@ -1760,13 +1755,13 @@ msgid "Please only request information that comes under those categories, <stron
msgstr "Молим, искайте само информация, която попада в тези категории, <strong>не си губете\\n времето</strong> или времето на публичния орган с искане на несвързана информация."
msgid "Please pass this on to the person who conducts Freedom of Information reviews."
-msgstr ""
+msgstr "Моля, предайте това на този, който провежда прегледите по Достъп до Информация."
msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not."
msgstr "Моля, влезте във всяко от тези заявления по ред и <strong>дайте мнението си</strong>\\nдали вече са успешни или не."
msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature"
-msgstr ""
+msgstr "Моля, подпишете долу с Вашето име, или променете \"{{signoff}}\" подписа"
msgid "Please sign in as "
msgstr "Моля, влезте като "
@@ -1775,7 +1770,7 @@ msgid "Please sign in or make a new account."
msgstr "Моля, влезте или създайте нова регистрация."
msgid "Please tell us more:"
-msgstr ""
+msgstr "Молим, кажете ни повече:"
msgid "Please type a message and/or choose a file containing your response."
msgstr "Моля, напишете съобщение и/или посочете файл, съдържащ Вашия отговор."
@@ -1844,10 +1839,10 @@ msgid "Preview new annotation on '{{info_request_title}}'"
msgstr "Преглед на новия коментар към '{{info_request_title}}'"
msgid "Preview new {{law_used_short}} request"
-msgstr ""
+msgstr "Преглед на новото заявление за {{law_used_short}}"
msgid "Preview new {{law_used_short}} request to '{{public_body_name}}"
-msgstr ""
+msgstr "Преглед на новото Заявление за {{law_used_short}} до '{{public_body_name}}"
msgid "Preview your annotation"
msgstr "Преглед на коментара Ви"
@@ -1901,7 +1896,7 @@ msgid "Public bodies with the most successful requests"
msgstr "Публични органи с най-много успешни заявления"
msgid "Public body"
-msgstr ""
+msgstr "Публичен орган"
msgid "Public body change request"
msgstr ""
@@ -2027,7 +2022,7 @@ msgid "Received an error message, such as delivery failure."
msgstr "Получено е съобщение за грешка, подобно на грешка при доставяне."
msgid "Recently described results first"
-msgstr ""
+msgstr "Първо последно описаните резултати"
msgid "Refused."
msgstr "Отказано."
@@ -2051,7 +2046,7 @@ msgid "Reported for administrator attention."
msgstr "Докладвано на вниманието на администратор."
msgid "Reporting a request notifies the site administrators. They will respond as soon as possible."
-msgstr ""
+msgstr "Докладването на заявление уведомява администраторите на сайта. Те ще отговорят възможно най-скоро."
msgid "Request an internal review"
msgstr "Искане на вътрешно разглеждане"
@@ -2063,7 +2058,7 @@ msgid "Request email"
msgstr "Поискай имейл"
msgid "Request for personal information"
-msgstr ""
+msgstr "Заявление за лична информация"
msgid "Request has been removed"
msgstr "Заявлението беше премахнато"
@@ -2099,7 +2094,7 @@ msgid "Requests similar to '{{request_title}}' (page {{page}})"
msgstr "Заявления, подобни на '{{request_title}}' (стр. {{page}})"
msgid "Requests will be sent to the following bodies:"
-msgstr ""
+msgstr "Заявления ще бъдат изпратени до следните органи:"
msgid "Respond by email"
msgstr "Отговорете с имейл"
@@ -2153,7 +2148,7 @@ msgid "Search contributions by this person"
msgstr "Търсене в допринесеното от този потребител"
msgid "Search for the authorities you'd like information from:"
-msgstr ""
+msgstr "Търсене на органите, от които ще искате информация:"
msgid "Search for words in:"
msgstr "Търси думите в:"
@@ -2182,13 +2177,13 @@ msgid "Search your contributions"
msgstr "Търсене в допринесеното от Вас"
msgid "See bounce message"
-msgstr ""
+msgstr "Вижте върнатото съобщение"
msgid "Select one to see more information about the authority."
msgstr "Изберете някой, за да видите повече информация за органа."
msgid "Select the authorities to write to"
-msgstr ""
+msgstr "Изберете органите, на които ще пишете"
msgid "Select the authority to write to"
msgstr "Изберете органа, на който ще пишете"
@@ -2219,8 +2214,8 @@ msgstr "Изпращане на заявление"
msgid "Sent to one authority by {{info_request_user}} on {{date}}."
msgid_plural "Sent to {{authority_count}} authorities by {{info_request_user}} on {{date}}."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Изпратено до един орган от {{info_request_user}} на {{date}}."
+msgstr[1] "Изпратено до {{authority_count}} органа от {{info_request_user}} на {{date}}."
msgid "Set your profile photo"
msgstr "Задайте снимка за профила Ви"
@@ -2244,7 +2239,7 @@ msgid "Sign in"
msgstr "Влизане"
msgid "Sign in as the emergency user"
-msgstr ""
+msgstr "Влизане като аварийния потребител"
msgid "Sign in or make a new account"
msgstr "Вход или нова регистрация"
@@ -2295,10 +2290,10 @@ msgid "Sorry, we couldn't find that page"
msgstr "Съжаляваме, не можахме да намерим тази страница"
msgid "Source URL:"
-msgstr ""
+msgstr "URL източник:"
msgid "Source:"
-msgstr ""
+msgstr "Източник:"
msgid "Special note for this authority!"
msgstr "Специална забележка за този орган!"
@@ -2325,7 +2320,7 @@ msgid "Submit"
msgstr "Изпрати"
msgid "Submit request"
-msgstr ""
+msgstr "Подаване на заявлението"
msgid "Submit status"
msgstr ""
@@ -2391,10 +2386,10 @@ msgid "Thanks for helping - your work will make it easier for everyone to find s
msgstr "Благодарим за помощта - работата Ви ще улесни всички в намирането на успешните\\nотговори и ще ни помогне да поддържаме класациите..."
msgid "Thanks for your suggestion to add {{public_body_name}}. It's been added to the site here:"
-msgstr ""
+msgstr "Благодарим за предложението Ви да добавим {{public_body_name}}. Ето къде в сайта беше добавен той:"
msgid "Thanks for your suggestion to update the email address for {{public_body_name}} to {{public_body_email}}. This has now been done and any new requests will be sent to the new address."
-msgstr ""
+msgstr "Благодарим за предложението Ви да обновим имейл адреса за {{public_body_name}} на {{public_body_email}}. Това беше направено сега и всякакви нови заявления ще бъдат изпращани до новия адрес."
msgid "Thanks very much - this will help others find useful stuff. We'll\\n also, if you need it, give advice on what to do next about your\\n requests."
msgstr "Благодарим Ви много - това ще помогне на всички в намирането на\\n полезно съдържание. Също, ако желаете, можем да Ви посъветваме за\\n следващата Ви стъпка с Вашето Заявление."
@@ -2412,7 +2407,7 @@ msgid "The Freedom of Information Act <strong>does not apply</strong> to"
msgstr "Законът за Достъп до обществена информация <strong>не се прилага</strong> за"
msgid "The URL where you found the email address. This field is optional, but it would help us a lot if you can provide a link to a specific page on the authority's website that gives this address, as it will make it much easier for us to check."
-msgstr ""
+msgstr "URL-ът, където сте намерили имейл адреса. Това поле не е задължително, но ще ни помогне много, ако може да ни предоставите конкретната страница в сайта на органа, където е посочен този адрес. Така най-лесно ще можем да го проверим."
msgid "The accounts have been left as they previously were."
msgstr "Акаунтите бяха оставени както си бяха."
@@ -2421,7 +2416,7 @@ msgid "The authority do <strong>not have</strong> the information <small>(maybe
msgstr "Органът <strong>не притежава</strong> информацията <small>(вероятно посочват кой я притежава)"
msgid "The authority email doesn't look like a valid address"
-msgstr ""
+msgstr "Имейлът на органа не изглежда да е валиден адрес"
msgid "The authority only has a <strong>paper copy</strong> of the information."
msgstr "Органът притежава информацията само на <strong>хартиен носител</strong>."
@@ -2436,7 +2431,7 @@ msgid "The classification of requests (e.g. to say whether they were successful
msgstr "Класифицирането на заявления, (напр. дали са успешни или не) е направено от потребители и администратори на сайта, като те би могло да са сгрешили."
msgid "The contact email address for FOI requests to the authority."
-msgstr ""
+msgstr "Имейл адресът за контакти на органа за заявления за ДдИ."
msgid "The email that you, on behalf of {{public_body}}, sent to\\n{{user}} to reply to an {{law_used_short}}\\nrequest has not been delivered."
msgstr "Имейлът, който Вие изпратихте от името на {{public_body}}, до\\n{{user}} в отговор на заявление за {{law_used_short}}\\nне беше доставено."
@@ -2499,7 +2494,7 @@ msgid "The search index is currently offline, so we can't show the Freedom of In
msgstr "Търсачката ни не е достъпна в момента, поради което не можем да покажем Заявленията за Достъп до информация, направени от този потребител."
msgid "The {{site_name}} team."
-msgstr ""
+msgstr "Екипът на {{site_name}}."
msgid "Then you can cancel the alert."
msgstr "След това ще можете да спрете известяването."
@@ -2523,10 +2518,10 @@ msgid "Then you can log into the administrative interface"
msgstr "След това ще можете да влезете в административния интерфейс"
msgid "Then you can make a batch request"
-msgstr ""
+msgstr "След това ще можете да направите размножено заявление"
msgid "Then you can play the request categorisation game."
-msgstr ""
+msgstr "След това ще можете да изиграете категоризирането на заявления."
msgid "Then you can report the request '{{title}}'"
msgstr "След това ще можете да докладвате заявлението '{{title}}'"
@@ -2586,7 +2581,7 @@ msgid "There is a limit on the number of requests you can make in a day, because
msgstr "Има ограничение на броя заявления на ден, които може да направите, понеже не желаем публичните органи да бъдат бомбардирани с голям брой неуместни заявления. Ако считате, че имате основателна причина да поискате вдигане на лимита във Вашия случай, молим, <a href='{{help_contact_path}}'>уведомете ни</a>."
msgid "There is nothing to display yet."
-msgstr ""
+msgstr "Все още няма нищо за показване."
msgid "There is {{count}} person following this request"
msgid_plural "There are {{count}} people following this request"
@@ -2636,13 +2631,13 @@ msgid "This authority no longer exists, so you cannot make a request to it."
msgstr "Този орган вече не съществува, поради което не може да отправите заявление към него."
msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:"
-msgstr ""
+msgstr "Това покрива широк спектър информация относно състоянието\\n на <strong>природната среда и строителството</strong>, като:"
msgid "This external request has been hidden"
msgstr "Външното заявление беше скрито"
msgid "This is <a href=\"{{profile_url}}\">{{user_name}}'s</a> wall"
-msgstr ""
+msgstr "Това е стената на <a href=\"{{profile_url}}\">{{user_name}}</a>"
msgid "This is a plain-text version of the Freedom of Information request \"{{request_title}}\". The latest, full version is available online at {{full_url}}"
msgstr "Това е текстова версия на Заявлението за Достъп до информация \"{{request_title}}\". Последната, пълна версия, може да видите на {{full_url}}"
@@ -2681,7 +2676,7 @@ msgid "This page of public body statistics is currently experimental, so there a
msgstr "Тази страница със статистики за Публичен Орган към момента е експериментална, така че, някои предварителни уговорки трябва да се имат предвид:"
msgid "This particular request is finished:"
-msgstr ""
+msgstr "Това заявление е завършено:"
msgid "This person has made no Freedom of Information requests using this site."
msgstr "Този потребител не е отправял Заявления за Достъп до информация чрез този сайт."
@@ -2808,10 +2803,10 @@ msgid "To log into the administrative interface"
msgstr "За да влезете в административния панел"
msgid "To make a batch request"
-msgstr ""
+msgstr "За да създадете размножено заявление"
msgid "To play the request categorisation game"
-msgstr ""
+msgstr "За да играете играта по категоризиране на заявления"
msgid "To post your annotation"
msgstr "За да публикувате коментара си"
@@ -2883,7 +2878,7 @@ msgid "Turn off email alerts"
msgstr "Спри известията по имейл"
msgid "Tweet this request"
-msgstr ""
+msgstr "Туитване на това заявление"
msgid "Type <strong><code>01/01/2008..14/01/2008</code></strong> to only show things that happened in the first two weeks of January."
msgstr "Напишете <strong><code>01/01/2013..14/01/2013</code></strong>, за да видите само случилото се през първите две седмици на януари."
@@ -2907,7 +2902,7 @@ msgid "Unfortunately we don't know the FOI\\nemail address for that authority, s
msgstr "За съжаление, не знаем имейл адреса\\nза ДдИ на този орган, така че, не можем да потвърдим това.\\nМолим <a href=\"{{url}}\">свържете се с нас</a> за да го оправим."
msgid "Unfortunately, we do not have a working address for {{public_body_names}}."
-msgstr ""
+msgstr "За съжаление, ние не разполагаме с работещ адрес за {{public_body_names}}."
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "За съжаление, ние не разполагаме с работещ {{info_request_law_used_full}}\\nадрес за"
@@ -2922,10 +2917,10 @@ msgid "Unusual response."
msgstr "Необичаен отговор."
msgid "Update email address - {{public_body_name}}"
-msgstr ""
+msgstr "Обновяване на имейл адрес - {{public_body_name}}"
msgid "Update the address:"
-msgstr ""
+msgstr "Обновете адреса:"
msgid "Update the status of this request"
msgstr "Обновяване състоянието на това заявление"
@@ -2955,7 +2950,7 @@ msgid "UserInfoRequestSentAlert|Alert type"
msgstr ""
msgid "Users cannot usually make batch requests to multiple authorities at once because we don’t want public authorities to be bombarded with large numbers of inappropriate requests. Please <a href=\"{{url}}\">contact us</a> if you think you have good reason to send the same request to multiple authorities at once."
-msgstr ""
+msgstr "Нормално потребителите не могат да правят размножени заявления до множество органи, понеже не желаем публичните органи да бъдат бомбардирани с голям брой неуместни заявления. Ако считате, че имате основателна причина да изпратите размножено заявление до няколко органа наведнъж, молим, <a href=\"{{url}}\">свържете се с нас</a>."
msgid "User|About me"
msgstr ""
@@ -3009,10 +3004,10 @@ msgid "Version {{version}}"
msgstr "Версия {{version}}"
msgid "Vexatious"
-msgstr ""
+msgstr "Неоснователно"
msgid "View FOI email address"
-msgstr "Виж ДдИ имейл адрес"
+msgstr "Имейл адрес за ДдИ"
msgid "View FOI email address for '{{public_body_name}}'"
msgstr "Показване на ДдИ имейл адреса за '{{public_body_name}}'"
@@ -3117,7 +3112,7 @@ msgid "Who can I request information from?"
msgstr "От кого мога да поискам информация?"
msgid "Why specifically do you consider this request unsuitable?"
-msgstr ""
+msgstr "Защо конкретно смятате това заявление за неподходящо?"
msgid "Withdrawn by the requester."
msgstr "Оттеглено от заявителя."
@@ -3144,7 +3139,7 @@ msgid "You"
msgstr "Вие"
msgid "You already created the same batch of requests on {{date}}. You can either view the <a href=\"{{existing_batch}}\">existing batch</a>, or edit the details below to make a new but similar batch of requests."
-msgstr ""
+msgstr "Вие вече създадохте такова размножено заявление на {{date}}. Можете да разгледате <a href=\"{{existing_batch}}\">съществуващото Заявление</a>, или да редактирате детайлите по-долу, за да направите ново, подобно размножено Заявление."
msgid "You are already following new requests"
msgstr "Вие вече следвате новите заявления"
@@ -3216,7 +3211,7 @@ msgid "You may <strong>include attachments</strong>. If you would like to attach
msgstr "Можете <strong>да добавяте файлове</strong>. Ако искате да прикрепите\\nфайл, твърде голям за имейл, ползвайте формата по-долу."
msgid "You may be able to find one on their website, or by phoning them up and asking. If you manage to find one, then please send it to us:"
-msgstr ""
+msgstr "Вие може да откриете такъв на техния сайт, или като им позвъните и ги попитате. Ако успеете да откриете такъв, молим изпратете го и на нас:"
msgid "You may be able to find\\n one on their website, or by phoning them up and asking. If you manage\\n to find one, then please <a href=\"{{url}}\">send it to us</a>."
msgstr "Вие може да откриете\\n такъв на техния сайт, или като им позвъните и ги попитате. Ако успеете\\n да откриете такъв, молим <a href=\"{{url}}\">изпратете го и на нас</a>."
@@ -3282,7 +3277,7 @@ msgid "Your annotations"
msgstr "Вашите коментари"
msgid "Your batch request \"{{title}}\" has been sent"
-msgstr ""
+msgstr "Вашето размножено заявление \"{{title}}\" беше изпратено"
msgid "Your details, including your email address, have not been given to anyone."
msgstr "Ваши данни, включително имейл адреса Ви, не са били дадени на никого."
@@ -3291,7 +3286,7 @@ msgid "Your e-mail:"
msgstr "Вашият имейл:"
msgid "Your email doesn't look like a valid address"
-msgstr ""
+msgstr "Вашият имейл не изглежда да е валиден адрес"
msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"{{url}}\">contact us</a> if you really want to send a follow up message."
msgstr "Вашето пояснително съобщение не беше изпратено понеже това заявление беше спряно с цел предотвратяване на спам. Моля <a href=\"{{url}}\">свържете се с нас</a> ако действително искате да изпратите пояснително съобщение."
@@ -3342,13 +3337,16 @@ msgid "Your request on {{site_name}} hidden"
msgstr "Вашето заявление на {{site_name}} е скрито"
msgid "Your request to add an authority has been sent. Thank you for getting in touch! We'll get back to you soon."
-msgstr ""
+msgstr "Вашата заявка за добавяне на орган беше изпратена. Благодарим Ви, че ни пишете! Ще се постараем да Ви отговорим скоро."
msgid "Your request to add {{public_body_name}} to {{site_name}}"
-msgstr ""
+msgstr "Вашата заявка за добавяне на {{public_body_name}} в {{site_name}}"
+
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr "Вашата заявка за обновяване адреса на {{public_body_name}} беше изпратена. Благодарим Ви, че ни пишете! Ще се постараем да Ви отговорим скоро."
msgid "Your request to update {{public_body_name}} on {{site_name}}"
-msgstr ""
+msgstr "Вашата заявка за обновление на {{public_body_name}} в {{site_name}}"
msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on"
msgstr "Вашето Заявление беше наречено {{info_request}}. Като уведомите всички, че сте получили исканата информация, ще ни помогнете да следим "
@@ -3363,7 +3361,7 @@ msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{u
msgstr "Вашият отговор <strong>ще се появи в Интернет</strong>, <a href=\"{{url}}\">вижте защо</a> и ще отговори на други въпроси."
msgid "Your selected authorities"
-msgstr ""
+msgstr "Вашите избрани органи"
msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request."
msgstr "Вашите мисли за това, какво {{site_name}} <strong>администраторите</strong> би трябвало да направят за Заявлението."
@@ -3380,8 +3378,8 @@ msgstr[1] "{{count}} Ваши коментара"
msgid "Your {{count}} batch requests"
msgid_plural "Your {{count}} batch requests"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Вашето {{count}} размножено заявление"
+msgstr[1] "Вашите {{count}} размножени заявления"
msgid "Your {{site_name}} email alert"
msgstr "Вашето {{site_name}} имейл известие"
@@ -3396,16 +3394,16 @@ msgid "Yours,"
msgstr "Ваш,"
msgid "[Authority URL will be inserted here]"
-msgstr ""
+msgstr "[Тук ще бъде вмъкнат URL-а на органа]"
msgid "[FOI #{{request}} email]"
msgstr "[ДдИ #{{request}} имейл]"
msgid "[{{public_body}} request email]"
-msgstr ""
+msgstr "[{{public_body}} имейл за заявления]"
msgid "[{{site_name}} contact email]"
-msgstr ""
+msgstr "[{{site_name}} имейл за контакти]"
msgid "\\n\\n[ {{site_name}} note: The above text was badly encoded, and has had strange characters removed. ]"
msgstr "\\n\\n[ {{site_name}} съобщение: Горният текст е в непозволен формат. Някои странни символи бяха премахнати. ]"
@@ -3417,7 +3415,7 @@ msgid "admin"
msgstr "admin"
msgid "alaveteli_foi:The software that runs {{site_name}}"
-msgstr ""
+msgstr "alaveteli_foi:Софтуерът, задвижващ {{site_name}}"
msgid "all requests"
msgstr "всички заявления"
@@ -3564,7 +3562,7 @@ msgid "normally"
msgstr "нормално"
msgid "not requestable due to: {{reason}}"
-msgstr ""
+msgstr "не може да се иска поради: {{reason}}"
msgid "please sign in as "
msgstr "моля, влезте като "
@@ -3748,10 +3746,10 @@ msgid "{{title}} - a Freedom of Information request to {{public_body}}"
msgstr "{{title}} - Заявление за Достъп до Обществена Информация до {{public_body}}"
msgid "{{title}} - a batch request"
-msgstr ""
+msgstr "{{title}} - размножено заявление"
msgid "{{user_name}} (Account suspended)"
-msgstr ""
+msgstr "{{user_name}} (Блокирана регистрация)"
msgid "{{user_name}} - Freedom of Information requests"
msgstr "{{user_name}} - Заявления за Достъп до Обществена Информация"
@@ -3775,10 +3773,10 @@ msgid "{{user_name}} sent a request to {{public_body}}"
msgstr "{{user_name}} изпрати заявление до {{public_body}}"
msgid "{{user_name}} would like a new authority added to {{site_name}}"
-msgstr ""
+msgstr "{{user_name}} желае към {{site_name}} да бъде добавен нов орган"
msgid "{{user_name}} would like the email address for {{public_body_name}} to be updated"
-msgstr ""
+msgstr "{{user_name}} желае имейл адреса за {{public_body_name}} да бъде обновен"
msgid "{{username}} left an annotation:"
msgstr "{{username}} остави коментар:"
diff --git a/locale/bs/app.po b/locale/bs/app.po
index 66d849c38..5960788ac 100644
--- a/locale/bs/app.po
+++ b/locale/bs/app.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -117,18 +117,6 @@ msgstr " kada pošaljete ovu poruku."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1458,6 +1446,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Podnesi novi<br/>\n"
@@ -3532,6 +3526,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/ca/app.po b/locale/ca/app.po
index 05ac106d1..1f105b4bc 100644
--- a/locale/ca/app.po
+++ b/locale/ca/app.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -113,18 +113,6 @@ msgstr " quan enviares aquest missatge."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Estadístiques de crims per regió a Espanya'"
@@ -1478,6 +1466,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Envíe una nueva<br/>\n"
@@ -3574,6 +3568,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/cs/app.po b/locale/cs/app.po
index 096a45eba..877d3cd3f 100644
--- a/locale/cs/app.po
+++ b/locale/cs/app.po
@@ -19,9 +19,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -117,18 +117,6 @@ msgstr " když tuto zprávu pošlete."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "\"Statistiky kriminality pro Liberecký kraj.\""
@@ -1462,6 +1450,12 @@ msgstr "MailServerLog|Příkaz"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Vzneste nový <br/>\n"
@@ -3544,6 +3538,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/cy/app.po b/locale/cy/app.po
index 9b9c3c3ff..f6b48c94d 100644
--- a/locale/cy/app.po
+++ b/locale/cy/app.po
@@ -3,6 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Cymrodor <cymrodor@gmail.com>, 2014
# skenaja <alex@alexskene.com>, 2011-2012
# baragouiner <graham.craig@gmail.com>, 2013
# baragouiner <graham.craig@gmail.com>, 2013
@@ -19,9 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+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"
"MIME-Version: 1.0\n"
@@ -48,10 +48,10 @@ msgid " - wall"
msgstr " - Wal"
msgid " < "
-msgstr ""
+msgstr " < "
msgid " << "
-msgstr ""
+msgstr " << "
msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password."
msgstr " <strong>Sylwer:</strong> Byddwn yn anfon e-bost atoch. Dilynwch y cyfarwyddiadau ynddo i newid eich cyfrinair."
@@ -63,10 +63,10 @@ msgid " <strong>Summarise</strong> the content of any information returned. "
msgstr " <strong>Crynhoi</strong> cynnwys unrhyw wybodaeth a gafwyd. "
msgid " > "
-msgstr ""
+msgstr " > "
msgid " >> "
-msgstr ""
+msgstr " >> "
msgid " Advise on how to <strong>best clarify</strong> the request."
msgstr " Rhoi cyngor ar sut <strong>orau i egluro</strong> y cais."
@@ -113,18 +113,6 @@ msgstr " pan fyddwch chi'n anfon y neges hon"
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Helo! Mae gennym <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">neges bwysig</a> i ymwelwyr y tu allan i {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Ystadegau troseddu yn ôl lefel ardal etholiadol ar gyfer Cymru'"
@@ -141,13 +129,13 @@ msgid "'{{link_to_user}}', a person"
msgstr "'{{link_to_user}}', person"
msgid "(hide)"
-msgstr ""
+msgstr "(cuddio)"
msgid "(or <a href=\"{{url}}\">sign in</a>)"
-msgstr ""
+msgstr "(neu <a href=\"{{url}}\">mewngofnodwch</a>)"
msgid "(show)"
-msgstr ""
+msgstr "(dangos)"
msgid "*unknown*"
msgstr "* Anhysbys *"
@@ -162,7 +150,7 @@ msgid "1. Select an authority"
msgstr "1. Dewis awdurdod"
msgid "1. Select authorities"
-msgstr ""
+msgstr "1. Dewiswch awdurdodau"
msgid "2. Ask for Information"
msgstr "2. Gofyn am wybodaeth"
@@ -231,7 +219,7 @@ msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</stron
msgstr "<p>Mae eich cais {{law_used_full}} wedi cael ei <strong>anfon</strong>!</p> <strong><p>Byddwn yn eich e-bostio</strong> pan fydd ymateb , neu ar ôl {{late_number_of_days}} diwrnod gwaith os yw'r awdurdod yn dal heb ateb erbyn hynny.</p> <p>Os ydych yn ysgrifennu am y cais hwn (er enghraifft, mewn fforwm neu flog) rhowch ddolen at y dudalen hon, ac ychwanegwch anodiad isod i ddweud wrth bobl am eich ysgrifennu.</p>"
msgid "<p>Your {{law_used_full}} requests will be <strong>sent</strong> shortly!</p>\\n <p><strong>We will email you</strong> when they have been sent.\\n We will also email you when there is a response to any of them, or after {{late_number_of_days}} working days if the authorities still haven't\\n replied by then.</p>\\n <p>If you write about these requests (for example in a forum or a blog) please link to this page.</p>"
-msgstr ""
+msgstr "<p>Caiff eich ceisiadau {{law_used_full}} eu <strong>hanfon</strong> mewn ychydig!</p>\\n <p><strong>Byddwn yn anfon ebost atoch</strong> pan maent wedi eu hanfon.\\n Byddwn hefyd yn anfon ebost atoch pan fydd ymateb i unrhyw un ohonynt, neu ar ôl {{late_number_of_days}} diwrnod gwaith os nad yw'r awdurdod(au)\\n wedi ymateb erbyn hynny.</p>\\n <p>Os ydych yn ysgrifennu am y ceisiadau hyn (e.e. mewn fforwm neu blog) rhowch ddolen i'r tudalen hon, os gwelwch yn dda.</p>"
msgid "<p>{{site_name}} is currently in maintenance. You can only view existing requests. You cannot make new ones, add followups or annotations, or otherwise change the database.</p> <p>{{read_only}}</p>"
msgstr "<p>Mae {{site_name}} ar hyn o bryd yn cael ei chynnal a chadw. Gweld y ceisiadau presennol yn unig y gallwch. Ni allwch wneud rhai newydd, ychwanegu straenon dilynol neu anodiadau, neu newid y gronfa ddata mewn ffordd arall.</p> <p>{{read_only}}</p>"
@@ -366,10 +354,10 @@ msgid "Add an annotation to your request with choice quotes, or\\n
msgstr "Ychwanegu nodyn at eich cais gyda dyfyniadau dewis, neu <strong>crynodeb o'r ymateb</strong>."
msgid "Add authority - {{public_body_name}}"
-msgstr ""
+msgstr "Ychwanegu awdurdod - {{public_body_name}}"
msgid "Add the authority:"
-msgstr ""
+msgstr "Ychwanegu'r awdurdod:"
msgid "Added on {{date}}"
msgstr "Ychwanegwyd ar {{date}}"
@@ -456,13 +444,13 @@ msgid "Ask for <strong>specific</strong> documents or information, this site is
msgstr "Gofynnwch am ddogfennau neu wybodaeth <strong>benodol</strong>. Nid yw'r wefan hon yn addas ar gyfer ymholiadau cyffredinol."
msgid "Ask us to add an authority"
-msgstr ""
+msgstr "Gofyn i ni ychwanegu awdurdod"
msgid "Ask us to update FOI email"
-msgstr ""
+msgstr "Gofyn i ni ddiweddaru cyfeiriad ebost Rhyddid Wybodaeth"
msgid "Ask us to update the email address for {{public_body_name}}"
-msgstr ""
+msgstr "Gofyn i ni ddiweddaru cyfeiriad ebost ar gyfer {{public_body_name}}"
msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"{{url}}\">more details</a>)."
msgstr "Ar waelod y dudalen hon, ysgrifennwch ateb iddynt i geisio eu perswadio i'w sganio (<a href=\"{{url}}\">mwy o fanylion</a>)."
@@ -474,10 +462,10 @@ msgid "Attachment:"
msgstr "Atodiad:"
msgid "Authority email:"
-msgstr ""
+msgstr "Ebost awdurdod:"
msgid "Authority:"
-msgstr ""
+msgstr "Awdurdod:"
msgid "Awaiting classification."
msgstr "Yn aros am gael ei ddosbarthu."
@@ -579,7 +567,7 @@ msgid "Check you haven't included any <strong>personal information</strong>."
msgstr "Gwiriwch nad ydych chi wedi cynnyws unrhyw <strong>wybodaeth bersonol</strong>."
msgid "Choose a reason"
-msgstr ""
+msgstr "Dewiswch rheswm"
msgid "Choose your profile photo"
msgstr "Dewiswch eich llun proffil"
@@ -606,7 +594,7 @@ msgid "Close"
msgstr "Cau"
msgid "Close the request and respond:"
-msgstr ""
+msgstr "Cau'r cais ac ymateb:"
msgid "Comment"
msgstr "Sylw"
@@ -642,7 +630,7 @@ msgid "Confirm you want to follow the request '{{request_title}}'"
msgstr "Cadarnhewch eich bod am ddilyn y cais '{{request_title}}'"
msgid "Confirm your FOI request to {{public_body_name}}"
-msgstr ""
+msgstr "Cadarnhewch eich cais rhyddid wybodaeth i {{public_body_name}}"
msgid "Confirm your account on {{site_name}}"
msgstr "Cadarnhewch eich cyfrif ar {{site_name}}"
@@ -669,10 +657,10 @@ msgid "Contact {{site_name}}"
msgstr "Cysylltwch â {{site_name}}"
msgid "Contains defamatory material"
-msgstr ""
+msgstr "Yn cynnwys deunydd difenwol"
msgid "Contains personal information"
-msgstr ""
+msgstr "Yn cynnwys gwybodaeth bersonol"
msgid "Could not identify the request from the email address"
msgstr "Methwyd ag adnabod y cais o'r cyfeiriad e-bost"
@@ -681,7 +669,7 @@ msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and
msgstr "Methwyd â deall y ffeil ddelwedd yr ydych yn llwytho i fyny. Cefnogir PNG, JPEG, GIF a llawer o fformatau ffeil delwedd cyffredin eraill."
msgid "Created by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Crëwyd gan {{info_request_user}} ar {{date}}."
msgid "Crop your profile photo"
msgstr "Tociwch lun eich proffil"
@@ -696,7 +684,7 @@ msgid "Date:"
msgstr "Dyddiad"
msgid "Dear [Authority name],"
-msgstr ""
+msgstr "Annwyl [Authority name],"
msgid "Dear {{name}},"
msgstr "Annwyl {{name}},"
@@ -705,7 +693,7 @@ msgid "Dear {{public_body_name}},"
msgstr "Annwyl {{public_body_name}},"
msgid "Dear {{user_name}},"
-msgstr ""
+msgstr "Annwyl {{user_name}},"
msgid "Default locale"
msgstr "Locale diofyn"
@@ -786,7 +774,7 @@ msgid "Email me future updates to this request"
msgstr "E-bostiwch diweddariadau i'r cais hwn yn y dyfodol ataf"
msgid "Email:"
-msgstr ""
+msgstr "Ebost:"
msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>"
msgstr "Rhowch eiriau yr ydych am ddod o hyd iddynt, wedi eu gwahanu gan fylchau, ee <strong>lôn ddringo</strong>"
@@ -852,7 +840,7 @@ msgid "First, did your other requests succeed?"
msgstr "Yn gyntaf, a lwyddodd eich ceisiadau eraill?"
msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)."
-msgstr "Yn gyntaf, teipiwch <strong>enw awdurdod cyhoeddus yn y DU</strong> yr hoffech gael gwybodaeth ganddo. <strong>Yn ôl y gyfraith, mae'n rhaid iddynt ymateb</strong> (<a href=\"{{url}}\">pam?</a>)."
+msgstr "Yn gyntaf, teipiwch <strong>enw awdurdod cyhoeddus yn y DU</strong> yr hoffech gael gwybodaeth ganddo. (Yn anffodus, nid yw'r enw Cymraeg yn ein system ar gyfer pob awdurdod.)<strong>Yn ôl y gyfraith, mae'n rhaid iddynt ymateb</strong> (<a href=\"{{url}}\">pam?</a>)."
msgid "Foi attachment"
msgstr "Atodiad FoI"
@@ -903,7 +891,7 @@ msgid "Follow this link to see the request:"
msgstr "Dilynwch y ddolen hon i weld y cais:"
msgid "Follow this link to see the requests:"
-msgstr ""
+msgstr "Dilynwch y ddolen hon i weld y ceisiadau:"
msgid "Follow this person"
msgstr "Dilynwch y person hwn"
@@ -1377,6 +1365,12 @@ msgstr "MailServerLog|Archeb"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "Gwnewch <strong>Cais<br/>Rhyddid<br/>Gwybodaeth</strong><br/>newydd"
@@ -1384,13 +1378,13 @@ msgid "Make a request"
msgstr "Gwneud cais"
msgid "Make a request to these authorities"
-msgstr ""
+msgstr "Gwneud cais i'r awdurdodau hyn"
msgid "Make a request to this authority"
msgstr "Gwnewch cais i'r awdurdod hwn"
msgid "Make an {{law_used_short}} request"
-msgstr ""
+msgstr "Gwneud cais {{law_used_short}}"
msgid "Make an {{law_used_short}} request to '{{public_body_name}}'"
msgstr "Gwnewch gais {{law_used_short}} i '{{public_body_name}}'"
@@ -1513,13 +1507,13 @@ msgid "Not a valid FOI request"
msgstr "Ddim yn gais Rhyddid Gwybodaeth dilys"
msgid "Not a valid request"
-msgstr ""
+msgstr "Dim yn gais dilys"
msgid "Note that the requester will not be notified about your annotation, because the request was published by {{public_body_name}} on their behalf."
msgstr "Noder na fydd y ceisydd yn cael gwybod am eich anodi, oherwydd i'r cais gael ei gyhoeddi gan {{public_body_name}} ar eu rhan."
msgid "Notes:"
-msgstr ""
+msgstr "Nodiadau:"
msgid "Now check your email!"
msgstr "Nawr sieciwch eich ebost!"
@@ -1588,7 +1582,7 @@ msgid "Original request sent"
msgstr " Anfonwyd y cais gwreiddiol"
msgid "Other"
-msgstr ""
+msgstr "Arall"
msgid "Other:"
msgstr "Arall:"
@@ -1726,7 +1720,7 @@ msgid "Please enter the message you want to send"
msgstr "Rhowch y neges rydych am ei hanfon"
msgid "Please enter the name of the authority"
-msgstr ""
+msgstr "Rhowch enw'r awdurdod"
msgid "Please enter the same password twice"
msgstr "Rhowch yr un cyfrinair ddwywaith os gwelwch yn dda, "
@@ -1786,7 +1780,7 @@ msgid "Please sign in or make a new account."
msgstr "Mewngofnodwch neu agorwch gyfrif newydd."
msgid "Please tell us more:"
-msgstr ""
+msgstr "Dywedwch mwy wrthym:"
msgid "Please type a message and/or choose a file containing your response."
msgstr "Teipiwch neges a/neu ddewis ffeil sy'n cynnwys eich ymateb."
@@ -1855,10 +1849,10 @@ msgid "Preview new annotation on '{{info_request_title}}'"
msgstr "Rhagolwg ar anodiad newydd ar '{{info_request_title}}'"
msgid "Preview new {{law_used_short}} request"
-msgstr ""
+msgstr "Rhagolwg cais {{law_used_short}} newydd"
msgid "Preview new {{law_used_short}} request to '{{public_body_name}}"
-msgstr ""
+msgstr "Rhagolwg cais {{law_used_short}} newydd at '{{public_body_name}}"
msgid "Preview your annotation"
msgstr "Bwriwch ragolwg ar eich anodi"
@@ -2074,7 +2068,7 @@ msgid "Request email"
msgstr "Ceisiwch ebost"
msgid "Request for personal information"
-msgstr ""
+msgstr "Cais am wybodaeth bersonol"
msgid "Request has been removed"
msgstr "Cais wedi cael ei dynnu"
@@ -2110,7 +2104,7 @@ msgid "Requests similar to '{{request_title}}' (page {{page}})"
msgstr "Ceisiadau tebyg i '{{request_title}}' (page{{page}})"
msgid "Requests will be sent to the following bodies:"
-msgstr ""
+msgstr "Ceir ceisiadau eu hanfon i'r cyrff canlynol:"
msgid "Respond by email"
msgstr "Ymateb drwy e-bost"
@@ -2164,7 +2158,7 @@ msgid "Search contributions by this person"
msgstr "Chwilio cyfraniadau gan y person hwn"
msgid "Search for the authorities you'd like information from:"
-msgstr ""
+msgstr "Chwiliwch am yr awdurdodau hoffech gael wybodaeth ganddynt:"
msgid "Search for words in:"
msgstr "Chwilio am eiriau yn:"
@@ -2201,7 +2195,7 @@ msgid "Select one to see more information about the authority."
msgstr "Dewiswch un i weld rhagor o wybodaeth am yr awdurdod."
msgid "Select the authorities to write to"
-msgstr ""
+msgstr "Dewiswch yr awdurdodau i ysgrifennu atynt"
msgid "Select the authority to write to"
msgstr "Dewiswch yr awdurdod i ysgrifennu ato"
@@ -2232,10 +2226,10 @@ msgstr "Anfon cais"
msgid "Sent to one authority by {{info_request_user}} on {{date}}."
msgid_plural "Sent to {{authority_count}} authorities by {{info_request_user}} on {{date}}."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "Anfonwyd at un awdurdod gan {{info_request_user}} ar {{date}}."
+msgstr[1] "Anfonwyd at ddau awdurdod gan {{info_request_user}} ar {{date}}."
+msgstr[2] "Anfonwyd at {{authority_count}} awdurdod gan {{info_request_user}} ar {{date}}."
+msgstr[3] "Anfonwyd at {{authority_count}} awdurdod gan {{info_request_user}} ar {{date}}."
msgid "Set your profile photo"
msgstr "Gosodwch lun eich proffil"
@@ -2259,7 +2253,7 @@ msgid "Sign in"
msgstr "Mewngofnodi"
msgid "Sign in as the emergency user"
-msgstr ""
+msgstr "Mewngofnodi fel y defnyddiwr argyfwng"
msgid "Sign in or make a new account"
msgstr "Mewngofnodi neu agor cyfrif newydd"
@@ -2310,10 +2304,10 @@ msgid "Sorry, we couldn't find that page"
msgstr "Mae'n ddrwg gennym, ni allem ddod o hyd i'r dudalen honno"
msgid "Source URL:"
-msgstr ""
+msgstr "URL y Ffynhonnell:"
msgid "Source:"
-msgstr ""
+msgstr "Ffynhonell:"
msgid "Special note for this authority!"
msgstr "Nodyn arbennig ar gyfer yr awdurdod hwn!"
@@ -2340,7 +2334,7 @@ msgid "Submit"
msgstr "Cyflwyno"
msgid "Submit request"
-msgstr ""
+msgstr "Cyflwyno'r cais"
msgid "Submit status"
msgstr "Cyflwyno statws"
@@ -2406,10 +2400,10 @@ msgid "Thanks for helping - your work will make it easier for everyone to find s
msgstr "Diolch am helpu - bydd eich gwaith yn ei wneud yn haws i bawb ddod o hyd i geisiadau llwyddiannus, ac efallai hyd yn oed yn gadael i ni lunio tablau cynghrair ..."
msgid "Thanks for your suggestion to add {{public_body_name}}. It's been added to the site here:"
-msgstr ""
+msgstr "Diolch am eich awgrymiad i ychwanegu {{public_body_name}}. Mae wedi ei ychwanegu i'r gwefan yma:"
msgid "Thanks for your suggestion to update the email address for {{public_body_name}} to {{public_body_email}}. This has now been done and any new requests will be sent to the new address."
-msgstr ""
+msgstr "Diolch am eich awgrymiad i ddiweddaru'r cyfeiriad ebost ar gyfer {{public_body_name}} i {{public_body_email}}. Mae hyn nawr wedi ei gwneud a chaiff ceisiadau newydd eu hanfon i'r cyfeiriad newydd."
msgid "Thanks very much - this will help others find useful stuff. We'll\\n also, if you need it, give advice on what to do next about your\\n requests."
msgstr "Diolch yn fawr iawn - bydd hyn yn helpu eraill i ddod o hyd i bethau defnyddiol. Byddwn hefyd, os bydd ei angen arnoch, yn rhoi cyngor ar beth i'w wneud nesaf am eich ceisiadau."
@@ -2427,7 +2421,7 @@ msgid "The Freedom of Information Act <strong>does not apply</strong> to"
msgstr "<strong>Nid</strong> yw'r Ddeddf Rhyddid Gwybodaeth yn gymwys i"
msgid "The URL where you found the email address. This field is optional, but it would help us a lot if you can provide a link to a specific page on the authority's website that gives this address, as it will make it much easier for us to check."
-msgstr ""
+msgstr "Y cyfeiriad URL ble'r darganfyddoch y cyfeiriad ebost. Mae hyn yn ddewisol, ond mae'n ein helpu'n fawr iawn gan ei wneud yn haws i'w gwirio os gallech gynnwys ddolen i dudalen penodol ar wefan yr awdurdod ble mae'r cyfeiriad hwn yn ymddangos."
msgid "The accounts have been left as they previously were."
msgstr "Mae'r cyfrifon wedi cael eu gadael fel yr oeddent o'r blaen."
@@ -2436,7 +2430,7 @@ msgid "The authority do <strong>not have</strong> the information <small>(maybe
msgstr "<strong>Nid</strong> yw'r wybodaeth gan yr awdurdod<small>(efallai eu bod yn dweud pwy gan bwy y mae)"
msgid "The authority email doesn't look like a valid address"
-msgstr ""
+msgstr "Nid yw ebost yr awdurdod yn edrych fel cyfeiriad dilys."
msgid "The authority only has a <strong>paper copy</strong> of the information."
msgstr "Dim ond <strong>copi papur</strong> o'r wybodaeth sydd gan yr awdurdod."
@@ -2451,7 +2445,7 @@ msgid "The classification of requests (e.g. to say whether they were successful
msgstr "Mae dosbarthiad y ceisiadau (ee i ddweud a oeddent yn llwyddiannus neu beidio) yn cael ei wneud â llaw gan ddefnyddwyr a gweinyddwyr y safle, sy'n golygu eu bod yn agored i gamgymeriadau."
msgid "The contact email address for FOI requests to the authority."
-msgstr ""
+msgstr "Cyfeiriad ebost y cyswllt ar gyfer ceisiadau Rhyddid Wybodaeth i'r awdurdod."
msgid "The email that you, on behalf of {{public_body}}, sent to\\n{{user}} to reply to an {{law_used_short}}\\nrequest has not been delivered."
msgstr "Nid yw'r e-bost anfonoch, ar ran {{public_body}}, at {{user}} i ymateb i gais {{law_used_short}} wedi cael ei gyflwyno."
@@ -2601,7 +2595,7 @@ msgid "There is a limit on the number of requests you can make in a day, because
msgstr "Mae cyfyngiad ar y nifer o geisiadau y gallwch eu gwneud mewn diwrnod, oherwydd nid ydym am i awdurdodau cyhoeddus gael eu peledu gyda nifer fawr o geisiadau amhriodol. Os ydych yn teimlo bod gennych reswm da dros ofyn i'r terfyn gael ei godi yn eich achos chi, <a href='{{help_contact_path}}'>cysylltwch â ni</a>."
msgid "There is nothing to display yet."
-msgstr ""
+msgstr "Does dim i'w ddangos eto."
msgid "There is {{count}} person following this request"
msgid_plural "There are {{count}} people following this request"
@@ -2659,7 +2653,7 @@ msgid "This external request has been hidden"
msgstr "Mae'r cais allanol wedi cael ei guddio"
msgid "This is <a href=\"{{profile_url}}\">{{user_name}}'s</a> wall"
-msgstr ""
+msgstr "Dyma wal <a href=\"{{profile_url}}\">{{user_name}}</a>"
msgid "This is a plain-text version of the Freedom of Information request \"{{request_title}}\". The latest, full version is available online at {{full_url}}"
msgstr "Mae hwn yn fersiwn destun plaen y cais Rhyddid Gwybodaeth \"{{request_title}}\". Mae'r fersiwn lawn ddiweddaraf ar gael ar-lein yn {{full_url}} "
@@ -2928,7 +2922,7 @@ msgid "Unfortunately we don't know the FOI\\nemail address for that authority, s
msgstr "Yn anffodus, nid ydym yn gwybod y cyfeiriad ebost Rhyddid Gwybodaeth i'r awdurdod hwnnw, felly ni allwn ddilysu hwn. <a href=\"{{url}}\">cysylltwch â ni</a> os gwelwch yn dda i'w ddatrys."
msgid "Unfortunately, we do not have a working address for {{public_body_names}}."
-msgstr ""
+msgstr "Yn anffodus, nid oes gennym cyfeiriad cywir ar gyfer {{public_body_names}}."
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Yn anffodus, nid oes gennym cyfeiriad {{info_request_law_used_full}} sy'n gweithio ar gyfer"
@@ -2943,10 +2937,10 @@ msgid "Unusual response."
msgstr "Ymateb anarferol."
msgid "Update email address - {{public_body_name}}"
-msgstr ""
+msgstr "Diweddaru cyfeiriad ebost - {{public_body_name}}"
msgid "Update the address:"
-msgstr ""
+msgstr "Diweddaru'r cyfeiriad:"
msgid "Update the status of this request"
msgstr "Diweddaru statws y cais hwn"
@@ -3138,7 +3132,7 @@ msgid "Who can I request information from?"
msgstr "Gan bwy y gallaf ofyn cael y wybodaeth?"
msgid "Why specifically do you consider this request unsuitable?"
-msgstr ""
+msgstr "Am ba reswm penodol ydych yn ystyried y cais yn anaddas?"
msgid "Withdrawn by the requester."
msgstr "Fe'i tynnwyd yn ôl gan y ceisydd."
@@ -3312,7 +3306,7 @@ msgid "Your e-mail:"
msgstr "Eich cyfeiriad e-bost:"
msgid "Your email doesn't look like a valid address"
-msgstr ""
+msgstr "Dyw'ch ebost ddim yn edrych fel cyfeiriad cywir."
msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"{{url}}\">contact us</a> if you really want to send a follow up message."
msgstr "Nid yw eich neges ddilynol wedi cael ei hanfon gan fod y cais hwn wedi cael ei stopio i atal spam. <a href=\"{{url}}\"> Cysylltwch â ni </a> os ydych wir eisiau anfon neges ddilynol."
@@ -3363,13 +3357,16 @@ msgid "Your request on {{site_name}} hidden"
msgstr "Mae eich cais ar {{site_name}} ynghudd"
msgid "Your request to add an authority has been sent. Thank you for getting in touch! We'll get back to you soon."
-msgstr ""
+msgstr "Mae'ch cais i ychwanegu awdurdod wedi ei anfon. Diolch am gysylltu. Byddwn mewn cysylltiad â chi'n fuan."
msgid "Your request to add {{public_body_name}} to {{site_name}}"
-msgstr ""
+msgstr "Eich cais i ychwanegu {{public_body_name}} at {{site_name}}"
+
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr "Mae'ch cais i ddiweddaru'r cyfeiriad ar gyfer {{public_body_name}} wedi ei anfon. Diolch am gysylltu! Byddwn yn eich ateb yn fuan."
msgid "Your request to update {{public_body_name}} on {{site_name}}"
-msgstr ""
+msgstr "Eich cais i ddiweddaru {{public_body_name}} ar {{site_name}}"
msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on"
msgstr "Cafodd eich cais ei alw'n {{info_request}}. Bydd gadael i bawb wybod a gawsoch y wybodaeth yn ein helpu i gadw golwg"
@@ -3384,7 +3381,7 @@ msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{u
msgstr "Bydd eich ymateb <strong>yn ymddangos ar y Rhyngrwyd</strong>, <a href=\"{{url}}\"> darllenwch pam</a> ac atebion i gwestiynau eraill."
msgid "Your selected authorities"
-msgstr ""
+msgstr "Eich awdurdodau dewisedig"
msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request."
msgstr "Eich barn ar beth ddylai <strong>gweinyddwyr</strong> {{site_name}} ei wneud am y cais."
@@ -3423,7 +3420,7 @@ msgid "Yours,"
msgstr "Yr eiddoch,"
msgid "[Authority URL will be inserted here]"
-msgstr ""
+msgstr "[Bydd cyfeiriad URL yr awdurdod yn ymddangos yma]"
msgid "[FOI #{{request}} email]"
msgstr "[Cais Rhyddid Gwybodaeth e-bost #{{request}} ]"
@@ -3810,10 +3807,10 @@ msgid "{{user_name}} sent a request to {{public_body}}"
msgstr "Anfonodd {{user_name}} gais i {{public_body}} "
msgid "{{user_name}} would like a new authority added to {{site_name}}"
-msgstr ""
+msgstr "Hoffai {{user_name}} ychwanegu awdurdod newydd at {{site_name}}."
msgid "{{user_name}} would like the email address for {{public_body_name}} to be updated"
-msgstr ""
+msgstr "Hoffai {{user_name}} ddiweddaru'r cyfeiriad ebost ar gyfer {{public_body_name}}."
msgid "{{username}} left an annotation:"
msgstr "Gadawodd {{user_name}} anodiad:"
diff --git a/locale/de/app.po b/locale/de/app.po
index 1d07b401c..700dd4065 100644
--- a/locale/de/app.po
+++ b/locale/de/app.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -108,18 +108,6 @@ msgstr "wenn Sie diese Nachricht senden. "
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "´Kriminalitätsrate auf Länderebene´"
@@ -1416,6 +1404,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Stellen Sie eine neue<br/>\n"
@@ -3431,6 +3425,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/en/app.po b/locale/en/app.po
index b968b54e6..d0ff88842 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-01-30 17:09+0000\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\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"
@@ -101,18 +101,6 @@ msgstr ""
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1363,6 +1351,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3344,6 +3338,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/en_IE/app.po b/locale/en_IE/app.po
index 87e94cb82..25fd8b92f 100644
--- a/locale/en_IE/app.po
+++ b/locale/en_IE/app.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -105,18 +105,6 @@ msgstr ""
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Crime statistics by Garda District for the Western Region'"
@@ -1367,6 +1355,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3348,6 +3342,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/en_UG/app.po b/locale/en_UG/app.po
index 786e4ce74..4a553743a 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-01-30 17:09+0000\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\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"
@@ -101,18 +101,6 @@ msgstr ""
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1363,6 +1351,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr "Make a new ATI request"
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "Make a new<br/>\\n <strong>Access <span>to</span><br/>\\n Information<br/>\\n request</strong>"
@@ -3344,6 +3338,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/es/app.po b/locale/es/app.po
index 097db1b5b..8c92f571b 100644
--- a/locale/es/app.po
+++ b/locale/es/app.po
@@ -15,9 +15,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -119,18 +119,6 @@ msgstr " cuando envió este mensaje."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Hola. Tenemos un <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">mensaje importante</a> para los usuarios fuera de {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Estadísticas de crímenes por región en España'"
@@ -1500,6 +1488,12 @@ msgstr "MailServerLog|Order"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Envíe una nueva<br/>\n"
@@ -3598,6 +3592,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/eu/app.po b/locale/eu/app.po
index 0e8d9693f..04f018172 100644
--- a/locale/eu/app.po
+++ b/locale/eu/app.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -108,18 +108,6 @@ msgstr " Mezu hau bidali duzunean."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Espainiako krimen estatistika, eskualdeka'"
@@ -1405,6 +1393,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Bidali ezazu<br/>\n"
@@ -3426,6 +3420,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/fi/app.po b/locale/fi/app.po
index 83c5fb21d..b7de58014 100644
--- a/locale/fi/app.po
+++ b/locale/fi/app.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -105,18 +105,6 @@ msgstr "kun lähetät tämän viestin."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1367,6 +1355,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3348,6 +3342,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/fr/app.po b/locale/fr/app.po
index 35bed8cea..6eb586941 100644
--- a/locale/fr/app.po
+++ b/locale/fr/app.po
@@ -33,9 +33,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -131,18 +131,6 @@ msgstr "quand vous envoyez ce message."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Bonjour! Nous avons <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">un message important </a> pour les visiteurs à l'extérieur de {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Statistiques de la criminalité par canton au Pays de Galles'"
@@ -1393,6 +1381,12 @@ msgstr "MailServerLog|Order"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "Faire une<br/>\\n <strong>Nouvelle <span>demande</span><br/>\\n d'accès<br/>\\n à l'information</strong>"
@@ -3374,6 +3368,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/fr_CA/app.po b/locale/fr_CA/app.po
index 91fc0cfa9..8d052801b 100644
--- a/locale/fr_CA/app.po
+++ b/locale/fr_CA/app.po
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -114,18 +114,6 @@ msgstr "quand vous envoyez ce message."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "*** \"Bonjour! Nous avons <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">un message important </a> pour les visiteurs à l'extérieur de {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Document statistique sur la criminalité de 2001 à 2013'"
@@ -1376,6 +1364,12 @@ msgstr "MailServerLog|Order"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "Faire une nouvelle<br/>\\n <strong>demande <span>d'accès</span><br/>\\n aux documents<br/>\\n</strong>"
@@ -3357,6 +3351,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/gl/app.po b/locale/gl/app.po
index 53850df69..70a0f8de4 100644
--- a/locale/gl/app.po
+++ b/locale/gl/app.po
@@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -112,18 +112,6 @@ msgstr " cuando envió este mensaje."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Estadísticas de crímenes por región en España'"
@@ -1478,6 +1466,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Envíe una nueva<br/>\n"
@@ -3574,6 +3568,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/he_IL/app.po b/locale/he_IL/app.po
index 30b59519b..1458eb384 100644
--- a/locale/he_IL/app.po
+++ b/locale/he_IL/app.po
@@ -8,7 +8,7 @@
# Ram Ezrach <ram.ezrach@gmail.com>, 2013
# rshlo <r@roishlomi.com>, 2013
# rshlo <r@roishlomi.com>, 2013
-# yauzi <yair.uziel@gmail.com>, 2013
+# yauzi <yair.uziel@gmail.com>, 2013-2014
# yauzi <yair.uziel@gmail.com>, 2013
# yehuda <yehudab@gmail.com>, 2013
# yehuda <yehudab@gmail.com>, 2013
@@ -20,9 +20,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-03-03 17:37+0000\n"
+"Last-Translator: yauzi <yair.uziel@gmail.com>\n"
"Language-Team: Hebrew (Israel) (http://www.transifex.com/projects/p/alaveteli/language/he_IL/)\n"
"Language: he_IL\n"
"MIME-Version: 1.0\n"
@@ -114,18 +114,6 @@ msgstr "כאשר אתם שולחים הודעה זו."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"שלום! יש לנו <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">הודעה חשובה</a> למבקרים מחוץ ל- {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'סטטיסטיקות פשע מפורטות בדרום תל-אביב'"
@@ -705,7 +693,10 @@ msgid "Dear {{name}},"
msgstr "{{name}} יקר,"
msgid "Dear {{public_body_name}},"
-msgstr "{{public_body_name}} נכבד, "
+msgstr ""
+"לכבוד הממונה על חוק חופש המידע ב{{public_body_name}},\n"
+"\n"
+"בהתאם לסעיף 7 לחוק חופש המידע, התשנ\"ח-1998 הריני לפנות אליכם כדלקמן:"
msgid "Dear {{user_name}},"
msgstr ""
@@ -1378,6 +1369,12 @@ msgstr "MailServerLog|Order"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "הגישו<br><strong>בקשה</strong><br><span>לפתיחת</span> <br><strong>מאגר מידע</strong>"
@@ -3361,6 +3358,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
@@ -3401,10 +3401,10 @@ msgid "Your {{site_name}} email alert"
msgstr "התרעת הדוא\"ל שלכם מאתר {{site_name}} "
msgid "Yours faithfully,"
-msgstr "שלכם במסירות,"
+msgstr "בתודה מראש על טיפולכם המסור בבקשה זו,"
msgid "Yours sincerely,"
-msgstr "שלכם בכנות,"
+msgstr "בתודה מראש על טיפולכם המסור בבקשה זו,"
msgid "Yours,"
msgstr "בהוקרה,"
diff --git a/locale/hr/app.po b/locale/hr/app.po
index f8d9a5e73..28e49f3e2 100644
--- a/locale/hr/app.po
+++ b/locale/hr/app.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -115,18 +115,6 @@ msgstr " kada pošaljete ovu poruku."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1456,6 +1444,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Podnesi novi<br/>\n"
@@ -3530,6 +3524,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/hr_HR/app.po b/locale/hr_HR/app.po
index df86f56e7..4a19af2ce 100644
--- a/locale/hr_HR/app.po
+++ b/locale/hr_HR/app.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -105,18 +105,6 @@ msgstr ""
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1368,6 +1356,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "Napravite novi <br/>\\n <strong>Sloboda><br/> informacije<br/>\\n zahtijevati</strong>"
@@ -3354,6 +3348,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/hu_HU/app.po b/locale/hu_HU/app.po
index fd8e4dd77..139605acc 100644
--- a/locale/hu_HU/app.po
+++ b/locale/hu_HU/app.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -111,18 +111,6 @@ msgstr " részére, így a címzett megismerheti azt."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Üdvözöljük! <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">Fontos üzenet</a> nem {{country_name}}\" országból való látogatók számára"
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'A kiskereki oktatási intézmények 2010-es évi ételszállítási szerződései'."
@@ -1475,6 +1463,12 @@ msgstr "MailServerLog|Order"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Új<br/><br/>\n"
@@ -3573,6 +3567,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/id/app.po b/locale/id/app.po
index f4759dbe0..7d8ae4a99 100644
--- a/locale/id/app.po
+++ b/locale/id/app.po
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -118,18 +118,6 @@ msgstr " saat Anda mengirim pesan ini."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Halo! Kami mempunyai <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">pesan penting</a> untuk pengunjung diluar {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Statistik Kriminal berdasarkan tingkat penjara untuk Wales'"
@@ -1501,6 +1489,12 @@ msgstr "MailServerLog | Order"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Buat permintaan <br/>\n"
@@ -3595,6 +3589,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/it/app.po b/locale/it/app.po
index ba37e5551..fd70bcd36 100644
--- a/locale/it/app.po
+++ b/locale/it/app.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -103,18 +103,6 @@ msgstr "quando invii questo messaggio."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Statistiche sul crimine in Lombardia al livello di guardia'"
@@ -1367,6 +1355,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3348,6 +3342,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/mk_MK/app.po b/locale/mk_MK/app.po
index 8f37ccab0..b4dfaa5dd 100644
--- a/locale/mk_MK/app.po
+++ b/locale/mk_MK/app.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -101,18 +101,6 @@ msgstr " кога ќе ја испратите оваа порака."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Здраво! Имаме <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">важна порака</a> за посетителите надвор од {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Криминална статистика по области за Македонија'"
@@ -1363,6 +1351,12 @@ msgstr "MailServerLog|Order"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "Направи ново<br/>\\n <strong>Барање за Слободен <span>пристап до</span><br/>\\n информации</strong>"
@@ -3366,6 +3360,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/nb_NO/app.po b/locale/nb_NO/app.po
index 223d5bb0c..84626a448 100644
--- a/locale/nb_NO/app.po
+++ b/locale/nb_NO/app.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -109,18 +109,6 @@ msgstr " når du sender denne meldinen."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Hei! Vi har en <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">viktig beskjed</a> til besøkende som ikke fra {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Kriminalitetsstatistikk på bydelsnivå for Oslo'"
@@ -1374,6 +1362,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "Lag en ny<br/>\\n <strong>Forespørsel <span>om</span><br/>\\n innsyn</strong>"
@@ -3358,6 +3352,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/nl/app.po b/locale/nl/app.po
index 430bc18df..00e81eafe 100644
--- a/locale/nl/app.po
+++ b/locale/nl/app.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -104,18 +104,6 @@ msgstr "wanneer u dit bericht verzend."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Misdaadstatistieken op wijkniveau voor Wales'"
@@ -1366,6 +1354,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3347,6 +3341,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/nn/app.po b/locale/nn/app.po
index 0d0b78be6..d21e6e026 100644
--- a/locale/nn/app.po
+++ b/locale/nn/app.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -101,18 +101,6 @@ msgstr ""
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1363,6 +1351,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3344,6 +3338,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/pl/app.po b/locale/pl/app.po
index e5ab2a473..1f6f04cc5 100644
--- a/locale/pl/app.po
+++ b/locale/pl/app.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -103,18 +103,6 @@ msgstr ""
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1366,6 +1354,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3352,6 +3346,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/pt_BR/app.po b/locale/pt_BR/app.po
index 8e76f27e9..619c617cf 100644
--- a/locale/pt_BR/app.po
+++ b/locale/pt_BR/app.po
@@ -32,8 +32,8 @@
# patriciacornils <patriciacornils@gmail.com>, 2011
# patriciacornils <patriciacornils@gmail.com>, 2011
# markun <pedro@esfera.mobi>, 2011-2012
-# Rafael Moretti <rafael.moretti@gmail.com>, 2012
-# Rafael 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,9 +42,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -136,18 +136,6 @@ msgstr "quando você enviar esta mensagem."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Olá! Temos uma <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">mensagem importante</a> para visitantes de fora do {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Estatísticas de crimes por bairro na cidade de São Paulo'"
@@ -1424,6 +1412,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Faça um novo<br/>\n"
@@ -3428,6 +3422,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/pt_PT/app.po b/locale/pt_PT/app.po
index 08f271a1c..2e9193811 100644
--- a/locale/pt_PT/app.po
+++ b/locale/pt_PT/app.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -105,18 +105,6 @@ msgstr "quando enviar esta mensagem."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1367,6 +1355,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3348,6 +3342,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/ro_RO/app.po b/locale/ro_RO/app.po
index ebc550155..670e6d9d9 100644
--- a/locale/ro_RO/app.po
+++ b/locale/ro_RO/app.po
@@ -21,9 +21,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -115,18 +115,6 @@ msgstr "când trimiți acest mesaj."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Salut! Avem un <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">mesaj important</a> pentru vizitatorii din afara {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Bugetul pentru anul 2012 alocat transporturilor la Consiliul Județean Mureș'"
@@ -1380,6 +1368,12 @@ msgstr "MailServerLog|Order"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "Faceți o nouă<br/>\\n <strong>solicitare <span>de</span><br/>\\n informații<br/>\\de interes public</strong>"
@@ -3366,6 +3360,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/sl/app.po b/locale/sl/app.po
index 0a6d1e90a..e5c49684e 100644
--- a/locale/sl/app.po
+++ b/locale/sl/app.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -103,18 +103,6 @@ msgstr "ko pošljete to sporočilo."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Živjo! Imamo <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">pomembno novico</a> za obiskovalce izven {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Statistika kaznivih dejanj po okoliših za Wales' "
@@ -1367,6 +1355,12 @@ msgstr "MailServerLog|Vrstni red"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "Ustvarite nov<br/>\\n <strong>Zahtevek <span>za</span><br/>\\n informacije<br/>\\n javnega značaja</strong>"
@@ -3358,6 +3352,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/sq/app.po b/locale/sq/app.po
index e340aa448..cf347408e 100644
--- a/locale/sq/app.po
+++ b/locale/sq/app.po
@@ -17,9 +17,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -121,18 +121,6 @@ msgstr " kur e dërgoni këtë mesazh."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "'Statistikat e krimit në nivel komune'"
@@ -1455,6 +1443,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Bëj një<br/>\n"
@@ -3505,6 +3499,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/sr@latin/app.po b/locale/sr@latin/app.po
index 46ff4db43..6eb95c043 100644
--- a/locale/sr@latin/app.po
+++ b/locale/sr@latin/app.po
@@ -15,9 +15,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -113,18 +113,6 @@ msgstr " kada pošaljete ovu poruku."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr "\"Dobrodošli! Imamo <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">važnu poruku</a> za posetioce koji pristupaju iz zemlje koja nije {{country_name}}\""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "„Statistika krivičnih dela po mesnim zajednicama u Beogradu“"
@@ -1393,6 +1381,12 @@ msgstr "MailServerLog|Redosled"
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr "Podnesi novi<br/>\\n<strong>Zahtev<span> za</span><br/>\\nslobodan<br/>\\npristup informacijama od javnog značaja</strong>"
@@ -3456,6 +3450,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/sv/app.po b/locale/sv/app.po
index 5d395cb75..813d6dec2 100644
--- a/locale/sv/app.po
+++ b/locale/sv/app.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -101,18 +101,6 @@ msgstr ""
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1363,6 +1351,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3344,6 +3338,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/sw_KE/app.po b/locale/sw_KE/app.po
index 1f82e0381..93288ff21 100644
--- a/locale/sw_KE/app.po
+++ b/locale/sw_KE/app.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -101,18 +101,6 @@ msgstr ""
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1363,6 +1351,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3344,6 +3338,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/tr/app.po b/locale/tr/app.po
index fefcb4516..a7279c404 100644
--- a/locale/tr/app.po
+++ b/locale/tr/app.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -103,18 +103,6 @@ msgstr ""
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1365,6 +1353,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3346,6 +3340,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/uk/app.po b/locale/uk/app.po
index 4ac511e92..4ee92d9c1 100644
--- a/locale/uk/app.po
+++ b/locale/uk/app.po
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -110,18 +110,6 @@ msgstr " коли ви відправите повідомлення."
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr "Статистика злочинності для Вінницької області"
@@ -1473,6 +1461,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
"Зробити<br/>\n"
@@ -3504,6 +3498,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/vi/app.po b/locale/vi/app.po
index 00007481f..938ca2e17 100644
--- a/locale/vi/app.po
+++ b/locale/vi/app.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -105,18 +105,6 @@ msgstr "khi bạn gửi đi tin nhắn này"
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1366,6 +1354,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3342,6 +3336,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/locale/zh_HK/app.po b/locale/zh_HK/app.po
index 11dfa8fb4..1fde7369d 100644
--- a/locale/zh_HK/app.po
+++ b/locale/zh_HK/app.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-01-30 17:09+0000\n"
-"PO-Revision-Date: 2014-01-30 17:18+0000\n"
-"Last-Translator: mysociety <transifex@mysociety.org>\n"
+"POT-Creation-Date: 2014-02-27 09:52+0000\n"
+"PO-Revision-Date: 2014-02-27 09:59+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"
"MIME-Version: 1.0\n"
@@ -103,18 +103,6 @@ msgstr "當您傳送此訊息時。"
msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\""
msgstr ""
-msgid "\"Notes: #{notes}\""
-msgstr ""
-
-msgid "\"Requested by: #{get_user_name} (#{get_user_email})\""
-msgstr ""
-
-msgid "\"Source URL: #{source_url}\""
-msgstr ""
-
-msgid "\"Your request to update the address for #{get_public_body_name} has been sent. Thank you for getting in touch! We'll get back to you soon.\""
-msgstr ""
-
msgid "'Crime statistics by ward level for Wales'"
msgstr ""
@@ -1364,6 +1352,12 @@ msgstr ""
msgid "Make a batch request"
msgstr ""
+msgid "Make a new EIR request"
+msgstr ""
+
+msgid "Make a new FOI request"
+msgstr ""
+
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -3340,6 +3334,9 @@ msgstr ""
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr ""
+msgid "Your request to update the address for {{public_body_name}} has been sent. Thank you for getting in touch! We'll get back to you soon."
+msgstr ""
+
msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr ""
diff --git a/script/install-as-user b/script/install-as-user
index aaad52145..a6c267066 100755
--- a/script/install-as-user
+++ b/script/install-as-user
@@ -114,6 +114,7 @@ then
-e "s,^( *DONATION_URL:).*,\\1 null," \
-e "s,^( *THEME_BRANCH:).*,\\1 'develop'," \
-e "s,^( *USE_MAILCATCHER_IN_DEVELOPMENT:).*,\\1 false," \
+ -e "s,^( *BUNDLE_PATH:).*,\\1 $HOME/bundle/," \
config/general.yml-example > config/general.yml
fi
diff --git a/script/mailin b/script/mailin
index f782df215..65f9d06f2 100755
--- a/script/mailin
+++ b/script/mailin
@@ -22,7 +22,8 @@ then
# send error to administators (use mutt for MIME encoding)
SUBJ="Mail import error for $OPTION_DOMAIN"
BODY="There was an error code $ERROR_CODE returned by the RequestMailer.receive command in script/mailin. See attached for details. This might be quite serious, such as the database was down, or might be an email with corrupt headers that Rails is choking on. We returned the email with an exit code 75, which for Exim at least instructs the MTA to try again later. A well configured installation of this code will separately have had Exim make a backup copy of the email in a separate mailbox, just in case."
- /usr/bin/mutt -s "$SUBJ" -a "$OUTPUT" "$INPUT" -- "$OPTION_CONTACT_EMAIL" <<<"$BODY"
+ FROM="$OPTION_BLACKHOLE_PREFIX@$OPTION_INCOMING_EMAIL_DOMAIN"
+ /usr/bin/mutt -e "set use_envelope_from" -e "set envelope_from_address=$FROM" -s "$SUBJ" -a "$OUTPUT" "$INPUT" -- "$OPTION_FORWARD_NONBOUNCE_RESPONSES_TO" <<<"$BODY"
# tell exim error was temporary, so try again later (no point bouncing message to authority)
rm -f "$INPUT" "$OUTPUT"
diff --git a/script/rails-deploy-before-down b/script/rails-deploy-before-down
index ad1049e44..c157a8624 100755
--- a/script/rails-deploy-before-down
+++ b/script/rails-deploy-before-down
@@ -123,19 +123,24 @@ END
echo "ENV['RAILS_ENV'] ||= 'production'" > config/rails_env.rb
fi
-bundle_install_options=""
+BUNDLE_PATH="${OPTION_BUNDLE_PATH:-vendor/bundle}"
+
+bundle_install_options="--path $BUNDLE_PATH"
+
if [ "$OPTION_STAGING_SITE" = "0" ]
then
- bundle_install_options="--without development:test --deployment"
+ bundle_install_options="$bundle_install_options --without development:test --deployment"
fi
if [ "$OPTION_STAGING_SITE" = "1" ]
then
- bundle_install_options="--path vendor/bundle"
+ bundle_install_options="$bundle_install_options"
fi
if [ "$TRAVIS" = "true" ]
then
bundle_install_options="--without development develop --deployment"
fi
+
+echo "Running bundle install with options: $bundle_install_options"
bundle install $bundle_install_options
bundle exec rake submodules:check
diff --git a/spec/helpers/link_to_helper_spec.rb b/spec/helpers/link_to_helper_spec.rb
index 2259db6c2..4a01ec683 100644
--- a/spec/helpers/link_to_helper_spec.rb
+++ b/spec/helpers/link_to_helper_spec.rb
@@ -70,14 +70,50 @@ describe LinkToHelper do
end
describe 'simple_date' do
+
+ it 'formats a date in html by default' do
+ time = Time.utc(2012, 11, 07, 21, 30, 26)
+ self.should_receive(:simple_date_html).with(time)
+ simple_date(time)
+ end
+
+ it 'formats a date in the specified format' do
+ time = Time.utc(2012, 11, 07, 21, 30, 26)
+ self.should_receive(:simple_date_text).with(time)
+ simple_date(time, :format => :text)
+ end
+
+ it 'raises an argument error if given an unrecognized format' do
+ time = Time.utc(2012, 11, 07, 21, 30, 26)
+ expect { simple_date(time, :format => :unknown) }.to raise_error(ArgumentError)
+ end
+
+ end
+
+ describe 'simple_date_html' do
+
+ it 'formats a date in a time tag' do
+ Time.use_zone('London') do
+ time = Time.utc(2012, 11, 07, 21, 30, 26)
+ expected = "<time datetime=\"2012-11-07T21:30:26+00:00\" title=\"2012-11-07 21:30:26 +0000\">November 07, 2012</time>"
+ simple_date_html(time).should == expected
+ end
+ end
+
+ end
+
+ describe 'simple_date_text' do
+
it 'should respect time zones' do
Time.use_zone('Australia/Sydney') do
- simple_date(Time.utc(2012, 11, 07, 21, 30, 26)).should == 'November 08, 2012'
+ simple_date_text(Time.utc(2012, 11, 07, 21, 30, 26)).should == 'November 08, 2012'
end
end
it 'should handle Date objects' do
- simple_date(Date.new(2012, 11, 21)).should == 'November 21, 2012'
+ simple_date_text(Date.new(2012, 11, 21)).should == 'November 21, 2012'
end
+
end
+
end
diff --git a/spec/models/incoming_message_spec.rb b/spec/models/incoming_message_spec.rb
index c27870afc..f06dcbeeb 100644
--- a/spec/models/incoming_message_spec.rb
+++ b/spec/models/incoming_message_spec.rb
@@ -742,5 +742,13 @@ describe IncomingMessage, "when extracting attachments" do
attachments.first.body.should == 'No way!'
end
-end
+ it 'makes invalid utf-8 encoded attachment text valid when string responds to encode' do
+ if String.method_defined?(:encode)
+ im = incoming_messages(:useless_incoming_message)
+ im.stub!(:extract_text).and_return("\xBF")
+
+ im._get_attachment_text_internal.valid_encoding?.should be_true
+ end
+ end
+end