aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile5
-rw-r--r--Gemfile.lock9
-rw-r--r--README.md2
-rw-r--r--app/models/concerns/public_body_derived_fields.rb47
-rw-r--r--app/models/incoming_message.rb2
-rw-r--r--app/models/public_body.rb422
-rw-r--r--config/application.rb5
-rw-r--r--config/initializers/alaveteli.rb2
-rw-r--r--config/initializers/xml.rb2
-rw-r--r--config/packages1
-rw-r--r--config/packages.debian-squeeze1
-rw-r--r--config/packages.debian-wheezy1
-rw-r--r--config/packages.ubuntu-precise1
-rw-r--r--config/packages_development2
-rw-r--r--locale/aln/app.po94
-rw-r--r--locale/app.pot90
-rw-r--r--locale/ar/app.po98
-rw-r--r--locale/bg/app.po96
-rw-r--r--locale/bs/app.po97
-rw-r--r--locale/ca/app.po96
-rw-r--r--locale/cs/app.po121
-rw-r--r--locale/cy/app.po98
-rw-r--r--locale/de/app.po96
-rw-r--r--locale/en/app.po90
-rw-r--r--locale/en_IE/app.po94
-rw-r--r--locale/en_RW/app.po72
-rw-r--r--locale/en_UG/app.po78
-rw-r--r--locale/es/app.po100
-rw-r--r--locale/es_NI/app.po98
-rw-r--r--locale/es_PA/app.po96
-rw-r--r--locale/eu/app.po96
-rw-r--r--locale/fi/app.po94
-rw-r--r--locale/fr/app.po180
-rw-r--r--locale/fr_CA/app.po96
-rw-r--r--locale/ga_IE/app.po97
-rw-r--r--locale/gl/app.po96
-rw-r--r--locale/he_IL/app.po102
-rw-r--r--locale/hr/app.po295
-rw-r--r--locale/hu_HU/app.po96
-rw-r--r--locale/id/app.po95
-rw-r--r--locale/is_IS/app.po96
-rw-r--r--locale/it/app.po98
-rw-r--r--locale/mk_MK/app.po96
-rw-r--r--locale/model_attributes.rb3
-rw-r--r--locale/nb/app.po354
-rw-r--r--locale/nl/app.po94
-rw-r--r--locale/nn/app.po2559
-rw-r--r--locale/pl/app.po95
-rw-r--r--locale/pt_BR/app.po96
-rw-r--r--locale/pt_PT/app.po497
-rw-r--r--locale/ro_RO/app.po97
-rw-r--r--locale/rw/app.po180
-rw-r--r--locale/se/app.po94
-rw-r--r--locale/sl/app.po98
-rw-r--r--locale/sq/app.po96
-rw-r--r--locale/sr@latin/app.po97
-rw-r--r--locale/sv/app.po94
-rw-r--r--locale/sw_KE/app.po94
-rw-r--r--locale/tr/app.po94
-rw-r--r--locale/uk/app.po97
-rw-r--r--locale/vi/app.po93
-rw-r--r--locale/zh_HK/app.po352
-rwxr-xr-xscript/handle-mail-replies2
-rwxr-xr-xscript/mailin2
-rwxr-xr-xscript/request-creation-graph6
-rwxr-xr-xscript/user-use-graph6
-rw-r--r--spec/controllers/admin_public_body_controller_spec.rb5
-rw-r--r--spec/integration/parameter_stripping_spec.rb24
-rw-r--r--spec/models/public_body_spec.rb63
69 files changed, 6354 insertions, 2491 deletions
diff --git a/Gemfile b/Gemfile
index a836653d0..e259e4508 100644
--- a/Gemfile
+++ b/Gemfile
@@ -21,8 +21,10 @@ gem 'mahoro', '~> 0.4'
gem 'memcache-client', '~> 1.8.5'
gem 'net-http-local', '~> 0.1.2', :platforms => [:ruby_18, :ruby_19]
gem 'net-purge', '~> 0.1.0'
+gem 'nokogiri', '~> 1.5.9'
gem 'open4', '~> 1.3.4'
-gem 'rack', '~> 1.4.5'
+gem 'rack', '~> 1.4.6'
+gem 'rack-utf8_sanitizer', '~> 1.3.0', :platforms => :ruby_19
gem 'rake', '0.9.2.2'
gem 'rails-i18n', '~> 0.7.3'
gem 'recaptcha', '~> 0.3.1', :require => 'recaptcha/rails'
@@ -66,7 +68,6 @@ group :test do
gem 'fakeweb', '~> 1.3.0'
gem 'coveralls', :require => false
gem 'webrat', '~> 0.7.3'
- gem 'nokogiri', '~> 1.5.9'
end
group :test, :development do
diff --git a/Gemfile.lock b/Gemfile.lock
index 9353b9145..9cd1e6adb 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -171,7 +171,7 @@ GEM
net-ssh (2.6.7)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
- newrelic_rpm (3.11.1.284)
+ newrelic_rpm (3.12.0.288)
nokogiri (1.5.9)
open4 (1.3.4)
paper_trail (2.7.2)
@@ -185,7 +185,7 @@ GEM
slop (~> 3.4)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
- rack (1.4.5)
+ rack (1.4.6)
rack-cache (1.2)
rack (>= 0.4)
rack-protection (1.5.0)
@@ -194,6 +194,8 @@ GEM
rack
rack-test (0.6.2)
rack (>= 1.0)
+ rack-utf8_sanitizer (1.3.0)
+ rack (~> 1.0)
rails (3.2.21)
actionmailer (= 3.2.21)
actionpack (= 3.2.21)
@@ -341,7 +343,8 @@ DEPENDENCIES
pg (~> 0.17.1)
pry (~> 0.9.6)
quiet_assets (~> 1.0.2)
- rack (~> 1.4.5)
+ rack (~> 1.4.6)
+ rack-utf8_sanitizer (~> 1.3.0)
rails (= 3.2.21)
rails-i18n (~> 0.7.3)
rake (= 0.9.2.2)
diff --git a/README.md b/README.md
index aacd1ddc2..a3cb61a93 100644
--- a/README.md
+++ b/README.md
@@ -68,3 +68,5 @@ We have some more notes for developers [on the project site](http://alaveteli.or
* [KiMitTud](http://kimittud.atlatszo.hu)
* [Informace Pro Všechny](http://www.infoprovsechny.cz)
* [fyi.org.nz](https://fyi.org.nz)
+
+See more at [alaveteli.org](http://alaveteli.org/deployments/).
diff --git a/app/models/concerns/public_body_derived_fields.rb b/app/models/concerns/public_body_derived_fields.rb
new file mode 100644
index 000000000..f389e3cbf
--- /dev/null
+++ b/app/models/concerns/public_body_derived_fields.rb
@@ -0,0 +1,47 @@
+module PublicBodyDerivedFields
+
+ extend ActiveSupport::Concern
+
+ included do
+ before_save :set_first_letter
+
+ # When name or short name is changed, also change the url name
+ def short_name=(short_name)
+ super
+ update_url_name
+ end
+
+ def name=(name)
+ super
+ update_url_name
+ end
+
+ end
+
+ # Return the short name if present, or else long name
+ def short_or_long_name
+ if self.short_name.nil? || self.short_name.empty?
+ self.name.nil? ? "" : self.name
+ else
+ self.short_name
+ end
+ end
+
+ # Set the first letter, which is used for faster queries
+ def set_first_letter
+ unless name.blank?
+ # we use a regex to ensure it works with utf-8/multi-byte
+ first_letter = Unicode.upcase name.scan(/^./mu)[0]
+ if first_letter != self.first_letter
+ self.first_letter = first_letter
+ end
+ end
+ end
+
+ def update_url_name
+ if changed.include?('name') || changed.include?('short_name')
+ self.url_name = MySociety::Format.simplify_url_part(self.short_or_long_name, 'body')
+ end
+ end
+
+end
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb
index a84e9dd3a..71b081560 100644
--- a/app/models/incoming_message.rb
+++ b/app/models/incoming_message.rb
@@ -499,7 +499,7 @@ class IncomingMessage < ActiveRecord::Base
# because the hexdigest of an attachment is identical.
main_part = get_main_body_text_part(attachments)
# we don't use get_main_body_text_internal, as we want to avoid charset
- # conversions, since /usr/bin/uudecode needs to deal with those.
+ # conversions, since _uudecode_and_save_attachments needs to deal with those.
# e.g. for https://secure.mysociety.org/admin/foi/request/show_raw_email/24550
if !main_part.nil?
uudecoded_attachments = _uudecode_and_save_attachments(main_part.body)
diff --git a/app/models/public_body.rb b/app/models/public_body.rb
index 5053523a3..ac924a941 100644
--- a/app/models/public_body.rb
+++ b/app/models/public_body.rb
@@ -34,9 +34,30 @@ require 'set'
class PublicBody < ActiveRecord::Base
include AdminColumn
+ class ImportCSVDryRun < StandardError ; end
+
@non_admin_columns = %w(name last_edit_comment)
- strip_attributes!
+ attr_accessor :no_xapian_reindex
+
+ # Default fields available for importing from CSV, in the format
+ # [field_name, 'short description of field (basic html allowed)']
+ cattr_accessor :csv_import_fields do
+ [
+ ['name', '(i18n)<strong>Existing records cannot be renamed</strong>'],
+ ['short_name', '(i18n)'],
+ ['request_email', '(i18n)'],
+ ['notes', '(i18n)'],
+ ['publication_scheme', '(i18n)'],
+ ['disclosure_log', '(i18n)'],
+ ['home_page', ''],
+ ['tag_string', '(tags separated by spaces)'],
+ ]
+ end
+
+ has_many :info_requests, :order => 'created_at desc'
+ has_many :track_things, :order => 'created_at desc'
+ has_many :censor_rules, :order => 'created_at desc'
validates_presence_of :name, :message => N_("Name can't be blank")
validates_presence_of :url_name, :message => N_("URL name can't be blank")
@@ -47,19 +68,12 @@ class PublicBody < ActiveRecord::Base
validate :request_email_if_requestable
- has_many :info_requests, :order => 'created_at desc'
- has_many :track_things, :order => 'created_at desc'
- has_many :censor_rules, :order => 'created_at desc'
- attr_accessor :no_xapian_reindex
-
- has_tag_string
-
- before_save :set_api_key,
- :set_default_publication_scheme,
- :set_first_letter
+ before_save :set_api_key!, :unless => :api_key
+ before_save :set_default_publication_scheme
after_save :purge_in_cache
after_update :reindex_requested_from
+
# Every public body except for the internal admin one is visible
scope :visible, lambda {
{
@@ -67,39 +81,82 @@ class PublicBody < ActiveRecord::Base
}
}
+ acts_as_versioned
+ acts_as_xapian :texts => [:name, :short_name, :notes],
+ :values => [
+ # for sorting
+ [:created_at_numeric, 1, "created_at", :number]
+ ],
+ :terms => [
+ [:variety, 'V', "variety"],
+ [:tag_array_for_search, 'U', "tag"]
+ ]
+ has_tag_string
+ strip_attributes!
translates :name, :short_name, :request_email, :url_name, :notes, :first_letter, :publication_scheme
- # Default fields available for importing from CSV, in the format
- # [field_name, 'short description of field (basic html allowed)']
- cattr_accessor :csv_import_fields do
- [
- ['name', '(i18n)<strong>Existing records cannot be renamed</strong>'],
- ['short_name', '(i18n)'],
- ['request_email', '(i18n)'],
- ['notes', '(i18n)'],
- ['publication_scheme', '(i18n)'],
- ['disclosure_log', '(i18n)'],
- ['home_page', ''],
- ['tag_string', '(tags separated by spaces)'],
- ]
- end
+ # Cannot be grouped at top as it depends on the `translates` macro
+ include Translatable
- acts_as_xapian :texts => [ :name, :short_name, :notes ],
- :values => [
- [ :created_at_numeric, 1, "created_at", :number ] # for sorting
- ],
- :terms => [ [ :variety, 'V', "variety" ],
- [ :tag_array_for_search, 'U', "tag" ]
- ]
+ # Cannot be grouped at top as it depends on the `translates` macro
+ include PublicBodyDerivedFields
+
+ # Cannot be grouped at top as it depends on the `translates` macro
+ class Translation
+ include PublicBodyDerivedFields
+ end
- acts_as_versioned
self.non_versioned_columns << 'created_at' << 'updated_at' << 'first_letter' << 'api_key'
self.non_versioned_columns << 'info_requests_count' << 'info_requests_successful_count'
self.non_versioned_columns << 'info_requests_count' << 'info_requests_visible_classified_count'
self.non_versioned_columns << 'info_requests_not_held_count' << 'info_requests_overdue'
self.non_versioned_columns << 'info_requests_overdue_count'
- include Translatable
+ # Cannot be defined directly under `include` statements as this is opening
+ # the PublicBody::Version class dynamically defined by the
+ # `acts_as_versioned` macro.
+ #
+ # TODO: acts_as_versioned accepts an extend parameter [1] so these methods
+ # could be extracted to a module:
+ #
+ # acts_as_versioned :extend => PublicBodyVersionExtensions
+ #
+ # This includes the module in both the parent class (PublicBody) and the
+ # Version class (PublicBody::Version), so the behaviour is slightly
+ # different to opening up PublicBody::Version.
+ #
+ # We could add an `extend_version_class` option pretty trivially by
+ # following the pattern for the existing `extend` option.
+ #
+ # [1] http://git.io/vIetK
+ class Version
+ def last_edit_comment_for_html_display
+ text = self.last_edit_comment.strip
+ text = CGI.escapeHTML(text)
+ text = MySociety::Format.make_clickable(text)
+ text = text.gsub(/\n/, '<br>')
+ return text
+ end
+
+ def compare(previous = nil)
+ if previous.nil?
+ yield([])
+ else
+ v = self
+ changes = self.class.content_columns.inject([]) {|memo, c|
+ unless %w(version last_edit_editor last_edit_comment updated_at).include?(c.name)
+ from = previous.send(c.name)
+ to = self.send(c.name)
+ memo << { :name => c.human_name, :from => from, :to => to } if from != to
+ end
+ memo
+ }
+ changes.each do |change|
+ yield(change)
+ end
+ end
+ end
+ end
# Public: Search for Public Bodies whose name, short_name, request_email or
# tags contain the given query
@@ -129,33 +186,12 @@ class PublicBody < ActiveRecord::Base
uniq
end
- # TODO: - Don't like repeating this!
- def calculate_cached_fields(t)
- PublicBody.set_first_letter(t)
- short_long_name = t.name
- short_long_name = t.short_name if t.short_name and !t.short_name.empty?
- t.url_name = MySociety::Format.simplify_url_part(short_long_name, 'body')
- end
-
- # Set the first letter on a public body or translation
- def self.set_first_letter(instance)
- unless instance.name.nil? or instance.name.empty?
- # we use a regex to ensure it works with utf-8/multi-byte
- first_letter = Unicode.upcase instance.name.scan(/^./mu)[0]
- if first_letter != instance.first_letter
- instance.first_letter = first_letter
- end
- end
- end
-
- def set_default_publication_scheme
- # Make sure publication_scheme gets the correct default value.
- # (This would work automatically, were publication_scheme not a translated attribute)
- self.publication_scheme = "" if self.publication_scheme.nil?
+ def set_api_key
+ set_api_key! if api_key.nil?
end
- def set_api_key
- self.api_key = SecureRandom.base64(33) if self.api_key.nil?
+ def set_api_key!
+ self.api_key = SecureRandom.base64(33)
end
# like find_by_url_name but also search historic url_name if none found
@@ -183,18 +219,29 @@ class PublicBody < ActiveRecord::Base
PublicBody.find(old.first)
end
- # Set the first letter, which is used for faster queries
- def set_first_letter
- PublicBody.set_first_letter(self)
- end
-
# If tagged "not_apply", then FOI/EIR no longer applies to authority at all
def not_apply?
- return self.has_tag?('not_apply')
+ has_tag?('not_apply')
end
+
# If tagged "defunct", then the authority no longer exists at all
def defunct?
- return self.has_tag?('defunct')
+ has_tag?('defunct')
+ end
+
+ # Are all requests to this body under the Environmental Information
+ # Regulations?
+ def eir_only?
+ has_tag?('eir_only')
+ end
+
+ # Schools are allowed more time in holidays, so we change some wordings
+ def is_school?
+ has_tag?('school')
+ end
+
+ def site_administration?
+ has_tag?('site_administration')
end
# Can an FOI (etc.) request be made to this body?
@@ -213,102 +260,39 @@ class PublicBody < ActiveRecord::Base
# Also used as not_followable_reason
def not_requestable_reason
- if self.defunct?
- return 'defunct'
- elsif self.not_apply?
- return 'not_apply'
+ if defunct?
+ 'defunct'
+ elsif not_apply?
+ 'not_apply'
elsif !has_request_email?
- return 'bad_contact'
+ 'bad_contact'
else
raise "not_requestable_reason called with type that has no reason"
end
end
def special_not_requestable_reason?
- self.defunct? || self.not_apply?
- end
-
-
- class Version
-
- def last_edit_comment_for_html_display
- text = self.last_edit_comment.strip
- text = CGI.escapeHTML(text)
- text = MySociety::Format.make_clickable(text)
- text = text.gsub(/\n/, '<br>')
- return text
- end
-
- def compare(previous = nil)
- if previous.nil?
- yield([])
- else
- v = self
- changes = self.class.content_columns.inject([]) {|memo, c|
- unless %w(version last_edit_editor last_edit_comment updated_at).include?(c.name)
- from = previous.send(c.name)
- to = self.send(c.name)
- memo << { :name => c.human_name, :from => from, :to => to } if from != to
- end
- memo
- }
- changes.each do |change|
- yield(change)
- end
- end
- end
+ defunct? || not_apply?
end
def created_at_numeric
# format it here as no datetime support in Xapian's value ranges
- return self.created_at.strftime("%Y%m%d%H%M%S")
- end
- def variety
- return "authority"
- end
-
- # if the URL name has changed, then all requested_from: queries
- # will break unless we update index for every event for every
- # request linked to it
- def reindex_requested_from
- if self.changes.include?('url_name')
- for info_request in self.info_requests
-
- for info_request_event in info_request.info_request_events
- info_request_event.xapian_mark_needs_index
- end
- end
- end
- end
-
- # When name or short name is changed, also change the url name
- def short_name=(short_name)
- globalize.write(Globalize.locale, :short_name, short_name)
- self[:short_name] = short_name
- self.update_url_name
- end
-
- def name=(name)
- globalize.write(Globalize.locale, :name, name)
- self[:name] = name
- self.update_url_name
+ created_at.strftime("%Y%m%d%H%M%S")
end
- def update_url_name
- self.url_name = MySociety::Format.simplify_url_part(self.short_or_long_name, 'body')
+ def variety
+ "authority"
end
- # Return the short name if present, or else long name
- def short_or_long_name
- if self.short_name.nil? || self.short_name.empty? # 'nil' can happen during construction
- self.name.nil? ? "" : self.name
- else
- self.short_name
- end
+ def law_only_short
+ eir_only? ? 'EIR' : 'FOI'
end
# Guess home page from the request email, or use explicit override, or nil
# if not known.
+ #
+ # TODO: PublicBody#calculated_home_page would be a good candidate to cache
+ # in an instance variable
def calculated_home_page
if home_page && !home_page.empty?
home_page[URI::regexp(%w(http https))] ? home_page : "http://#{home_page}"
@@ -317,24 +301,6 @@ class PublicBody < ActiveRecord::Base
end
end
- # Are all requests to this body under the Environmental Information Regulations?
- def eir_only?
- has_tag?('eir_only')
- end
-
- def law_only_short
- eir_only? ? 'EIR' : 'FOI'
- end
-
- # Schools are allowed more time in holidays, so we change some wordings
- def is_school?
- has_tag?('school')
- end
-
- def site_administration?
- has_tag?('site_administration')
- end
-
# The "internal admin" is a special body for internal use.
def self.internal_admin_body
# Use find_by_sql to avoid the search being specific to a
@@ -360,9 +326,6 @@ class PublicBody < ActiveRecord::Base
end
end
- class ImportCSVDryRun < StandardError
- end
-
# Import from a string in CSV format.
# Just tests things and returns messages if dry_run is true.
# Returns an array of [array of errors, array of notes]. If there
@@ -542,16 +505,10 @@ class PublicBody < ActiveRecord::Base
# Does this user have the power of FOI officer for this body?
def is_foi_officer?(user)
user_domain = user.email_domain
- our_domain = self.request_email_domain
-
- if user_domain.nil? or our_domain.nil?
- return false
- end
+ our_domain = request_email_domain
- return our_domain == user_domain
- end
- def foi_officer_domain_required
- return self.request_email_domain
+ return false if user_domain.nil? or our_domain.nil?
+ our_domain == user_domain
end
def request_email
@@ -564,11 +521,15 @@ class PublicBody < ActiveRecord::Base
# Domain name of the request email
def request_email_domain
- return PublicBody.extract_domain_from_email(self.request_email)
+ PublicBody.extract_domain_from_email(request_email)
end
+ alias_method :foi_officer_domain_required, :request_email_domain
+
# Return the domain part of an email address, canonicalised and with common
# extra UK Government server name parts removed.
+ #
+ # TODO: Extract to library class
def self.extract_domain_from_email(email)
email =~ /@(.*)/
if $1.nil?
@@ -586,45 +547,53 @@ class PublicBody < ActiveRecord::Base
return ret
end
+ # TODO: Could this be defined as `sorted_versions.reverse`?
def reverse_sorted_versions
- self.versions.sort { |a,b| b.version <=> a.version }
+ versions.sort { |a,b| b.version <=> a.version }
end
+
def sorted_versions
- self.versions.sort { |a,b| a.version <=> b.version }
+ versions.sort { |a,b| a.version <=> b.version }
end
def has_notes?
- return !self.notes.nil? && self.notes != ""
+ !notes.nil? && notes != ""
end
+
+ # TODO: Deprecate this method. Its only used in a couple of views so easy to
+ # update to just call PublicBody#notes
def notes_as_html
- self.notes
+ notes
end
def notes_without_html
- # assume notes are reasonably behaved HTML, so just use simple regexp on this
- @notes_without_html ||= (self.notes.nil? ? '' : self.notes.gsub(/<\/?[^>]*>/, ""))
+ # assume notes are reasonably behaved HTML, so just use simple regexp
+ # on this
+ @notes_without_html ||= (notes.nil? ? '' : notes.gsub(/<\/?[^>]*>/, ""))
end
def json_for_api
- return {
- :id => self.id,
- :url_name => self.url_name,
- :name => self.name,
- :short_name => self.short_name,
- # :request_email # we hide this behind a captcha, to stop people doing bulk requests easily
- :created_at => self.created_at,
- :updated_at => self.updated_at,
- # don't add the history as some edit comments contain sensitive information
+ {
+ :id => id,
+ :url_name => url_name,
+ :name => name,
+ :short_name => short_name,
+ # :request_email # we hide this behind a captcha, to stop people
+ # doing bulk requests easily
+ :created_at => created_at,
+ :updated_at => updated_at,
+ # don't add the history as some edit comments contain sensitive
+ # information
# :version, :last_edit_editor, :last_edit_comment
- :home_page => self.calculated_home_page,
- :notes => self.notes,
- :publication_scheme => self.publication_scheme,
- :tags => self.tag_array,
+ :home_page => calculated_home_page,
+ :notes => notes,
+ :publication_scheme => publication_scheme,
+ :tags => tag_array,
}
end
def purge_in_cache
- self.info_requests.each {|x| x.purge_in_cache}
+ info_requests.each { |x| x.purge_in_cache }
end
def self.where_clause_for_stats(minimum_requests, total_column)
@@ -697,6 +666,7 @@ class PublicBody < ActiveRecord::Base
'y_max' => 100,
'totals' => original_totals}
end
+
def self.popular_bodies(locale)
# get some example searches and public bodies to display
# either from config, or based on a (slow!) query if not set
@@ -723,6 +693,70 @@ class PublicBody < ActiveRecord::Base
return bodies
end
+ # Methods to privatise
+ # --------------------------------------------------------------------------
+
+ # TODO: This could be removed by updating the default value (to '') of the
+ # `publication_scheme` column in the `public_body_translations` table.
+ #
+ # TODO: Can't actually deprecate this because spec/script/mailin_spec.rb:28
+ # fails due to the deprecation notice output
+ def set_default_publication_scheme
+ # warn %q([DEPRECATION] PublicBody#set_default_publication_scheme will
+ # become a private method in 0.23).squish
+
+ # Make sure publication_scheme gets the correct default value.
+ # (This would work automatically, were publication_scheme not a
+ # translated attribute)
+ self.publication_scheme = "" if publication_scheme.nil?
+ end
+
+ # if the URL name has changed, then all requested_from: queries
+ # will break unless we update index for every event for every
+ # request linked to it
+ #
+ # TODO: Can't actually deprecate this because spec/script/mailin_spec.rb:28
+ # fails due to the deprecation notice output
+ def reindex_requested_from
+ # warn %q([DEPRECATION] PublicBody#reindex_requested_from will become a
+ # private method in 0.23).squish
+
+ if changes.include?('url_name')
+ info_requests.each do |info_request|
+ info_request.info_request_events.each do |info_request_event|
+ info_request_event.xapian_mark_needs_index
+ end
+ end
+ end
+ end
+
+ # Methods to remove
+ # --------------------------------------------------------------------------
+
+ # Set the first letter on a public body or translation
+ def self.set_first_letter(instance)
+ warn %q([DEPRECATION] PublicBody.set_first_letter will be removed
+ in 0.23).squish
+
+ unless instance.name.nil? or instance.name.empty?
+ # we use a regex to ensure it works with utf-8/multi-byte
+ first_letter = Unicode.upcase instance.name.scan(/^./mu)[0]
+ if first_letter != instance.first_letter
+ instance.first_letter = first_letter
+ end
+ end
+ end
+
+ def calculate_cached_fields(t)
+ warn %q([DEPRECATION] PublicBody#calculate_cached_fields will be removed
+ in 0.23).squish
+
+ PublicBody.set_first_letter(t)
+ short_long_name = t.name
+ short_long_name = t.short_name if t.short_name and !t.short_name.empty?
+ t.url_name = MySociety::Format.simplify_url_part(short_long_name, 'body')
+ end
+
private
# Read an attribute value (without using locale fallbacks if the attribute is translated)
diff --git a/config/application.rb b/config/application.rb
index eccf0937c..79784148f 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -84,6 +84,11 @@ module Alaveteli
require "#{Rails.root}/lib/whatdotheyknow/strip_empty_sessions"
config.middleware.insert_before ::ActionDispatch::Cookies, WhatDoTheyKnow::StripEmptySessions, :key => '_wdtk_cookie_session', :path => "/", :httponly => true
+ # Strip non-UTF-8 request parameters
+ if RUBY_VERSION == '1.9.3'
+ config.middleware.insert 0, Rack::UTF8Sanitizer
+ end
+
# Allow the generation of full URLs in emails
config.action_mailer.default_url_options = { :host => AlaveteliConfiguration::domain }
if AlaveteliConfiguration::force_ssl
diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb
index 506e3471f..d4b4be7bc 100644
--- a/config/initializers/alaveteli.rb
+++ b/config/initializers/alaveteli.rb
@@ -11,7 +11,7 @@ load "debug_helpers.rb"
load "util.rb"
# Application version
-ALAVETELI_VERSION = '0.21.0.36'
+ALAVETELI_VERSION = '0.21.0.38'
# Add new inflection rules using the following format
# (all these examples are active by default):
diff --git a/config/initializers/xml.rb b/config/initializers/xml.rb
new file mode 100644
index 000000000..aefd54214
--- /dev/null
+++ b/config/initializers/xml.rb
@@ -0,0 +1,2 @@
+ActiveSupport::XmlMini.backend = 'Nokogiri'
+
diff --git a/config/packages b/config/packages
index a6eeb8079..7ed6579ee 100644
--- a/config/packages
+++ b/config/packages
@@ -31,7 +31,6 @@ ruby
ruby1.8
ruby1.8-dev
rubygems (>= 1.8.15)
-sharutils
sqlite3
tnef (>= 1.4.5)
ttf-bitstream-vera
diff --git a/config/packages.debian-squeeze b/config/packages.debian-squeeze
index c34abefde..082f2162b 100644
--- a/config/packages.debian-squeeze
+++ b/config/packages.debian-squeeze
@@ -29,7 +29,6 @@ ruby
ruby1.8
ruby1.8-dev
rubygems/squeeze-backports
-sharutils
sqlite3
tnef
ttf-bitstream-vera
diff --git a/config/packages.debian-wheezy b/config/packages.debian-wheezy
index ff1a55d84..3740cd1da 100644
--- a/config/packages.debian-wheezy
+++ b/config/packages.debian-wheezy
@@ -25,7 +25,6 @@ rake
ruby-dev
ruby1.9.3
rubygems
-sharutils
sqlite3
tnef
unrtf
diff --git a/config/packages.ubuntu-precise b/config/packages.ubuntu-precise
index d97579bc1..d1aa0b670 100644
--- a/config/packages.ubuntu-precise
+++ b/config/packages.ubuntu-precise
@@ -24,7 +24,6 @@ ruby-bundler
ruby1.9.1
ruby1.9.1-dev
rubygems
-sharutils
sqlite3
tnef
ttf-bitstream-vera
diff --git a/config/packages_development b/config/packages_development
index 14ca815a2..d8522ccef 100644
--- a/config/packages_development
+++ b/config/packages_development
@@ -6,4 +6,4 @@
#
# To install, paste this list after `sudo apt-get install` and run.
-postgresql sharutils pdftk elinks php5-cli tnef python-yaml
+postgresql pdftk elinks php5-cli tnef python-yaml
diff --git a/locale/aln/app.po b/locale/aln/app.po
index 020d41830..de79ac279 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: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 10:53+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@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"
@@ -142,9 +142,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -451,12 +456,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -664,6 +678,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -694,6 +711,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -993,6 +1013,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1062,6 +1085,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1296,6 +1322,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1368,6 +1400,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1473,6 +1508,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1542,6 +1580,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1641,6 +1685,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2096,6 +2143,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2222,9 +2272,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2389,6 +2436,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2404,9 +2454,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2742,6 +2798,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3004,9 +3063,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3212,6 +3277,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3311,6 +3385,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3443,6 +3520,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/app.pot b/locale/app.pot
index 5c03a7197..ce52c4273 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: 2015-03-24 10:21+0000\n"
+"POT-Creation-Date: 2015-06-15 16:29+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"
@@ -139,9 +139,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -448,12 +453,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -661,6 +675,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -691,6 +708,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -990,6 +1010,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1059,6 +1082,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1293,6 +1319,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1365,6 +1397,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1470,6 +1505,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1539,6 +1577,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1638,6 +1682,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2093,6 +2140,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2219,9 +2269,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2386,6 +2433,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2401,9 +2451,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2739,6 +2795,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3001,9 +3060,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3209,6 +3274,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3308,6 +3382,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3440,6 +3517,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/ar/app.po b/locale/ar/app.po
index 31ea2703c..2b7cd8078 100644
--- a/locale/ar/app.po
+++ b/locale/ar/app.po
@@ -17,9 +17,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:10+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/alaveteli/language/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -150,9 +150,18 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>انتهينا! شكراً جزيلاً على المساعدة.</p><p>هنالك <a href=\"{{helpus_url}}\">مزيدٌ من الأشياء التي يمكنكم القيام بها</a> لمساعدة {{site_name}}.</p>"
@@ -459,12 +468,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "في انتظار التّصنيف"
msgid "Awaiting internal review."
msgstr "في انتظار مراجعة داخلية"
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "في انتظار الرد"
@@ -672,6 +690,9 @@ msgstr "لم يقع التعرف على ملف الصور الذي حملته.و
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -702,6 +723,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "تاخر الاجابة على طلب حرية النفاذ الى المعلومة - "
@@ -1005,6 +1029,9 @@ msgstr "قوموا بإعطاء تفاصيل عن شكواكم هنا"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "تسلم بالبريد"
@@ -1074,6 +1101,9 @@ msgstr "However, you have the right to request environmental\\n infor
msgid "Human health and safety"
msgstr "صحة الإنسان و سلامته "
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "ارغب في الحصول على <strong>معلومات جديدة</strong>"
@@ -1308,6 +1338,12 @@ msgstr "معلومة غير معتمدة."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "معلومات عن الارسال والتصريف (مثل. ضجيج, طاقة,\\n اشعاعات, بقايا النفايات)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "مطلب المراجعة الداخلية "
@@ -1380,6 +1416,9 @@ msgstr "تسجيل الدخول لتحميل ملف مضغوط من {{info_reque
msgid "Log into the admin interface"
msgstr "سجل دخولك في مجال المشرف"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "تأخير مطول"
@@ -1485,6 +1524,9 @@ msgstr "مكان الاسم لا يجب ان بظل فارغا"
msgid "Name is already taken"
msgstr "تم اخذ الاسم من قبل "
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "مطالب جديدة لحرية النفاذ الى المعلومة"
@@ -1554,6 +1596,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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}} نيابة عنهم."
@@ -1653,6 +1701,9 @@ msgstr "الرسائل الصادرة|الحالة"
msgid "OutgoingMessage|What doing"
msgstr "الرسائل الصادرة|ما العمل"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "ناجحة جزئيا."
@@ -2112,6 +2163,9 @@ msgstr "اظهار أحدث النتائج أولا"
msgid "Refused."
msgstr "مرفوض."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2238,9 +2292,6 @@ msgstr "البحث عن مساهمات هذا الشخص"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "البحث عن كلمات في :"
-
msgid "Search in"
msgstr "البحث في "
@@ -2409,6 +2460,9 @@ msgstr "موضوع"
msgid "Submit"
msgstr "اضف"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2424,9 +2478,15 @@ msgstr "الاشتراك في المدونة"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "مطالب حرية النفاذ للمعلومة ناجحة"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "ناجح"
@@ -2766,6 +2826,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "هذا طلبك الشخصي, ستبعث لك رسالة الكترونية بصفة الية عندما يصل الرد الجديد."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3036,9 +3099,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "للأسف, لا نملك{{info_request_law_used_full}}\\nعنوانا صالحا ل"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "إلغاء الاشتراك"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "اجابة غير مألوفة"
@@ -3252,6 +3321,15 @@ msgstr "ممن يمكنني طلب المعلومة؟"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "وقع سحبها من قبل صاحب الطلب"
@@ -3351,6 +3429,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "تستطيع <strong>تقديم شكوى</strong> من خلال"
@@ -3483,6 +3564,9 @@ msgstr "بريدك الالكتروني"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/bg/app.po b/locale/bg/app.po
index 20798d895..2612edf15 100644
--- a/locale/bg/app.po
+++ b/locale/bg/app.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:13+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/alaveteli/language/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -145,8 +145,13 @@ msgstr "Бъдете <strong>конкретни</strong>, така увелич
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Влезте</a> за да смените паролата, абонаментите или друго (само за {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Ако възнамерявате да ползвате псевдоним,\\n молим <a href=\"{{url}}\">прочетете първо това</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Готово! Много Ви благодарим за помощта!</p><p>Има още <a href=\"{{helpus_url}}\">неща, които можете да направите,</a> за да подпомогнете {{site_name}}.</p>"
@@ -454,12 +459,21 @@ msgstr "Имейл на органа:"
msgid "Authority:"
msgstr "Орган:"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Чака класифициране."
msgid "Awaiting internal review."
msgstr "Чака вътрешно разглеждане."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Чака отговор."
@@ -667,6 +681,9 @@ msgstr "Не мога да определя файла с изображение
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr "Създадено от {{info_request_user}} на {{date}}."
@@ -697,6 +714,9 @@ msgstr "Уважаеми {{user_name}},"
msgid "Defunct."
msgstr "Неработещ."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Закъснява отговорът на Вашето заявление за ДдИ - "
@@ -996,6 +1016,9 @@ msgstr "ТУК НАПИШЕТЕ ПОДРОБНОСТИ ЗА ВАШЕТО ОПЛ
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Доставено по пощата."
@@ -1065,6 +1088,9 @@ msgstr "Впрочем, Вие имате правото да поискате
msgid "Human health and safety"
msgstr "Здравеопазване и сигурност"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Аз търся <strong>нова информация</strong>"
@@ -1299,6 +1325,12 @@ msgstr "Органът не разполага с такава информац
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Информация за емисии и изтичания (напр. шум, енергии,\\n радиация, замърсяващи продукти)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Заявление за вътрешно разглеждане"
@@ -1371,6 +1403,9 @@ msgstr "Влезте за да свалите zip файл на {{info_request_t
msgid "Log into the admin interface"
msgstr "Влезте в административния панел"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Значително пресрочено."
@@ -1476,6 +1511,9 @@ msgstr "Името не може да е празно"
msgid "Name is already taken"
msgstr "Името вече е заето"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Нови заявления за Достъп до информация"
@@ -1545,6 +1583,12 @@ msgstr "Не е валидно Заявление за ДдИ"
msgid "Not a valid request"
msgstr "Невалидно заявление"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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}} от тяхно име."
@@ -1644,6 +1688,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Частично успешно."
@@ -2099,6 +2146,9 @@ msgstr "Първо последно описаните резултати"
msgid "Refused."
msgstr "Отказано."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2225,9 +2275,6 @@ msgstr "Търсене в допринесеното от този потреб
msgid "Search for the authorities you'd like information from:"
msgstr "Търсене на органите, от които ще искате информация:"
-msgid "Search for words in:"
-msgstr "Търси думите в:"
-
msgid "Search in"
msgstr "Търсене в"
@@ -2392,6 +2439,9 @@ msgstr "Тема:"
msgid "Submit"
msgstr "Изпрати"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Подаване на заявлението"
@@ -2407,9 +2457,15 @@ msgstr "Абониране за блога"
msgid "Success"
msgstr "Успех"
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Успешни Заявления за Достъп до информация"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Успешно."
@@ -2745,6 +2801,9 @@ msgstr "Това е първата версия."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Това е Ваше собствено заявление, така че автоматично ще Ви уведомяваме с имейл при пристигане на нови отговори."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Това съобщение беше скрито."
@@ -3007,9 +3066,15 @@ msgstr "За съжаление, ние не разполагаме с рабо
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "За съжаление, ние не разполагаме с работещ {{info_request_law_used_full}}\\nадрес за"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Отписване"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Необичаен отговор."
@@ -3215,6 +3280,15 @@ msgstr "От кого мога да поискам информация?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "Защо конкретно смятате това заявление за неподходящо?"
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Оттеглено от заявителя."
@@ -3314,6 +3388,9 @@ msgstr "Вие вече <a href=\"{{wall_url_user}}\">следите</a> нов
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr "Вие вече <a href=\"{{wall_url_user}}\">следите</a> новостите за <a href=\"{{successful_requests_url}}\">успешни заявления</a>."
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Можете да се <strong>оплачете</strong> като"
@@ -3446,6 +3523,9 @@ msgstr "Вашият имейл:"
msgid "Your email doesn't look like a valid address"
msgstr "Вашият имейл не изглежда да е валиден адрес"
+msgid "Your email:"
+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> ако действително искате да изпратите пояснително съобщение."
diff --git a/locale/bs/app.po b/locale/bs/app.po
index d300b86dc..bd2ad88ba 100644
--- a/locale/bs/app.po
+++ b/locale/bs/app.po
@@ -15,9 +15,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:10+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/alaveteli/language/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
@@ -167,10 +167,14 @@ msgstr "Držite se <strong>suštine</strong>, lakše ćete dobiti ono što traž
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Prijavite se</a> da biste promijenili password, pretplatu ili drugo ({{user_name}} only)"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Ako razmišljate o korištenju pseudonima,\n"
-" molimo da<a href=\"{{url}}\">pročitajte prvo ovo</a>."
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Završeno! Hvala Vam na pomoći.</p><p>Postoji <a href=\"{{helpus_url}}\">više stvari koje možete uradite</a> da biste pomogli {{site_name}}.</p>"
@@ -503,12 +507,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Čeka klasifikaciju."
msgid "Awaiting internal review."
msgstr "Čeka urgenciju"
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Čeka odgovor."
@@ -718,6 +731,9 @@ msgstr "Pogrešan format datoteke. Molimo Vas uploadirajte: PNG, JPEG, GIF, ili
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -748,6 +764,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Odgođen odgovor na Vaš Zahtjev o slobodnom pristupu informacijama - "
@@ -1056,6 +1075,9 @@ msgstr "OVDJE IZNESITE DETALJE VAŠE ŽALBE"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Riješen poštom."
@@ -1131,6 +1153,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Molim za <strong>nove informacije</strong>"
@@ -1388,6 +1413,12 @@ msgstr ""
"Informacije o emisijama i otpadima (npr. buka, energija,\n"
" radijacija, otpadni materijali)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Zahtjev za urgenciju"
@@ -1465,6 +1496,9 @@ msgstr "Prijavite se da preuzmete zipovano {{info_request_title}}"
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1574,6 +1608,9 @@ msgstr "Ime ne može ostati prazno"
msgid "Name is already taken"
msgstr "Ime se već koristi"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Novi Zahtjevi za slobodan pristup informacijama"
@@ -1643,6 +1680,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1742,6 +1785,9 @@ msgstr "Odlazeća poruka|Status"
msgid "OutgoingMessage|What doing"
msgstr "Odlazeća poruka|Šta radi"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Djelimično uspješan."
@@ -2209,6 +2255,9 @@ msgstr "Nedavno opisani rezultati "
msgid "Refused."
msgstr "Odbijen."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2335,9 +2384,6 @@ msgstr "Pretraži doprinose od strane ove osobe"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr "Pretraži u"
@@ -2509,6 +2555,9 @@ msgstr "Tema:"
msgid "Submit"
msgstr "Predaj"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2524,9 +2573,15 @@ msgstr "Pretplatiti se na blog"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Uspješni Zahtjevi za slobodan pristup informacijama"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Uspješan."
@@ -2886,6 +2941,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Ovo je Vaš zahtjev, biti ćete automatski obaviješteni e-mailom kada novi odgovori budu stizali."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3163,9 +3221,15 @@ msgstr ""
"Nažalost, ne posjedujemo ispravnu {{info_request_law_used_full}}\n"
"adresu za"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Neobičan odgovor."
@@ -3389,6 +3453,15 @@ msgstr "Od koga mogu tražiti informacije?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Povučeno od strane podnosioca zahtjeva."
@@ -3488,6 +3561,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Možete se <strong>žaliti</strong> tako što ćete"
@@ -3631,6 +3707,9 @@ msgstr "Vaš e-mail:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/ca/app.po b/locale/ca/app.po
index 8655c600b..752656d96 100644
--- a/locale/ca/app.po
+++ b/locale/ca/app.po
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:10+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/alaveteli/language/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -163,10 +163,13 @@ msgstr "Sigues <strong>específic</strong>, tindràs més probabilitats d'aconse
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Obre una sessió</a> per canviar la teva contrasenya, suscripcions... (només {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Si estàs pensant en utilitzar un pseudònim,\n"
-" sisplau <a href=\"{{url}}\">llegeix això abans</a>."
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p> Ja està! Moltes gràcies per la teva ajuda.</p><p>Hi ha <a href=\"{{helpus_url}}\">més coses que pots fer</a> per ajudar a {{site_name}}.</p>"
@@ -513,12 +516,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Esperant classificació."
msgid "Awaiting internal review."
msgstr "Esperando revisión interna."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Esperant resposta."
@@ -728,6 +740,9 @@ msgstr "No se pudo procesar la imagen subida. Puedes utilizar PNG, JPEG, GIF u o
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -760,6 +775,9 @@ msgstr "Benvolgut {{user_name}},"
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Respuesta retrasada a tu solicitud de acceso a información - "
@@ -1070,6 +1088,9 @@ msgstr "DETALLA TU QUEJA AQUÍ"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Resuelta por correo ordinario"
@@ -1148,6 +1169,9 @@ msgstr ""
msgid "Human health and safety"
msgstr "Salud y seguridad"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Estoy pidiendo <strong>nueva información</strong>"
@@ -1403,6 +1427,12 @@ msgstr ""
"Información sobre emisiones (por ejemplo ruido, energía,\n"
" radiación, materiales de desecho...)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Solicitud de revisión interna"
@@ -1481,6 +1511,9 @@ msgstr "Abra una sesión para descargar el fichero ZIP de {{info_request_title}}
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Molt endarrerida."
@@ -1589,6 +1622,9 @@ msgstr "El nombre no puede estar vacío"
msgid "Name is already taken"
msgstr "El nombre ya está siendo utilizado"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Nuevas solicitudes de acceso a información"
@@ -1658,6 +1694,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1757,6 +1799,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Èxit parcial."
@@ -2223,6 +2268,9 @@ msgstr "Resultados descritos recientemente primero"
msgid "Refused."
msgstr "Rechazada."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2349,9 +2397,6 @@ msgstr "Cerca aportacions d'aquesta persona"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "Buscar palabras en:"
-
msgid "Search in"
msgstr "Buscar en"
@@ -2525,6 +2570,9 @@ msgstr "Tema:"
msgid "Submit"
msgstr "Enviar"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2540,9 +2588,15 @@ msgstr "Subscribirse al blog"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Solicitudes de acceso a la información con éxito"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Exitosa."
@@ -2905,6 +2959,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Esta es tu solicitud, por lo que recibirás correos automáticamente cuando lleguen nuevas respuestas."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3186,9 +3243,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Desgraciadamente, no tenemos una dirección de correo válida para"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Respuesta no habitual."
@@ -3408,6 +3471,15 @@ msgstr "¿A quién puedo solicitar información?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Retirada por el autor."
@@ -3507,6 +3579,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Puede <strong>apelar</strong>"
@@ -3662,6 +3737,9 @@ msgstr "Correu:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Tu respuesta no ha sido enviada porque esta solicitud ha sido bloqueada para evitar spam. Por favor <a href=\"{{url}}\">contáctanos</a> si realmente quieres enviar una respuesta."
diff --git a/locale/cs/app.po b/locale/cs/app.po
index dca12efba..625601540 100644
--- a/locale/cs/app.po
+++ b/locale/cs/app.po
@@ -9,7 +9,7 @@
# janakneschke <jana.kneschke@gmail.com>, 2013
# janakneschke <jana.kneschke@gmail.com>, 2012-2013
# janakneschke <jana.kneschke@gmail.com>, 2013
-# Jiří Vírava <appukonrad@gmail.com>, 2012
+# Jiří Vírava <appukonrad@gmail.com>, 2012,2015
# josefpospisil <josef.pospisil@laststar.eu>, 2012
# josefpospisil <josef.pospisil@laststar.eu>, 2012
# Jiří Vírava <appukonrad@gmail.com>, 2012
@@ -20,9 +20,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:11+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/alaveteli/language/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -166,10 +166,14 @@ msgstr "Snažte se svůj dotaz vyjádřit <strong>jasně a jednoduše</strong>,
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Přihlašte se/a> pro změnu hesla, pro odběr zpráv atd., pouze ({{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Pokud chcete používat přezdívku\n"
-"please <a href=\"{{url}}\">nejdříve si přečtěte toto</a>."
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Hotovo! Děkujeme za vaši pomoc.</p><p>Můžete nám <a href=\"{{helpus_url}}\"> také pomoci se stránkami</a> {{site_name}}</p>"
@@ -511,17 +515,26 @@ msgstr "E-mailová adresa instituce"
msgid "Authority:"
msgstr "Instituce:"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Čeká se zařazení."
msgid "Awaiting internal review."
msgstr "Čeká se na doplnění dotazu."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Čeká se na odpověď."
msgid "Banned users cannot edit their profile"
-msgstr ""
+msgstr "Blokovaní uživatelé nemohou upravovat svůj profil"
msgid "Batch created by {{info_request_user}} on {{date}}."
msgstr "Dávka vytvořena {{info_request_user}} dne {{date}}."
@@ -722,6 +735,9 @@ msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and
msgstr "Nahraný soubor nebyl rozeznán. Jsou podporovány soubory s koncovkou PNG, JPEG, GIF a další. "
msgid "Create a new account"
+msgstr "Vytvořit nový účet"
+
+msgid "Create a widget for this request"
msgstr ""
msgid "Created by {{info_request_user}} on {{date}}."
@@ -764,6 +780,9 @@ msgstr "Milý {{user_name}},"
msgid "Defunct."
msgstr "Nefunkční."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Zpožděná odpověď na váš dotaz –"
@@ -886,7 +905,7 @@ msgid "FOI email address for {{public_body}}"
msgstr "E-mailová adresa podatelny pro instituci {{public_body}}"
msgid "FOI law does not apply to this authority."
-msgstr ""
+msgstr "Na tento úřad se FOI zákon se nevztahuje."
msgid "FOI request – {{title}}"
msgstr "Žádost – {{title}}"
@@ -922,7 +941,7 @@ msgid "Find an authority"
msgstr "Vyberte instituci, které chcete napsat"
msgid "Find the authorities"
-msgstr ""
+msgstr "Najít úřady"
msgid "Find the authorities to write to"
msgstr "Vyberte instituce, kterým chcete napsat"
@@ -1071,6 +1090,9 @@ msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE"
msgstr "ZDE UPŘESNĚTE DETAILY VAŠÍ STÍŽNOSTI"
msgid "Got an account?"
+msgstr "Máte účet?"
+
+msgid "Handled by post"
msgstr ""
msgid "Handled by post."
@@ -1145,6 +1167,9 @@ msgstr "Máte ale právo požádat o informace o životním prostředí podle ji
msgid "Human health and safety"
msgstr "Lidské zdraví a bezpečnost"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Žádám <strong>novou informaci</strong>"
@@ -1390,6 +1415,12 @@ msgstr "Informace není k dispozici."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Informace o vypouštění imisí a emisí (např. energie, hluk, radiace, odpady)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Doplnění dotazu"
@@ -1467,6 +1498,9 @@ msgstr "Přihlaste se ke stažení komprimovaného souboru {{info_request_title}
msgid "Log into the admin interface"
msgstr "Přihlásit jako admin"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Velké zpoždění."
@@ -1532,7 +1566,7 @@ msgid "Many requests"
msgstr "Mnoho dotazů"
msgid "Matching authorities"
-msgstr ""
+msgstr "Odpovídající úřady"
msgid "Message"
msgstr "Zpráva"
@@ -1576,6 +1610,9 @@ msgstr "Jméno nemůže zůstat prázdné"
msgid "Name is already taken"
msgstr "Jméno je již obsazeno"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Nové dotazy "
@@ -1645,6 +1682,12 @@ msgstr "Neplatné vznesení dotazu"
msgid "Not a valid request"
msgstr "Toto není možné"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Rádi bychom vás upozornili, že tazatel nebude o vašem komentáři informován, jelikož tento dotaz byl zveřejněn na žádost instituce {{public_body_name}}."
@@ -1744,6 +1787,9 @@ msgstr "Odchozí zpráva | Status"
msgid "OutgoingMessage|What doing"
msgstr "Odchozí zpráva | Co dělá"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Částečně úspěšné."
@@ -2007,7 +2053,7 @@ msgid "Preview your public request"
msgstr "Náhled vašeho dotazu"
msgid "Preview your request"
-msgstr ""
+msgstr "Náhled vaší žádosti"
msgid "Profile photo"
msgstr "Profilová fotografie"
@@ -2207,6 +2253,9 @@ msgstr "Jako první naposled aktualizované výsledky"
msgid "Refused."
msgstr "Odmítnuto."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2333,9 +2382,6 @@ msgstr "Prohledávejte příspěvky od tohoto uživatele"
msgid "Search for the authorities you'd like information from:"
msgstr "Vyhledejte instituce, od kterých potřebujete informace:"
-msgid "Search for words in:"
-msgstr "Vyhledat slova v "
-
msgid "Search in"
msgstr "Vyhledat v"
@@ -2397,13 +2443,13 @@ msgid "Set your profile photo"
msgstr "Nastavte své profilové foto"
msgid "Share on Facebook"
-msgstr ""
+msgstr "Sdílet na Facebooku"
msgid "Share your batch request"
msgstr ""
msgid "Share your request"
-msgstr ""
+msgstr "Sdílet vaší žádost"
msgid "Short name"
msgstr "Krátké jméno"
@@ -2509,6 +2555,9 @@ msgstr "Předmět:"
msgid "Submit"
msgstr "Odeslat"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Vzneste dotaz"
@@ -2524,9 +2573,15 @@ msgstr "Sledujte náš blog"
msgid "Success"
msgstr "Úspěch"
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Kompletně zodpovězený dotaz"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Úspěch."
@@ -2886,6 +2941,9 @@ msgstr "Toto je první verze."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Toto je váš vlastní dotaz, proto budete odpovědi dostávat e-mailem automaticky."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Tato zpráva byla skryta."
@@ -3161,9 +3219,15 @@ msgstr "Bohužel nemáme správnou e-mailovou adresu pro {{public_body_names}}."
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Bohužel nemáme funkční adresu pro zaslání {{info_request_law_used_full}}"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Odhlásit odběr"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Neobvyklá odpověď."
@@ -3361,7 +3425,7 @@ msgid "What information has been requested?"
msgstr "Jaká informace byla požadována?"
msgid "What next?"
-msgstr ""
+msgstr "Co bude dál?"
msgid "When you get there, please update the status to say if the response \\ncontains any useful information."
msgstr ""
@@ -3386,6 +3450,15 @@ msgstr "Od koho mohu tyto informace získat?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "Z jakých konkrétních důvodů považujete tuto žádost za nevhodnou?"
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Dotaz stažen tazatelem."
@@ -3488,6 +3561,9 @@ msgstr "Nyní <a href=\"{{wall_url_user}}\">odebíráte</a> aktuality týkajíc
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr "Nyní <a href=\"{{wall_url_user}}\">odebíráte</a> aktuality o úspěšných žádostech <a href=\"{{successful_requests_url}}\"></a>."
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Můžete si <strong>stěžovat</strong> "
@@ -3641,6 +3717,9 @@ msgstr "Váš e-mail:"
msgid "Your email doesn't look like a valid address"
msgstr "Vaše e-malová adresa asi není platná"
+msgid "Your email:"
+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 "Vaše odpověď nebyla odeslána, protože tento dotaz byl identifikován jako nevyžádaná zpráva. Prosíme <a href=\"{{url}}\">kontaktujte nás</a> pokud svou zprávu chcete odeslat. "
@@ -3850,7 +3929,7 @@ msgid "edit text about you"
msgstr "upravte text o sobě"
msgid "email address"
-msgstr ""
+msgstr "emailová adresa"
msgid "even during holidays"
msgstr "i během dovolené"
@@ -3904,7 +3983,7 @@ msgid "messages from users"
msgstr "zprávy od uživatelů"
msgid "mobile number"
-msgstr ""
+msgstr "mobilní číslo"
msgid "move..."
msgstr "přesunout..."
@@ -4139,4 +4218,4 @@ msgid "{{user}} made this {{law_used_full}} request"
msgstr "{{user}} vznesl tento {{law_used_full}} "
msgid "« Back to search results"
-msgstr ""
+msgstr "« Zpět na výsledky hledání"
diff --git a/locale/cy/app.po b/locale/cy/app.po
index b7df8de27..5190528f8 100644
--- a/locale/cy/app.po
+++ b/locale/cy/app.po
@@ -22,9 +22,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-27 14:31+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Welsh (http://www.transifex.com/projects/p/alaveteli/language/cy/)\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
@@ -155,8 +155,15 @@ msgstr "Cadwch at <strong>y prif bwynt</strong>. Byddwch yn fwy tebygol o gael b
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Mewngofnodi</a> i newid cyfrinair, tanysgrifiadau a mwy ({{user_name}} yn unig)"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Os ydych yn ystyried defnyddio ffugenw, <a href=\"{{url}}\">darllenwch hwn yn gyntaf</a> os gwelwch yn dda."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Wedi gorffen! Diolch yn fawr am eich help.</p><p>Mae <a href=\"{{helpus_url}}\">rhagor o bethau i'w wneud</a> er mwyn helpu {{site_name}}.</p>"
@@ -464,12 +471,21 @@ msgstr "Ebost awdurdod:"
msgid "Authority:"
msgstr "Awdurdod:"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Yn aros am gael ei ddosbarthu."
msgid "Awaiting internal review."
msgstr "Yn aros am adolygiad mewnol."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Yn aros am ymateb."
@@ -677,6 +693,9 @@ msgstr "Methwyd â deall y ffeil ddelwedd yr ydych yn llwytho i fyny. Cefnogir P
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr "Crëwyd gan {{info_request_user}} ar {{date}}."
@@ -707,6 +726,9 @@ msgstr "Annwyl {{user_name}},"
msgid "Defunct."
msgstr "Wedi darfod."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Ymateb hwyr i'ch cais Rh.G. -"
@@ -1008,6 +1030,9 @@ msgstr "RHOWCH FANYLION AM EICH CWYN YMA"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Wedi ei drin gan bost."
@@ -1077,6 +1102,9 @@ msgstr "Fodd bynnag, mae gennych yr hawl i ofyn am wybodaeth amgylcheddol dan gy
msgid "Human health and safety"
msgstr "Iechyd dynol a diogelwch"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Rwyf yn gofyn am <strong>wybodaeth newydd</strong>"
@@ -1311,6 +1339,12 @@ msgstr "Gwybodaeth heb ei gadw."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Gwybodaeth am allyriadau a gollyngiadau (ee sŵn, ynni, ymbelydredd, deunyddiau gwastraff)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Cais am adolygiad mewnol"
@@ -1383,6 +1417,9 @@ msgstr "Mewngofnodi i lawrlwytho ffeil zip o {{info_request_title}} "
msgid "Log into the admin interface"
msgstr "Logio i mewn i'r rhyngwyneb gweinyddu"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Yn hwyr iawn"
@@ -1488,6 +1525,9 @@ msgstr "Ni all yr enw fod yn wag"
msgid "Name is already taken"
msgstr "Mae'r enw wedi'i ddefnyddio'n barod"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Ceisiadau Rhyddid Gwybodaeth newydd"
@@ -1557,6 +1597,12 @@ msgstr "Ddim yn gais Rhyddid Gwybodaeth dilys"
msgid "Not a valid request"
msgstr "Dim yn gais dilys"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "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."
@@ -1656,6 +1702,9 @@ msgstr "OutgoingMessage|Statws"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|Beth sy'n digwydd"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Rhannol lwyddiannus."
@@ -2113,6 +2162,9 @@ msgstr "Canlyniadau a ddisgrifiwyd yn ddiweddar yn gyntaf"
msgid "Refused."
msgstr "Gwrthodwyd."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2239,9 +2291,6 @@ msgstr "Chwilio cyfraniadau gan y person hwn"
msgid "Search for the authorities you'd like information from:"
msgstr "Chwiliwch am yr awdurdodau hoffech gael wybodaeth ganddynt:"
-msgid "Search for words in:"
-msgstr "Chwilio am eiriau yn:"
-
msgid "Search in"
msgstr "Chwilio mewn"
@@ -2408,6 +2457,9 @@ msgstr "Pwnc:"
msgid "Submit"
msgstr "Cyflwyno"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Cyflwyno'r cais"
@@ -2423,9 +2475,15 @@ msgstr "Tanysgrifio i flog"
msgid "Success"
msgstr "Llwyddiant"
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Ceisiadau Rhyddid Gwybodaeth llwyddiannus"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Llwyddiannus."
@@ -2763,6 +2821,9 @@ msgstr "Dyma'r fersiwn gyntaf."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Dyma'ch eich cais eich hun, felly byddwch yn cael e-bost yn awtomatig pan fydd ymatebion newydd yn cyrraedd."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Mae'r neges hon wedi cael ei chuddio."
@@ -3029,9 +3090,15 @@ 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"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Dad-danysgrifio"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Ymateb anarferol."
@@ -3241,6 +3308,15 @@ msgstr "Gan bwy y gallaf ofyn cael y wybodaeth?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "Am ba reswm penodol ydych yn ystyried y cais yn anaddas?"
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Fe'i tynnwyd yn ôl gan y ceisydd."
@@ -3340,6 +3416,9 @@ msgstr "Rydych yn awr <a href=\"{{wall_url_user}}\">yn dilyn</a> diweddariadau a
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr "Rydych yn awr <a href=\"{{wall_url_user}}\">yn dilyn</a> diweddariadau am <a href=\"{{successful_requests_url}}\"> geisiadau llwyddiannus</a>."
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Gallwch <strong>gwyno</strong> drwy"
@@ -3472,6 +3551,9 @@ msgstr "Eich cyfeiriad e-bost:"
msgid "Your email doesn't look like a valid address"
msgstr "Dyw'ch ebost ddim yn edrych fel cyfeiriad cywir."
+msgid "Your email:"
+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 "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."
diff --git a/locale/de/app.po b/locale/de/app.po
index a576a2231..698a111aa 100644
--- a/locale/de/app.po
+++ b/locale/de/app.po
@@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:13+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/alaveteli/language/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -156,10 +156,13 @@ msgstr "Machen Sie es <strong>kurz und bündig</strong>, die Wahrscheinlichkeit
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Melden Sie sich an,</a> um Ihr Passwort und weitere Einstellungen zu ändern (auschließlich {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Wenn Sie ein Pseudonym als Benutzername verwenden möchten,\n"
-" bitte <a href=\"{{url}}\">lesen Sie hier</a>."
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Fertig! Ganz herzlichen Dank für Ihre Hilfe.</p><p>Es gibt <a href=\"{{helpus_url}}\">noch mehr womit Sie uns helfen können</a>{{site_name}}.</p>"
@@ -490,12 +493,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Zuordnung wird erwartet. "
msgid "Awaiting internal review."
msgstr "Interne Prüfung ausstehend."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Antwort ausstehend. "
@@ -703,6 +715,9 @@ msgstr "Konnte die hochgeladene Bilddatei nicht verarbeiten. PNG, JPEG, GIF und
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -733,6 +748,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -1040,6 +1058,9 @@ msgstr "HINTELASSEN SIE HIER DETAILS ZU IHRER BESCHWERDE"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Postalisch bearbeitet."
@@ -1109,6 +1130,9 @@ msgstr "Nichtsdestrotrotz sind Sie berechtigt Umweltanfragen auf Basis eines and
msgid "Human health and safety"
msgstr "Gesundheit und Sicherheit"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Ich beantrage <strong>neue Informationen</strong>"
@@ -1351,6 +1375,12 @@ msgstr ""
"Informationen bzg. Emissionen und Ablagerungen (e.g. Lärm, Energie,\n"
" Strahlung, Abfallmaterialien)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Anfrage zur internen Prüfung"
@@ -1423,6 +1453,9 @@ msgstr "Melden Sie sich an, um eine Zip-Datei von {{info_request_title}} herunte
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Stark verspätet."
@@ -1530,6 +1563,9 @@ msgstr "Name muss eingegeben werden "
msgid "Name is already taken"
msgstr "Benutzername vergeben"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Neue IFG-Anfragen"
@@ -1599,6 +1635,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1698,6 +1740,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Teilweise erfolgreich. "
@@ -2156,6 +2201,9 @@ msgstr "Kürzlich widergegebene Ergebnisse zuerst"
msgid "Refused."
msgstr "Abgelehnt."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2282,9 +2330,6 @@ msgstr "Suchen Sie Beiträge dieser Person"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "Suchen Sie nach Begriffen in:"
-
msgid "Search in"
msgstr "Suchen Sie in"
@@ -2454,6 +2499,9 @@ msgstr "Betreff:"
msgid "Submit"
msgstr "Senden"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2469,9 +2517,15 @@ msgstr "Blog folgen"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Erfolgreiche Informationsfreiheitsanfrage"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Erfolgreich."
@@ -2814,6 +2868,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Dies ist Ihre eigene Anfrage. Sie erhalten eine automatische Emailbenachrichtigung, sobald Ihre Anfrage beantwortet wird. "
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3082,9 +3139,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Wir haben leider keine funktionierende Email-Adresse für {{info_request_law_used_full}}"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Ungewöhnliche Antwort."
@@ -3293,6 +3356,15 @@ msgstr "Von wem kann ich Informationen anfragen?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Vom Antragsteller zurückgezogen"
@@ -3392,6 +3464,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Sie können sich <strong>beschweren</strong>, indem sie"
@@ -3530,6 +3605,9 @@ msgstr "Ihre Email:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Ihre Nachfrage wurde nicht gesendet, da Sie durch unseren Spamfilter gestoppt wurde. Bitte <a href=\"{{url}}\">kontaktieren Sie uns</a> wenn Sie wirklich eine Nachfrage senden möchten. "
diff --git a/locale/en/app.po b/locale/en/app.po
index 1f43a78f6..b9fec2c0f 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: 2015-03-24 10:21+0000\n"
+"POT-Creation-Date: 2015-06-15 16:29+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"
@@ -140,9 +140,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -449,12 +454,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -662,6 +676,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -692,6 +709,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -991,6 +1011,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1060,6 +1083,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1294,6 +1320,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1366,6 +1398,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1471,6 +1506,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1540,6 +1578,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1639,6 +1683,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2094,6 +2141,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2220,9 +2270,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2387,6 +2434,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2402,9 +2452,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2740,6 +2796,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3002,9 +3061,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3210,6 +3275,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3309,6 +3383,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3441,6 +3518,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/en_IE/app.po b/locale/en_IE/app.po
index 2cc3c6fd1..9df346f8a 100644
--- a/locale/en_IE/app.po
+++ b/locale/en_IE/app.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 10:53+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@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"
@@ -145,9 +145,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -454,12 +459,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -667,6 +681,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -697,6 +714,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -996,6 +1016,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1065,6 +1088,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1299,6 +1325,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1371,6 +1403,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1476,6 +1511,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1545,6 +1583,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1644,6 +1688,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2099,6 +2146,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2225,9 +2275,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2392,6 +2439,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2407,9 +2457,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2745,6 +2801,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3007,9 +3066,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3215,6 +3280,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3314,6 +3388,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3446,6 +3523,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/en_RW/app.po b/locale/en_RW/app.po
index 7dc9a78f8..25e593c3a 100644
--- a/locale/en_RW/app.po
+++ b/locale/en_RW/app.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
"PO-Revision-Date: 2014-11-18 19:29+0200\n"
"Last-Translator: Stephen Abbott Pugh <stephendabbott@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -141,9 +141,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -450,12 +455,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -663,6 +677,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -693,6 +710,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Delayed response to your ATI request - "
@@ -992,6 +1012,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1061,6 +1084,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1295,6 +1321,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1367,6 +1399,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1472,6 +1507,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "New access to information requests"
@@ -1541,6 +1579,9 @@ msgstr "Not a valid ATI request"
msgid "Not a valid request"
msgstr ""
+msgid "Not held"
+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 ""
@@ -1640,6 +1681,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2095,6 +2139,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2221,9 +2268,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2388,6 +2432,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2403,6 +2450,9 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Successful access to information requests"
@@ -3003,6 +3053,9 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
@@ -3211,6 +3264,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
diff --git a/locale/en_UG/app.po b/locale/en_UG/app.po
index 7200392a6..ba1a694ba 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: 2015-03-24 10:21+0000\n"
+"POT-Creation-Date: 2015-06-15 16:29+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"
@@ -140,9 +140,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -449,12 +454,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -662,6 +676,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -692,6 +709,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Delayed response to your ATI request - "
@@ -991,6 +1011,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1060,6 +1083,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1294,6 +1320,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1366,6 +1398,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1471,6 +1506,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "New Access to Information requests"
@@ -1540,6 +1578,9 @@ msgstr "Not a valid ATI request"
msgid "Not a valid request"
msgstr ""
+msgid "Not held"
+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 ""
@@ -1639,6 +1680,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2094,6 +2138,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2220,9 +2267,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2387,6 +2431,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2402,6 +2449,9 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Successful Access to Information requests"
@@ -3002,6 +3052,9 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
@@ -3210,6 +3263,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3309,6 +3371,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3441,6 +3506,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/es/app.po b/locale/es/app.po
index 4f6a20d99..29b80507c 100644
--- a/locale/es/app.po
+++ b/locale/es/app.po
@@ -3,7 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# David Cabo <david.cabo@gmail.com>, 2011-2013
+# David Cabo <david.cabo@gmail.com>, 2011-2013,2015
# fabrizioscrollini <fabrizio.scrollini@gmail.com>, 2012
# fabrizioscrollini <fabrizio.scrollini@gmail.com>, 2012
# gaba <gabelula@gmail.com>, 2012,2014
@@ -21,9 +21,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:11+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/alaveteli/language/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -156,16 +156,19 @@ msgstr "Sé <strong>específico</strong>, tendrás más probabilidades de conseg
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Inicie sesión</a> para cambiar su contraseña, suscripciones y más (sólo {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Si estás pensando en utilizar un pseudónimo,\n"
-" por favor <a href=\"{{url}}\">lee esto primero</a>."
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>¡Listo! Muchas gracias por su ayuda.</p><p>Hay <a href=\"{{helpus_url}}\">más cosas que puedes hacer</a> para ayudar a {{site_name}}.</p>"
msgid "<p>Thank you! Here are some ideas on what to do next:</p>\\n <ul>\\n <li>To send your request to another authority, first copy the text of your request below, then <a href=\"{{find_authority_url}}\">find the other authority</a>.</li>\\n <li>If you would like to contest the authority's claim that they do not hold the information, here is\\n <a href=\"{{complain_url}}\">how to complain</a>.\\n </li>\\n <li>We have <a href=\"{{other_means_url}}\">suggestions</a>\\n on other means to answer your question.\\n </li>\\n </ul>"
-msgstr "<p>¡Gracias! Estas son algunas ideas de lo que puede hacer ahora:</p>\\n <ul>\\n <li>Para reenviar su solicitud a otra institución, copie el texto de su solicitud continuación, luego <a href=\"{{find_authority_url}}\">busque la otra institución</a>.</li>\\n <li>Si no está de acuerdo con la respuesta de una institución que indica no tener la información que ha solicitado, here is\\n <a href=\"{{complain_url}}\">how to complain</a>.\\n </li>\\n <li>We have <a href=\"{{other_means_url}}\">suggestions</a>\\n on other means to answer your question.\\n </li>\\n </ul>"
+msgstr "<p>¡Gracias! Estas son algunas ideas de lo que puede hacer ahora:</p>\\n <ul>\\n <li>Para reenviar su solicitud a otra institución, copie el texto de su solicitud continuación, luego <a href=\"{{find_authority_url}}\">busque la otra institución</a>.</li>\\n <li>Si no está de acuerdo con la respuesta de una institución que indica no tener la información que ha solicitado, aquí explicamos\\n <a href=\"{{complain_url}}\">como reclamar</a>.\\n </li>\\n <li>Tenemos <a href=\"{{other_means_url}}\">sugerencias</a>\\n sobre otras alternativas para obtener una respuesta.\\n </li>\\n </ul>"
msgid "<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>"
msgstr "<p>¡Gracias! Esperamos que no tenga que esperar mucho más.</p> <p>Por ley, debería recibir una respuesta pronto, y normalmente antes del final de <strong>{{date_response_required_by}}</strong>.</p>"
@@ -509,12 +512,21 @@ msgstr "Correo electrónico de la Institución Pública:"
msgid "Authority:"
msgstr "Institución Pública:"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Esperando clasificación."
msgid "Awaiting internal review."
msgstr "Esperando revisión interna."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Esperando respuesta."
@@ -724,6 +736,9 @@ msgstr "No se pudo procesar la imagen subida. Puedes utilizar PNG, JPEG, GIF u o
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr "Creado por {{info_request_user}} el {{date}}."
@@ -756,6 +771,9 @@ msgstr "Estimado {{user_name}},"
msgid "Defunct."
msgstr "Difunto."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Respuesta retrasada a tu solicitud de acceso a información - "
@@ -1066,6 +1084,9 @@ msgstr "DETALLA TU QUEJA AQUÍ"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Resuelta por correo ordinario"
@@ -1144,6 +1165,9 @@ msgstr ""
msgid "Human health and safety"
msgstr "Salud y seguridad"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Estoy pidiendo <strong>nueva información</strong>"
@@ -1401,6 +1425,12 @@ msgstr ""
"Información sobre emisiones (por ejemplo ruido, energía,\n"
" radiación, materiales de desecho...)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Solicitud de revisión interna"
@@ -1479,6 +1509,9 @@ msgstr "Abre una sesión para descargar el fichero ZIP de {{info_request_title}}
msgid "Log into the admin interface"
msgstr "Loguearse como administrador"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Muy retrasada."
@@ -1587,6 +1620,9 @@ msgstr "El nombre no puede estar vacío"
msgid "Name is already taken"
msgstr "El nombre ya está siendo utilizado"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Nuevas solicitudes de acceso a información"
@@ -1656,6 +1692,12 @@ msgstr "Solicitud de información inválida"
msgid "Not a valid request"
msgstr "No es una solicitud válida"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Ten en cuenta que el solicitante no será notificado de tu comentario, porque la solicitud fue publicada por {{public_body_name}} en su nombre."
@@ -1755,6 +1797,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Éxito parcial."
@@ -2221,6 +2266,9 @@ msgstr "Resultados descritos recientemente primero"
msgid "Refused."
msgstr "Rechazada."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2347,9 +2395,6 @@ msgstr "Buscar aportaciones de esta persona"
msgid "Search for the authorities you'd like information from:"
msgstr "Busque las Instituciones Públicas a las cuales desea solicitarle información :"
-msgid "Search for words in:"
-msgstr "Buscar palabras en:"
-
msgid "Search in"
msgstr "Buscar en"
@@ -2523,6 +2568,9 @@ msgstr "Tema:"
msgid "Submit"
msgstr "Enviar"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Enviar su solicitud"
@@ -2538,9 +2586,15 @@ msgstr "Subscribirse al blog"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Solicitudes de acceso a la información con éxito"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Exitosa."
@@ -2904,6 +2958,9 @@ msgstr "Esta es la primera versión."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Esta es tu solicitud, por lo que recibirás correos automáticamente cuando lleguen nuevas respuestas."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Este mensaje se ha ocultado."
@@ -3185,9 +3242,15 @@ msgstr "Lamentablemente, no tenemos una dirección que funcione para {{public_bo
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Desgraciadamente, no tenemos una dirección de correo válida para"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Cancelar suscripción"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Respuesta no habitual."
@@ -3411,6 +3474,15 @@ msgstr "¿A quién puedo solicitar información?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "¿Específicamente por qué considera qué esta petición es inadecuada?"
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Retirada por el autor."
@@ -3510,6 +3582,9 @@ msgstr "Usted ahora está <a href=\"{{wall_url_user}}\"> siguiendo</a> actualiza
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr "Usted ahora está <a href=\"{{wall_url_user}}\"> siguiendo </a> actualizaciones sobre <a href=\"{{successful_requests_url}}\"> solicitudes exitosas </a>."
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Puede <strong>apelar</strong>"
@@ -3667,6 +3742,9 @@ msgstr "Tu correo:"
msgid "Your email doesn't look like a valid address"
msgstr "Su correo electrónico no parece una dirección válida"
+msgid "Your email:"
+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 "Tu respuesta no ha sido enviada porque esta solicitud ha sido bloqueada para evitar spam. Por favor <a href=\"{{url}}\">contáctanos</a> si realmente quieres enviar una respuesta."
diff --git a/locale/es_NI/app.po b/locale/es_NI/app.po
index e7b7eb330..8e40115b8 100644
--- a/locale/es_NI/app.po
+++ b/locale/es_NI/app.po
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-05-05 17:14+0000\n"
-"Last-Translator: jbaezni <jbaezni@gmail.com>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Spanish (Nicaragua) (http://www.transifex.com/projects/p/alaveteli/language/es_NI/)\n"
"Language: es_NI\n"
"MIME-Version: 1.0\n"
@@ -153,10 +153,13 @@ msgstr "Sé <strong>específico</strong>, tendrás más probabilidades de conseg
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Inicie sesión</a> para cambiar su contraseña, suscripciones y más (sólo {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Si estás pensando en utilizar un pseudónimo,\n"
-" por favor <a href=\"{{url}}\">lee esto primero</a>."
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>¡Listo! Muchas gracias por su ayuda.</p><p>Hay <a href=\"{{helpus_url}}\">más cosas que puedes hacer</a> para ayudar a {{site_name}}.</p>"
@@ -506,12 +509,21 @@ msgstr "Correo electrónico de la Institución Pública:"
msgid "Authority:"
msgstr "Institución Pública:"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Esperando clasificación."
msgid "Awaiting internal review."
msgstr "Estoy preguntando por mi solicitud de información."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Esperando respuesta."
@@ -719,6 +731,9 @@ msgstr "No se pudo procesar la imagen subida. Puedes utilizar PNG, JPEG, GIF u o
msgid "Create a new account"
msgstr "Crear una nueva cuenta"
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr "Creado por {{info_request_user}} el {{date}}."
@@ -751,6 +766,9 @@ msgstr "Estimado {{user_name}},"
msgid "Defunct."
msgstr "Difunto."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Respuesta retrasada a tu solicitud de acceso a información - "
@@ -1011,7 +1029,7 @@ msgstr "¿Has olvidado tu contraseña?"
msgid "Found {{count}} public authority {{description}}"
msgid_plural "Found {{count}} public authorities {{description}}"
msgstr[0] "Encontrada {{count}} entidad pública {{description}}"
-msgstr[1] "Encontradas {{count}} Entidades públicas {{description}}"
+msgstr[1] "Encontradas {{count}} Entidades {{description}}"
msgid "Freedom of Information"
msgstr "acceso a la información"
@@ -1058,6 +1076,9 @@ msgstr "DETALLA TU PREGUNTA AQUÍ"
msgid "Got an account?"
msgstr "¿Tienes una cuenta?"
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Resuelta por correo ordinario"
@@ -1136,6 +1157,9 @@ msgstr ""
msgid "Human health and safety"
msgstr "Salud y seguridad"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Estoy pidiendo <strong>nueva información</strong>"
@@ -1395,6 +1419,12 @@ msgstr ""
"Información sobre emisiones (por ejemplo ruido, energía,\n"
" radiación, materiales de desecho...)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Pregunta por tu solicitud de información"
@@ -1473,6 +1503,9 @@ msgstr "Abre una sesión para descargar el fichero ZIP de {{info_request_title}}
msgid "Log into the admin interface"
msgstr "Loguearse como administrador"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Muy retrasada."
@@ -1581,6 +1614,9 @@ msgstr "El nombre no puede estar vacío"
msgid "Name is already taken"
msgstr "El nombre ya está siendo utilizado"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Nuevas solicitudes de acceso a información"
@@ -1650,6 +1686,12 @@ msgstr "Solicitud de información inválida"
msgid "Not a valid request"
msgstr "No es una solicitud válida"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Ten en cuenta que el solicitante no será notificado de tu comentario, porque la solicitud fue publicada por {{public_body_name}} en su nombre."
@@ -1749,6 +1791,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Éxito parcial."
@@ -2215,6 +2260,9 @@ msgstr "Resultados descritos recientemente primero"
msgid "Refused."
msgstr "Rechazada."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr "Recuérdeme (mantenga esta sesión abierta, no utilizar en una computadora pública)"
@@ -2341,9 +2389,6 @@ msgstr "Buscar aportaciones de esta persona"
msgid "Search for the authorities you'd like information from:"
msgstr "Busque las Entidades Públicas a las cuales desea solicitarle información :"
-msgid "Search for words in:"
-msgstr "Buscar palabras en:"
-
msgid "Search in"
msgstr "Buscar en"
@@ -2517,6 +2562,9 @@ msgstr "Tema:"
msgid "Submit"
msgstr "Enviar"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Enviar su solicitud"
@@ -2532,9 +2580,15 @@ msgstr "Subscribirse al blog"
msgid "Success"
msgstr "éxito"
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Solicitudes de acceso a la información con éxito"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Exitosa."
@@ -2898,6 +2952,9 @@ msgstr "Esta es la primera versión."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Esta es tu solicitud, por lo que recibirás correos automáticamente cuando lleguen nuevas respuestas."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Este mensaje se ha ocultado."
@@ -3176,9 +3233,15 @@ msgstr "Lamentablemente, no tenemos una dirección que funcione para {{public_bo
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "No disponemos de una dirección de correo válida para"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Cancelar suscripción"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Respuesta no habitual."
@@ -3402,6 +3465,15 @@ msgstr "¿A quién puedo solicitar información?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "¿Específicamente por qué considera qué esta petición es inadecuada?"
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Retirada por el autor."
@@ -3501,6 +3573,9 @@ msgstr "Usted ahora está <a href=\"{{wall_url_user}}\"> siguiendo</a> actualiza
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr "Usted ahora está <a href=\"{{wall_url_user}}\"> siguiendo </a> actualizaciones sobre <a href=\"{{successful_requests_url}}\"> solicitudes exitosas </a>."
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Puede <strong>apelar</strong>"
@@ -3658,6 +3733,9 @@ msgstr "Tu correo:"
msgid "Your email doesn't look like a valid address"
msgstr "Su correo electrónico no parece una dirección válida"
+msgid "Your email:"
+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 "Tu respuesta no ha sido enviada porque esta solicitud ha sido bloqueada para evitar spam. Por favor <a href=\"{{url}}\">contáctanos</a> si realmente quieres enviar una respuesta."
diff --git a/locale/es_PA/app.po b/locale/es_PA/app.po
index 24b9bbd3d..80b21b7e6 100644
--- a/locale/es_PA/app.po
+++ b/locale/es_PA/app.po
@@ -15,9 +15,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:10+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Spanish (Panama) (http://www.transifex.com/projects/p/alaveteli/language/es_PA/)\n"
"Language: es_PA\n"
"MIME-Version: 1.0\n"
@@ -148,8 +148,13 @@ msgstr "Sea <strong>específico</strong>, así tendrá más probabilidades de co
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Inicie sesión</a> para cambiar su contraseña, suscripciones y más (sólo {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Si esta pensando en utilizar un pseudónimo, por favor <a href=\"{{url}}\">lea esto primero</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>¡Listo! Muchas gracias por su ayuda.</p><p>Hay <a href=\"{{helpus_url}}\">más cosas que puedes hacer</a> para ayudar a {{site_name}}.</p>"
@@ -463,12 +468,21 @@ msgstr "Correo electrónico de la institución pública:"
msgid "Authority:"
msgstr "Institución pública:"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Esperando clasificación."
msgid "Awaiting internal review."
msgstr "Esperando revisión interna."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Esperando respuesta."
@@ -676,6 +690,9 @@ msgstr "No se pudo procesar la imagen subida. Puedes utilizar PNG, JPEG, GIF u o
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr "Creado por {{info_request_user}} el {{date}}."
@@ -706,6 +723,9 @@ msgstr "Estimado {{user_name}},"
msgid "Defunct."
msgstr "Difunto."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Respuesta retrasada a su solicitud de acceso a información - "
@@ -1005,6 +1025,9 @@ msgstr "DETALLE SU QUEJA AQUÍ"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Resuelta por correo ordinario"
@@ -1076,6 +1099,9 @@ msgstr "En cambio, tienes derecho a solicitar información\\n medioambiental ba
msgid "Human health and safety"
msgstr "Salud y seguridad"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Estoy solicitando <strong>nueva información</strong>"
@@ -1312,6 +1338,12 @@ msgstr "Información no disponible."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Información sobre emisiones (por ejemplo ruido, energía,\\n radiación, materiales de desecho...)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Solicitud de revisión interna"
@@ -1386,6 +1418,9 @@ msgstr "Inicie sesión para descargar el documento ZIP de {{info_request_title}}
msgid "Log into the admin interface"
msgstr "Iniciar sesión como administrador"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Muy retrasada."
@@ -1491,6 +1526,9 @@ msgstr "El nombre no puede estar vacío"
msgid "Name is already taken"
msgstr "El nombre ya está siendo utilizado"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Nuevas solicitudes de acceso a información"
@@ -1560,6 +1598,12 @@ msgstr "Solicitud de acceso a la información inválida"
msgid "Not a valid request"
msgstr "No es una solicitud válida"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Tenga en cuenta que el solicitante no será notificado de su comentario, porque la solicitud fue publicada por {{public_body_name}} en su nombre."
@@ -1659,6 +1703,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Parcialmente exitosa."
@@ -2114,6 +2161,9 @@ msgstr "Mostrar primero los resultados descritos recientemente "
msgid "Refused."
msgstr "Rechazada."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2240,9 +2290,6 @@ msgstr "Buscar aportaciones de esta persona"
msgid "Search for the authorities you'd like information from:"
msgstr "Busque las instituciones públicas a las cuales desea solicitarle información :"
-msgid "Search for words in:"
-msgstr "Buscar palabras en:"
-
msgid "Search in"
msgstr "Buscar en"
@@ -2407,6 +2454,9 @@ msgstr "Tema:"
msgid "Submit"
msgstr "Enviar"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Enviar su solicitud"
@@ -2422,9 +2472,15 @@ msgstr "Subscribirse al blog"
msgid "Success"
msgstr "Exitoso"
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Solicitudes de acceso a la información exitosas"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Exitosa."
@@ -2760,6 +2816,9 @@ msgstr "Esta es la primera versión."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Esta es su propia solicitud, recibirá correos automáticamente cuando lleguen nuevas respuestas."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Este mensaje se ha ocultado."
@@ -3022,9 +3081,15 @@ msgstr "Lamentablemente, no tenemos una dirección que funcione para {{public_bo
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Lamentablemente, no tenemos una dirección de correo válida {{info_request_law_used_full}}\\n para"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Cancelar suscripción"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Respuesta no habitual."
@@ -3230,6 +3295,15 @@ msgstr "¿A quién puedo solicitar información?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "¿Específicamente por qué considera que esta solicitud es inadecuada?"
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Retirada por el autor."
@@ -3329,6 +3403,9 @@ msgstr "Usted ahora está <a href=\"{{wall_url_user}}\"> siguiendo</a> actualiza
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr "Usted ahora está <a href=\"{{wall_url_user}}\"> siguiendo </a> actualizaciones relacionadas con <a href=\"{{successful_requests_url}}\"> solicitudes exitosas </a>."
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Puede <strong>presentar reclamo</strong>"
@@ -3461,6 +3538,9 @@ msgstr "Su correo electrónico:"
msgid "Your email doesn't look like a valid address"
msgstr "Su correo electrónico no parece una dirección válida"
+msgid "Your email:"
+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 "Su respuesta no ha sido enviada porque esta solicitud ha sido bloqueada para evitar spam. Por favor <a href=\"{{url}}\">contáctenos</a> si realmente desea enviar una respuesta."
diff --git a/locale/eu/app.po b/locale/eu/app.po
index 50c4fde61..94d0934ed 100644
--- a/locale/eu/app.po
+++ b/locale/eu/app.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:10+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Basque (http://www.transifex.com/projects/p/alaveteli/language/eu/)\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
@@ -156,8 +156,13 @@ msgstr "Izan zaitez <strong>konkretua</strong>, nahi duzuna lortzeko aukera gehi
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Ireki saioa</a> zure pasahitza aldatzeko, inskribatzeko... ({{user_name}} bakarrik)"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Goitizena erabili nahi izanez gero, mesedez <a href=\"{{url}}\">lehenago irakur ezazu hau</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Eginda dago! Eskerrik asko zure laguntzagatik.</p> {{site_name}} laguntzeko<p>badaude<a href=\"{{helpus_url}}\">egin ditzakezun gauza gehiago</a>.</p>"
@@ -483,12 +488,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Sailkatzeko zain."
msgid "Awaiting internal review."
msgstr "Barneko berrikusketaren zain."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Erantzunaren zain."
@@ -696,6 +710,9 @@ msgstr "Ezin dugu prozesatu igo duzun irudia. PNG, JPEG, GIF edo beste irudi for
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -726,6 +743,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Zure informaziorako sarbidearen eskabidea atzeratuta dabil - "
@@ -1028,6 +1048,9 @@ msgstr "ZEHAZTU HEMEN ZURE KEXA"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Posta arruntaren bidez bidalita"
@@ -1100,6 +1123,9 @@ msgstr "Aldiz, inguruneari buruzko informazioa eskatzeko eskubidea daukazu, best
msgid "Human health and safety"
msgstr "Osasuna eta segurtasuna"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "<strong>Informazio berria</strong> eskatzen ari naiz"
@@ -1338,6 +1364,12 @@ msgstr "Informazioa ez dago eskuragarri."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Emisioei buruzko informazioa (adibidez zarata, energia, erradiazioa, hondakin materialak...)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Barneko berrikusketa egiteko eskabidea"
@@ -1410,6 +1442,9 @@ msgstr "Ireki ezazu saio bat {{info_request_title}}-eko ZIP fitxategia deskargat
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Oso atzeratua."
@@ -1518,6 +1553,9 @@ msgstr "Izena ezin da hutsik utzi"
msgid "Name is already taken"
msgstr "Izen hori beste norbait erabiltzen ari da"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Informaziorako Sarbidearen eskabide berriak"
@@ -1587,6 +1625,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1686,6 +1730,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Arrakasta partziala."
@@ -2143,6 +2190,9 @@ msgstr "Lehenbizi deskribatu berri diren emaitzak"
msgid "Refused."
msgstr "Ez da onartu."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2269,9 +2319,6 @@ msgstr "Pertsona honen ekarpenak bilatu"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "Bilatu hitzak hemen:"
-
msgid "Search in"
msgstr "Bilatu"
@@ -2441,6 +2488,9 @@ msgstr "Gaia:"
msgid "Submit"
msgstr "Bidali"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2456,9 +2506,15 @@ msgstr "Blogaren harpidetza eman"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Arrakasta izan duten informaziorako sarbidearen eskabideak"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Arrakastatsua."
@@ -2806,6 +2862,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Hauxe da zure eskabidea, horregatik erantzun berriak heltzen direnean automatikoki emailak jasoko dituzu."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3070,9 +3129,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Zoritxarrez ez dugu posta helbide baliagarria honentzat: {{info_request_law_used_full}}"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Ez-ohiko erantzuna."
@@ -3281,6 +3346,15 @@ msgstr "Nori eska diezaioket informazioa?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Eskatzaileak kendu du."
@@ -3380,6 +3454,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "<strong>Apelatu</strong> ahal duzu."
@@ -3521,6 +3598,9 @@ msgstr "Zure helbide elektronikoa:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Zure erantzuna ez da bidali, eskabide hau blokeatuta dagoelako, spama ekidetzearren. Benetan erantzuna bidali nahi baldin baduzu, mesedez, jar zaitez gurekin <a href=\"{{url}}\">harremanetan</a>."
diff --git a/locale/fi/app.po b/locale/fi/app.po
index d2f6b7294..efff869d4 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: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 10:53+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Finnish (http://www.transifex.com/projects/p/alaveteli/language/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
@@ -144,9 +144,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -453,12 +458,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -666,6 +680,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -696,6 +713,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -995,6 +1015,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1064,6 +1087,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1298,6 +1324,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1370,6 +1402,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1475,6 +1510,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1544,6 +1582,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1643,6 +1687,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2098,6 +2145,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2224,9 +2274,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2391,6 +2438,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2406,9 +2456,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2744,6 +2800,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3006,9 +3065,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3214,6 +3279,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3313,6 +3387,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3445,6 +3522,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/fr/app.po b/locale/fr/app.po
index 20cacf821..c4c444e19 100644
--- a/locale/fr/app.po
+++ b/locale/fr/app.po
@@ -16,7 +16,7 @@
# David Cabo <david.cabo@gmail.com>, 2013
# louisecrow <louise@mysociety.org>, 2013
# louisecrow <louise@mysociety.org>, 2013-2014
-# mikaclau@gmail.com <mikaclau@gmail.com>, 2014
+# mikaclau@gmail.com <mikaclau@gmail.com>, 2014-2015
# pierre chrzanowski <pierre.chrzanowski@gmail.com>, 2013
# pierre chrzanowski <pierre.chrzanowski@gmail.com>, 2013
# radhouane fazai <radhouanef@gmail.com>, 2013
@@ -36,9 +36,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:12+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/alaveteli/language/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -173,8 +173,13 @@ msgstr "Soyez <strong> précis </strong>, vous aurez plus de chances d'obtenir c
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Connectez-vous</a> pour changer le mot de passe, les abonnements et plus encore ({{user_name}} only)"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Si vous envisagez d'utiliser un pseudonyme, \\\\ veuillez <a href=\"{{url}}\">lire ça</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>C'est terminé ! Merci beaucoup pour votre aide.</p><p> Il y a <a href=\"{{helpus_url}}\"> d' autres choses que vous pouvez faire</a> pour nous aider {{site_name}}.</p>"
@@ -267,7 +272,7 @@ msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking"
msgstr "<strong>Autres éléments</strong>, comme clarifier, inciter, et remercier. "
msgid "<strong>By law, they have to respond</strong> (<a href=\"{{url}}\">why?</a>)."
-msgstr ""
+msgstr "<strong>Selon la loi, ils doivent repondre</strong> (<a href=\"{{url}}\">pourquoi?</a>)."
msgid "<strong>Caveat emptor!</strong> To use this data in an honourable way, you will need \\na good internal knowledge of user behaviour on {{site_name}}. How, \\nwhy and by whom requests are categorised is not straightforward, and there will\\nbe user error and ambiguity. You will also need to understand FOI law, and the\\nway authorities use it. Plus you'll need to be an elite statistician. Please\\n<a href=\"{{contact_path}}\">contact us</a> with questions."
msgstr "<strong>Caveat emptor!</strong> Pour utiliser ces données d'une façon honorable, vous devrez \\n avoir une bonne connaissance interne du comportement de l'utilisateur sur {{site_name}}. Comment , \\n pourquoi et par qui les demandes sont categorisées .Vous aurez également besoin de comprendre la loi accès à l'information, et les \\n manières dont les autorités fonctionnet . De plus, vous aurez besoin d'être un statisticien élite . Veuillez \\n<a href=\"{{contact_path}}\">Nous contacter </a> avec vos questions."
@@ -300,10 +305,10 @@ msgid "<strong>Thank</strong> the public authority or "
msgstr "<strong>Remerciez</strong> l'autorité publique ou"
msgid "<strong>We will email you</strong> when there is a response, or after {{late_number_of_days}} working days if the authority still hasn't replied by then."
-msgstr ""
+msgstr "<strong> Nous vous enverrons un email </strong> au cas où il y a une réponse sinon ça sera après {{late_number_of_days}} jours ouvrables si l’autorité n’a pas encore répondu."
msgid "<strong>We will email you</strong> when they have been sent. 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 replied by then."
-msgstr ""
+msgstr "Nous allons vous envoyer un email quand ils ont été envoyés. Nous allons également vous communiquer au cas où il y a une réplique à l'un des emails, ou après {{late_number_of_days}} jours ouvrables si les autorités n’ont toujours pas répondu."
msgid "<strong>did not have</strong> the information requested."
msgstr "<strong>n'avait pas </strong> les informations demandées."
@@ -363,7 +368,7 @@ msgid "ActsAsXapian::ActsAsXapianJob|Model"
msgstr "ActsAsXapian::ActsAsXapianJob|Model"
msgid "Add an annotation to &ldquo;{{request_title}}&rdquo;"
-msgstr ""
+msgstr "Ajouter une annotation &ldquo;{{request_title}}&rdquo;"
msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>."
msgstr "Ajouter une annotation à votre demande avec des citations de choix, ou \\n un <strong> résumé de réponse</strong>."
@@ -482,17 +487,26 @@ msgstr "adresse email de l'autorité"
msgid "Authority:"
msgstr "Autorité"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "En attente de classement."
msgid "Awaiting internal review."
msgstr "En attente d'examen interne."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Réponse en attente"
msgid "Banned users cannot edit their profile"
-msgstr ""
+msgstr "Les utilisateurs bloqués ne peuvent pas modifier leur profil"
msgid "Batch created by {{info_request_user}} on {{date}}."
msgstr "Groupe creé par {{info_request_user}} le {{date}}"
@@ -693,6 +707,9 @@ msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and
msgstr "Nous ne pouvons utiliser le fichier image que vous nous avez soumis. Nous acceptons les fichiers PNG, JPEG et GIF, ainsi qu'un grand nombre d'autres formats communément utilisés."
msgid "Create a new account"
+msgstr "Créer un nouveau compte"
+
+msgid "Create a widget for this request"
msgstr ""
msgid "Created by {{info_request_user}} on {{date}}."
@@ -725,6 +742,9 @@ msgstr "Cher {{user_name}},"
msgid "Defunct."
msgstr "Inactif."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Retards de réponse à votre demande d'accès"
@@ -738,7 +758,7 @@ msgid "Destroy {{name}}"
msgstr "Détruire {{name}}"
msgid "Details of request &ldquo;{{request_title}}&rdquo;"
-msgstr ""
+msgstr "Détails de la demande &ldquo;{{request_title}}&rdquo;"
msgid "Did you mean: {{correction}}"
msgstr "Vouliez-vous dire {{correction}} ?"
@@ -840,7 +860,7 @@ msgid "FOI email address for {{public_body}}"
msgstr "Courriel DAI pour {{public_body}}"
msgid "FOI law does not apply to this authority."
-msgstr ""
+msgstr "La loi sur l’accès à l’information n’est pas valide pour cette autorité."
msgid "FOI request – {{title}}"
msgstr "Demande d'acceès a l'information– {{title}}"
@@ -876,7 +896,7 @@ msgid "Find an authority"
msgstr "Sélectionner une autorité pour lui écrire "
msgid "Find the authorities"
-msgstr ""
+msgstr "Trouver les autorités"
msgid "Find the authorities to write to"
msgstr "Selectionnez les autorités à qui écrire"
@@ -885,7 +905,7 @@ msgid "First, did your other requests succeed?"
msgstr "Tout d'abord, est-ce que vos autres demandes ont pu aboutir ?"
msgid "First, type in the <strong>name of the public authority</strong> you'd\\n like information from."
-msgstr ""
+msgstr "Tout d'abord, tapez <strong>le nom de l’autorité publique</strong> auprès du quelle vous désirez l’information."
msgid "Foi attachment"
msgstr "Piece jointe"
@@ -969,7 +989,7 @@ msgid "Follow us on twitter"
msgstr "Nous suivre sur Twitter"
msgid "Following"
-msgstr ""
+msgstr "Suivant"
msgid "Followups cannot be sent for this request, as it was made externally, and published here by {{public_body_name}} on the requester's behalf."
msgstr "Il est impossible de suivre cette demande , elle a été faite ailleurs et publiée ici par {{public_body_name}} au nom du demandeur"
@@ -995,7 +1015,7 @@ msgid "Freedom of Information law no longer applies to this authority.Follow up
msgstr "Le droit d'accès à l'information ne s'applique plus à cet établissement. Le suivi des messages des demandes existantes est envoyés à"
msgid "Freedom of Information law no longer applies to {{public_body_name}}."
-msgstr ""
+msgstr "La loi sur l’accès à l’information n’est plus applicable à {{public_body_name}}."
msgid "Freedom of Information requests made"
msgstr "Demande d'accès à l'information envoyée"
@@ -1022,6 +1042,9 @@ msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE"
msgstr "DONNEZ DES DÉTAILS SUR VOTRE PLAINTE ICI"
msgid "Got an account?"
+msgstr "Vous avez un compte?"
+
+msgid "Handled by post"
msgstr ""
msgid "Handled by post."
@@ -1055,7 +1078,7 @@ msgid "Help"
msgstr "Aide"
msgid "Help us classify requests that haven't been updated"
-msgstr ""
+msgstr "Aidez-nous à classer les demandes qui ne sont pas mises à jour"
msgid "Here <strong>described</strong> means when a user selected a status for the request, and\\nthe most recent event had its status updated to that value. <strong>calculated</strong> is then inferred by\\n{{site_name}} for intermediate events, which weren't given an explicit\\ndescription by a user. See the <a href=\"{{search_path}}\">search tips</a> for description of the states."
msgstr "Ici e mot <strong> décrit </ strong> signifie quand un utilisateur a sélectionné un état ​​de la requête, et \\n l'événement le plus récent a mis à jour son statut à cette valeur. <strong> calculée </ strong> est alors déduite par \\n {{site_name}] pour les événements intermédiaires, qui n'ont pas reçu une description explicite \\n par un utilisateur. Voir les <a href=\"{{search_path}}\"> conseils de recherche </ a> pour la description des états."
@@ -1093,6 +1116,9 @@ msgstr "Cependant, vous avez le droit de demander des \\n informations environn
msgid "Human health and safety"
msgstr "Santé et sécurité des personnes"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Je demande de <strong>nouvelles informations</strong>."
@@ -1193,10 +1219,10 @@ msgid "If you would like us to lift this ban, then you may politely\\n<a href=\"
msgstr "Si vous souhaitez que nous levons cette interdiction, alors vous pouvez poliment <a href=\"/help/contact\">Nous contacter </a> avec des explications . \\n"
msgid "If you write about these requests (for example in a forum or a blog) please link to this page."
-msgstr ""
+msgstr "Si vous écrivez au sujet de ces demandes (par exemple dans un forum ou un blog) veuillez établir un lien avec cette page."
msgid "If you write about this request (for example in a forum or a blog) please link to this page, and <a href=\"{{url}}\">add an annotation</a> below telling people about your writing."
-msgstr ""
+msgstr "Si vous écrivez au sujet de ces demandes (par exemple dans un forum ou un blog) veuillez établir un lien avec cette page et <a href=\"{{url}}\">ajouter une annotation</a> ci-dessous clarifiant ce que vous avez écrit."
msgid "If you're new to {{site_name}}"
msgstr "Si vous êtes nouveau {{site_name}}"
@@ -1327,6 +1353,12 @@ msgstr "Information non détenue."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Informations sur les émissions et rejets (par exemple, le bruit, l'énergie, \\ n radiations, déchets)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Demande de révision interne"
@@ -1355,10 +1387,10 @@ msgid "Just one more thing"
msgstr "Juste une dernierre chose "
msgid "Keep your request up to date"
-msgstr ""
+msgstr "Gardez votre demande à jour"
msgid "Keep your requests up to date"
-msgstr ""
+msgstr "Gardez votre demandes à jour"
msgid "Keywords"
msgstr "Mots-clés"
@@ -1399,6 +1431,9 @@ msgstr "Connectez-vous pour télécharger un fichier zip de {{info_request_title
msgid "Log into the admin interface"
msgstr "Se connecter a l'interface Admin"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "En retard depuis longtemps"
@@ -1460,7 +1495,7 @@ msgid "Many requests"
msgstr "Beaucoup de demandes"
msgid "Matching authorities"
-msgstr ""
+msgstr "Apparier les autorités"
msgid "Message"
msgstr "Message"
@@ -1504,6 +1539,9 @@ msgstr "Le nom ne peut pas être vide"
msgid "Name is already taken"
msgstr "Le nom est déjà pris"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Nouvelles demandes d'accès a l'information "
@@ -1573,6 +1611,12 @@ msgstr "Pas une demande d'accès a l'information valide"
msgid "Not a valid request"
msgstr "Une demande invalide"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Notez que le demandeur ne sera pas informé de votre annotation, parce que la demande a été publié par {{public_body_name}} en leur nom"
@@ -1672,6 +1716,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Partiellement réussi."
@@ -1719,8 +1766,8 @@ msgstr "Veuillez <a href=\"{{url}}\">nous contacter </a> afin que nous puission
msgid "Please <strong>answer the question above</strong> so we know whether the recent response contains useful information."
msgid_plural "Please <strong>answer the question above</strong> so we know whether the recent responses contain useful information."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Veuillez <strong>répondre à la question ci-dessus<strong>, pour nous faciliter à savoir si la réponse récent contiennent des informations utiles."
+msgstr[1] "Veuillez <strong>répondre à la question ci-dessus</strong>, pour nous faciliter à savoir si les réponses récentes contiennent des informations utiles."
msgid "Please <strong>go to the following requests</strong>, and let us\\n know if there was information in the recent responses to them."
msgstr "Veuillez <strong> aller aux demandes suivantes </strong> et dites \\n nous si les réponses contiennent l'information demandée."
@@ -1927,7 +1974,7 @@ msgid "Preview your public request"
msgstr "Prévisualiser votre demande "
msgid "Preview your request"
-msgstr ""
+msgstr "Aperçu de votre demande"
msgid "Profile photo"
msgstr "Photo de profil"
@@ -2127,9 +2174,12 @@ msgstr "Les résultats récemment décris en premier "
msgid "Refused."
msgstr "Refusé."
-msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
+msgid "Rejected"
msgstr ""
+msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
+msgstr "Souvenez-vous de moi (vous permet de rester connecté longtemps; ne pas utiliser sur un ordinateur publique)"
+
msgid "Report abuse"
msgstr "Signaler un abus"
@@ -2253,14 +2303,11 @@ msgstr "Rechercher les contributions de cette personne"
msgid "Search for the authorities you'd like information from:"
msgstr "Recherchez les autorités de qui vous aimeriez recevoir d'information:"
-msgid "Search for words in:"
-msgstr "Rechercher des mots dans"
-
msgid "Search in"
msgstr "Rechercher dans"
msgid "Search in their website for this information &rarr;"
-msgstr ""
+msgstr "Rechercher dans leur site Web pour obtenir cette information &rarr;"
msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>"
msgstr "Rechercher parmi<br/>\\n <strong>{{number_of_requests}} demandes</strong> <span>et</span><br/>\\n <strong>{{number_of_authorities}} organismes</strong>"
@@ -2313,13 +2360,13 @@ msgid "Set your profile photo"
msgstr "Définir vôtre photo de profil"
msgid "Share on Facebook"
-msgstr ""
+msgstr "Partager sur Facebook"
msgid "Share your batch request"
-msgstr ""
+msgstr "Partagez votre demande de lot"
msgid "Share your request"
-msgstr ""
+msgstr "Partagez demande"
msgid "Short name"
msgstr "Abbréviation "
@@ -2420,6 +2467,9 @@ msgstr "Sujet:"
msgid "Submit"
msgstr "Envoyer"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Envoyer la demande"
@@ -2435,9 +2485,15 @@ msgstr "S'abonner au blog"
msgid "Success"
msgstr "Réussite"
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Demande d'accès à l'information réussie"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Réussi."
@@ -2773,6 +2829,9 @@ msgstr "Ceci est la première version."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Ceci est votre propre demande, afin que vous receviez automatiquement un e-mail dès que de nouvelles réponses arrivent."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Ce message a été masqué."
@@ -2871,7 +2930,7 @@ msgid "This was not possible because there is already an account using \\nthe em
msgstr "Ceci n'est pas possible parce qu'il existe deja un compte utilisant l'adresse mail {{email}}."
msgid "To"
-msgstr ""
+msgstr "A"
msgid "To cancel these alerts"
msgstr "Pour annuler ces alertes"
@@ -2997,7 +3056,7 @@ msgid "Turn off email alerts"
msgstr "Désactiver les alertes e-mail"
msgid "Tweet it"
-msgstr ""
+msgstr "Partager sur Tweeter"
msgid "Tweet this request"
msgstr "Partagez cette demande sur Twitter"
@@ -3035,9 +3094,15 @@ msgstr "Malheureusement, nous n'avons pas une adresse active de {{public_body_na
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Malheureusement, nous n'avons pas d'adresse {{info_request_law_used_full}} pour"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "désabonner"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Réponse inattendue."
@@ -3150,7 +3215,7 @@ msgid "View email"
msgstr "Voir l'email "
msgid "View other requests to {{public_body}}"
-msgstr ""
+msgstr "Voir d'autres demandes adressées à {{public_body}}"
msgid "Waiting clarification."
msgstr "En attente de clarification"
@@ -3193,13 +3258,13 @@ msgstr "Nous ne communiquerons pas vos adresses e-mail sauf si vous nous y aut
msgid "We're waiting for someone to read a recent response and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?"
msgid_plural "We're waiting for someone to read recent responses and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Nous attendons quelqu'un pour lire la réponse récent et mettre à jour le statut. Peut-être que <strong>vous</strong> aimeriez aider en faisant cela?"
+msgstr[1] "Nous attendons quelqu'un pour lire les réponses récentes et mettre à jour le statut. Peut-être que <strong>vous</strong> aimeriez aider en faisant cela?"
msgid "We're waiting for {{user}} to read a recent response and update the status."
msgid_plural "We're waiting for {{user}} to read recent responses and update the status."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Nous attendons {{user}} de lire la réponse récent et mettre à jour le statut."
+msgstr[1] "Nous attendons {{user}} de lire les réponses récentes et mettre à jour le statut."
msgid "We've sent an email to your new email address. You'll need to click the link in\\nit before your email address will be changed."
msgstr "Nous avons envoyé un email à votre nouvelle adresse email. Vous devez cliquer sur le lien là dedans \\n avant que votre adresse e-mail sera changé."
@@ -3223,7 +3288,7 @@ msgid "What information has been requested?"
msgstr "Quelles sont les informations qui ont été demandées?"
msgid "What next?"
-msgstr ""
+msgstr "C’est quoi la suite?"
msgid "When you get there, please update the status to say if the response \\ncontains any useful information."
msgstr "Quand vous y arrivez, veuillez mettre à jour le statut et dire si la réponse \\n contient une information utile."
@@ -3243,6 +3308,15 @@ msgstr "A qui puis-je faire une demande d'information ?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "Pourquoi vous considèrez cette demande particulièrement inopportun? "
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "retirée par le demandeur "
@@ -3342,6 +3416,9 @@ msgstr "Maintenant vous <a href=\"{{wall_url_user}}\">êtes en train de suivre d
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr "Maintenant vous <a href=\"{{wall_url_user}}\">êtes en train de suivre des</a>mise à jours sur <a href=\"{{successful_requests_url}}\">demandes réussies</a>."
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Vous pouvez <strong>vous plaindre</strong> en "
@@ -3474,6 +3551,9 @@ msgstr "Votre e-mail:"
msgid "Your email doesn't look like a valid address"
msgstr "Votre e-mail ne ressemble pas à une adresse valide"
+msgid "Your email:"
+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 "Votre suivi n'a pas été envoyé parce que cette demande a été arrêté afin de prévenir le spam. Veuillez <a href=\"{{url}}\">nous contacter</a>si vous voulez vraiment envoyer un message de suivi."
@@ -3541,7 +3621,7 @@ msgid "Your request:"
msgstr "Votre demande:"
msgid "Your requests will be <strong>sent</strong> shortly!"
-msgstr ""
+msgstr "Votre demande sera <strong>envoyé</strong> dans un court délai!"
msgid "Your response to an FOI request was not delivered"
msgstr "Votre réponse n'a pas été délivrée"
@@ -3571,7 +3651,7 @@ msgstr[0] "Votre {{count}} paquet de demandes"
msgstr[1] "Votre {{count}} paquet de demandes"
msgid "Your {{law_used_full}} request has been sent"
-msgstr ""
+msgstr "Votre {{law_used_full}} demande a été envoyé"
msgid "Your {{site_name}} email alert"
msgstr "Votre alerte mail de {{site_name}}"
@@ -3676,7 +3756,7 @@ msgid "edit text about you"
msgstr "modifier votre description personnelle"
msgid "email address"
-msgstr ""
+msgstr "adresse e-mail"
msgid "even during holidays"
msgstr "même pendant les vacances"
@@ -3730,7 +3810,7 @@ msgid "messages from users"
msgstr "messages des utilisateurs"
msgid "mobile number"
-msgstr ""
+msgstr "telephone portable"
msgid "move..."
msgstr "déplacer"
@@ -3841,8 +3921,8 @@ msgstr "{{count}} demandes d'accès aux documents administratifs trouvées"
msgid "{{count}} follower"
msgid_plural "{{count}} followers"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "{{count}} follower"
+msgstr[1] "{{count}} followers"
msgid "{{count}} request"
msgid_plural "{{count}} requests"
@@ -3882,7 +3962,7 @@ msgid "{{public_body_link}} was sent a request about"
msgstr "{{public_body_link}} a reçu une demande sur "
msgid "{{public_body_name}} no longer exists. From the request page, try replying to a particular message, rather than sending\\n a general followup. If you need to make a general followup, and know\\n an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>."
-msgstr ""
+msgstr "{{public_body_name}} n’existe plus. De la page de demande, essayez de répondre à un message particulier, plutôt que de faire suivi général. Si vous avez besoin de faire un suivi général, et connaissez l’email qui ira à la bonne place, veuillez <a href=\"{{url}}\"> nous l'envoyer </a>."
msgid "{{public_body_name}} only:"
msgstr "{{public_body_name}} uniquement:"
@@ -3960,4 +4040,4 @@ msgid "{{user}} made this {{law_used_full}} request"
msgstr "{{user}} a fait cette {{law_used_full}} demande"
msgid "« Back to search results"
-msgstr ""
+msgstr "« Retour aux résultats de recherche"
diff --git a/locale/fr_CA/app.po b/locale/fr_CA/app.po
index 7b54f7238..a51f9ffdb 100644
--- a/locale/fr_CA/app.po
+++ b/locale/fr_CA/app.po
@@ -23,9 +23,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:14+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@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"
@@ -158,8 +158,13 @@ msgstr "Soyez <strong>précis</strong>, vous aurez plus de chance d'obtenir ce q
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Connectez-vous</a> pour modifier votre mot de passe, vos abonnements, etc. ({{user_name}} only)"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Si vous envisagez d'utiliser un pseudonyme, \\n veuillez <a href=\"{{url}}\">lire ceci</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>C'est fait! Merci de votre aide.</p><p>Vous pouvez aussi <a href=\"{{helpus_url}}\">aider</a> {{site_name}} autrement.</p>"
@@ -467,12 +472,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "En attente de classement."
msgid "Awaiting internal review."
msgstr "En attente de révision interne."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "En attente d'une réponse."
@@ -680,6 +694,9 @@ msgstr "Nous ne pouvons utiliser le fichier image que vous nous avez soumis. Nou
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -710,6 +727,9 @@ msgstr ""
msgid "Defunct."
msgstr "Disparu"
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Réponse différée à votre demande d'accès aux documents - "
@@ -1009,6 +1029,9 @@ msgstr "DONNER DES DÉTAILS SUR VOTRE PLAINTE ICI"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Envoyé par voie postale."
@@ -1078,6 +1101,9 @@ msgstr "Cependant, vous avez le droit de demander des \\n informations environn
msgid "Human health and safety"
msgstr "Santé et sécurité des personnes"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Je vous demande de <strong>nouvelles informations</strong>."
@@ -1312,6 +1338,12 @@ msgstr "Information non tenue."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Informations sur les émissions et les déversements (par exemple, le bruit, l'énergie, \\ n les radiations, les déchets)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Demande de révision interne"
@@ -1384,6 +1416,9 @@ msgstr "Connectez-vous pour télécharger un fichier zip de {{info_request_title
msgid "Log into the admin interface"
msgstr "Se connecter à l'interface d'administrateur"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "En retard depuis longtemps"
@@ -1489,6 +1524,9 @@ msgstr "Le nom ne peut pas être vide"
msgid "Name is already taken"
msgstr "Ce nom est déjà utilisé"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Nouvelles demandes d'accès aux documents"
@@ -1558,6 +1596,12 @@ msgstr "Pas une demande valide d'accès aux documents"
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Notez que le demandeur ne sera pas informé de votre annotation parce que la demande a été publiée par {{public_body_name}} en leur nom."
@@ -1657,6 +1701,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Partiellement réussi."
@@ -2112,6 +2159,9 @@ msgstr "Les résultats récemment décrits en premier "
msgid "Refused."
msgstr "Refusé."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2238,9 +2288,6 @@ msgstr "Rechercher les contributions de cette personne"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "Rechercher des mots dans:"
-
msgid "Search in"
msgstr "Rechercher dans"
@@ -2405,6 +2452,9 @@ msgstr "Sujet:"
msgid "Submit"
msgstr "Envoyer"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2420,9 +2470,15 @@ msgstr "S'abonner au blog"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Demandes d'accès aux documents réussies"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Réussi."
@@ -2758,6 +2814,9 @@ msgstr "Ceci est la première version."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Ceci est votre demande, vous recevrez donc un courriel à la réception de nouvelles communications."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Ce message a été caché."
@@ -3020,9 +3079,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Malheureusement, nous n'avons pas d'adresse {{info_request_law_used_full}} pour"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Vous désabonner"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Réponse inhabituelle."
@@ -3228,6 +3293,15 @@ msgstr "À qui puis-je faire une demande d'information ?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Retirée par le demandeur."
@@ -3327,6 +3401,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Vous pouvez <strong>vous plaindre</strong> en "
@@ -3459,6 +3536,9 @@ msgstr "Votre adresse courriel:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Votre message de suivi n'a pas été envoyé parce que cette demande a été interrompue afin de prévenir le spam. Veuillez <a href=\"{{url}}\">nous contacter</a>si vous voulez vraiment envoyer un message de suivi."
diff --git a/locale/ga_IE/app.po b/locale/ga_IE/app.po
index aabf03b4a..80f7b0508 100644
--- a/locale/ga_IE/app.po
+++ b/locale/ga_IE/app.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 10:53+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Irish (Ireland) (http://www.transifex.com/projects/p/alaveteli/language/ga_IE/)\n"
"Language: ga_IE\n"
"MIME-Version: 1.0\n"
@@ -140,9 +140,17 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -449,12 +457,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -662,6 +679,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -692,6 +712,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -994,6 +1017,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1063,6 +1089,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1297,6 +1326,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1369,6 +1404,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1474,6 +1512,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1543,6 +1584,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1642,6 +1689,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2100,6 +2150,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2226,9 +2279,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2396,6 +2446,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2411,9 +2464,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2752,6 +2811,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3020,9 +3082,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3234,6 +3302,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3333,6 +3410,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3465,6 +3545,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/gl/app.po b/locale/gl/app.po
index 55b663ff3..570778ea6 100644
--- a/locale/gl/app.po
+++ b/locale/gl/app.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:11+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Galician (http://www.transifex.com/projects/p/alaveteli/language/gl/)\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
@@ -162,10 +162,13 @@ msgstr "Sea <strong>específico</strong>, tendrá más probabilidades de consegu
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Abre una sesión</a> para cambiar tu contraseña, suscripciones... (sólo {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Si está pensando en utilizar un pseudónimo,\n"
-" por favor <a href=\"{{url}}\">lea esto primero</a>."
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>¡Ya está! Muchas gracias por tu ayuda.</p><p>Hay <a href=\"{{helpus_url}}\">más cosas que puedes hacer</a> para ayudar a {{site_name}}.</p>"
@@ -515,12 +518,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Esperando clasificación."
msgid "Awaiting internal review."
msgstr "Esperando revisión interna."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Esperando respuesta."
@@ -730,6 +742,9 @@ msgstr "No se pudo procesar la imagen subida. Puedes utilizar PNG, JPEG, GIF u o
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -762,6 +777,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Respuesta retrasada a tu solicitud de acceso a información - "
@@ -1072,6 +1090,9 @@ msgstr "DETALLA TU QUEJA AQUÍ"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Resuelta por correo ordinario"
@@ -1150,6 +1171,9 @@ msgstr ""
msgid "Human health and safety"
msgstr "Salud y seguridad"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Estoy pidiendo <strong>nueva información</strong>"
@@ -1407,6 +1431,12 @@ msgstr ""
"Información sobre emisiones (por ejemplo ruido, energía,\n"
" radiación, materiales de desecho...)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Solicitud de revisión interna"
@@ -1485,6 +1515,9 @@ msgstr "Abra una sesión para descargar el fichero ZIP de {{info_request_title}}
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Muy retrasada."
@@ -1593,6 +1626,9 @@ msgstr "El nombre no puede estar vacío"
msgid "Name is already taken"
msgstr "El nombre ya está siendo utilizado"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Nuevas solicitudes de acceso a información"
@@ -1662,6 +1698,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1761,6 +1803,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Éxito parcial."
@@ -2227,6 +2272,9 @@ msgstr "Resultados descritos recientemente primero"
msgid "Refused."
msgstr "Rechazada."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2353,9 +2401,6 @@ msgstr "Buscar aportaciones de esta persona"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "Buscar palabras en:"
-
msgid "Search in"
msgstr "Buscar en"
@@ -2529,6 +2574,9 @@ msgstr "Tema:"
msgid "Submit"
msgstr "Enviar"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2544,9 +2592,15 @@ msgstr "Subscribirse al blog"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Solicitudes de acceso a la información con éxito"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Exitosa."
@@ -2910,6 +2964,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Esta es tu solicitud, por lo que recibirás correos automáticamente cuando lleguen nuevas respuestas."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3191,9 +3248,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Desgraciadamente, no tenemos una dirección de correo válida para"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Respuesta no habitual."
@@ -3417,6 +3480,15 @@ msgstr "¿A quién puedo solicitar información?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Retirada por el autor."
@@ -3516,6 +3588,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Puede <strong>apelar</strong>"
@@ -3671,6 +3746,9 @@ msgstr "Tu correo:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Tu respuesta no ha sido enviada porque esta solicitud ha sido bloqueada para evitar spam. Por favor <a href=\"{{url}}\">contáctanos</a> si realmente quieres enviar una respuesta."
diff --git a/locale/he_IL/app.po b/locale/he_IL/app.po
index 4917d8fd8..f3d3616b3 100644
--- a/locale/he_IL/app.po
+++ b/locale/he_IL/app.po
@@ -12,7 +12,7 @@
# rshlo <r@roishlomi.com>, 2013
# Yair Uziel <yair.uziel@gmail.com>, 2013-2014
# Yair Uziel <yair.uziel@gmail.com>, 2013
-# yehuda <yehudab@gmail.com>, 2013-2014
+# yehuda <yehudab@gmail.com>, 2013-2015
# yehuda <yehudab@gmail.com>, 2013
# yoniYalovitsky <yoni@yalovitsky.com>, 2013
# yoniYalovitsky <yoni@yalovitsky.com>, 2013
@@ -23,9 +23,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:15+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\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"
@@ -156,8 +156,13 @@ msgstr "הקפידו על בקשה <strong>ממוקדת</strong>, כך תוכל
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">היכנסו</a> כדי לשנות סיסמה, מנויים וכדומה. (רק {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "אם אתם שוקלים שימוש בזהות בדויה, /n אנא <a href=\"{{url}}\">קיראו זאת קודם</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>זה הכל! תודה על עזרתכם.</p><p>ישנם <a href=\"{{helpus_url}}\">כמה דברים נוספים</a> שתוכלו לעשות כדי לעזור ל-{{site_name}}.</p>"
@@ -467,12 +472,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "ממתין לסיווג."
msgid "Awaiting internal review."
msgstr "ממתין לביקורת פנימית."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "ממתין לתשובה."
@@ -680,6 +694,9 @@ msgstr "קובץ התמונה שהעלתם לא נתמך. ניתן להעלות
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -713,6 +730,9 @@ msgstr ""
msgid "Defunct."
msgstr "מבוטל."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "עיכוב בתגובה לבקשה"
@@ -1012,6 +1032,9 @@ msgstr "ספקו פרטים על התלונה שלכם כאן"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "טופל בפוסט."
@@ -1081,6 +1104,9 @@ msgstr "לעומת זאת, יש לכם את הזכות לבקש מידע סבי
msgid "Human health and safety"
msgstr "בריאות ובטחון הציבור"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "אני מבקש <strong>מידע חדש</strong>"
@@ -1315,6 +1341,12 @@ msgstr "המידע לא נמסר."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "מידע על אתרי והשלכת פסולת (כגון רעש, אנרגיה,\\n קרינה, חומרים מתכלים)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "בקשת בדיקה פנימית"
@@ -1387,6 +1419,9 @@ msgstr "יש להיכנס למערכת כדי להוריד קובץ זיפ של
msgid "Log into the admin interface"
msgstr "התחבר לממשק הניהול"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "הבקשה מתעכבת מאוד."
@@ -1492,6 +1527,9 @@ msgstr "חובה למלא שם"
msgid "Name is already taken"
msgstr "השם כבר תפוס"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "בקשות חדשות למידע"
@@ -1561,6 +1599,12 @@ msgstr "בקשת מידע לא תקפה"
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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}} ובשמם."
@@ -1660,6 +1704,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What מתבצע"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "הבקשה התקבלה בחלקה."
@@ -2115,6 +2162,9 @@ msgstr "תוצאות אחרונות מופיעות ראשונות"
msgid "Refused."
msgstr "סורב"
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2241,9 +2291,6 @@ msgstr "חפש תוספות של אדם זה"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "חיפוש אחר המילים ב:"
-
msgid "Search in"
msgstr "חפש ב- "
@@ -2408,6 +2455,9 @@ msgstr "נושא:"
msgid "Submit"
msgstr "שלח"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2423,9 +2473,15 @@ msgstr "הירשמו לבלוג"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "בקשות מידע שנענו"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "עבר בהצלחה."
@@ -2761,6 +2817,9 @@ msgstr "זוהי הגרסה הראשונה"
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "זו בקשה שלכם, כך שתקבלו דוא\"ל מייד כשיגיעו תגובות חדשות."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3023,9 +3082,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "לצערנו, אין לנו כתובת פעילה לחוק {{info_request_law_used_full}}\\n עבור"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "בטל הרשמה"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "תגובה מוזרה"
@@ -3231,6 +3296,15 @@ msgstr "ממי ניתן לבקש מידע?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "בוטל על-ידי מגיש הבקשה"
@@ -3330,6 +3404,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "אתם יכולים <strong>להתלונן</strong> עד"
@@ -3464,6 +3541,9 @@ msgstr "הדוא\"ל שלכם:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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>אם אתם באמת מעוניינים לשלוח אותה."
@@ -3572,7 +3652,7 @@ msgstr ""
"\n"
"בתודה מראש על טיפולכם המסור בבקשה זו,\n"
"\n"
-"הסדנא לידע ציבורי (ע״ר)"
+"הסדנא לידע ציבורי, ע.ר. 580536878, ת.ד. 52033, תל אביב,"
msgid "Yours sincerely,"
msgstr ""
@@ -3580,7 +3660,7 @@ msgstr ""
"\n"
"בתודה מראש על טיפולכם המסור בבקשה זו,\n"
"\n"
-"הסדנא לידע ציבורי (ע״ר)"
+"הסדנא לידע ציבורי, ע.ר. 580536878, ת.ד. 52033, תל אביב,"
msgid "Yours,"
msgstr "בהוקרה,"
diff --git a/locale/hr/app.po b/locale/hr/app.po
index e25f68d29..01f716ceb 100644
--- a/locale/hr/app.po
+++ b/locale/hr/app.po
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-25 15:04+0000\n"
-"Last-Translator: Žana Počuča <zana.fakin@gmail.com>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/alaveteli/language/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
@@ -155,15 +155,19 @@ msgid "<a href=\"{{url}}\">Do you want to request private information about your
msgstr "<a href=\"{{url}}\">Želite zatražiti privatne informacije o sebi?</a>"
msgid "<a href=\"{{url}}\">Keep it <strong>focused</strong></a>, you'll be more likely to get what you want."
-msgstr "Držite se <strong>suštine</strong>, lakše ćete dobiti ono što tražite (<a href=\"{{url}}\">zašto?</a>)."
+msgstr "<a href=\"{{url}}\">Držite se <strong>suštine</strong></a>, lakše ćete dobiti ono što tražite."
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Prijavite se</a> da biste promijenili lozinku, pretplatu ili drugo ({{user_name}} only)"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Ako razmišljate o korištenju pseudonima,\n"
-" molimo da<a href=\"{{url}}\">pročitate prvo ovo</a>."
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Završeno! Hvala Vam na pomoći.</p><p>Postoji <a href=\"{{helpus_url}}\">više stvari koje možete učiniti </a> da biste pomogli {{site_name}}.</p>"
@@ -175,7 +179,7 @@ msgid "<p>Thank you! Hope you don't have to wait much longer.</p> <p>By law, you
msgstr "<p>Hvala! Nadamo se da nećete još dugo čekati.</p> <p>Prema zakonu, trebali biste ubrzo dobiti odgovor, do <strong>{{date_response_required_by}}</strong>.</p>"
msgid "<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>\\n{{date_response_required_by}}</strong>.</p>"
-msgstr "<p>Hvala! Nadamo se da nećete dugo čekati.</p> <p>Prema zakonu, odgovor biste trebali dobiti brzo, a u pravilu prije <strong>\\n{{date_response_required_by}}</strong>.</p>"
+msgstr "<p>Hvala! Nadamo se da nećete dugo čekati.</p> <p>Prema zakonu, odgovor biste trebali dobiti brzo, a u pravilu kasnije od <strong>\\n{{date_response_required_by}}</strong>.</p>"
msgid "<p>Thank you! Hopefully your wait isn't too long.</p><p>You should get a response within {{late_number_of_days}} days, or be told if it will take longer (<a href=\"{{review_url}}\">details</a>).</p>"
msgstr "<p>Hvala! Nadamo se da nećete čekati predugo.</p><p>Trebali biste dobiti odgovor za {{late_number_of_days}} dana, ili biti obaviješteni da će trajati duže. (<a href=\"{{review_url}}\">Više informacija</a>)</p>"
@@ -218,7 +222,7 @@ msgid "<p>Your request contains a <strong>postcode</strong>. Unless it directly
msgstr "<p>Vaš zahtjev sadrži <strong>poštanski broj</strong>. Ako poštanski broj nije direktno povezan s temom vašeg zahtjeva, molimo da ga izbrišete, jer će <strong>biti javno objavljen</strong>.</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}} je trenutno na održavanju. Možete samo pregledati postojeće zahtjeve. Ne možete pisati nove zahtjeve, slati dodatne poruke ili dodavati pribilješke.</p> <p>{{read_only}}</p>"
+msgstr "<p>{{site_name}} je trenutno na održavanju. Možete samo pregledati postojeće zahtjeve. Ne možete pisati nove zahtjeve, slati dodatne poruke ili dodavati bilješke.</p> <p>{{read_only}}</p>"
msgid "<small>If you use web-based email or have \"junk mail\" filters, also check your\\nbulk/spam mail folders. Sometimes, our messages are marked that way.</small>\\n</p>"
msgstr ""
@@ -226,33 +230,31 @@ msgstr ""
"</p>"
msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No!</a>"
-msgstr ""
-"<strong> Mogu li zahtijevati informacije o sebi?</strong>\n"
-"<span class=\"whitespace other\" title=\"Tab\">»</span><span class=\"whitespace other\" title=\"Tab\">»</span><span class=\"whitespace other\" title=\"Tab\">»</span><a href=\"{{url}}\">Ne! (Kliknite za detalje)</a>"
+msgstr "<strong>Mogu li zahtijevati informacije o sebi?</strong>\\n⇥⇥⇥<a href=\"{{url}}\">Ne!</a>"
msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL."
-msgstr "<strong><code>commented_by:ivan_horvat</code></strong> da pretražujete pribilješke Ivana Horvat, ime unesite kao u URL-u."
+msgstr "<strong><code>commented_by:ivan_horvat</code></strong> da pretražujete bilješke koje je napisao Ivan Horvat, ime unesite kao u URL-u."
msgid "<strong><code>filetype:pdf</code></strong> to find all responses with PDF attachments. Or try these: <code>{{list_of_file_extensions}}</code>"
msgstr "<strong><code>filetype:pdf</code></strong> da nađete sve odgovore sa PDF prilozima. Ili probajte ove: <code>{{list_of_file_extensions}}</code>"
msgid "<strong><code>request:</code></strong> to restrict to a specific request, typing the title as in the URL."
-msgstr "<strong><code>zahtjev:</code></strong> da biste se ograničili na neki određeni zahtjev, ukucajte naslov kao u URL-u"
+msgstr "<strong><code>request:</code></strong> da biste se ograničili na neki određeni zahtjev, ukucajte naziv zahtjeva kao u URL-u"
msgid "<strong><code>requested_by:julian_todd</code></strong> to search requests made by Julian Todd, typing the name as in the URL."
-msgstr "<strong><code>podnesen_od strane:julian_todd</code></strong> da biste pretražili zahtjeve koje je podnio Julian Todd, ukucajte ime kao u URL-u."
+msgstr "<strong><code>requested_by:ivan_horvat</code></strong> da biste pretražili zahtjeve koje je podnio Ivan Horvat, ukucajte ime kao u URL-u."
msgid "<strong><code>requested_from:home_office</code></strong> to search requests from the Home Office, typing the name as in the URL."
-msgstr "<strong><code>poslan zahtjev_od:kuće_ureda</code></strong> za traženjem zahtjeva od glavnog ureda, otipkajte ime kao u URL-u."
+msgstr "<strong><code>requested_from:grad_zagreb</code></strong> za traženjem zahtjeva Grada Zagreba, otipkajte ime kao u URL-u."
msgid "<strong><code>status:</code></strong> to select based on the status or historical status of the request, see the <a href=\"{{statuses_url}}\">table of statuses</a> below."
msgstr "<strong><code>status:</code></strong> da biste birali prema statusu ili povijesti statusa zahtjeva, pogledajte <a href=\"{{statuses_url}}\">tabelu statusa</a> ispod."
msgid "<strong><code>tag:charity</code></strong> to find all public authorities or requests with a given tag. You can include multiple tags, \\n and tag values, e.g. <code>tag:openlylocal AND tag:financial_transaction:335633</code>. Note that by default any of the tags\\n can be present, you have to put <code>AND</code> explicitly if you only want results them all present."
-msgstr "<strong><code>označite:humanitarni rad</code></strong> kako biste našli sve javne vlasti ili zahtjeve s navedenom oznakom. Možete staviti više oznaka, \\n te označiti vrijednosti, npr. <code>tag:otvorenolokalno i tag:financijska_transakcija:335633</code>. Obratite pozornost da bilo koja oznaka \\n može biti prisutna, trebate staviti <code>i</code> izričito ako želite da svi rezultati budu prisutni. "
+msgstr "<strong><code>tag:charity</code></strong> kako biste našli sve humanitarne ustanove ili zahtjeve s navedenom oznakom. Možete staviti više oznaka, \\n te označiti vrijednosti, npr. <code>tag:otvorenolokalno AND tag:financijska_transakcija:335633</code>. Obratite pozornost da bilo koja oznaka \\n može biti prisutna, trebate staviti <code>AND</code> izričito ako želite da svi rezultati budu prisutni. "
msgid "<strong><code>variety:</code></strong> to select type of thing to search for, see the <a href=\"{{varieties_url}}\">table of varieties</a> below."
-msgstr "<strong><code>izbor:</code></strong> kako biste odabrali tip stvari koje tražite, pogledajte <a href=\"{{varieties_url}}\">tablicu s izborima</a> niže."
+msgstr "<strong><code> variety:</code></strong> kako biste odabrali vrstu stvari koje tražite, pogledajte <a href=\"{{varieties_url}}\">tablicu s izborima</a> niže."
msgid "<strong>Advice</strong> on how to get a response that will satisfy the requester. </li>"
msgstr "<strong>Savjet</strong> o tome kako dobiti odgovor koji će zadovoljiti podnositelja zahtjeva.</li>"
@@ -326,13 +328,13 @@ msgid "A Freedom of Information request"
msgstr "Zahtjev za pristup informacijama"
msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}"
-msgstr "Potpuna povijest mojih zahtjeva za pristup informacijama i sva korespondencija dostupna je na ovoj internetskoj adresi: {{url}}"
+msgstr "Potpuna povijest mog zahtjeva za pristup informacijama i sva korespondencija dostupna je javno na ovoj internetskoj adresi: {{url}}"
msgid "A new request, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, was sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
msgstr "Novi zahtjev s naslovom <em><a href=\"{{request_url}}\">{{request_title}}</a></em> poslan je {{public_body_name}} od strane {{info_request_user}} dana {{date}}."
msgid "A one line summary of the information you are requesting, \\n\t\t\te.g."
-msgstr "sažetak informacije koju tražite u jednoj rečenici, \\n npr."
+msgstr "Sažetak informacije koju tražite u jednoj rečenici, \\n⇥⇥⇥npr."
msgid "A public authority"
msgstr "Tijelo javne vlasti"
@@ -395,9 +397,7 @@ msgid "Advise on whether the <strong>refusal is legal</strong>, and how to compl
msgstr "Savjet o tome je li<strong>odbijanje legalno</strong>, i o tome kako se žaliti ako nije."
msgid "Air, water, soil, land, flora and fauna (including how these effect\\n human beings)"
-msgstr ""
-"Zrak, voda, tlo, kopno, flora i fauna (uključujući kako utječu na\n"
-" ljudska bića)"
+msgstr "Zrak, voda, tlo, kopno, flora i fauna (uključujući kako utječu\\n na ljudska bića)"
msgid "All of the information requested has been received"
msgstr "Sve su tražene informacije primljene"
@@ -435,16 +435,16 @@ msgid "An anonymous user"
msgstr "Anonimni korisnik"
msgid "Annotation added to request"
-msgstr "Pribilješke je dodana zahtjevu"
+msgstr "Bilješka je dodana zahtjevu"
msgid "Annotations"
-msgstr "Pribilješke"
+msgstr "Bilješke"
msgid "Annotations are so anyone, including you, can help the requester with their request. For example:"
-msgstr "Pribilješke služe da bilo tko, uključujući Vas, može pomoći podnositelju zahtjeva s njegovim zahtjevom. Na primjer:"
+msgstr "Bilješke služe da bilo tko, uključujući Vas, može pomoći podnositelju zahtjeva s njegovim zahtjevom. Na primjer:"
msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}."
-msgstr "Pribilješke će biti objavljene javno ovdje, i\\n<strong>neće</strong> biti poslane u {{public_body_name}}."
+msgstr "Bilješke će biti objavljene javno ovdje, i\\n<strong>neće</strong> biti poslane u {{public_body_name}}."
msgid "Anonymous user"
msgstr "Anonimni korisnik"
@@ -485,17 +485,26 @@ msgid "Attachment:"
msgstr "Prilog"
msgid "Authority email:"
-msgstr "E-pošta tijela javne vlasti:"
+msgstr "E-pošta službenika za informiranje:"
msgid "Authority:"
msgstr "Tijelo javne vlasti:"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Čeka klasifikaciju."
msgid "Awaiting internal review."
msgstr "Čeka odgovor na požurnicu."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Čeka odgovor."
@@ -614,10 +623,10 @@ msgid "Clear photo"
msgstr "Obrišite sliku"
msgid "Click on the link below to send a message to {{public_body_name}} telling them to reply to your request. You might like to ask for an internal\\nreview, asking them to find out why response to the request has been so slow."
-msgstr "Kliknite na poveznicu ispod da biste poslali poruku {{public_body_name}} u kojoj im napomenite da odgovore na Vaš zahtjev. Možda želite tražiti požurnicu\\n, tražeći da saznaju zašto odgovor na zahtjev kasni."
+msgstr "Kliknite na poveznicu ispod da biste poslali poruku za {{public_body_name}} koja će ih podsjetiti da odgovore na Vaš zahtjev. Ako ne odgovore, možda želite tražiti požurnicu\\n, ili žalbu radi šutnje tijela javne vlasti Povjereniku za informiranje."
msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request."
-msgstr "Kliknite na poveznicu ispod da biste poslali poruku {{public_body}} koja će ih podsjetiti da odgovore na Vaš zahtjev, ili pošaljite žalbu Povjerniku za informiranje navodeći link na Vaš zahtjev."
+msgstr "Kliknite na poveznicu ispod da biste poslali poruku {{public_body}} koja će ih podsjetiti da odgovore na Vaš zahtjev. Ako ne odgovore, možda želite poslati žalbu Povjerniku za informiranje navodeći link na Vaš zahtjev."
msgid "Close"
msgstr "Zatvorite"
@@ -641,7 +650,7 @@ msgid "Comment|Visible"
msgstr "Komentar|Vidljiv"
msgid "Confirm password:"
-msgstr "Lozinka: (ponovo)"
+msgstr "Ponovite lozinku:"
msgid "Confirm you want to follow all successful FOI requests"
msgstr "Potvrdite da želite pratiti sve uspješne zahtjeve za pristup informacijama"
@@ -680,7 +689,7 @@ msgid "Considered by administrators as not an FOI request and hidden from site."
msgstr "Označeno od administratora da nije zahtjev za pristup informacijama i skriveno je sa stranice"
msgid "Considered by administrators as vexatious and hidden from site."
-msgstr "Označeno od administratora kao uznemirujuće i skriveno sa stranice"
+msgstr "Označeno od administratora kao uznemirujuće i skriveno sa stranice."
msgid "Contact {{recipient}}"
msgstr "Kontaktirajte {{recipient}}"
@@ -703,6 +712,9 @@ msgstr "Pogrešan format datoteke. Molimo Vas unesite: PNG, JPEG, GIF, ili neke
msgid "Create a new account"
msgstr "Izradi novi račun"
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr "Izradio/la {{info_request_user}} dana {{date}}."
@@ -726,7 +738,7 @@ msgstr "Poštovani {{name}},"
msgid "Dear {{public_body_name}},"
msgstr ""
-"Poštovani {{public_body_name}},\n"
+"Za: {{public_body_name}}\n"
"\n"
"Temeljem Zakona o pravu na pristup informacija molim da mi se dostavi informacija:"
@@ -736,11 +748,14 @@ msgstr "Poštovani {{user_name}},"
msgid "Defunct."
msgstr "Defunkc."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Odgovor na Vaš PPI zahtjev kasni - "
msgid "Delayed."
-msgstr "Odgođen"
+msgstr "Odgovor kasni."
msgid "Delivery error"
msgstr "Greška u isporuci"
@@ -799,7 +814,7 @@ msgid "Edit text about you"
msgstr "Uredite tekst o Vama"
msgid "Edit your request"
-msgstr "Uredite ovaj zahtjev"
+msgstr "Uredite vaš zahtjev"
msgid "Either the email or password was not recognised, please try again."
msgstr "Adresa e-pošte ili lozinka nisu prepoznati, molimo pokušajte ponovo."
@@ -843,16 +858,10 @@ msgid "Event {{id}}"
msgstr "Događaj {{id}}"
msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website <a href=\"{{url}}\">forever</a>"
-msgstr ""
-"Sve što unesete na ovu stranicu, uključujući <strong>Vaše ime</strong>, \n"
-" bit će<strong>javno prikazano</strong> na\n"
-" ovoj mrežnoj stranici zauvijek (<a href=\"{{url}}\">Više informacija</a>)."
+msgstr "Sve što unesete na ovu stranicu, uključujući <strong>Vaše ime</strong>, bit će<strong>javno prikazano</strong> na ovoj internetskoj stranici <a href=\"{{url}}\">zauvijek</a>"
msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)."
-msgstr ""
-"Sve što unesete na ovu stranicu \n"
-" bit će <strong>javno prikazano</strong> na\n"
-" ovoj mrežnoj stranici trajno (<a href=\"{{url}}\">zašto?</a>)."
+msgstr "Sve što unesete na ovu stranicu bit će <strong>javno prikazano</strong> na ovoj mrežnoj stranici trajno (<a href=\"{{url}}\">zašto?</a>)."
msgid "FOI"
msgstr "PPI"
@@ -861,7 +870,7 @@ msgid "FOI email address for {{public_body}}"
msgstr "PPI adresa e-pošte za {{public_body}}"
msgid "FOI law does not apply to this authority."
-msgstr "ZPPI se ne primjenjuje na ovo tijelo javne vlasti. "
+msgstr "ZPPI se ne primjenjuje na ovo tijelo. "
msgid "FOI request – {{title}}"
msgstr "PPI zahtjev – {{title}}"
@@ -876,7 +885,7 @@ msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}"
msgstr "Zahtjevi za pristup informacijama {{start_count}} do {{end_count}} od {{total_count}}"
msgid "FOI response requires admin ({{reason}}) - {{title}}"
-msgstr "Odgovor na zahtjev zahtijeva administraciju ({{reason}}) - {{title}}"
+msgstr "PPI odgovor zahtijeva administraciju ({{reason}}) - {{title}}"
msgid "Failed"
msgstr "Nije uspjelo"
@@ -906,9 +915,7 @@ msgid "First, did your other requests succeed?"
msgstr "Prvo, jesu li Vaši ostali zahtjevi bili uspješni?"
msgid "First, type in the <strong>name of the public authority</strong> you'd\\n like information from."
-msgstr ""
-"Prvo, upišite <strong>ime tijela javne vlasti</strong> od kojeg \n"
-"biste željeli dobiti informaciju."
+msgstr "Prvo, upišite <strong>ime tijela javne vlasti</strong> od kojeg\\n biste željeli dobiti informaciju."
msgid "Foi attachment"
msgstr "Privitak zahtjeva za pristup informacijama"
@@ -986,7 +993,7 @@ msgstr "Dodatna poruka poslana je {{public_body_name}} od strane {{info_request_
#. messages sent by the requester to the authority after
#. the initial request
msgid "Follow ups and new responses to this request have been stopped to prevent spam. Please <a href=\"{{url}}\">contact us</a> if you are {{user_link}} and need to send a follow up."
-msgstr "Dodatne poruke i novi odgovori na ovaj zahtjev zaustavljeni su kako bi spriječili neželjenu poštu. Molimo, <a href=\"{{url}}\">kontaktirajte nas</a> ako ste {{user_link}} i pošaljite dodatnu poruku tijelu javne vlasti."
+msgstr "Dodatne poruke i novi odgovori na ovaj zahtjev zaustavljeni su kako bi spriječili neželjenu poštu. Molimo, <a href=\"{{url}}\">kontaktirajte nas</a> ako ste {{user_link}} i želite poslati odgovor tijelu javne vlasti."
msgid "Follow us on twitter"
msgstr "Pratite nas na Twitteru"
@@ -1019,7 +1026,7 @@ msgid "Freedom of Information law no longer applies to this authority.Follow up
msgstr "Zakon o pristupu informacijama više se ne primjenjuje na ovu ustanovu. Daljnje poruke na postojeće zahtjeve šalju se"
msgid "Freedom of Information law no longer applies to {{public_body_name}}."
-msgstr "Zakon o pravu na pristup informacijama više se ne primjenjuje na {{public_body_name}}."
+msgstr "Zakon o pravu na pristup informacijama više se ne primjenjuje na {{public_body_name}}."
msgid "Freedom of Information requests made"
msgstr "Zahtjevi za pristup informacijama podneseni"
@@ -1043,11 +1050,14 @@ msgid "From:"
msgstr "Od:"
msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE"
-msgstr "OVDJE IZNESITE DETALJE VAŠE ŽALBE"
+msgstr "OVDJE IZNESITE DETALJE POŽURNICE"
msgid "Got an account?"
msgstr "Imate li račun?"
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Riješen poštom."
@@ -1109,16 +1119,17 @@ msgid "Home page"
msgstr "Početna stranica"
msgid "Home page of authority"
-msgstr "Službena stranica tijela javne vlasti"
+msgstr "Službena stranica"
msgid "However, you have the right to request environmental\\n information under a different law"
-msgstr ""
-"Ipak, imate pravo tražiti informacije o okolišu\n"
-" pozivajući se na drugi zakon"
+msgstr "Ipak, imate pravo tražiti informacije o okolišu\\n pozivajući se na drugi zakon"
msgid "Human health and safety"
msgstr "Zdravlje i sigurnost ljudi"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Molim za <strong>nove informacije</strong>"
@@ -1126,7 +1137,7 @@ msgid "I am requesting an <strong>internal review</strong>"
msgstr "Tražim <strong>požurnicu</strong>"
msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'."
-msgstr "Obraćam se sa zahtjevom za interni pregled postupka u {{public_body_name}} koje se bavi mojim zahtjevom za pristup informacijama '{{info_request_title}}'."
+msgstr "Obraćam se sa zahtjevom da požurite postupak u tijelu javne vlasti {{public_body_name}} koje se bavi mojim zahtjevom za pristup informacijama '{{info_request_title}}'."
msgid "I don't like these ones &mdash; give me some more!"
msgstr "Ne sviđaju mi se ove &mdash; dajte mi više!"
@@ -1214,9 +1225,7 @@ msgid "If you find this service useful as an FOI officer, please ask your web ma
msgstr "Ukoliko Vam je, kao službeniku za pravo na pristup informacijama, ova usluga korisna, molimo Vas da na stranicama Vašeg tijela javne vlasti posvećenim pravu na pristup informacijama postavite poveznicu do nas. "
msgid "If you got the email <strong>more than six months ago</strong>, then this login link won't work any\\nmore. Please try doing what you were doing from the beginning."
-msgstr ""
-"Ako ste dobili e-pošte <strong>prije više od šest mjeseci</strong>, onda ova poveznica za prijavu više neće\n"
-"raditi. Molimo pokušajte ispočetka."
+msgstr "Ako ste dobili e-pošte <strong>prije više od šest mjeseci</strong>, onda ova poveznica za prijavu više neće\\n raditi. Molimo pokušajte ispočetka."
msgid "If you have not done so already, please write a message below telling the authority that you have withdrawn your request. Otherwise they will not know it has been withdrawn."
msgstr "Ako još niste, molimo ispod napišite poruku u kojoj napominjete tijelu javne vlasti da ste povukli svoj zahtjev. U protivnom se neće znati da je zahtjev povučen."
@@ -1371,9 +1380,13 @@ msgid "Information not held."
msgstr "Ne posjedujemo informacije."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
+msgstr "Informacije o emisijama i ispuštanjima u okoliš (npr. buka, energija,\\n zračenje, otpadni materijali)"
+
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
msgstr ""
-"Informacije o emisijama i ispuštanjima u okoliš (npr. buka, energija,\n"
-"zračenje, otpadni materijali)"
msgid "Internal review request"
msgstr "Zahtjev za požurnicom"
@@ -1450,6 +1463,9 @@ msgstr "Prijavite se da preuzmete zip datoteku {{info_request_title}}"
msgid "Log into the admin interface"
msgstr "Prijavite se u administratorsko sučelje"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Kašnjenja"
@@ -1496,7 +1512,7 @@ msgid "Make a request to these authorities"
msgstr "Podnesite zahtjev ovim tijelima javne vlasti"
msgid "Make a request to this authority"
-msgstr "Podnesite zahtjev ovom tijelu javne vlasti"
+msgstr "Podnesite zahtjev za pristup informacijama"
msgid "Make an {{law_used_short}} request"
msgstr "Podnesite zahtjev za {{law_used_short}}"
@@ -1523,7 +1539,7 @@ msgid "Message sent using {{site_name}} contact form, "
msgstr "Poruka poslana koristeći {{site_name}} formular za kontakt, "
msgid "Missing contact details for '"
-msgstr "Nedostaju detalji kontakta za '"
+msgstr "Nedostaje kontakt adresa za '"
msgid "More about this authority"
msgstr "Više o ovom tijelu javne vlasti"
@@ -1555,6 +1571,9 @@ msgstr "Ime ne može ostati prazno"
msgid "Name is already taken"
msgstr "Ime se već koristi"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Novi zahtjevi za pristup informacijama"
@@ -1624,11 +1643,17 @@ msgstr "Zahtjev za pravo na pristup informacijama nije valjan."
msgid "Not a valid request"
msgstr "Zahtjev nije valjan"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Uzmite u obzir da podnositelj zahtjeva neće biti obaviješten o Vašoj pribilješci, jer je zahtjev u njegovo ime objavljen od strane {{public_body_name}}."
msgid "Notes:"
-msgstr "Bilješke:"
+msgstr "Poruka:"
msgid "Now check your email!"
msgstr "Sada provjerite Vašu e-poštu!"
@@ -1723,6 +1748,9 @@ msgstr "Odlazna poruka|Status"
msgid "OutgoingMessage|What doing"
msgstr "Odlazna poruka|Što radi"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Djelomično uspješno."
@@ -1813,7 +1841,7 @@ msgid "Please click on the link below to confirm your email address."
msgstr "Molimo kliknite na poveznicu ispod da biste potvrdili Vašu adresu e-pošte."
msgid "Please create an account or sign in"
-msgstr "Molimo prijavite se ili izradite novi račun."
+msgstr "Molimo prijavite se ili izradite novi račun"
msgid "Please describe more what the request is about in the subject. There is no need to say it is an FOI request, we add that on anyway."
msgstr "Molimo dodatno opišite o kakvom je zahtjevu riječ u predmetu. Nije potrebno reći da je Zahtjev za pristup informacijama, tu ćemo stavku dodati svakako."
@@ -1860,7 +1888,7 @@ msgid "Please enter your letter requesting information"
msgstr "Molimo unesite Vaše pismo za zahtjev informacija"
msgid "Please enter your name"
-msgstr "Molimo unesite Vaše ime"
+msgstr "Molimo unesite Vaše ime i prezime"
msgid "Please enter your name, not your email address, in the name field."
msgstr "Molimo unesite Vaše ime, ne Vašu adresu e-pošte, u polje."
@@ -1884,12 +1912,10 @@ msgid "Please keep the summary short, like in the subject of an email. You can u
msgstr "Molimo da sažetak bude kratak, poput naslova e-pošte. Radije koristite frazu nego punu rečenicu."
msgid "Please only request information that comes under those categories, <strong>do not waste your\\n time</strong> or the time of the public authority by requesting unrelated information."
-msgstr ""
-"Molimo da zahtijevate samo informacije unutar tih kategorija, <strong>ne gubite\n"
-"Vaše vrijeme</strong> ili vrijeme tijela javne vlasti tražeći nevezane informacije."
+msgstr "Molimo da zahtijevate samo informacije unutar tih kategorija, <strong>ne gubite\\n Vaše vrijeme</strong> ili vrijeme tijela javne vlasti tražeći nevezane informacije."
msgid "Please pass this on to the person who conducts Freedom of Information reviews."
-msgstr "Molim proslijedite osobi koja provodi preglede zahtjeva za pristup informacijama."
+msgstr "Molim proslijedite ovo službeniku za informiranje."
msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not."
msgstr ""
@@ -1930,7 +1956,7 @@ msgid "Point to <strong>related information</strong>, campaigns or forums which
msgstr "Ukažite na <strong>slične informacije</strong>, kampanje ili forume koji mogu biti korisni."
msgid "Possible related requests"
-msgstr "Vjerojatno srodni zahtjevi:"
+msgstr "Vjerojatno srodni zahtjevi"
msgid "Post annotation"
msgstr "Objavite pribilješku"
@@ -1990,7 +2016,7 @@ msgid "Preview your public request"
msgstr "Pregledajte Vaš javni zahtjev"
msgid "Preview your request"
-msgstr "Napravite pretpregled Vašeg zahtjeva"
+msgstr "Pretpregled Vašeg zahtjeva"
msgid "Profile photo"
msgstr "Slika na profilu"
@@ -2104,7 +2130,7 @@ msgid "PublicBody|First letter"
msgstr "Javno tijelo|Početno slovo"
msgid "PublicBody|Home page"
-msgstr "Javno tijelo|Početna stranica"
+msgstr "Tijelo javne vlasti|Službene stranice"
msgid "PublicBody|Info requests count"
msgstr "JavnoTijelo|Broj zahtjeva za informacijom"
@@ -2190,8 +2216,11 @@ msgstr "Nedavno opisani rezultati prvi"
msgid "Refused."
msgstr "Odbijen."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
-msgstr "Zapamti me (ostajete dulje upisani; ne koristiti na javnim računalima)"
+msgstr "Zapamti me (ostajete dulje prijavljeni; ne koristite na javnim računalima)"
msgid "Report abuse"
msgstr "Prijavite zloupotrebu"
@@ -2316,9 +2345,6 @@ msgstr "Pretražite doprinose od strane ove osobe"
msgid "Search for the authorities you'd like information from:"
msgstr "Pretražite tijela javne vlasti od kojih biste željeli informacije:"
-msgid "Search for words in:"
-msgstr "Tražite riječi u:"
-
msgid "Search in"
msgstr "Pretražite u"
@@ -2489,6 +2515,9 @@ msgstr "Predmet:"
msgid "Submit"
msgstr "Predajte"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Predajte zahtjev"
@@ -2504,9 +2533,15 @@ msgstr "Pretplatiti se na blog"
msgid "Success"
msgstr "Uspješno"
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Uspješni zahtjevi za pristup informacijama"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Uspješan."
@@ -2561,7 +2596,7 @@ msgid "Thanks for your suggestion to add {{public_body_name}}. It's been added t
msgstr "Hvala na prijedlogu za dodavanje {{public_body_name}}. Dodan je na stranicu ovdje:"
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 "Hvala na prijedlogu za ažuriranje adrese e-pošte{{public_body_name}} u {{public_body_email}}. To je učinjeno, a budući zahtjevi slat će se na novu adresu."
+msgstr "Hvala na prijedlogu za ažuriranje adrese e-pošte službenika za informiranje {{public_body_name}} u novu adresu {{public_body_email}}. To je učinjeno te će budući zahtjevi za pristup informacijama biti poslani na novu adresu."
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 "Hvala - ovo će pomoći drugima da pronađu korisne stvari. Mi ćemo Vama također, ako zatrebate, pružiti savjet što raditi dalje s Vašim zahtjevima."
@@ -2678,7 +2713,7 @@ msgid "The requester has abandoned this request for some reason"
msgstr "Podnositelj je iz nekog razloga odustao od ovog zahtjeva"
msgid "The response to your request has been <strong>delayed</strong>. You can say that,\\n by law, the authority should normally have responded\\n <strong>promptly</strong> and"
-msgstr "Odgovor na Vaš zahtjev <strong>kasni</strong>. Možete reći da je, po zakonu,\\n tijelo javne vlasti trebalo odgovoriti <strong>brzo</strong> i"
+msgstr "Odgovor na Vaš zahtjev <strong>kasni</strong>. Možete reći da je, po zakonu,\\n tijelo javne vlasti trebalo odgovoriti <strong>brzo</strong> i"
msgid "The response to your request is <strong>long overdue</strong>. You can say that, by\\n law, under all circumstances, the authority should have responded\\n by now"
msgstr "Odgovor na Vaš zahtjev <strong>kasni</strong>. Možete reći da po zakonu,\\n u svakom slučaju, tijelo javen vlasti trebalo odgovoriti do sada"
@@ -2735,7 +2770,7 @@ msgid "Then you can upload an FOI response. "
msgstr "Tada možete postaviti odgovor na zahtjev za pristup informacijama."
msgid "Then you can write follow up message to "
-msgstr "Tada možete napisati prateću poruku za "
+msgstr "Tada možete napisati odgovor za"
msgid "Then you can write your reply to "
msgstr "Tada možete napisati Vaš odgovor za"
@@ -2768,7 +2803,7 @@ msgid "Then your annotation to {{info_request_title}} will be posted."
msgstr "Tada će Vaša pribilješka za '{{info_request_title}}' biti postavljena."
msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote."
-msgstr "Postoje {{count}} nove pribilješke na Vašem {{info_request}} zahtjevu. Pratite ovu poveznicu da pogledate što je napisano."
+msgstr "Postoje {{count}} nove bilješke na Vašem {{info_request}} zahtjevu. Pratite ovu poveznicu da pogledate što je napisano."
msgid "There is <strong>more than one person</strong> who uses this site and has this name.\\n One of them is shown below, you may mean a different one:"
msgstr ""
@@ -2857,6 +2892,9 @@ msgstr "Ovo je prva verzija."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Ovo je Vaš zahtjev, bit ćete automatski obaviješteni e-poštom kada stignu novi odgovori."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Ova je poruka skrivena."
@@ -2870,10 +2908,10 @@ msgid "This message has prominence 'hidden'. {{reason}} You can only see it beca
msgstr "Ova poruka je istaknuta kao \"skrivena\". {{reason}} Vidite je jer ste prijavljeni kao super korisnik."
msgid "This message is hidden, so that only you, the requester, can see it. Please <a href=\"{{url}}\">contact us</a> if you are not sure why."
-msgstr "Ova poruka je skivena, tako da ju samo Vi, kao zahtjevatelj, možete vidjeti. Molimo <a href=\"{{url}}\">kontaktirajte nas</a> ukoliko niste sigurni zašto."
+msgstr "Ova poruka je skivena, tako da ju samo Vi kao podnositelj zahtjeva možete vidjeti. Molimo <a href=\"{{url}}\">kontaktirajte nas</a> ukoliko niste sigurni zašto."
msgid "This message is hidden, so that only you, the requester, can see it. {{reason}}"
-msgstr "Ova poruka je skivena, tako da ju samo Vi, kao zahtjevatelj, možete vidjeti. {{reason}}"
+msgstr "Ova poruka je skivena, tako da je samo Vi kao podnositelj zahtjeva možete vidjeti. {{reason}}"
msgid "This page of public body statistics is currently experimental, so there are some caveats that should be borne in mind:"
msgstr "Ova stranica sa statistikom tijela javne vlasti je trenutno u eksperimentalnoj fazi, stoga treba imati na umu neka ograničenja:"
@@ -2885,7 +2923,7 @@ msgid "This person has made no Freedom of Information requests using this site."
msgstr "Ova osoba nije podnijela nijedan zahtjev za pristup informacijama koristeći ovu mrežnu stranicu."
msgid "This person's annotations"
-msgstr "Pribilješke ove osobe"
+msgstr "Bilješke ove osobe"
msgid "This person's {{count}} Freedom of Information request"
msgid_plural "This person's {{count}} Freedom of Information requests"
@@ -3036,7 +3074,7 @@ msgid "To report this request"
msgstr "Da biste prijavili ovaj zahtjev"
msgid "To send a follow up message to "
-msgstr "Da biste poslali prateću poruku za "
+msgstr "Da biste poslali odgovor za "
msgid "To send a message to "
msgstr "Da biste poslali poruku "
@@ -3136,9 +3174,15 @@ msgstr ""
"Nažalost, ne posjedujemo ispravnu {{info_request_law_used_full}}\n"
"adresu za"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Odjavite pretplatu"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Neobičan odgovor."
@@ -3284,9 +3328,7 @@ msgid "We don't know whether the most recent response to this request contains\\
msgstr "Ne znamo sadrži li najnoviji odgovor na ovaj zahtjev\\n informacije ili ne\\n &ndash;\\n ako ste {{user_link}} molimo <a href=\"{{url}}\">prijavite se</a> i ostavite ocjenu."
msgid "We will not reveal your email address to anybody unless <a href=\"{{url}}\">you or\\n the law tell us to</a>. "
-msgstr ""
-"Nećemo otkriti Vašu adresu e-pošte nikome, osim ako Vi\n"
-"ili zakon tako ne kaže (<a href=\"{{url}}\">detalji</a>). "
+msgstr "Nećemo otkriti Vašu adresu e-pošte nikome, osim ako\\n <a href=\"{{url}}\">vi ili zakon tako ne zahtijevate to</a>. "
msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to."
msgstr ""
@@ -3302,7 +3344,7 @@ msgid "We're waiting for someone to read a recent response and update the status
msgid_plural "We're waiting for someone to read recent responses and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?"
msgstr[0] "Čekamo da netko pročita nedavni odgovor i ažurira status na odgovarajući način. Možda biste <strong>Vi</strong> željeli pomoći u tome?"
msgstr[1] "Čekamo da netko pročita nedavne odgovore i ažurira status na odgovarajući način. Možda biste <strong>Vi</strong> željeli pomoći u tome?"
-msgstr[2] "Čekamo da netko pročita nedavne odgovore i ažurira status na odgovarajući način. Možda biste <strong>Vi</strong> željeli pomoći u tome?"
+msgstr[2] "Čekamo da netko pročita odgovor i ažurira status na odgovarajući način. Možda biste <strong>Vi</strong> željeli pomoći u tome?"
msgid "We're waiting for {{user}} to read a recent response and update the status."
msgid_plural "We're waiting for {{user}} to read recent responses and update the status."
@@ -3311,14 +3353,10 @@ msgstr[1] "Čekamo da {{user}} pročita nedavne odgovore i ažurira status."
msgstr[2] "Čekamo da {{user}} pročita nedavne odgovore i ažurira status."
msgid "We've sent an email to your new email address. You'll need to click the link in\\nit before your email address will be changed."
-msgstr ""
-"Poslali smo e-poštu na Vašu novu adresu e-pošte. Morati ćete kliknuti na poveznicu u\n"
-"njemu prije nego Vaša adresa bude izmijenjena."
+msgstr "Poslali smo e-poštu na Vašu novu adresu e-pošte. Morati ćete kliknuti na\\n poveznicu u njemu prije nego Vaša adresa bude izmijenjena."
msgid "We've sent you an email, and you'll need to click the link in it before you can\\ncontinue."
-msgstr ""
-"Poslali smo Vam e-poštu, trebate kliknuti na poveznicu u njemu prije nego što \n"
-"nastavite."
+msgstr "Poslali smo Vam e-poštu, trebate kliknuti na poveznicu u njemu prije nego\\n što nastavite."
msgid "We've sent you an email, click the link in it, then you can change your password."
msgstr "Poslali smo Vam e-poštu, kliknite na poveznicu u njemu, onda ćete moći promjeniti Vašu lozinku."
@@ -3336,7 +3374,7 @@ msgid "What information has been requested?"
msgstr "Koje su informacije zatražene?"
msgid "What next?"
-msgstr "Što sljedeće?"
+msgstr "Što dalje?"
msgid "When you get there, please update the status to say if the response \\ncontains any useful information."
msgstr "Kada ga pregledate, molimo ažurirajte status da nam kažete je li \\nodgovor sadržavao korisne informacije."
@@ -3358,6 +3396,15 @@ msgstr "Od koga mogu tražiti informacije?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "Zašto ovaj zahtjev smatrate neodgovarajućim?"
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Povučeno od strane podnositelja zahtjeva."
@@ -3374,7 +3421,7 @@ msgid "Write a reply to "
msgstr "napišite odgovor za"
msgid "Write your FOI follow up message to "
-msgstr "Napišite Vašu prateću poruku zahtjeva za pristup informacijama za "
+msgstr "Napišite odgovor na pristup informacijama za "
msgid "Write your request in <strong>simple, precise language</strong>."
msgstr "Pišite Vaš zahtjev <strong>jednostavnim, preciznim jezikom</strong>."
@@ -3457,6 +3504,9 @@ msgstr "Sada <a href=\"{{wall_url_user}}\">pratite</a> ažuriranja o <a href=\"{
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr "Sada <a href=\"{{wall_url_user}}\">pratite</a> ažuriranja o <a href=\"{{successful_requests_url}}\">uspješnim zahtjevima</a>."
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Možete se <strong>žaliti</strong> tako što ćete"
@@ -3504,19 +3554,15 @@ msgstr ""
"prevelik za e-poštu, koristite obrazac ispod."
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 "Možda ćete pronaći na njihovoj mrežnoj stranici, ili ih možete nazvati i pitati. Ukoliko uspijete pronaći, molimo pošaljite nam:"
+msgstr "Možda ćete pronaći na njihovoj internetskoj stranici, ili ih možete nazvati i pitati. Ukoliko uspijete pronaći, molimo pošaljite nam:"
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 ""
-"Moguće je da je nađete\n"
-" na njihovoj mrežnoj stranici, ili telefonskim pozivom. Ako je uspijete\n"
-" naći, onda molimo <a href=\"{{url}}\">da nam je pošaljete</a>."
+msgstr "Moguće je da je nađete\\n na njihovoj internetskoj stranici. Ako je uspijete naći, onda molimo\\n <a href=\"{{url}}\">da nam je pošaljete</a>."
msgid "You may be able to find\\none on their website, or by phoning them up and asking. If you manage\\nto find one, then please <a href=\"{{help_url}}\">send it to us</a>."
msgstr ""
-"Možete ga naći\n"
-"na njihovoj mrežnoj stranici, ili ih pitati telefonom. Ako ga uspijete\n"
-"naći, tada molimo <a href=\"{{help_url}}\">pošaljite nam ga</a>."
+"Možete ga pronaći\\n na njihovoj internetskoj stranici. Ako ga uspijete\n"
+"pronaći, tada molimo\\n <a href=\"{{help_url}}\">pošaljite nam ga</a>."
msgid "You need to be logged in to change the text about you on your profile."
msgstr "Morate biti prijavljeni ukoliko želite mjenjati tekst o Vama na Vašem profilu."
@@ -3537,13 +3583,13 @@ msgid "You previously submitted that exact follow up message for this request."
msgstr "Prethodno ste predali istu dodatnu poruku za ovaj zahtjev."
msgid "You should have received a copy of the request by email, and you can respond\\n by <strong>simply replying</strong> to that email. For your convenience, here is the address:"
-msgstr "Trebali biste primiti kopiju zahtjeva e-poštom. Možete odgovoriti <strong>odgovaranjem</strong> na tu e-poštu. Kako bi Vam bilo lakše, ovdje je adresa:"
+msgstr "Trebali biste primiti kopiju zahtjeva e-poštom. Možete <strong>odgovoriti</strong>\\n na tu e-poštu. Kako bi Vam bilo lakše, ovdje je adresa:"
msgid "You want to <strong>give your postal address</strong> to the authority in private."
msgstr "Želite <strong>dati svoju poštansku adresu</strong> isključivo tijelu javne vlasti."
msgid "You will be unable to make new requests, send follow ups, add annotations or\\nsend messages to other users. You may continue to view other requests, and set\\nup\\nemail alerts."
-msgstr "Nećete biti u mogućnosti izrađivati nove zahtjeve, slati dodatne poruke, dodavati pribilješke\\nniti slati poruke drugim korisnicima. Bit ćete u mogućnosti vidjeti druge zahtjeve i\\npostavljati obavijesti e-poštom."
+msgstr "Nećete biti u mogućnosti izrađivati nove zahtjeve, slati dodatne poruke, dodavati bilješke\\nniti slati poruke drugim korisnicima. Bit ćete u mogućnosti vidjeti druge zahtjeve i\\npostavljati obavijesti e-poštom."
msgid "You will no longer be emailed updates for those alerts"
msgstr "Više Vam nećemo slati ažuriranja za ove alarme"
@@ -3576,7 +3622,7 @@ msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your reques
msgstr "Prijavljeni ste. <a href=\"#\" id=\"send-request\">Nastavite sa slanjem Vašeg zahtjeva</a>"
msgid "You're long overdue a response to your FOI request - "
-msgstr "Prilično kasnite odgovoriti na vaš FOI zahtjev"
+msgstr "Prilično kasni odgovor na vaš PPI zahtjev - "
msgid "You're not following anything."
msgstr "Ne pratite ništa."
@@ -3587,12 +3633,10 @@ msgstr "Sada ste izbrisali sliku na Vašem profilu"
msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines.\\n <a href=\"{{help_url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
"Vaše<strong>ime bit će javno vidljivo</strong>\n"
-"(<a href=\"{{why_url}}\">zašto?</a>)\n"
-"na ovoj stranici i pretraživačima. Ako razmišljate o korištenju pseudonima, molimo\n"
-"<a href=\"{{help_url}}\">prvo ovo pročitajte</a>."
+"(<a href=\"{{why_url}}\">zašto?</a>)\\n na ovoj stranici i pretraživačima.\\n <a href=\"{{help_url}}\">Razmišljate li o korištenju pseudonima?</a>"
msgid "Your annotations"
-msgstr "Vaše pribilješke"
+msgstr "Vaše bilješke"
msgid "Your batch request \"{{title}}\" has been sent"
msgstr "Vaš skupni zahtjev \"{{title}}\" je poslan"
@@ -3606,8 +3650,11 @@ msgstr "Vaša e-pošta:"
msgid "Your email doesn't look like a valid address"
msgstr "Vaša adresa e-pošte ne izgleda valjanom. "
+msgid "Your email:"
+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 "Vaša dodatna poruka nije poslana jer je ovaj zahtjev zaustavljen kako bi se spriječila neželjena pošta. Molimo <a href=\"{{url}}\">kontaktirajte nas</a> ako stvarno želite poslati dodatnu poruku ovom tijelu."
+msgstr "Vaš odgovor nije poslan jer je ovaj zahtjev zaustavljen kako bi se spriječila neželjena pošta. Molimo <a href=\"{{url}}\">kontaktirajte nas</a> ako stvarno želite poslati odgovor ovom tijelu."
msgid "Your follow up message has been sent on its way."
msgstr "Vaša dodatna poruka je na putu."
@@ -3631,12 +3678,10 @@ msgid "Your name and annotation will appear in <strong>search engines</strong>."
msgstr "Vaše ime i pribilješka će se pojaviti u <strong>pretraživačima</strong>."
msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)."
-msgstr ""
-"Vaše ime, zahtjev i sve poruke će se pojaviti u <strong>pretraživačima</strong>\n"
-" (<a href=\"{{url}}\">Više informacija</a>)."
+msgstr "Vaše ime, zahtjev i sve poruke će se pojaviti u <strong>pretraživačima</strong>\\n (<a href=\"{{url}}\">detaljnije</a>)."
msgid "Your name:"
-msgstr "Vaše ime:"
+msgstr "Vaše ime i prezime:"
msgid "Your original message is attached."
msgstr "Vaša originalna poruka je pridružena."
@@ -3755,7 +3800,7 @@ msgid "all requests or comments matching text '{{query}}'"
msgstr "svi zahtjevi ili komentari koji odgovaraju tekstu '{{query}}'"
msgid "also called {{public_body_short_name}}"
-msgstr "također poznat/a kao {{public_body_short_name}}"
+msgstr "također poznato kao {{public_body_short_name}}"
msgid "an anonymous user"
msgstr "anonimni/a korisnik/ca"
@@ -3770,7 +3815,7 @@ msgid "anything matching text '{{query}}'"
msgstr "sve što odgovara tekstu '{{query}}'"
msgid "are long overdue."
-msgstr "kasne"
+msgstr "jako kasne s odgovorom."
msgid "at"
msgstr "na"
@@ -3788,7 +3833,7 @@ msgid "by"
msgstr "od strane"
msgid "by <strong>{{date}}</strong>"
-msgstr "od strane <strong>{{date}}</strong>"
+msgstr "do <strong>{{date}}</strong>"
msgid "by {{user_link_absolute}}"
msgstr "od strane {{user_link_absolute}}"
@@ -3999,10 +4044,7 @@ msgstr[1] "{{count}} zahtjeva izrađeno."
msgstr[2] "{{count}} zahtjeva izrađeno."
msgid "{{existing_request_user}} already\\n created the same request on {{date}}. You can either view the <a href=\"{{existing_request}}\">existing request</a>,\\n or edit the details below to make a new but similar request."
-msgstr ""
-"{{existing_request_user}} već je\n"
-" izradio jednak zahtjev dana {{date}}. Možete vidjeti <a href=\"{{existing_request}}\">postojeći zahtjev</a>\n"
-" ili urediti detalje ispod kako biste napravili novi, ali sličan zahtjev."
+msgstr "{{existing_request_user}} već je\\n izradio jednak zahtjev dana {{date}}. Možete vidjeti <a href=\"{{existing_request}}\">postojeći zahtjev</a>,\\n ili urediti detalje ispod kako biste napravili novi, ali sličan zahtjev."
msgid "{{foi_law}} requests to '{{public_body_name}}'"
msgstr "{{foi_law}} zahtjeva prema '{{public_body_name}}'"
@@ -4029,10 +4071,7 @@ msgid "{{public_body_link}} was sent a request about"
msgstr "Za {{public_body_link}} poslan je zahtjev o"
msgid "{{public_body_name}} no longer exists. From the request page, try replying to a particular message, rather than sending\\n a general followup. If you need to make a general followup, and know\\n an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>."
-msgstr ""
-"{{public_body_name}} više ne postoji. Pokušajte odgovoriti na određenu poruku na stranici sa zahtjevima, radije nego da šaljete\n"
-"općenitu povratnu informaciju. Ako morate poslati općenitu povratnu informaciju i znate\n"
-"e-mail odgovarajućeg primatelja, molimo <a href=\"{{url}}\">pošaljite nam ga</a>."
+msgstr "{{public_body_name}} više ne postoji. Pokušajte odgovoriti na određenu poruku na stranici sa zahtjevima, radije nego da šaljete\\n općeniti upit. Ako morate poslati općeniti upit i znate\\n e-mail odgovarajućeg primatelja, molimo <a href=\"{{url}}\">pošaljite nam ga</a>."
msgid "{{public_body_name}} only:"
msgstr "{{public_body_name}} može:"
diff --git a/locale/hu_HU/app.po b/locale/hu_HU/app.po
index 8bbcb39bb..4ce87cf4f 100644
--- a/locale/hu_HU/app.po
+++ b/locale/hu_HU/app.po
@@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:12+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@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"
@@ -161,10 +161,13 @@ msgstr "Fogalmazzon <strong>lényegre törően</strong>, hogy biztosan azt kapja
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Jelentkezzen be</a> a jelszó módosításához, a feliratkozáshoz stb. (csak {{user_name}}) "
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Amenniyben álnevet kíván használni,\n"
-"kérjük olvassa el előbb az ezzel kapcsolatos <a href=\"{{url}}\">tudnivalókat</a>!"
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Kész! Köszönjük segítségét.</p><p>Különféle <a href=\"{{helpus_url}}\">módokon tud</a> segítséget nyújtani a {{site_name}} számára.</p> "
@@ -505,12 +508,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Besorolásra vár"
msgid "Awaiting internal review."
msgstr "Belső felülvizsgálatra vár"
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Válaszra vár"
@@ -720,6 +732,9 @@ msgstr "Nem értelmezhető az ön által feltöltött képfájl. A PNG, JPEG, GI
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -752,6 +767,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Késedelmes válasz a közérdekű adatok igénylésére - "
@@ -1064,6 +1082,9 @@ msgstr "ITT ÍRJA LE PANASZÁNAK RÉSZLETEIT "
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Postai úton kézbesítve"
@@ -1143,6 +1164,9 @@ msgstr ""
msgid "Human health and safety"
msgstr "Emberi egészség és biztonság "
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "<strong>Új információt</strong> kérek "
@@ -1400,6 +1424,12 @@ msgstr ""
"Emisszióra és kibocsátásra (pl. zaj, energia,\n"
" sugárzás, hulladékok) vonatkozó információ "
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Belső felülvizsgálatot kért"
@@ -1477,6 +1507,9 @@ msgstr "Jelentkezzen be, hogy a {{info_request_title}} tárgyú adatigénylési
msgid "Log into the admin interface"
msgstr "Bejelentkezés az adminisztrátori interfészre"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Régóta lejárt"
@@ -1587,6 +1620,9 @@ msgstr "Név nem lehet üres "
msgid "Name is already taken"
msgstr "Név már foglalt "
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Új közérdekűadat-igénylések "
@@ -1656,6 +1692,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Az adatigénylő nem kap értesítést a hozzászólásról, mert az igénylést maga a(z) {{public_body_name}} hozta nyilvánosságra."
@@ -1755,6 +1797,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Részben teljesítette"
@@ -2223,6 +2268,9 @@ msgstr "Elöl a legutóbb ismertetett eredmények "
msgid "Refused."
msgstr "El lett utasítva"
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2349,9 +2397,6 @@ msgstr "Keresés a felhasználó igényléseiben, hozzászólásaiban"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "Szavak keresése a következőben: "
-
msgid "Search in"
msgstr "Keresés a következőben: "
@@ -2525,6 +2570,9 @@ msgstr "Tárgy: "
msgid "Submit"
msgstr "Mehet"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2540,9 +2588,15 @@ msgstr "Feliratkozás a blogra "
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Sikeres közérdekűadat-igénylések "
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Sikeres"
@@ -2906,6 +2960,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Ez az ön saját igénylése, így automatikusan e-mail üzenetet kap, ha válasz érkezik. "
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3189,9 +3246,15 @@ msgstr ""
"Sajnos nem ismerjük a következő adatgazda működő {{info_request_law_used_full}}\n"
"címét: "
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Leiratkozás"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Szokatlan válasz"
@@ -3413,6 +3476,15 @@ msgstr "Kitől igényelhetek információt? "
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Az igénylő visszavonta. "
@@ -3512,6 +3584,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "<strong>Panaszt nyújthat be</strong> a következő időpontig:"
@@ -3665,6 +3740,9 @@ msgstr "Az ön e-mail címe: "
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Nyomon követési üzenete nem lett továbbítva, mert az igénylést a levélszemét megakadályozása érdekében leállították. <a href=\"{{url}}\">Lépjen velünk kapcsolatba</a>, ha tényleg szeretne nyomon követési üzenetet küldeni. "
diff --git a/locale/id/app.po b/locale/id/app.po
index ebe0185df..60829eb40 100644
--- a/locale/id/app.po
+++ b/locale/id/app.po
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:11+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/alaveteli/language/id/)\n"
"Language: id\n"
"MIME-Version: 1.0\n"
@@ -170,10 +170,12 @@ msgstr "Tetap <strong>fokus</strong>, Anda akan lebih mungkin untuk mendapatkan
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Daftar</a> untuk mengubah kode sandi, langganan dan lain-lain (hanya {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Jika Anda mempertimbangkan untuk menggunakan nama samaran,\n"
-" silakan <a href=\"{{url}}\">baca ini terlebih dahulu</a>."
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Selesai! Terima kasih banyak untuk bantuan Anda.</p><p>Ada <a href=\"{{helpus_url}}\">lebih banyak hal-hal yang bisa Anda lakukan </a> untuk membantu{{site_name}}.</p>"
@@ -532,12 +534,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Menunggu klasifikasi."
msgid "Awaiting internal review."
msgstr "Menunggu kajian internal."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Menunggu respon."
@@ -747,6 +758,9 @@ msgstr "Tidak dapat membaca file gambar yang Anda muat. PNG, JPEG, GIF dan berba
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -779,6 +793,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Respon yang tertunda atas permintaan FOI Anda - "
@@ -1090,6 +1107,9 @@ msgstr "BERIKAN RINCIAN TENTANG KEBERATAN ANDA DI SINI"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Ditangani oleh pos."
@@ -1168,6 +1188,9 @@ msgstr ""
msgid "Human health and safety"
msgstr "Kesehatan dan keselamatan manusia"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Saya meminta <strong>informasi baru</strong>"
@@ -1425,6 +1448,12 @@ msgstr ""
"Informasi tentang emisi dan pembuangan (misalnya suara, energi,\n"
" radiasi, bahan limbah)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Permintaan kajian internal"
@@ -1502,6 +1531,9 @@ msgstr "Masuk untuk mengunduh file zip dari {{info_request_title}}"
msgid "Log into the admin interface"
msgstr "Masuk ke tampilan admin"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Lama terlambat."
@@ -1611,6 +1643,9 @@ msgstr "Nama tidak bisa kosong"
msgid "Name is already taken"
msgstr "Nama sudah diambil"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Permintaan Freedom of Information baru"
@@ -1680,6 +1715,12 @@ msgstr "Permintaan FOI tidak valid"
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Catat bahwa peminta informasi tidak akan mendapat pemberitahuan tentang notasi Anda, karena permintaan ditampilkan oleh {{public_body_name}} atas nama mereka."
@@ -1779,6 +1820,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Berhasil sebagian."
@@ -2244,6 +2288,9 @@ msgstr "Hasil yang baru dijelaskan dulu"
msgid "Refused."
msgstr "Ditolak."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2370,9 +2417,6 @@ msgstr "Cari kontribusi oleh orang ini"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "Cari kata dalam:"
-
msgid "Search in"
msgstr "Cari di"
@@ -2545,6 +2589,9 @@ msgstr "Subyek:"
msgid "Submit"
msgstr "Masukkan"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2560,9 +2607,15 @@ msgstr "Berlangganan kepada blog"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Permintaan Freedom of Information yang berhasil"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Berhasil."
@@ -2925,6 +2978,9 @@ msgstr "Ini merupakan versi pertama"
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Ini adalah permintaan Anda sendiri, sehingga Anda akan secara otomatis dikirimi email ketika respon baru diterima."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3206,9 +3262,15 @@ msgstr ""
"Sayangnya, kami tidak memiliki alamat {{info_request_law_used_full}}\n"
"kerja untuk"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Berhenti langganan"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Respon yang tidak biasa."
@@ -3430,6 +3492,15 @@ msgstr "Dari siapa saya dapat meminta informasi?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Ditarik oleh pemohon."
@@ -3529,6 +3600,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Anda dapat <strong>mengajukan keberatan</strong> lewat"
@@ -3684,6 +3758,9 @@ msgstr "Email Anda:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Tindak lanjut Anda belum dikirimkan karena permintaan ini telah dihentikan untuk mencegah spam. Silakan <a href=\"{{url}}\">hubungi kami</a> jika Anda benar-benar ingin mengirimkan pesan tindak lanjut."
diff --git a/locale/is_IS/app.po b/locale/is_IS/app.po
index 297608d01..95a9e8a5f 100644
--- a/locale/is_IS/app.po
+++ b/locale/is_IS/app.po
@@ -9,15 +9,15 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:10+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Icelandic (Iceland) (http://www.transifex.com/projects/p/alaveteli/language/is_IS/)\n"
"Language: is_IS\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n % 10 == 1 || n % 100 != 11);\n"
msgid " This will appear on your {{site_name}} profile, to make it\\n easier for others to get involved with what you're doing."
msgstr "Þetta mun birtast á þinni síðu hjá {{site_name}} til að auðvelda öðrum\\n að taka þátt í því sem þú gerir."
@@ -142,9 +142,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Skráðu þig inn</a> til að breyta lykilorði, áskriftum og fleiru ({{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Þetta er komið!. Takk fyri aðstoðina.</p><p>Það eru <a href=\"{{helpus_url}}\">atriði sem þú getur hjálpað með</a> hjá {{site_name}}.</p>"
@@ -451,12 +456,21 @@ msgstr "Netfang stofnunar:"
msgid "Authority:"
msgstr "Stofnun:"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Bíður eftir flokkun."
msgid "Awaiting internal review."
msgstr "Bíður eftir yfirlestri."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Bíður eftir svari."
@@ -664,6 +678,9 @@ msgstr "Kannast ekki við myndsniðið sem þú sendir. Við styðjum PNG, JPEG,
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -694,6 +711,9 @@ msgstr "Kæri/kæra {{user_name}},"
msgid "Defunct."
msgstr "Úrelt."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -993,6 +1013,9 @@ msgstr "ÚTSKÝRING Á KVÖRTUN ÞINNI HÉR"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1062,6 +1085,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1296,6 +1322,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1368,6 +1400,9 @@ msgstr "Skráðu þig inn til að sækja zip skrá með {{info_request_title}}"
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1473,6 +1508,9 @@ msgstr "Nafn má ekki vera tómt"
msgid "Name is already taken"
msgstr "Nafnið er þegar í notkun"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1542,6 +1580,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1641,6 +1685,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2096,6 +2143,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2222,9 +2272,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr "Leita í"
@@ -2389,6 +2436,9 @@ msgstr "Innihald:"
msgid "Submit"
msgstr "Senda"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Senda beiðni"
@@ -2404,9 +2454,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Gögn bárust."
@@ -2742,6 +2798,9 @@ msgstr "Þetta er fyrsta útgáfa."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Þetta er þín eigin beiðni þannig að þú færð sjálfkrafa tölvupóst þegar svör berast."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3004,9 +3063,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Afskrá"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3212,6 +3277,15 @@ msgstr "Hverjum get ég sent upplýsingabeiðni?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3311,6 +3385,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3443,6 +3520,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/it/app.po b/locale/it/app.po
index 4076bace8..b14b3005e 100644
--- a/locale/it/app.po
+++ b/locale/it/app.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:13+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/alaveteli/language/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
@@ -145,8 +145,13 @@ msgstr "Se <strong>circoscrivi</strong> la richiesta a un solo argomento/documen
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Accedi</a> per cambiare password, iscriverti agli aggiornamenti e molto altro (solo per {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr " Se pensi di usare uno pseudonimo, per favore <a href=\"{{url}}\">leggi qui</a>"
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Tutto fatto! Grazie mille per il tuo aiuto.</p><p>Ci sono ancora <a href=\"{{helpus_url}}\">molte cose che puoi fare</a> per aiutare {{site_name}}.</p>"
@@ -458,12 +463,21 @@ msgstr "Email dell'amministrazione:"
msgid "Authority:"
msgstr "Amministrazione:"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "In attesa di classificazione."
msgid "Awaiting internal review."
msgstr "In attesa di approvazione interna."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "In attesa di risposta."
@@ -671,6 +685,9 @@ msgstr "Il formato del file uploadato non è stato riconosciuto. Sono supportati
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr "Creato da {{info_request_user}} il {{date}}."
@@ -701,6 +718,9 @@ msgstr "Caro {{user_name}},"
msgid "Defunct."
msgstr "Defunct"
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Risposta in attesa per la tua richiesta - "
@@ -1000,6 +1020,9 @@ msgstr "FORNISCI DETTAGLI SUL TUO RECLAMO QUI"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Gestito via posta."
@@ -1072,6 +1095,9 @@ msgstr "Grazie a un'altra legge, comunque, hai il diritto di richiedere informaz
msgid "Human health and safety"
msgstr "Salute umana e sicurezza"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Sto richiedendo una <strong>nuova informazione</strong>"
@@ -1306,6 +1332,12 @@ msgstr "Informazione non disponibile."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Informazioni su emissioni e scarichi (es. rumore, energia, radiazioni, rifiuti)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Richiesta di revisione interna"
@@ -1378,6 +1410,9 @@ msgstr "Accedi per scaricare un file compresso di {{info_request_title}}"
msgid "Log into the admin interface"
msgstr "Accedi all'interfaccia per amministratore"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "In ritardo."
@@ -1483,6 +1518,9 @@ msgstr "Il campo Nome non può essere lasciato in bianco"
msgid "Name is already taken"
msgstr "Il nome è già in uso"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Nuova richiesta di accesso"
@@ -1552,6 +1590,12 @@ msgstr "Richiesta di accesso non valida"
msgid "Not a valid request"
msgstr "Richiesta non valida"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Tieni presente che il richiedente non riceverà una notifica sulla tua annotazione perché la richiesta è stata pubblicata da {{public_body_name}}."
@@ -1651,6 +1695,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Parzialmente soddisfacente."
@@ -2106,6 +2153,9 @@ msgstr "Mostra prima risultati più recenti"
msgid "Refused."
msgstr "Rifiutato."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2161,7 +2211,7 @@ msgid "Requests are considered successful if they were classified as either 'Suc
msgstr "Le risposte alle richieste sono considerate soddisfacenti se sono state classificate come \"Soddisfacenti\" o \"Parzialmente Soddisfacenti\"."
msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)."
-msgstr "Richieste non rispondenti alla legge sull'accesso non sono considerate valide (a href=\"/help/about\">per maggiori dettagli</a>)."
+msgstr "Richieste non rispondenti alla legge sull'accesso non sono considerate valide (<a href=\"/help/about\">per maggiori dettagli</a>)."
msgid "Requests or responses matching your saved search"
msgstr "Richieste o risposte che soddisfano la tua ricerca"
@@ -2232,9 +2282,6 @@ msgstr "Cerca tra i contributi di questa persona"
msgid "Search for the authorities you'd like information from:"
msgstr "Cerca tra le amministrazioni a cui vorresti richiedere informazioni:"
-msgid "Search for words in:"
-msgstr "Fai una ricerca per parole chiave:"
-
msgid "Search in"
msgstr "Cerca tra"
@@ -2399,6 +2446,9 @@ msgstr "Oggetto:"
msgid "Submit"
msgstr "Invia"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Invia richiesta"
@@ -2414,9 +2464,15 @@ msgstr "Seguici sul blog"
msgid "Success"
msgstr "Soddisfacente"
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Richieste di accesso con risposta soddisfacente"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Pienamente soddisfacente."
@@ -2756,6 +2812,9 @@ msgstr "Questa è la prima versione."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Questa è la tua richiesta, riceverai automaticamente un messaggio quando arriverà una nuova risposta."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Il messaggio è stato nascosto."
@@ -3018,9 +3077,15 @@ msgstr "Non abbiamo un indirizzo valido per {{public_body_names}}."
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Non abbiamo un indirizzo valido per {{info_request_law_used_full}}"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Disiscriviti"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Unusual response."
@@ -3226,6 +3291,15 @@ msgstr "A chi posso chiedere informazioni?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "Perché considerate questa richiesta inadatta?"
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Ritirata dal richiedente."
@@ -3325,6 +3399,9 @@ msgstr "Da adesso <a href=\"{{wall_url_user}}\">riceverai</a> email di aggiornam
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr "Da adesso <a href=\"{{wall_url_user}}\">riceverai</a> aggiornamenti via email sulle richieste che ricevono <a href=\"{{successful_requests_url}}\">risposta soddisfacente</a>."
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Puoi <strong>fare reclamo</strong>"
@@ -3457,6 +3534,9 @@ msgstr "Email:"
msgid "Your email doesn't look like a valid address"
msgstr "La tua email non sembra un indirizzo valido"
+msgid "Your email:"
+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 "Il tuo messaggio di follow up non è stato spedito perché questa richiesta è stata fermata dal filtro anti-spam. Per favore <a href=\"{{url}}\">contattaci</a> se vuoi ancora spedire il messaggio."
diff --git a/locale/mk_MK/app.po b/locale/mk_MK/app.po
index 5a5911d69..128979330 100644
--- a/locale/mk_MK/app.po
+++ b/locale/mk_MK/app.po
@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:14+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@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"
@@ -142,8 +142,13 @@ msgstr "Барањето треба да е <strong>фокусирано</strong
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Најавете се</a> за да ја промените лозинка, претплатата и друго (само {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Ако размилувате да употребите псевдоним,\\n Ве молиме<a href=\"{{url}}\">прочитајте го прво ова</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Готово! Благодариме за вашата помош.</p><p>Постојат <a href=\"{{helpus_url}}\">повеќе работи кои може да ги направите</a> за да помогнете {{site_name}}.</p>"
@@ -451,12 +456,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Се чека класифицирање."
msgid "Awaiting internal review."
msgstr "Се чека внатрешна ревизија."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Се чека одговор."
@@ -664,6 +678,9 @@ msgstr "Форматот на фотографијата е непознат. П
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -694,6 +711,9 @@ msgstr ""
msgid "Defunct."
msgstr "Мртов."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Одложен одговор на вашето барање за слободен пристап - "
@@ -993,6 +1013,9 @@ msgstr "ДАДЕТЕ ДЕТАЛИ ЗА ВАЖАТА ЖАЛБА ТУКА"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Решено по пошта."
@@ -1062,6 +1085,9 @@ msgstr "Секако, вие имате право да побарате инф
msgid "Human health and safety"
msgstr "Човеково здравје и безбедност"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Барам <strong>нови информации</strong>"
@@ -1296,6 +1322,12 @@ msgstr "Информациите не се чуваат."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Информации за емисиите и испуштањата (на пр. шум, енергија,\\n радијација, отпадни материјали)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Барање за внатрешна ревизија"
@@ -1368,6 +1400,9 @@ msgstr "Најавете се за да преземете zip датотека
msgid "Log into the admin interface"
msgstr "Најавете се на администраторскиот интерфејс"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Одамна е поминат рокот."
@@ -1473,6 +1508,9 @@ msgstr "Името не може да е празно"
msgid "Name is already taken"
msgstr "Веќе постои такво име"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Ново барање за слободен пристап до информации"
@@ -1542,6 +1580,12 @@ msgstr "Не е валидно барање за слободен пристап
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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}}."
@@ -1641,6 +1685,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Делумно успешно."
@@ -2096,6 +2143,9 @@ msgstr "Прво се прикажуваат резултатите кои се
msgid "Refused."
msgstr "Одбиено."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2222,9 +2272,6 @@ msgstr "Пребарајте придонеси од оваа личност"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "Пребарајте зборови во:"
-
msgid "Search in"
msgstr "Пребарајте во"
@@ -2389,6 +2436,9 @@ msgstr "Наслов:"
msgid "Submit"
msgstr "Испратете"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2404,9 +2454,15 @@ msgstr "Претплатете се на блогот"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Успешно барање за слободен пристап до информации"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Успешно."
@@ -2742,6 +2798,9 @@ msgstr "Ова е првата верзија."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Ова е ваше сопствено барање, затоа автоматски ќе ви биде испратена е-пошта кога ќе пристигне нов одговор."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Оваа порака беше скриена."
@@ -3009,9 +3068,15 @@ msgstr ""
"За жал, немаме исправна {{info_request_law_used_full}}\n"
"адреса за"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Откажи претплата"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Невообичаен одговор."
@@ -3221,6 +3286,15 @@ msgstr "Од кого може да побарам информации?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Повлечено од страна на барателот."
@@ -3320,6 +3394,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Можете да се <strong>жалите</strong> така што"
@@ -3463,6 +3540,9 @@ msgstr "Вашата е-пошта:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Вашето надоврзување не е испратено бидејќи барањето е стопирано за да се спречи spam. Ве молиме <a href=\"{{url}}\">контактирајте не</a> доколку навистина сакате да се надоврзете."
diff --git a/locale/model_attributes.rb b/locale/model_attributes.rb
index 332b67ede..0c1f26618 100644
--- a/locale/model_attributes.rb
+++ b/locale/model_attributes.rb
@@ -1,4 +1,3 @@
-# -*- encoding : utf-8 -*-
#DO NOT MODIFY! AUTOMATICALLY GENERATED FILE!
_('Acts as xapian/acts as xapian job')
_('ActsAsXapian::ActsAsXapianJob|Action')
@@ -150,4 +149,6 @@ _('User|Salt')
_('User|Url name')
_('User info request sent alert')
_('UserInfoRequestSentAlert|Alert type')
+_('Widget vote')
+_('WidgetVote|Cookie')
#DO NOT MODIFY! AUTOMATICALLY GENERATED FILE!
diff --git a/locale/nb/app.po b/locale/nb/app.po
index a8189f1cc..54e24de68 100644
--- a/locale/nb/app.po
+++ b/locale/nb/app.po
@@ -5,8 +5,12 @@
# Translators:
# andreli <andre@lindhjem.net>, 2013
# atluxity <atluxity@1kb.no>, 2014
-# gorm <gormer@gmail.com>, 2013
+# Carl Petter F. Sky <carl.sky@gmail.com>, 2015
+# gorm <gormer@gmail.com>, 2015
+# gorm eriksen <team@mimesbronn.no>, 2015
+# gorm <gormer@gmail.com>, 2013,2015
# Kjetil Torgrim Homme <kjetilho@ifi.uio.no>, 2015
+# Knut Arne Bjørndal <bob+transifex@cakebox.net>, 2015
# louisecrow <louise@mysociety.org>, 2014
# oeyrvin <oeyrvin@hagan.no>, 2014
# pere <pere-transifex@hungry.com>, 2013,2015
@@ -15,9 +19,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:12+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/alaveteli/language/nb/)\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
@@ -50,7 +54,7 @@ msgid " << "
msgstr "<<"
msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password."
-msgstr " <strong>Merk:</strong>\\n Vi kommer til å sende deg en e-post. Følg instruksjonene i den for å bytte\\n passordet ditt."
+msgstr " <strong>Merk:</strong>\\n Vi kommer til å sende deg en e-post. Følg instruksjonene i den for å bytte\\n passordet ditt."
msgid " <strong>Privacy note:</strong> Your email address will be given to"
msgstr "<strong>Personvernvarsel:</strong>E-postadressen din vil bli gitt til"
@@ -77,7 +81,7 @@ msgid " Include relevant links, such as to a campaign page, your blog or a\\n
msgstr "Inkluder relevante lenker, som f.eks. din kampanjeside, blogg, Twitter-konto o.l. De vil vises som lenker her. \\n f.eks."
msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. "
-msgstr " Lenke til informasjonen som det ble spurt om, om den <strong>allerede var tilgjengelig</strong> på Internettet."
+msgstr " Lenke til informasjonen som det ble spurt om, om den <strong>allerede var tilgjengelig</strong> via Internett."
msgid " Offer better ways of <strong>wording the request</strong> to get the information. "
msgstr "Tilby bedre måter å <strong>ordlegge henvendelsen</strong> for å få informasjonen."
@@ -107,7 +111,7 @@ msgid "'Crime statistics by ward level for Wales'"
msgstr "'Kriminalitetsstatistikk på bydelsnivå for Oslo'"
msgid "'Pollution levels over time for the River Tyne'"
-msgstr "'Forurensningsnivå over tid i Akerselva'"
+msgstr "'Forurensningsnivå over tid i Akerselven'"
msgid "'{{link_to_authority}}', a public authority"
msgstr "'{{link_to_authority}}', en offentlig myndighet"
@@ -137,21 +141,24 @@ msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask
msgstr "<a href=\"{{browse_url}}\">Bla i gjennom alle</a> eller <a href=\"{{add_url}}\">be oss om å legge til en ny</a>."
msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)"
-msgstr "<a href=\"{{url}}\">Legg til merknad</a> (for å hjelpe innsender eller andre)"
+msgstr "<a href=\"{{url}}\">Legg til en merknad</a> (for å hjelpe innsender eller andre)"
msgid "<a href=\"{{url}}\">Do you want to request private information about yourself?</a>"
msgstr "<strong>Personverns OBS</strong> Om du ønsker å spørre om personlig informasjon om\\n deg selv <a href=\"{{url}}\">klikk her</a>."
msgid "<a href=\"{{url}}\">Keep it <strong>focused</strong></a>, you'll be more likely to get what you want."
-msgstr "Hold det <strong>fokusert</strong>, du har større sjanser for å få det du vil ha (<a href=\"{{url}}\">hvorfor?</a>)."
+msgstr "Vær <a href=\"{{url}}\"><strong>fokusert</strong></a>, du har større sjanser for å få det du vil ha."
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Logg inn</a> for å endre passord, abonnementer og mer (kun {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Hvis du vurderer å bruke et pseudonym,\\n er det fint om du\n"
-"<a href=\"{{url}}\">leser dette først</a>."
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Alt er ferdig! Tusen takk for hjelpen.</p><p>Det er <a href=\"{{helpus_url}}\">flere ting du kan gjøre</a> for å hjelpe {{site_name}}.</p>"
@@ -181,10 +188,10 @@ msgid "<p>We recommend that you edit your request and remove the email address.\
msgstr "<p>Vi anbefaler at du redigerer din henvendelsen og fjerner e-postadressen.\\n Hvis du lar den være, vil e-postadressen bli sendt til etaten, men vil ikke bli vist frem på nettstedet.</p>"
msgid "<p>We're glad you got all the information that you wanted. If you write about or make use of the information, please come back and add an annotation below saying what you did.</p>"
-msgstr "<p>Vi er glad du fikk all informasjonen du ønsket. Hvis du skriver om det eller gjør bruk av informasjonen, vær så snill å kom tilbake hit og legg inn en bemerkning under som forteller hva du gjorde.</p>"
+msgstr "<p>Vi er glad du fikk all informasjonen du ønsket. Hvis du skriver om det eller gjør bruk av informasjonen, vær så snill å kom tilbake hit og legg inn en merknad under som forteller hva du gjorde.</p>"
msgid "<p>We're glad you got all the information that you wanted. If you write about or make use of the information, please come back and add an annotation below saying what you did.</p><p>If you found {{site_name}} useful, <a href=\"{{donation_url}}\">make a donation</a> to the charity which runs it.</p>"
-msgstr "<p>Vi er glad for at du fikk den informasjonen du var ute etter. Hvis du skriver om, eller bruker informasjonen, vennligst kom tilbake hit og legg til et notat under og del med andre hva du har gjort.</p><p>Dersom du synes {{site_name}} er nyttig, så kan du <a href=\"{{donation_url}}\">gi et bidrag</a> til organisasjonen drifter denne siden.</p>"
+msgstr "<p>Vi er glad for at du fikk den informasjonen du var ute etter. Hvis du skriver om, eller bruker informasjonen, vennligst kom tilbake hit og legg til en merknad under og del hva du har gjort.</p><p>Dersom du synes {{site_name}} er nyttig, så kan du <a href=\"{{donation_url}}\">gi et bidrag</a> til organisasjonen som utvikler denne programvaren.</p>"
msgid "<p>We're glad you got some of the information that you wanted. If you found {{site_name}} useful, <a href=\"{{donation_url}}\">make a donation</a> to the charity which runs it.</p><p>If you want to try and get the rest of the information, here's what to do now.</p>"
msgstr "<p>Vi er glad for at du fikk noe av informasjonen du var ute etter. Dersom du synes at {{site_name}} er nyttig, så kan du <a href=\"{{donation_url}}\">gi et bidrag</a> til organisasjonen som drifter denne siden.</p><p>Hvis du vil forsøke å få tak i resten av informasjonen, så forklarer vi hva du bør gjøre videre.</p>"
@@ -199,7 +206,7 @@ msgid "<p>You do not need to include your email in the request in order to get a
msgstr "<p>Du trenger ikke ta med e-postadressen i henvendelsen for å få et svar, da vi vil spørre om den i det neste skjermbildet (<a href=\"{{url}}\">detaljer</a>).</p>"
msgid "<p>Your request contains a <strong>postcode</strong>. Unless it directly relates to the subject of your request, please remove any address as it will <strong>appear publicly on the Internet</strong>.</p>"
-msgstr "<p>Din henvendelse inneholder et <strong>postnummer</strong>. Med mindre det er direkte relevant for temaet i din henvendelse, vær så snill å fjern enhver adresse da den vil <strong>være offentlig tilgjengelig på Internettet</strong>.</p>"
+msgstr "<p>Din henvendelse inneholder et <strong>postnummer</strong>. Med mindre det er direkte relevant for temaet i din henvendelse, vær så snill å fjern enhver adresse da den vil <strong>være offentlig tilgjengelig via Internett</strong>.</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>Det utføres vedlikehold på {{site_name}}. Du kan bare se på eksisterende henvendelser. Du kan ikke opprette nye, legge til oppfølgingshenvendelser, notater eller endre på data.</p> <p>{{read_only}}</p>"
@@ -244,7 +251,7 @@ msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking"
msgstr "<strong>Noe annet</strong>, som for eksempel oppklaringer, spørsmål, takk"
msgid "<strong>By law, they have to respond</strong> (<a href=\"{{url}}\">why?</a>)."
-msgstr ""
+msgstr "<strong>Iht. loven har du krav på svar</strong> (<a href=\"{{url}}\">Finn ut mer om loven</a>)."
msgid "<strong>Caveat emptor!</strong> To use this data in an honourable way, you will need \\na good internal knowledge of user behaviour on {{site_name}}. How, \\nwhy and by whom requests are categorised is not straightforward, and there will\\nbe user error and ambiguity. You will also need to understand FOI law, and the\\nway authorities use it. Plus you'll need to be an elite statistician. Please\\n<a href=\"{{contact_path}}\">contact us</a> with questions."
msgstr "<strong>Advarsel!</strong> For å bruke disse dataene ordentlig, vil du trenge \\n god kunnskap om brukeradferd på {{site_name}}. Hvordan,\\n hvorfor, og av hvem henvendelser er kategorisert er ikke bare enkelt, og det vil \\n være brukerfeil og uklarheter. Du vil også ha behov for å forstå offentlighetslovgivningen og måten\\n myndighetene bruker den. Og du må være en dyktig statistiker. <a href=\"{{contact_path}}\">Kontakt oss</a> gjerne med spørsmål."
@@ -265,7 +272,7 @@ msgid "<strong>Note:</strong>\\n We will send an email to your new email addr
msgstr "<strong>Merk:</strong>\\n Vi kommer til å sende en e-post til din nye e-postadresse. Følg\\n instruksjonene i den e-posten for å bekrefte at du ønsker å bytte e-postadresse."
msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}."
-msgstr "<strong>Personverns OBS:</strong> Ditt bilde vil være offentlig tlgjengelig på hele Internettet.\\n uavhengig om du gjør noe på {{site_name}}."
+msgstr "<strong>Personverns-OBS:</strong> Ditt bilde vil være offentlig tilgjengelig via Internett,\\n hver gang du gjør noe på {{site_name}}."
msgid "<strong>Privacy warning:</strong> Your message, and any response\\n to it, will be displayed publicly on this website."
msgstr "<strong>Personverns OBS:</strong> Meldingen din og alle svar\\n\\n vil vises offentlig på denne tjenesten."
@@ -277,10 +284,10 @@ msgid "<strong>Thank</strong> the public authority or "
msgstr "<strong>Takk</strong> myndigheten eller "
msgid "<strong>We will email you</strong> when there is a response, or after {{late_number_of_days}} working days if the authority still hasn't replied by then."
-msgstr ""
+msgstr "<strong>Vi sender deg en e-post</strong> når det kommer svar, eller etter {{late_number_of_days}} virkedager hvis myndighetene ikke har svart deg innen den tid."
msgid "<strong>We will email you</strong> when they have been sent. 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 replied by then."
-msgstr ""
+msgstr "<strong>Vi sender deg en e-post</strong> når de er blitt sendt. Vi vil også sende deg en epost når det foreligger svar på noen av dem, eller etter {{late_number_of_days}} virkedager hvis myndighetene ikke har svart deg innen den tid."
msgid "<strong>did not have</strong> the information requested."
msgstr "<strong>hadde ikke</strong> informasjonen du ba om."
@@ -301,7 +308,7 @@ msgid "A Freedom of Information request"
msgstr "En innsynshenvendelse"
msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}"
-msgstr "Komplett historie for min innsynshenvendelse og all korrespondanse er tilgjengelig på Internettet fra denne adressen: {{url}}"
+msgstr "Komplett historie for min innsynshenvendelse og all korrespondanse er tilgjengelig via Internett fra denne adressen: {{url}}"
msgid "A new request, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, was sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
msgstr "En ny henvendelse, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, ble sendt til {{public_body_name}} av {{info_request_user}} den {{date}}."
@@ -340,7 +347,7 @@ msgid "ActsAsXapian::ActsAsXapianJob|Model"
msgstr "ActsAsXapian::ActsAsXapianJob|Model"
msgid "Add an annotation to &ldquo;{{request_title}}&rdquo;"
-msgstr ""
+msgstr "Legg til en merknad for &ldquo;{{request_title}}&rdquo;"
msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>."
msgstr "Legg til en kommentar til henvendelsen med utvalgte sitater, eller\\n <strong> gi en oppsummering av svaret.</strong>"
@@ -391,7 +398,7 @@ msgid "Alter your subscription"
msgstr "Endre ditt abonnement"
msgid "Although all responses are automatically published, we depend on\\nyou, the original requester, to evaluate them."
-msgstr "Selv om alle svar blir automatisk publisert så er vi avhengig av deg,\\nden opprinnelige innsenderen, til å vurdere dem."
+msgstr "Selv om alle svar blir automatisk publisert, er vi avhengig av at du - innsenderen - evaluerer status på svar fra myndigheten."
msgid "An <a href=\"{{request_url}}\">annotation</a> to <em>{{request_title}}</em> was made by {{event_comment_user}} on {{date}}"
msgstr "En <a href=\"{{request_url}}\">annotering</a> til <em>{{request_title}}</em> ble laget av {{event_comment_user}} på {{date}}"
@@ -415,7 +422,7 @@ msgid "Annotations are so anyone, including you, can help the requester with the
msgstr "Merknader gjør at enhver, også du, kan hjelpe innsender med deres henvendelse. For eksempel:"
msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}."
-msgstr "Merknader gjøres offentlig tilgjengelig her og er <strong>ikke</strong> sendt til {{public_body_name}}."
+msgstr "Merknader gjøres offentlig tilgjengelig her, men blir <strong>ikke</strong> sendt til {{public_body_name}}."
msgid "Anonymous user"
msgstr "Anonym bruker"
@@ -459,17 +466,26 @@ msgstr "Myndighet e-post:"
msgid "Authority:"
msgstr "Myndighet:"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Venter på kategorisering."
msgid "Awaiting internal review."
-msgstr "Vemter på behandling av klage."
+msgstr "Venter på behandling av klage."
+
+msgid "Awaiting response"
+msgstr ""
msgid "Awaiting response."
msgstr "Venter på svar."
msgid "Banned users cannot edit their profile"
-msgstr ""
+msgstr "Bannlyste brukere kan ikke redigere profilen sin"
msgid "Batch created by {{info_request_user}} on {{date}}."
msgstr "Bunt opprettet av {{info_request_user}} den {{date}}."
@@ -532,7 +548,7 @@ msgid "CensorRule|Text"
msgstr "SensurRegel|Tekst"
msgid "Change email on {{site_name}}"
-msgstr "Bytt e-post-adresse på {{site_name}}"
+msgstr "Bytt e-postadresse på {{site_name}}"
msgid "Change password on {{site_name}}"
msgstr "Bytt passord på {{site_name}}"
@@ -583,10 +599,10 @@ msgid "Clear photo"
msgstr "Slett bilde"
msgid "Click on the link below to send a message to {{public_body_name}} telling them to reply to your request. You might like to ask for an internal\\nreview, asking them to find out why response to the request has been so slow."
-msgstr "Trykk på linken nedenfor for å sende en melding til {{public_body_name}} for å be om svar på henvendelsen. Du kan vurdere å be dem om en gjennomgang av hvorfor det tar så lang tid å få svar på henvendelsen."
+msgstr "Trykk på lenken nedenfor for å sende en melding til {{public_body_name}} for å be om svar på henvendelsen. Henvendelsen er nå så forsinket at du kan betrakte det som et vedtak om avslått innsyn og du bør klage på avslaget."
msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request."
-msgstr "Klikk på lenken under for å sende en melding til {{public_body}} og minne dem på å besvare henvendelsen din."
+msgstr "Klikk på lenken under for å sende en melding til {{public_body}} og etterlys svar på innsynshenvendelsen din."
msgid "Close"
msgstr "Lukk"
@@ -670,6 +686,9 @@ msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and
msgstr "Klarer ikke å lese inn bilde-filen du lastet opp. Vi støtter PNG, JPEG, GIF og mange andre vanlige bilde-formater."
msgid "Create a new account"
+msgstr "Lag en ny konto"
+
+msgid "Create a widget for this request"
msgstr ""
msgid "Created by {{info_request_user}} on {{date}}."
@@ -702,6 +721,9 @@ msgstr "Kjære {{user_name}},"
msgid "Defunct."
msgstr "Nedlagt."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Forsinket svar på din innsynshenvendelse - "
@@ -715,13 +737,13 @@ msgid "Destroy {{name}}"
msgstr "Fjern {{name}}"
msgid "Details of request &ldquo;{{request_title}}&rdquo;"
-msgstr ""
+msgstr "Detaljer for henvendelse &ldquo;{{request_title}}&rdquo;"
msgid "Did you mean: {{correction}}"
msgstr "Mente du: "
msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:"
-msgstr "Til orientering: Denne meldingen og alle dine svar vil offentliggjort på Internett. Våre regler for personvern og åndsverk:"
+msgstr "Merk: Innholdet i denne innsynsforespørselen og alle dine svar vil bli offentliggjort på Internett. Du finner våre regler for personvern og åndsverk her:"
msgid "Disclosure log"
msgstr "Utleveringslogg"
@@ -766,10 +788,10 @@ msgid "Edit your request"
msgstr "Rediger denne henvendelsen"
msgid "Either the email or password was not recognised, please try again."
-msgstr "Enten så var e-postadresse eller passord feil, forsøk igjen."
+msgstr "Vi finner ikke denne kombinasjonen av e-postadresse og passord. Sjekk at du har skrevet riktig."
msgid "Either the email or password was not recognised, please try again. Or create a new account using the form on the right."
-msgstr "Enten så var e-postadresse eller passord feil, forsøk igjen. Eller lag deg en ny konto ved hjelp av skjemaet til høyre."
+msgstr "Vi finner ikke denne kombinasjonen av e-postadresse og passord. Sjekk at du har skrevet riktig, eller lag deg en ny konto ved hjelp av skjemaet til høyre."
msgid "Email doesn't look like a valid address"
msgstr "E-postadressen ser ikke gyldig ut"
@@ -805,19 +827,19 @@ msgid "Event {{id}}"
msgstr "Hendelse {{id}}"
msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website <a href=\"{{url}}\">forever</a>"
-msgstr "Alt som du skriver inn på denne tjenesten, inkludert <strong>navnet ditt</strong>,\\n vil bli <strong>vist offentlig</strong> på\\ndenne tjenesten for alltid (<a href=\"{{url}}\">hvorfor?</a>)."
+msgstr "Alt som du skriver inn på denne tjenesten, inkludert <strong>navnet ditt</strong>,\\n vil bli <strong>vist offentlig</strong> på\\ndenne tjenesten <a href=\"{{url}}\">for alltid</a>"
msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)."
msgstr "Alt du skriver inn på denne sida\\n vil bli <strong>vist offentlig</strong> på\\n denne tjenesten for all framtid (<a href=\"{{url}}\">hvorfor?</a>)."
msgid "FOI"
-msgstr "innsyn etter Offentlighetsloven"
+msgstr "Innsynshenvendelse etter Offentlighetslova"
msgid "FOI email address for {{public_body}}"
-msgstr "postmottaket hos {{public_body}}"
+msgstr "Postmottaket hos {{public_body}}"
msgid "FOI law does not apply to this authority."
-msgstr ""
+msgstr "Offentlighetslova gjelder ikke for denne myndigheten."
msgid "FOI request – {{title}}"
msgstr "Innsynshenvendelse – {{title}}"
@@ -853,7 +875,7 @@ msgid "Find an authority"
msgstr "Velg myndighet å skrive til"
msgid "Find the authorities"
-msgstr ""
+msgstr "Find myndighetene"
msgid "Find the authorities to write to"
msgstr "Velg myndighetene å skrive til"
@@ -862,7 +884,7 @@ msgid "First, did your other requests succeed?"
msgstr "For det første, lyktes dine andre henvendelser?"
msgid "First, type in the <strong>name of the public authority</strong> you'd\\n like information from."
-msgstr ""
+msgstr "Skriv først inn <strong>navnet på den offentlige myndighet</strong> du\\n ønsker informasjon fra."
msgid "Foi attachment"
msgstr "Innsynsbegjæring vedlegg"
@@ -946,7 +968,7 @@ msgid "Follow us on twitter"
msgstr "Følg oss på twitter"
msgid "Following"
-msgstr ""
+msgstr "Følger"
msgid "Followups cannot be sent for this request, as it was made externally, and published here by {{public_body_name}} on the requester's behalf."
msgstr "Oppfølginger kan ikke sendes for denne henvendelsen, da den ble gjort eksternt, og publisert her av {{public_body_name}} på innsenders vegne."
@@ -960,19 +982,19 @@ msgstr[0] "Fant {{count}} offentlig myndighet {{description}}"
msgstr[1] "Fant {{count}} offentlige myndigheter {{description}}"
msgid "Freedom of Information"
-msgstr "innsyn etter Offentlighetsloven"
+msgstr "Innsynshenvendelse etter Offentlighetslova"
msgid "Freedom of Information Act"
-msgstr "Offentlighetsloven"
+msgstr "Offentlighetslova"
msgid "Freedom of Information law does not apply to this authority, so you cannot make a request to it."
-msgstr "Offentlighetsloven gjelder ikke for denne etaten, så du kan ikke sende dem en\\n innsynshenvendelse."
+msgstr "Offentlighetslova gjelder ikke for denne etaten, så du kan ikke sende dem en\\n innsynshenvendelse."
msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to "
-msgstr "Offentlighetsloven gjelder ikke lenger for denne myndigheten. Oppfølgingsbeskjeder til nåværende henvendelser blir sendt til"
+msgstr "Offentlighetslova gjelder ikke lenger for denne myndigheten. Oppfølgingsbeskjeder til nåværende henvendelser blir sendt til"
msgid "Freedom of Information law no longer applies to {{public_body_name}}."
-msgstr ""
+msgstr "Offentlighetslova gjelder ikke lenger for {{public_body_name}}."
msgid "Freedom of Information requests made"
msgstr "Innsynshenvendelser utført"
@@ -999,6 +1021,9 @@ msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE"
msgstr "SKRIV GRUNNENE FOR HVORFOR DU KLAGER HER"
msgid "Got an account?"
+msgstr "Har du en konto?"
+
+msgid "Handled by post"
msgstr ""
msgid "Handled by post."
@@ -1032,7 +1057,7 @@ msgid "Help"
msgstr "Hjelp"
msgid "Help us classify requests that haven't been updated"
-msgstr ""
+msgstr "Hjelp oss å klassifisere henvendelser som ikke har blitt oppdatert"
msgid "Here <strong>described</strong> means when a user selected a status for the request, and\\nthe most recent event had its status updated to that value. <strong>calculated</strong> is then inferred by\\n{{site_name}} for intermediate events, which weren't given an explicit\\ndescription by a user. See the <a href=\"{{search_path}}\">search tips</a> for description of the states."
msgstr "Her betyr <strong>beskrevet</strong> når en bruker klargjør hvor i prosessen saken er kommet, og \\n hva som senest førte frem til det. <strong>Beregnet</strong> viser til forhold utledet av {{site_name}}, som ikke kom fra \\n brukerens beskrivelse. Se <a href=\"{{search_path}}\">søketips</a> for beskrivelse av dette."
@@ -1070,14 +1095,17 @@ msgstr "Dog har du rett til å spørre om miljøinformasjon i følge en annen lo
msgid "Human health and safety"
msgstr "Menneskers helse og sikkerhet"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Jeg spør om <strong>ny informasjon</strong>"
msgid "I am requesting an <strong>internal review</strong>"
-msgstr "Jeg ber om en <strong>intern vurdering</strong>"
+msgstr "Jeg ber om en <strong>intern gjennomgang</strong>"
msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'."
-msgstr "Jeg skriver for å be om en intern gjennomgang av {{public_body_name}} sin håndtering av in innsynshenvendelse «{{info_request_title}}»."
+msgstr "Jeg skriver for å klage på {{public_body_name}} sin håndtering av min innsynshenvendelse «{{info_request_title}}»."
msgid "I don't like these ones &mdash; give me some more!"
msgstr "Jeg liker ikke disse &mdash; gi meg flere!"
@@ -1143,7 +1171,7 @@ msgid "If you are {{user_link}}, please"
msgstr "Hvis du er {{user_link}}, vennligst"
msgid "If you believe this request is not suitable, you can report it for attention by the site administrators"
-msgstr "Hvis du syntes denne henvendelsen er upassende, kan du rapportere den slik at en admininstrator vil sjekke"
+msgstr "Hvis du syntes denne henvendelsen er upassende, kan du rapportere den slik at en admininstrator vil vurdere den"
msgid "If you can't click on it in the email, you'll have to <strong>select and copy\\nit</strong> from the email. Then <strong>paste it into your browser</strong>, into the place\\nyou would type the address of any other webpage."
msgstr "Hvis du ikke kan klikke på den i e-posten, så vil du måtte <strong>markere og kopiere\\nden</strong> fra e-posten. Deretter <storng>limer du den inn i din nettleser</strong>, i feltet der du ville skrevet adressen til enhver annen nettside."
@@ -1152,7 +1180,7 @@ msgid "If you can, scan in or photograph the response, and <strong>send us\\n
msgstr "Hvis du kan, skann eller fotografer responsen og <strong>send oss\\n en kopi for opplasting</strong>."
msgid "If you find this service useful as an FOI officer, please ask your web manager to link to us from your organisation's FOI page."
-msgstr "Hvis du som offentlig saksbehandler finner denne tjenesten nyttig, er det fint om du spør kommunikasjonsavdelingen din om de kan lenke til oss fra din organisasjons innsyns-side."
+msgstr "Om du, som saksbehandler, syntes denne tjenesten er nyttig, be gjerne nettredaktøren hos dere lenke til oss fra din organisasjons innsyn-side."
msgid "If you got the email <strong>more than six months ago</strong>, then this login link won't work any\\nmore. Please try doing what you were doing from the beginning."
msgstr "Hvis du fikk e-posten <strong>mer enn seks måneder siden</strong>, så vil ikke denne innloggings-lenken virke lenger.\\n Forsøk igjen det du holdt på med fra starten."
@@ -1161,7 +1189,7 @@ msgid "If you have not done so already, please write a message below telling the
msgstr "Hvis du ikke allerede har gjort det, vær så snill å skriv en melding under som forteller myndigheten at du har trukket tilbake din henvendelse. Ellers vil de ikke vite at den er trukket tilbake."
msgid "If you reply to this message it will go directly to {{user_name}}, who will\\nlearn your email address. Only reply if that is okay."
-msgstr "Hvis du svarer på denn emeldingen, så vil svaret gå direkte til {{user_name}}, som vil få vite din e-postadresse. Svar kun hvis det er i orden."
+msgstr "Hvis du svarer på denne e-posten, så vil svaret gå direkte til {{user_name}}, som da vil få vite din riktige e-postadresse. Svar kun om dette er i orden."
msgid "If you use web-based email or have \"junk mail\" filters, also check your\\nbulk/spam mail folders. Sometimes, our messages are marked that way."
msgstr "Om du bruker web-basert e-post eller har «søppel-e-post»-filtere, sjekk også din\\nsøppel/spam-e-postfolder. Det hender at meldingene våre blir behandlet som spam."
@@ -1170,10 +1198,10 @@ msgid "If you would like us to lift this ban, then you may politely\\n<a href=\"
msgstr "Dersom du vil ha utestegningen opphevet kan du, på høflig vis,\\n<a href=\"/help/contact\">kontakte oss</a>.\\n"
msgid "If you write about these requests (for example in a forum or a blog) please link to this page."
-msgstr ""
+msgstr "Hvis du skriver om disse henvendelsene (for eksempel i et forum, eller i en blog) er det fint om du lenker til denne siden."
msgid "If you write about this request (for example in a forum or a blog) please link to this page, and <a href=\"{{url}}\">add an annotation</a> below telling people about your writing."
-msgstr ""
+msgstr "Hvis du skriver om disse henvendelsene (for eksempel i et forum, eller i en blog) hadde det vært fint om lenker til denne siden, og <a href=\"{{url}}\">legger til en merknad</a> nedenfor slik at andre kan lese tekstene dine."
msgid "If you're new to {{site_name}}"
msgstr "Hvis du er ny på "
@@ -1304,6 +1332,12 @@ msgstr "Har ikke informasjonen."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Informasjon om utslipp (for eksempel støy, energi,\\n stråling, avfall)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Klage"
@@ -1332,10 +1366,10 @@ msgid "Just one more thing"
msgstr "Bare en ting til"
msgid "Keep your request up to date"
-msgstr ""
+msgstr "Hold henvendelsene dine oppdaterte"
msgid "Keep your requests up to date"
-msgstr ""
+msgstr "Hold henvendelsene dine oppdaterte"
msgid "Keywords"
msgstr "Nøkkelord"
@@ -1376,6 +1410,9 @@ msgstr "Logg inn for å laste ned en zip-fil med {{info_request_title}}"
msgid "Log into the admin interface"
msgstr "Logg inn i administratorgrensesnittet"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Svært forsinket"
@@ -1437,7 +1474,7 @@ msgid "Many requests"
msgstr "Mange henvendelser"
msgid "Matching authorities"
-msgstr ""
+msgstr "Treff blant myndigheter"
msgid "Message"
msgstr "Melding"
@@ -1481,6 +1518,9 @@ msgstr "Navn kan ikke være tomt"
msgid "Name is already taken"
msgstr "Navn er allerede tatt"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Nye innsynshenvendelser"
@@ -1488,7 +1528,7 @@ msgid "New censor rule"
msgstr "Ny sensurregel"
msgid "New e-mail:"
-msgstr "Ny e-post-adresse:"
+msgstr "Ny e-postadresse:"
msgid "New email doesn't look like a valid address"
msgstr "Ny e-postadresse ser ikke ut til å være en gyldig adresse."
@@ -1550,8 +1590,14 @@ msgstr "Ikke en gyldig innsynshenvendelse"
msgid "Not a valid request"
msgstr "Ikke en gyldig henvendelse"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Merk at personen som står bak henvendelsen ikke vil få beskjed om din bemerkning, fordi henvendelsen ble publisert av {{public_body_name}} på deres vegne."
+msgstr "Merk at personen som står bak henvendelsen ikke vil få beskjed om din merknad, fordi henvendelsen ble publisert av {{public_body_name}} på deres vegne."
msgid "Notes:"
msgstr "Merknader:"
@@ -1581,7 +1627,7 @@ msgid "Oh no! Sorry to hear that your request was refused. Here is what to do no
msgstr "Huff! Kjedelig å høre at innsynshenvendelsen din ble avvist. Her er det du nå kan gjøre."
msgid "Old e-mail:"
-msgstr "Gammel e-post-adresse:"
+msgstr "Gammel e-postadresse:"
msgid "Old email address isn't the same as the address of the account you are logged in with"
msgstr "Gammel e-postadresse er ikke samme som adressen som kontoen du er innlogget med"
@@ -1649,8 +1695,11 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
-msgstr "Delevis vellykket"
+msgstr "Delvis vellykket."
msgid "Password is not correct"
msgstr "Passordet er ikke riktig"
@@ -1696,8 +1745,8 @@ msgstr "<a href=\"{{url}}\">Ta kontakt</a> med oss slik at vi kan fikse det."
msgid "Please <strong>answer the question above</strong> so we know whether the recent response contains useful information."
msgid_plural "Please <strong>answer the question above</strong> so we know whether the recent responses contain useful information."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Vær så snill å <strong>svar på spørsmålet over</strong> slik at vi vet hvorvidt det siste svaret inneholder nyttig informasjon."
+msgstr[1] "Vær så snill å <strong>svar på spørsmålet over</strong> slik at vi vet hvorvidt de siste svarene inneholder nyttig informasjon."
msgid "Please <strong>go to the following requests</strong>, and let us\\n know if there was information in the recent responses to them."
msgstr "Vær så snill å <strong>besøk de følgende henvendelsene</strong>,\\n og la oss vite om det var informasjon i de siste svarene i dem."
@@ -1727,7 +1776,7 @@ msgid "Please click on the link below to cancel or alter these emails."
msgstr "Vennligst klikk på lenken under for å avbryte eller endre e-postene."
msgid "Please click on the link below to confirm that you want to \\nchange the email address that you use for {{site_name}}\\nfrom {{old_email}} to {{new_email}}"
-msgstr "Vennligst klikk på linken nedenfor for å bekrefte at du ønsker \\nå forandre e-postadressen du bruker for {{site_name}}\\nfrom {{old_email}} to {{new_email}}"
+msgstr "Vennligst klikk på lenken nedenfor for å bekrefte at du ønsker \\nå forandre e-postadressen du bruker for {{site_name}}\\nfrom {{old_email}} to {{new_email}}"
msgid "Please click on the link below to confirm your email address."
msgstr "Vennligst klikk på lenken under for å bekrefte din e-post-adresse."
@@ -1736,7 +1785,7 @@ msgid "Please create an account or sign in"
msgstr "Logg inn eller lag en ny konto."
msgid "Please describe more what the request is about in the subject. There is no need to say it is an FOI request, we add that on anyway."
-msgstr "Vennligst beskriv hva henvendelsen angår i tittelfeltet. Du trenger ikke skrive at det gjelder en innsynshenvendelse, det legger vi til automatisk."
+msgstr "Vennligst beskriv hva henvendelsen angår i temafeltet. Du trenger ikke skrive at det gjelder en innsynshenvendelse, det legger vi til automatisk."
msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate."
msgstr "Vennligst ikke last opp støtende bilder. Vi vil ta ned bilder\\nsom vi finner upassende."
@@ -1748,7 +1797,7 @@ msgid "Please enter a password"
msgstr "Skriv inn et passord"
msgid "Please enter a subject"
-msgstr "Skriv inn en tittel"
+msgstr "Skriv inn et tema"
msgid "Please enter a summary of your request"
msgstr "Skriv et sammendrag av henvendelsen"
@@ -1760,7 +1809,7 @@ msgid "Please enter the message you want to send"
msgstr "Skriv inn meldingen du ønsker å sende"
msgid "Please enter the name of the authority"
-msgstr "Skriv inn navnet til autoriteten"
+msgstr "Skriv inn myndighetens navn"
msgid "Please enter the same password twice"
msgstr "Skriv inn det samme passordet to ganger"
@@ -1799,7 +1848,7 @@ msgid "Please keep it shorter than 500 characters"
msgstr "Hold det kortere enn 500 tegn"
msgid "Please keep the summary short, like in the subject of an email. You can use a phrase, rather than a full sentence."
-msgstr "Vennligst hold oppsummeringen kort, som tittelfeltet i en e-post. Du kan bruke en noen få ord i stedet for en hel setning."
+msgstr "Vennligst hold oppsummeringen kort, som temafeltet i en e-post. Du kan bruke en noen få ord i stedet for en hel setning."
msgid "Please only request information that comes under those categories, <strong>do not waste your\\n time</strong> or the time of the public authority by requesting unrelated information."
msgstr "Vær så snill og kun spør om informasjon som hører under disse kategoriene, <strong>kast ikke\\nbort tiden din</strong> eller tiden til den offentlige myndigheten ved å spørre om urelatert informasjon."
@@ -1904,7 +1953,7 @@ msgid "Preview your public request"
msgstr "Forhåndsvis henvendelsen din"
msgid "Preview your request"
-msgstr ""
+msgstr "Forhåndsvis din henvendelse"
msgid "Profile photo"
msgstr "Profilbilde"
@@ -2104,9 +2153,12 @@ msgstr "Nylige beskrevne resultater først"
msgid "Refused."
msgstr "Avslått"
-msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
+msgid "Rejected"
msgstr ""
+msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
+msgstr "Husk meg (lar deg være logget inn lengre, ikke bruk dette på en offentlig datamaskin)"
+
msgid "Report abuse"
msgstr "Meld misbruk"
@@ -2144,7 +2196,7 @@ msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}
msgstr "Henvendelse sendt til {{public_body_name}} av {{info_request_user}} den {{date}}."
msgid "Request to {{public_body_name}} by {{info_request_user}}. Annotated by {{event_comment_user}} on {{date}}."
-msgstr "Henvendelse til {{public_body_name}}, gjort av {{info_request_user}}. Annotert av {{event_comment_user}} den {{date}}."
+msgstr "Henvendelse til {{public_body_name}}, gjort av {{info_request_user}}. Merknad av {{event_comment_user}} den {{date}}."
msgid "Requested from {{public_body_name}} by {{info_request_user}} on {{date}}"
msgstr "Etterspurt fra {{public_body_name}} av {{info_request_user}} den {{date}}"
@@ -2159,10 +2211,10 @@ msgid "Requests are considered successful if they were classified as either 'Suc
msgstr "Henvendelser anses vellykket hvis de er klassifisert enten som «vellykket» eller «delvis vellykket»."
msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)."
-msgstr "Henvendelser om personlig informasjon og sjikanøse henvendelser er ikke tillatt (<a href=\"/help/about\">les mer</a>)."
+msgstr "Henvendelser om noens personlige forhold og sjikanøse henvendelser er ikke tillatt (<a href=\"/help/about\">les mer</a>)."
msgid "Requests or responses matching your saved search"
-msgstr "Henvendelser eller svar som treffer ditt lagrede søk"
+msgstr "Henvendelser eller svar som samsvarer med ditt lagrede søk"
msgid "Requests similar to '{{request_title}}'"
msgstr "Henvendelser som ligner '{{request_title}}'"
@@ -2230,14 +2282,11 @@ msgstr "Søk bidrag fra denne personen"
msgid "Search for the authorities you'd like information from:"
msgstr "Søk etter myndighetene du kunne tenke deg informasjon fra:"
-msgid "Search for words in:"
-msgstr "Søk for ord i:"
-
msgid "Search in"
msgstr "Søk i"
msgid "Search in their website for this information &rarr;"
-msgstr ""
+msgstr "Søk etter denne informasjonen på deres webside &rarr;"
msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>"
msgstr "Søk blant <br/>\\n <strong>{{number_of_requests}} henvendelser</strong> <span>og</span><br/>\\n <strong>{{number_of_authorities}} myndigheter</strong>"
@@ -2290,13 +2339,13 @@ msgid "Set your profile photo"
msgstr "Velg ditt profil-bilde"
msgid "Share on Facebook"
-msgstr ""
+msgstr "Del på Facebook"
msgid "Share your batch request"
-msgstr ""
+msgstr "Del din gruppehenvendelse"
msgid "Share your request"
-msgstr ""
+msgstr "Del henvendelsen din"
msgid "Short name"
msgstr "Kortnavn"
@@ -2359,7 +2408,7 @@ msgid "Sorry - you cannot respond to this request via {{site_name}}, because thi
msgstr "Beklager - du kan ikke svare på denne henvendelsen via {{site_name}} fordi dette er en kopi av en henvendelse opprinnelig fra {{link_to_original_request}}."
msgid "Sorry, but only {{user_name}} is allowed to do that."
-msgstr "Beklager, men bare {{user_name}} har lov til det."
+msgstr "Beklager! Bare {{user_name}} har lov/tilgang til å gjøre dette."
msgid "Sorry, there was a problem processing this page"
msgstr "Beklager, det er et problem med å klargjøre denne siden"
@@ -2389,14 +2438,17 @@ msgid "Still awaiting an <strong>internal review</strong>"
msgstr "Venter fortsatt på <strong>behandling av klage</strong>"
msgid "Subject"
-msgstr "Tittel"
+msgstr "Tema"
msgid "Subject:"
-msgstr "Tittel:"
+msgstr "Tema:"
msgid "Submit"
msgstr "Send inn"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Send henvendelse"
@@ -2412,9 +2464,15 @@ msgstr "Abboner på blogg"
msgid "Success"
msgstr "Suksess"
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Vellykket innsynshenvendelse"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Vellykket."
@@ -2443,7 +2501,7 @@ msgid "Thank you for helping us keep the site tidy!"
msgstr "Takk for at du hjelper oss med å holde tjenesten ryddig!"
msgid "Thank you for making an annotation!"
-msgstr "Takk for at du laget en merknad!"
+msgstr "Takk for at du laget en merknad! "
msgid "Thank you for responding to this FOI request! Your response has been published below, and a link to your response has been emailed to "
msgstr "Takk for at du svarte på denne innsynshenvendelsen! Svaret ditt har nå blitt publisert under, og en lenke til svaret er sendt på e-post til "
@@ -2482,10 +2540,10 @@ msgid "The <strong>review has finished</strong> and overall:"
msgstr "Klagen er ferdigbehandlet og:"
msgid "The Freedom of Information Act <strong>does not apply</strong> to"
-msgstr "Offentlighetsloven <strong>er ikke gjeldende</strong> for"
+msgstr "Offentlighetslova <strong>er ikke gjeldende</strong> for"
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 "URL-en der du fant e-postadressen. Dette feltet er valgfritt, men det vil hjelpe oss veldig hvis du kan tilby en lenke til en spesifikk side på autoritetens nettside som oppgir denne adressen, da det vil gjøre det mye enklere for oss å sjekke den."
+msgstr "URL-en der du fant e-postadressen. Dette feltet er valgfritt, men det vil hjelpe oss veldig hvis du kan legge ved en lenke til en spesifikk side på nettstedet til myndigheten som oppgir denne adressen, da det vil gjøre det mye enklere for oss å sjekke den."
msgid "The accounts have been left as they previously were."
msgstr "Kontoene er etterlatt slik de tidligere var."
@@ -2613,7 +2671,7 @@ msgid "Then you can download a zip file of {{info_request_title}}."
msgstr "Deretter kan du laste ned en zip-fil med {{info_request_title}}."
msgid "Then you can log into the administrative interface"
-msgstr "Så kan du logge deg på det admininstrative grensesnittet"
+msgstr "Deretter kan du logge deg på det admininstrative grensesnittet"
msgid "Then you can make a batch request"
msgstr "Da kan du lage en bunthenvendelse"
@@ -2628,7 +2686,7 @@ msgid "Then you can send a message to "
msgstr "Så kan du sende en melding til "
msgid "Then you can sign in to {{site_name}}"
-msgstr "Så kan du logge inn på {{site_name}}"
+msgstr "Deretter kan du logge inn på {{site_name}}"
msgid "Then you can update the status of your request to "
msgstr "Så kan du oppdater status på henvendelsen til "
@@ -2664,7 +2722,7 @@ msgid "Then you'll be allowed to send FOI requests."
msgstr "Deretter vil du få lov til å sende innsynshenvendelser."
msgid "Then your FOI request to {{public_body_name}} will be sent."
-msgstr "Så vil dine innsynshenvendelser til {{public_body_name}} bli sendt."
+msgstr "Innsynshenvendelsen din vil også bli sendt til {{public_body_name}}."
msgid "Then your annotation to {{info_request_title}} will be posted."
msgstr "Så vil din annotering til {{info_request_title}} bli publisert."
@@ -2752,6 +2810,9 @@ msgstr "Dette er den første versjonen."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Dette er din egen henvendelse, så du vil automatisk få e-post når nye svar kommer inn."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Denne meldingen har blitt skjult."
@@ -2780,7 +2841,7 @@ msgid "This person has made no Freedom of Information requests using this site."
msgstr "Denne personen har ikke opprettet noen innsynshenvendelse på dette nettstedet."
msgid "This person's annotations"
-msgstr "Denne personens annoteringer"
+msgstr "Denne personens merknader"
msgid "This person's {{count}} Freedom of Information request"
msgid_plural "This person's {{count}} Freedom of Information requests"
@@ -2850,7 +2911,7 @@ msgid "This was not possible because there is already an account using \\nthe em
msgstr "Dette var ikke mulig da det allerede er en konto som bruker e-postadressen {{email}}."
msgid "To"
-msgstr ""
+msgstr "Til"
msgid "To cancel these alerts"
msgstr "For å avbryte varslingen."
@@ -2898,7 +2959,7 @@ msgid "To help us keep the site tidy, someone else has updated the status of the
msgstr "For å hjelpe oss å holde dette nettstedet ryddig, har noen andre oppdatert statusen for {{law_used_full}}-henvendelsen som du lagde til {{public_body}} slik at den er «{{display_status}}».. Hvis du er uenig i deres kategorisering, vær så snill å oppdater statusen på nytt selv til det du mener vil være mer presist."
msgid "To let everyone know, follow this link and then select the appropriate box."
-msgstr "For å orientere alle, følg denne linken og velg den aktuelle boksen."
+msgstr "For at alle skal få vite det, følg denne lenken og velg den aktuelle boksen."
msgid "To log into the administrative interface"
msgstr "For å logge deg på admin grensesnittet"
@@ -2976,7 +3037,7 @@ msgid "Turn off email alerts"
msgstr "Skru av e-postvarsling"
msgid "Tweet it"
-msgstr ""
+msgstr "Twittre det"
msgid "Tweet this request"
msgstr "Tvitre om henvendelsen"
@@ -3014,9 +3075,15 @@ msgstr "Desverre har vi ikke en fungerende adresse for "
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Beklageligvis har vi ikke en fungerende {{info_request_law_used_full}}-adresse for"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Meld deg av"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Uvanlig svar."
@@ -3129,7 +3196,7 @@ msgid "View email"
msgstr "Les e-post"
msgid "View other requests to {{public_body}}"
-msgstr ""
+msgstr "Se andre henvendelser til {{public_body}}"
msgid "Waiting clarification."
msgstr "Venter avklaring"
@@ -3144,7 +3211,7 @@ msgid "Waiting for the public authority to reply"
msgstr "Venter på svar fra myndigheten"
msgid "Was the response you got to your FOI request any good?"
-msgstr "Var svaret på innsynshenvendelsen din tilfredstillende?"
+msgstr "Fikk du et godt svar på innsynshenvendelsen din?"
msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users."
msgstr "Vi ser ikke på dette som en gyldig innsynshenvendelse, og har derfor gjemt den for de andre brukerne."
@@ -3168,20 +3235,20 @@ msgid "We will not reveal your email address to anybody unless <a href=\"{{url}}
msgstr "Vi vil aldri gi ut e-post adressen din til noen uten at du eller\\n retten ber oss om det (<a href=\"{{url}}\">detaljer</a>). "
msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to."
-msgstr "Vi kommer ikke dele e-post-adressen din med noen, med mindre du eller en domstol ber oss om det."
+msgstr "Vi gir ikke ut e-postadressen din med, mindre du\\neller rettsvesenet ber om det."
msgid "We will not reveal your email addresses to anybody unless you\\nor the law tell us to."
-msgstr "Vi kommer ikke dele e-post-adressene dine med noen, med mindre du eller en domstol ber oss om det."
+msgstr "Vi gir ikke ut e-postadressene dine med, mindre du\\neller rettsvesenet ber om det."
msgid "We're waiting for someone to read a recent response and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?"
msgid_plural "We're waiting for someone to read recent responses and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Vi venter på at noen skal lese det siste svaret og oppdatere statusen for denne. Kanskje <strong>du</strong> kunne tenke deg å hjelpe til med dette?"
+msgstr[1] "Vi venter på at noen skal lese de siste svarene og oppdatere statusen for dem. Kanskje <strong>du</strong> kunne tenke deg å hjelpe til med dette?"
msgid "We're waiting for {{user}} to read a recent response and update the status."
msgid_plural "We're waiting for {{user}} to read recent responses and update the status."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Vi venter på at {{user}} skal lese en av de siste svarene og oppdatere statusen."
+msgstr[1] "Vi venter på at {{user}} skal lese de siste svarene og oppdatere statusen."
msgid "We've sent an email to your new email address. You'll need to click the link in\\nit before your email address will be changed."
msgstr "Vi har sent en mail til den nye e-post adressen din. Du må klikke på lenken i\\nden før e-post adressen din blir byttet."
@@ -3205,10 +3272,10 @@ msgid "What information has been requested?"
msgstr "Hva slags informasjon er forespurt?"
msgid "What next?"
-msgstr ""
+msgstr "Hva er det neste?"
msgid "When you get there, please update the status to say if the response \\ncontains any useful information."
-msgstr "Når du kommer dit, vær så snill å oppdatere statusen til å fortelle om svaret inneholdt noe nyttig informasjon."
+msgstr "Når du kommer dit, vær så snill å oppdatere status på svaret slik at det fremgår om du fikk informasjonen du spurte om."
msgid "When you receive the paper response, please help\\n others find out what it says:"
msgstr "Når du mottar svar på papir, vær så snill å hjelp andre å finne ut hva det sier:"
@@ -3225,6 +3292,15 @@ msgstr "Hvem kan jeg be om informasjon fra?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "Hvorfor mener du denne henvendelsen er upassende?"
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Trukket tilbake av henvenderen"
@@ -3324,6 +3400,9 @@ msgstr "Du <a href=\"{{wall_url_user}}\">følger nå med på</a> oppdateringer o
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr "Nå <a href=\"{{wall_url_user}}\">følger du</a> oppdateringer om <a href=\"{{successful_requests_url}}\">vellykkede henvendelser</a>."
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Du kan <strong>klage</strong> ved å"
@@ -3337,7 +3416,7 @@ msgid "You can only request information about the environment from this authorit
msgstr "Du kan kun spørre om miljøinformasjon fra denne myndigheten."
msgid "You have a new response to the {{law_used_full}} request "
-msgstr "Du har et nytt svar til {{law_used_full}} request "
+msgstr "Du har et nytt svar til {{law_used_full}}"
msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem"
msgstr "Du har funnet en feil. Vennligst <a href=\"{{contact_url}}\">kontakt oss</a> for å fortelle oss om problemet"
@@ -3370,19 +3449,19 @@ msgid "You may be able to find\\n one on their website, or by phoning them up
msgstr "Du kan kanskje finne en på nettstedet deres, eller ved å ringe dem og spørre. Hvis du lykkes i å finne en, vær så snill <a href=\"{{url}}\">å send den til oss</a>."
msgid "You may be able to find\\none on their website, or by phoning them up and asking. If you manage\\nto find one, then please <a href=\"{{help_url}}\">send it to us</a>."
-msgstr "Du kan kanskje finne en på nettstedet deres, eller ved å ringe dem og spørre. Hvis du lukkes i å finne en, vær så snill <a href=\"{{help_url}}\">å send den til oss</a>."
+msgstr "Du kan kanskje finne en på nettstedet deres, eller ved å ringe dem og spørre. Hvis du lykkes i å finne en, vær snill og <a href=\"{{help_url}}\">send den til oss</a>."
msgid "You need to be logged in to change the text about you on your profile."
msgstr "Du må være innlogget for å kunne endre teksten på din profil."
msgid "You need to be logged in to change your profile photo."
-msgstr "Du må være innlogget for å kunne profil-bildet."
+msgstr "Du må være innlogget for å endre profilbildet."
msgid "You need to be logged in to clear your profile photo."
-msgstr "Du må være innlogget for å slett profil-bildet."
+msgstr "Du må være innlogget for å slette profilbildet."
msgid "You need to be logged in to edit your profile."
-msgstr "Du må være innlogget for å endre profil-bildet."
+msgstr "Du må være innlogget for å endre profilbildet."
msgid "You need to be logged in to report a request for administrator attention"
msgstr "Du må være logget inn for å be om at en henvendelse ses på av adminstrasjonen"
@@ -3403,7 +3482,7 @@ msgid "You will no longer be emailed updates for those alerts"
msgstr "Du vil ikke lenger motta e-postoppdateringer for disse varslene"
msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
-msgstr "Du vil nå motta e-postoppdateringer om offentlig myndighet '{{link_to_authority}}'."
+msgstr "Du vil nå motta e-postoppdateringer med oppdateringer på myndigheten '{{link_to_authority}}'."
msgid "You will now be emailed updates about '{{link_to_request}}', a request."
msgstr "Du vil nå motta e-postoppdateringer om henvendelsen '{{link_to_request}}'."
@@ -3424,19 +3503,19 @@ msgid "You will only get an answer to your request if you follow up\\nwith the c
msgstr "Du vil bare få svar på din henvendelse hvis du følger opp med klargjøringen."
msgid "You will still be able to view it while logged in to the site. Please reply to this email if you would like to discuss this decision further."
-msgstr "Du vil fortsatt være i stand til å se den når du er pålogget siden. Vennligst svar på denne e-posten om du har lyst til å diskutere denne avgjørelsen ytterligere."
+msgstr "Du vil fortsatt være i stand til å se den når du er pålogget nettstedet. Vennligst svar på denne e-posten om du har lyst til å diskutere denne avgjørelsen ytterligere."
msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>"
msgstr "Du er inne. <a href=\"#\" id=\"send-request\">Fortsett innsending av din henvendelse</a>"
msgid "You're long overdue a response to your FOI request - "
-msgstr "Du har ventet altfor lenge på svar på din henvendelse - "
+msgstr "Du har nå ventet altfor lenge på svar på innsynshenvendelsen - "
msgid "You're not following anything."
msgstr "Du følger ingenting."
msgid "You've now cleared your profile photo"
-msgstr "Du har nå slettet profil-bildet ditt"
+msgstr "Du har nå slettet profilbildet ditt"
msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines.\\n <a href=\"{{help_url}}\">Thinking of using a pseudonym?</a>"
msgstr "<strong>Navnet ditt vil vises offentlig</strong>\\n (<a href=\"{{why_url}}\">hvorfor?</a>)\\n på denne nettsiden og i søkemotorer. Om du\\n vurderer å bruke et pseudonym,\\n er det fint om du <a href=\"{{help_url}}\">leser dette først</a>."
@@ -3456,8 +3535,11 @@ msgstr "Din e-post:"
msgid "Your email doesn't look like a valid address"
msgstr "Din e-postadresse ser ikke gyldig ut"
+msgid "Your email:"
+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 "Din oppfølging har ikke blitt sendt på grunn av at denne henvendelsen har blitt stoppet for å hindre søppelpost. <a href=\"{{url}}\">Ta kontakt</a> hvis du virkelig ønsker å sende en oppfølgermelding."
+msgstr "Din oppfølging er ikke blitt sendt på grunn av at denne henvendelsen ble stoppet for å hindre søppelpost. <a href=\"{{url}}\">Ta kontakt</a> hvis du virkelig ønsker å sende en oppfølgingsmelding."
msgid "Your follow up message has been sent on its way."
msgstr "Oppfølgningsmesldingen din er sendt."
@@ -3469,16 +3551,16 @@ msgid "Your message has been sent. Thank you for getting in touch! We'll get bac
msgstr "Meldingen din er sendt. Takk for at du tok kontakt! Du hører snart fra oss."
msgid "Your message to {{recipient_user_name}} has been sent"
-msgstr "Din beskjed til {{recipient_user_name}} har blitt sendt"
+msgstr "Din beskjed til {{recipient_user_name}} er blitt sendt"
msgid "Your message to {{recipient_user_name}} has been sent!"
-msgstr "Din beskjed til {{recipient_user_name}} har blitt sendt!"
+msgstr "Din beskjed til {{recipient_user_name}} er blitt sendt!"
msgid "Your message will appear in <strong>search engines</strong>"
msgstr "Meldingen din vil vises i <strong>søkemotorer</strong> som f.eks. Google."
msgid "Your name and annotation will appear in <strong>search engines</strong>."
-msgstr "Ditt navn og merknad vil dukke opp i <strong>søkemotorer</strong>."
+msgstr "Ditt navn og merknader vil dukke opp i <strong>søkemotorer</strong>."
msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)."
msgstr "Ditt navn, henvendelse og alle svar vil vises i <strong>søkemotorer</stronG>\\n (<a href=\"{{url}}\">detaljer</a>)."
@@ -3496,7 +3578,7 @@ msgid "Your password:"
msgstr "Ditt passord:"
msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}."
-msgstr "Bildet ditt vil bli vist offentlig <strong>på Internettet</strong>,\\n uavhengig om du gjør noe på {{site_name}}."
+msgstr "Bildet ditt vil bli vist offentlig <strong>på Internett</strong>,\\n hver gang du gjør noe på {{site_name}}."
msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators."
msgstr "Din henvendelse «{{request}}» på {{url}} har blitt sjekket av moderatorer."
@@ -3505,7 +3587,7 @@ msgid "Your request on {{site_name}} hidden"
msgstr "Din henvendelse på {{site_name}} er skjult"
msgid "Your request to add an authority has been sent. Thank you for getting in touch! We'll get back to you soon."
-msgstr "Din henvendelse om å legge til en autoritet er sendt. Takk for at du tok kontakt! Vi svarer deg så snart som mulig."
+msgstr "Din henvendelse om å legge til en myndighet er sendt. Takk for at du tok kontakt! Vi svarer deg så snart som mulig."
msgid "Your request to add {{public_body_name}} to {{site_name}}"
msgstr "Din henvendelse for å legge {{public_body_name}} til {{site_name}}"
@@ -3517,19 +3599,19 @@ msgid "Your request to update {{public_body_name}} on {{site_name}}"
msgstr "Din henvendelse om å oppdatere {{public_body_name}} på {{site_name}}"
msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on"
-msgstr "Din henvendelse ble kalt {{info_request}}. Ved å la alle vite hvorvidt du fikk informasjonen vil du hjelpe oss å holde rede på"
+msgstr "Din henvendelse ble kalt {{info_request}}. Ved å la alle vite hvorvidt du fikk informasjonen, hjelper du oss å holde orden på"
msgid "Your request:"
msgstr "Henvendelsen:"
msgid "Your requests will be <strong>sent</strong> shortly!"
-msgstr ""
+msgstr "Din henvendelse blir straks <strong>sendt</strong>!"
msgid "Your response to an FOI request was not delivered"
msgstr "Ditt svar til en innsynshenvendelse ble ikke levert"
msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions."
-msgstr "Svaret ditt vil <strong>publiseres på Internettet<strong>, <a href=\"{{url}}\">les hvorfor</a>, og få svar på andre spørsmål."
+msgstr "Svaret ditt vil <strong>publiseres på Internett<strong>, <a href=\"{{url}}\">les hvorfor</a>, og få svar på andre spørsmål."
msgid "Your selected authorities"
msgstr "Dine valgte myndigheter"
@@ -3553,7 +3635,7 @@ msgstr[0] "Din {{count}} bunthenvendelse"
msgstr[1] "Dine {{count}} bunthenvendelser"
msgid "Your {{law_used_full}} request has been sent"
-msgstr ""
+msgstr "Din {{law_used_full}} henvendelse er sendt"
msgid "Your {{site_name}} email alert"
msgstr "Ditt e-postvarsel fra {{site_name}}"
@@ -3565,7 +3647,7 @@ msgid "Yours sincerely,"
msgstr "Med vennlig hilsen,"
msgid "Yours,"
-msgstr "Med vennlig hilsen,"
+msgstr "Med hilsen,"
msgid "[Authority URL will be inserted here]"
msgstr "[Myndighets-URL vil bli satt inn her]"
@@ -3574,7 +3656,7 @@ msgid "[FOI #{{request}} email]"
msgstr "[Innsyns-e-postadresse #{{request}}]"
msgid "[{{public_body}} request email]"
-msgstr "[{{public_body}} henvendelses-e-post-adresse]"
+msgstr "[{{public_body}} henvendelses-e-postadresse]"
msgid "[{{site_name}} contact email]"
msgstr "[{{site_name}} e-post-kontakt]"
@@ -3649,7 +3731,7 @@ msgid "display_status only works for incoming and outgoing messages right now"
msgstr "vis status virker foreløpig kun for innkommende og utgående meldinger"
msgid "during term time"
-msgstr "i løpet av semesteret"
+msgstr "iløpet av semesteret"
msgid "e.g. Ministry of Defence"
msgstr "f.eks. Forsvarsdepartementet"
@@ -3658,7 +3740,7 @@ msgid "edit text about you"
msgstr "rediger tekst om deg"
msgid "email address"
-msgstr ""
+msgstr "epostadresse"
msgid "even during holidays"
msgstr "t.o.m. under helligdager"
@@ -3673,7 +3755,7 @@ msgid "has reported an"
msgstr "har rapportert en"
msgid "have delayed."
-msgstr "har blitt forsinket."
+msgstr "er blitt forsinket."
msgid "hide quoted sections"
msgstr "fjern sitert seksjon"
@@ -3712,7 +3794,7 @@ msgid "messages from users"
msgstr "meldinger fra brukere"
msgid "mobile number"
-msgstr ""
+msgstr "mobilnummer"
msgid "move..."
msgstr "flytt..."
@@ -3766,7 +3848,7 @@ msgid "successful requests"
msgstr "vellykkede henvendelser"
msgid "that you made to"
-msgstr "som du laget til"
+msgstr "som du skrev til"
msgid "the main FOI contact address for {{public_body}}"
msgstr "postmottaket hos {{public_body}}"
@@ -3823,8 +3905,8 @@ msgstr "{{count}} innsynshenvendelser funnet"
msgid "{{count}} follower"
msgid_plural "{{count}} followers"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "{{count}} følger"
+msgstr[1] "{{count}} følgere"
msgid "{{count}} request"
msgid_plural "{{count}} requests"
@@ -3864,7 +3946,7 @@ msgid "{{public_body_link}} was sent a request about"
msgstr "{{public_body_link}} fikk tilsendt en henvendelse om"
msgid "{{public_body_name}} no longer exists. From the request page, try replying to a particular message, rather than sending\\n a general followup. If you need to make a general followup, and know\\n an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>."
-msgstr ""
+msgstr "{{public_body_name}} finnes ikke lenger. Forsøk å svare på en bestemt melding på henvendelses-siden, i stedet for å sende en generell oppfølgermelding. Hvis du trenger å sende en generell oppfølgermelding og vet en epostadresse som går til riktig sted, <a href=\"{{url}}\">ta kontakt med oss</a>."
msgid "{{public_body_name}} only:"
msgstr "Bare {{public_body_name}} (myndighet):"
@@ -3879,7 +3961,7 @@ msgid "{{reason}}, create an account or sign in"
msgstr "{{reason}}, vennligst logg inn eller lag en ny konto."
msgid "{{search_results}} matching '{{query}}'"
-msgstr "{{search_results}} traff '{{query}}"
+msgstr "{{search_results}} som treffer '{{query}}'"
msgid "{{site_name}} blog and tweets"
msgstr "{{site_name}} blogg og tveets"
@@ -3897,7 +3979,7 @@ msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{
msgstr "{{thing_changed}} ble forandret fra <code>{{from_value}}</code> til <code>{{to_value}}</code>"
msgid "{{title}} - a Freedom of Information request to {{public_body}}"
-msgstr "{{title}} - en innsynshenvendelse etter Offentlighetsloven til {{public_body}}"
+msgstr "{{title}} - en innsynshenvendelse etter Offentlighetslova til {{public_body}}"
msgid "{{title}} - a batch request"
msgstr "{{title}} - en bunthenvendelse"
@@ -3927,19 +4009,19 @@ msgid "{{user_name}} sent a request to {{public_body}}"
msgstr "{{user_name}} sendte en innsynshenvendelse til {{public_body}}"
msgid "{{user_name}} would like a new authority added to {{site_name}}"
-msgstr "{{user_name}} ønsker en ny autoritet lagt til {{site_name}}"
+msgstr "{{user_name}} ønsker en ny myndighet lagt til {{site_name}}"
msgid "{{user_name}} would like the email address for {{public_body_name}} to be updated"
-msgstr "{{user_name}} ønsker at e0postadressen til {{public_body_name}} skal oppdateres"
+msgstr "{{user_name}} ønsker at e-postadressen til {{public_body_name}} skal oppdateres"
msgid "{{username}} left an annotation:"
msgstr "{{username}} la igjen en merknad:"
msgid "{{user}} ({{user_admin_link}}) made this {{law_used_full}} request (<a href=\"{{request_admin_url}}\">admin</a>) to {{public_body_link}} (<a href=\"{{public_body_admin_url}}\">admin</a>)"
-msgstr "{{user}} ({{user_admin_link}}) laget denne {{law_used_full}} henvendelsen (<a href=\"{{request_admin_url}}\">admin</a>) to {{public_body_link}} (<a href=\"{{public_body_admin_url}}\">admin</a>)"
+msgstr "{{user}} ({{user_admin_link}}) laget denne {{law_used_full}} henvendelsen (<a href=\"{{request_admin_url}}\">admin</a>) til {{public_body_link}} (<a href=\"{{public_body_admin_url}}\">admin</a>)"
msgid "{{user}} made this {{law_used_full}} request"
msgstr "{{user}} sendte denne henvendelsen om {{law_used_full}}"
msgid "« Back to search results"
-msgstr ""
+msgstr "« Tilbake til søkeresultatene"
diff --git a/locale/nl/app.po b/locale/nl/app.po
index b564f5ca7..bf4a2c1c5 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: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:11+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/alaveteli/language/nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
@@ -143,9 +143,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -452,12 +457,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "In afwachting van classificatie."
msgid "Awaiting internal review."
msgstr "In afwachting van interne beoordeling."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "In afwachting van antwoord,\\."
@@ -665,6 +679,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -695,6 +712,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Vertraagde reactie op uw WOB verzoek -"
@@ -994,6 +1014,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1063,6 +1086,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1297,6 +1323,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1369,6 +1401,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1474,6 +1509,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Nieuwe Wet Openbaarheid Bestuur verzoeken"
@@ -1543,6 +1581,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1642,6 +1686,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Gedeeltelijk succesvol."
@@ -2097,6 +2144,9 @@ msgstr ""
msgid "Refused."
msgstr "Geweigerd."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2223,9 +2273,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2390,6 +2437,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2405,9 +2455,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Succesvolle Wet Openbaarheid Bestuur verzoeken"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2743,6 +2799,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3005,9 +3064,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3213,6 +3278,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3312,6 +3386,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3444,6 +3521,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/nn/app.po b/locale/nn/app.po
index 4f097ce49..4cd71b1bf 100644
--- a/locale/nn/app.po
+++ b/locale/nn/app.po
@@ -3,6 +3,8 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# Harald Fykse <haraldfykse@gmail.com>, 2015
+# Kevin Brubeck Unhammer <unhammer+dill@mm.st>, 2015
# Kjetil Torgrim Homme <kjetilho@ifi.uio.no>, 2015
# pere <pere-transifex@hungry.com>, 2015
# pere <pere-transifex@hungry.com>, 2015
@@ -10,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 10:53+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@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"
@@ -65,7 +67,7 @@ msgid " Advise on how to <strong>best clarify</strong> the request."
msgstr "Råd om korleis <strong>best tydeleggjere</strong> førespurnaden."
msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. "
-msgstr "Idear om kva <strong>andre dokument etaten kan ha</strong> som du kan be om"
+msgstr "Idear om kva <strong>andre dokument etaten kan ha</strong> som du kan be om."
msgid " If you know the address to use, then please <a href=\"{{url}}\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking."
msgstr "Om du veit adressa som kan brukast, ver venleg å <a href=\"{{url}}\"> sende den til oss</a>. Du finn kanskje adressa på deira nettstad eller ved å ringe dei og spørje."
@@ -74,7 +76,7 @@ msgid " Include relevant links, such as to a campaign page, your blog or a\\n
msgstr "Ta med relevante lenker, t.d. kampanjesider, bloggar, eller Twitter-konto. Dei vil vere klikkbare.\\nT.d."
msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. "
-msgstr "Lenke til den etterspurte informasjonen, om han <strong>allereie finnest</strong> på Internett."
+msgstr "Lenkja til den etterspurte informasjonen, om han <strong>allereie finst</strong> på Internett."
msgid " Offer better ways of <strong>wording the request</strong> to get the information. "
msgstr "Tilby betre måtar å <strong>formulere kravet</strong> til informasjon."
@@ -137,17 +139,22 @@ msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or other
msgstr "<a href=\"{{url}}\">Legg til merknad</a> (for å hjelpe innsendaren eller andre)"
msgid "<a href=\"{{url}}\">Do you want to request private information about yourself?</a>"
-msgstr ""
+msgstr "<a href=\"{{url}}\">Ynskjer du å spørja om personleg informasjon om deg sjølv?</a>"
msgid "<a href=\"{{url}}\">Keep it <strong>focused</strong></a>, you'll be more likely to get what you want."
-msgstr ""
+msgstr "Ver <a href=\"{{url}}\"><strong>fokusert</strong></a> – då har du større sjanse for å få det du vil ha."
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Logg inn</a> for å endre passord, abonnement og anna (kun {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Alt er klart! Tusen takk for hjelpa.</p> <p>Det er <a href=\"{{helpus_url}}\">fleire ting du kan gjere</a> for å hjelpe {{site_name}}.</p>"
@@ -170,891 +177,909 @@ msgid "<p>Thank you! Hopefully your wait isn't too long.</p><p>You should get a
msgstr "<p>Takk! Vi vonar du slepp å vente for lenge.</p><p>Du bør få eit svar i løpet av {{late_number_of_days}} dagar, eller få beskjed om det lenger tid (a href=\"{{review_url}}\">detaljar</a>).</p>"
msgid "<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>"
-msgstr ""
+msgstr "<p>Takk! Din førespurnad har gått over svarfristen med meir enn {{very_late_number_of_days}} arbeidsdagar. Dei fleste førespurnader bør få svar innan {{late_number_of_days}} arbeidsdagar. Sjå nedanfor om du vil klaga på dette.</p>"
msgid "<p>Thanks for changing the text about you on your profile.</p>\\n <p><strong>Next...</strong> You can upload a profile photograph too.</p>"
-msgstr ""
+msgstr "<p>Takk for at du endra teksta om deg på profilen din.</p>\\n <p><strong>Som neste steg ...</strong>kan du lasta opp eit profilbilete.</p>"
msgid "<p>Thanks for updating your profile photo.</p>\\n <p><strong>Next...</strong> You can put some text about you and your research on your profile.</p>"
-msgstr ""
+msgstr "<p>Takk for at du oppdaterte profilbiletet ditt.</p>\\n <p><strong>Som neste steg...</strong> kan du leggja litt ut tekst om deg og undersøkjinga di på profilen din.</p>"
msgid "<p>We recommend that you edit your request and remove the email address.\\n If you leave it, the email address will be sent to the authority, but will not be displayed on the site.</p>"
-msgstr ""
+msgstr "<p>Vi rår til at du redigerer din førespurnaden og fjernar e-postadressa.\\n Viss du lèt han vera, vil e-postadressa sendast til etaten, men vil ikkje verta vist fram på nettstaden.</p>"
msgid "<p>We're glad you got all the information that you wanted. If you write about or make use of the information, please come back and add an annotation below saying what you did.</p>"
-msgstr ""
+msgstr "<p>Vi er glade for at du fekk all informasjonen du ynskte. Viss du skriv om det eller gjer bruk av informasjonen, ver venleg og kom tilbake hit og legg inn ei melding under som fortel kva du gjorde.</p>"
msgid "<p>We're glad you got all the information that you wanted. If you write about or make use of the information, please come back and add an annotation below saying what you did.</p><p>If you found {{site_name}} useful, <a href=\"{{donation_url}}\">make a donation</a> to the charity which runs it.</p>"
-msgstr ""
+msgstr "<p>Vi er glade for at du fekk den informasjonen du var ute etter. Viss du skriv om, eller brukar informasjonen, ver venleg og kom tilbake hit og legg til eit notat under og del med andre kva du har gjort.</p><p>Dersom du synest {{site_name}} er nyttig, så kan du <a href=\"{{donation_url}}\">gje eit bidrag</a> til organisasjonen driftar denne sida.</p>"
msgid "<p>We're glad you got some of the information that you wanted. If you found {{site_name}} useful, <a href=\"{{donation_url}}\">make a donation</a> to the charity which runs it.</p><p>If you want to try and get the rest of the information, here's what to do now.</p>"
-msgstr ""
+msgstr "<p>Vi er glade for at du fekk noko av informasjonen du var ute etter. Dersom du synest at {{site_name}} er nyttig, så kan du <a href=\"{{donation_url}}\">gje eit bidrag</a> til organisasjonen som driftar denne sida.</p><p>Viss du vil freista å få tak i resten av informasjonen, så forklarer vi kva du bør gjera vidare.</p>"
msgid "<p>We're glad you got some of the information that you wanted.</p><p>If you want to try and get the rest of the information, here's what to do now.</p>"
-msgstr ""
+msgstr "<p>Vi er glade for at du fekk noko av informasjonen du ynskte.</p><p>Viss du ynskjer å freista å få tak i resten av informasjonen, så kan du gjera følgjande.</p>"
msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"{{url}}\">details</a>).</p>"
-msgstr ""
+msgstr "<p>Du treng ikkje ta med e-postadressa i førespurnaden for å få eit svar (<a href=\"{{url}}\">detaljar</a>).</p>"
msgid "<p>You do not need to include your email in the request in order to get a reply, as we will ask for it on the next screen (<a href=\"{{url}}\">details</a>).</p>"
-msgstr ""
+msgstr "<p>Du treng ikkje ta med e-postadressa i førespurnaden for å få eit svar, då vi vil spørja om den i-en det neste skjermbiletet (<a href=\"{{url}}\">detaljar</a>).</p>"
msgid "<p>Your request contains a <strong>postcode</strong>. Unless it directly relates to the subject of your request, please remove any address as it will <strong>appear publicly on the Internet</strong>.</p>"
-msgstr ""
+msgstr "<p>Din førespurnad inneheld eit <strong>postnummer</strong>. Med mindre det er direkte relevant for temaet i din førespurnad, ver så snill å fjern kvar og ei adresse då han vil <strong>vera offentleg tilgjengeleg på Internettet</strong>.</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 ""
+msgstr "<p>Det vert utført vedlikehald på {{site_name}}. Du kan berre sjå på eksisterande førespurnader. Du kan ikkje oppretta nye, leggja til oppfølgingar eller notat eller endra på data.</p> <p>{{read_only}}</p>"
msgid "<small>If you use web-based email or have \"junk mail\" filters, also check your\\nbulk/spam mail folders. Sometimes, our messages are marked that way.</small>\\n</p>"
-msgstr ""
+msgstr "<small>Brukar du web-basert e-post eller har \"spam-filter\", sjekk òg din\\nsøppel/spam-e-postfolder. Det hender at meldingane våre vert handsama som spam.</small>\\n</p>"
msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No!</a>"
-msgstr ""
+msgstr "<strong> Kan eg be om informasjon om meg personleg?</strong>\\n\t\t\t<a href=\"{{url}}\">NEI! (klikk her for detaljar)</a>"
msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL."
-msgstr ""
+msgstr "<strong><code>commented_by:tony_bowden</code></strong> for å søkja etter annoteringer frå Tony Bowden. Namnet vert slik skrive det kjem frami URL."
msgid "<strong><code>filetype:pdf</code></strong> to find all responses with PDF attachments. Or try these: <code>{{list_of_file_extensions}}</code>"
-msgstr ""
+msgstr "<strong><code>filetype:pdf</code></strong> for å finne alle svar som har PDF-vedlegg. Eller, forsøk med desse: <code>{{list_of_file_extensions}}</code>"
msgid "<strong><code>request:</code></strong> to restrict to a specific request, typing the title as in the URL."
-msgstr ""
+msgstr "<strong><code>request:</code></strong> for å avgrensa til éin førespurnad. Tittel vert skrive som han kjem frami URL."
msgid "<strong><code>requested_by:julian_todd</code></strong> to search requests made by Julian Todd, typing the name as in the URL."
-msgstr ""
+msgstr "<strong><code>requested_by:julian_todd</code></strong> for å søkja etter førespurnader gjord av Julian Todd. Namnet vert slik skrive det kjem frami URL."
msgid "<strong><code>requested_from:home_office</code></strong> to search requests from the Home Office, typing the name as in the URL."
-msgstr ""
+msgstr "<strong><code>requested_from:home_office</code></strong> for å søkja i førespurnader mot kontoret til statsministeren, skriv namnet inn som URL-ein."
msgid "<strong><code>status:</code></strong> to select based on the status or historical status of the request, see the <a href=\"{{statuses_url}}\">table of statuses</a> below."
-msgstr ""
+msgstr "<strong><code>status:</code></strong> for å velja frå ut noverande eller tidlegare status til ein førespurnad. Sjå <a href=\"{{statuses_url}}\">tabell over statusar</a> under."
msgid "<strong><code>tag:charity</code></strong> to find all public authorities or requests with a given tag. You can include multiple tags, \\n and tag values, e.g. <code>tag:openlylocal AND tag:financial_transaction:335633</code>. Note that by default any of the tags\\n can be present, you have to put <code>AND</code> explicitly if you only want results them all present."
-msgstr ""
+msgstr "<strong><code>tag:charity</code></strong> for å finne alle offentlege styresmakter eller med ein gjeven merkelapp. Ein kan ha med fleire merkelappar, \\n og -innhald, til dømes <code>tag:openlylocal AND tag:financial_transaction:335633</code>. Merk at som standard kan kvar av merkelappane \\n vera med. Då må du setja <code>AND</code> tydeleg viss du ynskjer å ha alle med. "
msgid "<strong><code>variety:</code></strong> to select type of thing to search for, see the <a href=\"{{varieties_url}}\">table of varieties</a> below."
-msgstr ""
+msgstr "<strong><code>variety:</code></strong> for å velja typen ting du skal søkja etter. Sjå <a href=\"{{varieties_url}}\">tabell over typar</a> under."
msgid "<strong>Advice</strong> on how to get a response that will satisfy the requester. </li>"
-msgstr ""
+msgstr "<strong>Råd</strong> for å få eit svar som er tilfredsstillande til han som spør. </li>"
msgid "<strong>All the information</strong> has been sent"
-msgstr ""
+msgstr "<strong>All informasjonen</strong> har vorte sendt"
msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking"
-msgstr ""
+msgstr "<strong>Noko anna</strong>, som til dømes oppklaringer, spurnad, takk"
msgid "<strong>By law, they have to respond</strong> (<a href=\"{{url}}\">why?</a>)."
-msgstr ""
+msgstr "<strong>Iht. loven har du krav på svar</strong> (<a href=\"{{url}}\">Finn ut meir om loven</a>)."
msgid "<strong>Caveat emptor!</strong> To use this data in an honourable way, you will need \\na good internal knowledge of user behaviour on {{site_name}}. How, \\nwhy and by whom requests are categorised is not straightforward, and there will\\nbe user error and ambiguity. You will also need to understand FOI law, and the\\nway authorities use it. Plus you'll need to be an elite statistician. Please\\n<a href=\"{{contact_path}}\">contact us</a> with questions."
-msgstr ""
+msgstr "<strong>Åtvaring!</strong> For å bruka desse dataa ordentleg, vil du trenga \\n god kunnskap om brukaråtferd på {{site_name}}. Korleis,\\n kvifor, og av kven førespurnader er kategorisert er ikkje berre enkelt, og det vil \\n vera brukarfeil og uklarheter. Du vil òg ha behov for å forstå offentlighetslovgivningen og måten\\n styresmaktene brukar han. Og du må vera ein dugeleg statistiker. <a href=\"{{contact_path}}\">Kontakt oss</a> gjerne med spurnad."
msgid "<strong>Clarification</strong> has been requested"
-msgstr ""
+msgstr "<strong>Klargjøring</strong> har vorte spurt"
msgid "<strong>No response</strong> has been received\\n <small>(maybe there's just an acknowledgement)</small>"
-msgstr ""
+msgstr "<strong>Inkje svar</strong>er motteke\\n <small>(kanskje berre ein bekreftelse på at førespurnaden er motteke)</small>"
msgid "<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority."
-msgstr ""
+msgstr "<strong>Merk:</strong> Då vi held på å testa, så vil førespurnader sendast til {{email}} i staden for den faktiske styresmakta."
msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\\n to try out how it works."
-msgstr ""
+msgstr "<strong>Merk:</strong> Du sender ei melding til deg sjølv, vi anter at det er\\n for å testa korleis det fungerer."
msgid "<strong>Note:</strong>\\n We will send an email to your new email address. Follow the\\n instructions in it to confirm changing your email."
-msgstr ""
+msgstr "<strong>Merk:</strong>\\n Vi kjem til å senda ei e-post til den nye e-postadressa di. Følg\\n instruksjonane i den e-posten for å stadfesta at du ynskjer å byta e-postadresse."
msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}."
-msgstr ""
+msgstr "<strong>Personvern sitt OBS:</strong> Biletet ditt vil vera offentleg tlgjengelig på heile Internettet.\\n uavhengig om du gjer noko på {{site_name}}."
msgid "<strong>Privacy warning:</strong> Your message, and any response\\n to it, will be displayed publicly on this website."
-msgstr ""
+msgstr "<strong>Personvern sitt OBS:</strong> Meldinga di og alle svar\\n\\n vil visast offentleg på denne tenesta."
msgid "<strong>Some of the information</strong> has been sent "
-msgstr ""
+msgstr "<strong>Noko av informasjonen</strong> vart sendt"
msgid "<strong>Thank</strong> the public authority or "
-msgstr ""
+msgstr "<strong>Takk</strong> styresmakta eller "
msgid "<strong>We will email you</strong> when there is a response, or after {{late_number_of_days}} working days if the authority still hasn't replied by then."
-msgstr ""
+msgstr "<strong>Vi sender deg ein epost</strong> når det finst svar, eller e. {{late_number_of_days}} virkedager viss styresmaktene ikkje har svara innan den tida."
msgid "<strong>We will email you</strong> when they have been sent. 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 replied by then."
-msgstr ""
+msgstr "<strong>Vi sender deg ein epost</strong> når dei er vorte sendt. Vi vil òg senda deg ein epost når det finst svar på nokon av dei, eller e. {{late_number_of_days}} virkedager viss styresmaktene ikkje har svara innan den tida."
msgid "<strong>did not have</strong> the information requested."
-msgstr ""
+msgstr "<strong>hadde ikkje</strong> informasjonen du bad om."
msgid "?"
-msgstr ""
+msgstr "?"
msgid "A <a href=\"{{request_url}}\">follow up</a> to <em>{{request_title}}</em> was sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Ein <a href=\"{{request_url}}\">oppfølging</a> til <em>{{request_title}}</em> vart sendt til {{public_body_name}} frå {{info_request_user}} den {{date}}."
msgid "A <a href=\"{{request_url}}\">response</a> to <em>{{request_title}}</em> was sent by {{public_body_name}} to {{info_request_user}} on {{date}}. The request status is: {{request_status}}"
-msgstr ""
+msgstr "Eit <a href=\"{{request_url}}\">svar til</a> <em>{{request_title}}</em> var sendt av {{public_body_name}} til {{info_request_user}} den {{date}}. Status for førespurnaden er: {{request_status}}"
msgid "A <strong>summary</strong> of the response if you have received it by post. "
-msgstr ""
+msgstr "Ein <strong>oppsummering</strong> av svaret dersom du har mottat det i posten. "
msgid "A Freedom of Information request"
-msgstr ""
+msgstr "Eit krav om innsyn"
msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}"
-msgstr ""
+msgstr "Komplett historie for min krav om innsyn og all korrespondanse er tilgjengeleg på Internettet frå denne adressa: {{url}}"
msgid "A new request, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, was sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Ein ny førespurnad, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, vart sendt til {{public_body_name}} av {{info_request_user}} den {{date}}."
msgid "A one line summary of the information you are requesting, \\n\t\t\te.g."
-msgstr ""
+msgstr "ei linje si oppsummering av informasjonen du spør om, \\n\t\t\tt.d.."
msgid "A public authority"
-msgstr ""
+msgstr "Ei offentleg styresmakt"
msgid "A response will be sent <strong>by post</strong>"
-msgstr ""
+msgstr "Eit svar vil sendast <strong>per brev</strong>"
msgid "A strange reponse, required attention by the {{site_name}} team"
-msgstr ""
+msgstr "Eit merkeleg svar kravde oppfølging frå {{site_name}}-gruppa"
msgid "A vexatious request"
-msgstr ""
+msgstr "Ein sjikanøs førespurnad"
msgid "A {{site_name}} user"
-msgstr ""
+msgstr "Ein {{site_name}} brukar"
msgid "About you:"
-msgstr ""
+msgstr "Om deg:"
msgid "Act on what you've learnt"
-msgstr ""
+msgstr "Gøyr noko med det du har lært"
msgid "Acts as xapian/acts as xapian job"
-msgstr ""
+msgstr "Acts as xapian/acts as xapian job"
msgid "ActsAsXapian::ActsAsXapianJob|Action"
-msgstr ""
+msgstr "ActsAsXapian::ActsAsXapianJob|Action"
msgid "ActsAsXapian::ActsAsXapianJob|Model"
-msgstr ""
+msgstr "ActsAsXapian::ActsAsXapianJob|Model"
msgid "Add an annotation to &ldquo;{{request_title}}&rdquo;"
-msgstr ""
+msgstr "Legg til ein bemerkning til &ldquo;{{request_title}}&rdquo;"
msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>."
-msgstr ""
+msgstr "Legg til ein kommentar til førespurnaden med utvalde sitat, eller\\n <strong> gje ein oppsummering av svaret.</strong>"
msgid "Add authority - {{public_body_name}}"
-msgstr ""
+msgstr "Legg til styresmakt - {{public_body_name}}"
msgid "Add the authority:"
-msgstr ""
+msgstr "Legg til styresmakta:"
msgid "Added on {{date}}"
-msgstr ""
+msgstr "Lagt til {{date}}"
msgid "Admin level is not included in list"
-msgstr ""
+msgstr "Administrasjonsnivå er ikkje med i lista"
msgid "Administration URL:"
-msgstr ""
+msgstr "Administrasjon sin-URL:"
msgid "Advanced search"
-msgstr ""
+msgstr "Avansert søk"
msgid "Advanced search tips"
-msgstr ""
+msgstr "Avansert søketips"
msgid "Advise on whether the <strong>refusal is legal</strong>, and how to complain about it if not."
-msgstr ""
+msgstr "Råd om i kva grad <strong>avvisningen er lovleg</strong>, og korleis du eventuelt kan klaga."
msgid "Air, water, soil, land, flora and fauna (including how these effect\\n human beings)"
-msgstr ""
+msgstr "Luft, vatn, jord, flora og fauna (inkludert korleis desse påverkar\\n menneske)"
msgid "All of the information requested has been received"
-msgstr ""
+msgstr "All etterspurd informasjon er motteke"
msgid "All the options below can use <strong>status</strong> or <strong>latest_status</strong> before the colon. For example, <strong>status:not_held</strong> will match requests which have <em>ever</em> been marked as not held; <strong>latest_status:not_held</strong> will match only requests that are <em>currently</em> marked as not held."
-msgstr ""
+msgstr "Alle vala under kan bruka <strong>status</strong> eller <strong>latast_status</strong> før kolon. Til dømes, <strong>status:nót_held</strong> vil få treff i førespurnader som <em>no eller tidlegare</em> har vore merkt som nót held; <strong>latast_status:nót_held</strong> vil berre treffa førespurnader som er <em>no</em> er markert som nót held."
msgid "All the options below can use <strong>variety</strong> or <strong>latest_variety</strong> before the colon. For example, <strong>variety:sent</strong> will match requests which have <em>ever</em> been sent; <strong>latest_variety:sent</strong> will match only requests that are <em>currently</em> marked as sent."
-msgstr ""
+msgstr "Alle alternativa nedanfor kan bruka <strong>variety</strong> eller <strong>latast_variety</strong> føre kolon. Til dømes, <strong>variety:seint</strong> vil svara til førespurnader som har <em>nokon gong</em> vorte seint; <strong>latast_variety:seint</strong> vil berre svara til førespurnader <em>som for tida</em> er merkt som sendt."
msgid "Also called {{other_name}}."
-msgstr ""
+msgstr "Òg kalla {{other_name}}."
msgid "Also send me alerts by email"
-msgstr ""
+msgstr "Send meg òg varsel via e-post"
msgid "Alter your subscription"
-msgstr ""
+msgstr "Endre abonnementet ditt"
msgid "Although all responses are automatically published, we depend on\\nyou, the original requester, to evaluate them."
-msgstr ""
+msgstr "Sjølv om alle svar vert automatisk publisert så er vi avhengig av deg,\\nden opphavlege innsenderen, til å vurdera dei."
msgid "An <a href=\"{{request_url}}\">annotation</a> to <em>{{request_title}}</em> was made by {{event_comment_user}} on {{date}}"
-msgstr ""
+msgstr "Ein <a href=\"{{request_url}}\">annotering</a> til <em>{{request_title}}</em> vart laga av {{event_comment_user}} på {{date}}"
msgid "An <strong>error message</strong> has been received"
-msgstr ""
+msgstr "Ei <strong>feilmelding</strong> har vorte motteke"
msgid "An Environmental Information Regulations request"
-msgstr ""
+msgstr "Ein miljøinformasjonslov-førespurnad"
msgid "An anonymous user"
-msgstr ""
+msgstr "Ein anonym brukar"
msgid "Annotation added to request"
-msgstr ""
+msgstr "Merknad lagt til førespurnad"
msgid "Annotations"
-msgstr ""
+msgstr "Merknader"
msgid "Annotations are so anyone, including you, can help the requester with their request. For example:"
-msgstr ""
+msgstr "Merknader gjer at kvar og ein, òg du, kan hjelpa innsender med deira førespurnad. Til dømes:"
msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}."
-msgstr ""
+msgstr "Merknader vert gjort offentleg tilgjengeleg her og er <strong>ikkje</strong> sendt til {{public_body_name}}."
msgid "Anonymous user"
-msgstr ""
+msgstr "Anonym brukar"
msgid "Anyone:"
-msgstr ""
+msgstr "Alle"
msgid "Applies to"
-msgstr ""
+msgstr "Gjelder for"
msgid "Are we missing a public authority?"
-msgstr ""
+msgstr "Skal vi leggja til fleire styresmakter?"
msgid "Are you the owner of any commercial copyright on this page?"
-msgstr ""
+msgstr "Er du eig av kommersielle åndsverksrettar på denne sida?"
msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries."
-msgstr ""
+msgstr "Spør om <strong>spesifikke</strong> dokument, informasjon eller rettleiing om noko som gjeld deg."
msgid "Ask us to add an authority"
-msgstr ""
+msgstr "Be oss leggja til ei styresmakt"
msgid "Ask us to update FOI email"
-msgstr ""
+msgstr "Be oss om å oppdatera e-postadresse brukt ved krav om innsyn"
msgid "Ask us to update the email address for {{public_body_name}}"
-msgstr ""
+msgstr "Spør oss om å oppdatera e-postadressa til {{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 ""
+msgstr "Skriv eit svar til dei nedst på denne sida, og freist å overtala dei til å scanne det inn\\n (<a href=\"{{url}}\">fleire detaljar</a>)."
msgid "Attachment (optional):"
-msgstr ""
+msgstr "Vedlegg (valfritt):"
msgid "Attachment:"
-msgstr ""
+msgstr "Vedlegg:"
msgid "Authority email:"
-msgstr ""
+msgstr "Styresmakt e-post:"
msgid "Authority:"
+msgstr "Styresmakt:"
+
+msgid "Awaiting clarification"
msgstr ""
-msgid "Awaiting classification."
+msgid "Awaiting classification"
msgstr ""
+msgid "Awaiting classification."
+msgstr "Ventar på kategorisering."
+
msgid "Awaiting internal review."
+msgstr "Ventar på handsaming av klage."
+
+msgid "Awaiting response"
msgstr ""
msgid "Awaiting response."
-msgstr ""
+msgstr "Ventar på svar."
msgid "Banned users cannot edit their profile"
-msgstr ""
+msgstr "Bannlyste brukarar kan ikkje redigera profilen sin"
msgid "Batch created by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Visk oppretta av {{info_request_user}} den {{date}}."
msgid "Beginning with"
-msgstr ""
+msgstr "Byrjar med"
msgid "Browse <a href='{{url}}'>other requests</a> for examples of how to word your request."
-msgstr ""
+msgstr "Sjå på <a href='{{url}}'>andre førespurnader</a> for døme på korleis du bør ordleggja førespurnaden."
msgid "Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for examples of how to word your request."
-msgstr ""
+msgstr "Sjå på <a href='{{url}}'>andre førespurnader</a> til '{{public_body_name}}' for døme på korleis du kan ordleggja deg."
msgid "Browse all authorities..."
-msgstr ""
+msgstr "Vis alle styresmaktene..."
msgid "Browse and search requests"
-msgstr ""
+msgstr "Vis og søk i førespurnader"
msgid "Browse requests"
-msgstr ""
+msgstr "Vis førespurnader"
msgid "By law, under all circumstances, {{public_body_link}} should have responded by now"
-msgstr ""
+msgstr "I følgje loven så burde {{public_body_link}}, under kvart og eit omstende ha svara på dette tidspunktet"
msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and"
-msgstr ""
+msgstr "I følgje loven, så burde {{public_body_link}} normal ha svara <strong>raskt</strong> og"
msgid "Calculated home page"
-msgstr ""
+msgstr "Berekna heimeside"
msgid "Can't find the one you want?"
-msgstr ""
+msgstr "Vil du kontakta ei styresmakt som ikkje er her?"
msgid "Cancel a {{site_name}} alert"
-msgstr ""
+msgstr "Avbryt eit {{site_name}}-varsel"
msgid "Cancel some {{site_name}} alerts"
-msgstr ""
+msgstr "Avbryt nokon {{site_name}}-varsel"
msgid "Cancel, return to your profile page"
-msgstr ""
+msgstr "Kanselerer, returner til profil-biletet ditt"
msgid "Censor rule"
-msgstr ""
+msgstr "Sensurregel"
msgid "CensorRule|Last edit comment"
-msgstr ""
+msgstr "Sensurregel|Siste redigeringskommentar"
msgid "CensorRule|Last edit editor"
-msgstr ""
+msgstr "Sensurregel|Siste endring av"
msgid "CensorRule|Regexp"
-msgstr ""
+msgstr "Sensurregel|Regexp"
msgid "CensorRule|Replacement"
-msgstr ""
+msgstr "Sensurregel|Erstatning"
msgid "CensorRule|Text"
-msgstr ""
+msgstr "Sensurregel|Tekst"
msgid "Change email on {{site_name}}"
-msgstr ""
+msgstr "Byt e-post-adresse på {{site_name}}"
msgid "Change password on {{site_name}}"
-msgstr ""
+msgstr "Byt passord på {{site_name}}"
msgid "Change profile photo"
-msgstr ""
+msgstr "Byt profil-biletet"
msgid "Change the text about you on your profile at {{site_name}}"
-msgstr ""
+msgstr "Byt teksta på profilen din hos {{site_name}}"
msgid "Change your email"
-msgstr ""
+msgstr "Byt e-postadresse"
msgid "Change your email address used on {{site_name}}"
-msgstr ""
+msgstr "Endra e-postadressa du brukar på {{site_name}}"
msgid "Change your password"
-msgstr ""
+msgstr "Byt passordet ditt"
msgid "Change your password on {{site_name}}"
-msgstr ""
+msgstr "Byt passordet ditt på {{site_name}}"
msgid "Check for mistakes if you typed or copied the address."
-msgstr ""
+msgstr "Sjekk at det ikkje er skrivefeil dersom du skreiv inn eller kopierte adressa"
msgid "Check you haven't included any <strong>personal information</strong>."
-msgstr ""
+msgstr "Sjekk at du ikkje har inkludert noko <strong>personleg informasjon</strong>."
msgid "Choose a reason"
-msgstr ""
+msgstr "Vel ein grunn"
msgid "Choose your profile photo"
-msgstr ""
+msgstr "Vel profilet ditt-bilete"
msgid "Clarification"
-msgstr ""
+msgstr "Klargjøring"
msgid "Clarification sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Klargjøring send til {{public_body_name}} av {{info_request_user}} den {{date}}."
msgid "Clarify your FOI request - "
-msgstr ""
+msgstr "Klargjer din krav om innsyn - "
msgid "Classify an FOI response from "
-msgstr ""
+msgstr "Klassifiser eit innsynsvar frå"
msgid "Clear photo"
-msgstr ""
+msgstr "Slett bilete"
msgid "Click on the link below to send a message to {{public_body_name}} telling them to reply to your request. You might like to ask for an internal\\nreview, asking them to find out why response to the request has been so slow."
-msgstr ""
+msgstr "Trykk på linken nedanfor for å senda ei melding til {{public_body_name}} for å be om svar på førespurnaden. Du kan vurdera å be dei om ein gjennomgang av kvifor det tek så lang tid å få svar på førespurnaden."
msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request."
-msgstr ""
+msgstr "Klikk på lenkja under for å senda ei melding til {{public_body}} og minne dei på å svara på førespurnaden din."
msgid "Close"
-msgstr ""
+msgstr "Lukk"
msgid "Close the request and respond:"
-msgstr ""
+msgstr "Lukk førespurnaden og svar:"
msgid "Comment"
-msgstr ""
+msgstr "Kommenter"
msgid "Comment|Body"
-msgstr ""
+msgstr "Kommentar|Brødtekst"
msgid "Comment|Comment type"
-msgstr ""
+msgstr "Kommentar|Kommentartype"
msgid "Comment|Locale"
-msgstr ""
+msgstr "Kommentar|Lokalisering"
msgid "Comment|Visible"
-msgstr ""
+msgstr "Kommentar|Synleg"
msgid "Confirm password:"
-msgstr ""
+msgstr "Passord: (igjen)"
msgid "Confirm you want to follow all successful FOI requests"
-msgstr ""
+msgstr "Stadfest at du ynskjer å følgja alle vellukka krav om innsyn"
msgid "Confirm you want to follow new requests"
-msgstr ""
+msgstr "Stadfest at du ynskjer å følgja nye førespurnader"
msgid "Confirm you want to follow new requests or responses matching your search"
-msgstr ""
+msgstr "Stadfest at du ynskjer å følgja nye førespurnader eller svar som treffer søket ditt"
msgid "Confirm you want to follow requests by '{{user_name}}'"
-msgstr ""
+msgstr "Stadfest at du ynskjer å følgja førespurnader frå «{{user_name}}»"
msgid "Confirm you want to follow requests to '{{public_body_name}}'"
-msgstr ""
+msgstr "Stadfest at du ynskjer å følgja førespurnader til «{{public_body_name}}»"
msgid "Confirm you want to follow the request '{{request_title}}'"
-msgstr ""
+msgstr "Stadfest at du ynskjer å følgja førespurnaden «{{request_title}}»"
msgid "Confirm your FOI request to {{public_body_name}}"
-msgstr ""
+msgstr "Stadfest din krav om innsyn til {{public_body_name}}"
msgid "Confirm your account on {{site_name}}"
-msgstr ""
+msgstr "Stadfest kontoen din på {{site_name}}"
msgid "Confirm your annotation to {{info_request_title}}"
-msgstr ""
+msgstr "Stadfest merknaden din til {{info_request_title}}"
msgid "Confirm your email address"
-msgstr ""
+msgstr "Stadfest e-postadressa di"
msgid "Confirm your new email address on {{site_name}}"
-msgstr ""
+msgstr "Stadfest den nye e-postadressa di på {{site_name}}"
msgid "Considered by administrators as not an FOI request and hidden from site."
-msgstr ""
+msgstr "Administratorane ser ikkje på dette som ein krav om innsyn, og han er skjult på nettstaden."
msgid "Considered by administrators as vexatious and hidden from site."
-msgstr ""
+msgstr "Ansa av administratorar som sjikanøs og skjult frå nettstaden."
msgid "Contact {{recipient}}"
-msgstr ""
+msgstr "Kontakt {{recipient}}"
msgid "Contact {{site_name}}"
-msgstr ""
+msgstr "Kontakt {{site_name}}"
msgid "Contains defamatory material"
-msgstr ""
+msgstr "Inneheld ærekrenkjande material"
msgid "Contains personal information"
-msgstr ""
+msgstr "Inneheld personleg informasjon"
msgid "Could not identify the request from the email address"
-msgstr ""
+msgstr "Kunne ikkje finna førespurnaden ut frå e-post-adressa"
msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and many other common image file formats are supported."
-msgstr ""
+msgstr "Klarer ikkje å lesa inn bilete-fila du lasta opp. Vi støttar PNG, JPEG, GIF og mange andre vanlege bilete-format."
msgid "Create a new account"
+msgstr "Lag ein ny konto"
+
+msgid "Create a widget for this request"
msgstr ""
msgid "Created by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Oppretta av {{info_request_user}} den {{date}}."
msgid "Crop your profile photo"
-msgstr ""
+msgstr "Skjer profilbiletet ditt"
msgid "Cultural sites and built structures (as they may be affected by the\\n environmental factors listed above)"
-msgstr ""
+msgstr "Vern av kulturminne og rett til miljøinformasjon "
msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and"
-msgstr ""
+msgstr "<strong>Ventar på svar</strong> frå {{public_body_link}}, dei må svara utan ugrunnet opphald og"
msgid "Date:"
-msgstr ""
+msgstr "Dato:"
msgid "Dear [Authority name],"
-msgstr ""
+msgstr "Kjære [Authority name],"
msgid "Dear {{name}},"
-msgstr ""
+msgstr "Kjære {{name}},"
msgid "Dear {{public_body_name}},"
-msgstr ""
+msgstr "Kjære {{public_body_name}},"
msgid "Dear {{user_name}},"
-msgstr ""
+msgstr "Kjære {{user_name}},"
msgid "Defunct."
+msgstr "Nedlagt."
+
+msgid "Delayed"
msgstr ""
msgid "Delayed response to your FOI request - "
-msgstr ""
+msgstr "Forsinka svar på din krav om innsyn - "
msgid "Delayed."
-msgstr ""
+msgstr "Forsinka."
msgid "Delivery error"
-msgstr ""
+msgstr "Leveringsfeil"
msgid "Destroy {{name}}"
-msgstr ""
+msgstr "Fjern {{name}}"
msgid "Details of request &ldquo;{{request_title}}&rdquo;"
-msgstr ""
+msgstr "Detaljer for førespurnad &ldquo;{{request_title}}&rdquo;"
msgid "Did you mean: {{correction}}"
-msgstr ""
+msgstr "Meinte du: {{correction}}"
msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:"
-msgstr ""
+msgstr "Til orientering: Denne meldinga og alle svara dine vil offentleggjort på Internett. Reglene våre for personvern og åndsverk:"
msgid "Disclosure log"
-msgstr ""
+msgstr "Utleveringslogg"
msgid "Disclosure log URL"
-msgstr ""
+msgstr "URL til utleveringslogg"
msgid "Do not fill in this field"
-msgstr ""
+msgstr "Ikkje fyll inn dette feltet"
msgid "Don't have a superuser account yet?"
-msgstr ""
+msgstr "Ingen superuser-konto enno?"
msgid "Don't want to address your message to {{person_or_body}}? You can also write to:"
-msgstr ""
+msgstr "Om du vil setja mottaker til ein annan person enn {{person_or_body}}, kan du òg skriva til:"
msgid "Done"
-msgstr ""
+msgstr "Ferdig"
msgid "Done &gt;&gt;"
-msgstr ""
+msgstr "Ferdig "
msgid "Download a zip file of all correspondence"
-msgstr ""
+msgstr "Last ned ein zip-fil med all korrespondanse"
msgid "Download original attachment"
-msgstr ""
+msgstr "Last ned orginalt vedlegg"
msgid "EIR"
-msgstr ""
+msgstr "miljøinformasjonslov"
msgid "Edit"
-msgstr ""
+msgstr "Rediger"
msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response."
-msgstr ""
+msgstr "Rediger og legg til <strong>fleire detaljar</strong> i meldinga over,\\n som forklarer kvifor du klagar."
msgid "Edit text about you"
-msgstr ""
+msgstr "Rediget teksta om deg"
msgid "Edit your request"
-msgstr ""
+msgstr "Rediger denne førespurnaden"
msgid "Either the email or password was not recognised, please try again."
-msgstr ""
+msgstr "Anten så var e-postadresse eller passord feil, forsøk igjen."
msgid "Either the email or password was not recognised, please try again. Or create a new account using the form on the right."
-msgstr ""
+msgstr "Anten så var e-postadresse eller passord feil, forsøk igjen. Eller lag deg ein ny konto ved hjelp av skjemaet til høgre."
msgid "Email doesn't look like a valid address"
-msgstr ""
+msgstr "E-postadressa ser ikkje gyldig ut"
msgid "Email me future updates to this request"
-msgstr ""
+msgstr "Send meg e-post om framtidige oppdateringar på denne førespurnaden"
msgid "Email:"
-msgstr ""
+msgstr "E-post:"
msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>"
-msgstr ""
+msgstr "Skriv inn ord som du leitar etter separert med mellomrom, t.d. <strong>klatra linje</strong>"
msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"{{url}}\">contact us</a> if you need more)."
-msgstr ""
+msgstr "Skriv svaret ditt nedanfor. Du kan leggja med eit vedlegg (bruk e-post, eller\\n<a href=\"{{url}}\">kontakt oss</a> om du trengere å leggja med fleire)."
msgid "Environmental Information Regulations"
-msgstr ""
+msgstr "Miljøinformasjonslov"
msgid "Environmental Information Regulations requests made"
-msgstr ""
+msgstr "Utførte førespurnader om Miljøinformasjonslovar"
msgid "Environmental Information Regulations requests made using this site"
-msgstr ""
+msgstr "Førespurnader om miljøinformasjonslovar gjort ved hjelp av dette nettstaden"
msgid "Event history"
-msgstr ""
+msgstr "Hendingshistorikk"
msgid "Event history details"
-msgstr ""
+msgstr "Logg over hendingar"
msgid "Event {{id}}"
-msgstr ""
+msgstr "Hending {{id}}"
msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website <a href=\"{{url}}\">forever</a>"
-msgstr ""
+msgstr "Alt som du skriv inn på denne tenesta, inkluderte <strong>namnet ditt</strong>,\\n vil visast offentleg</strong> på\\ndenne tenesta for alltid (<a href=\"{{url}}\">kvifor?</a>)."
msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)."
-msgstr ""
+msgstr "Alt du skriv inn på denne sida\\n vil visast offentleg</strong> på\\n denne tenesta for all framtid (<a href=\"{{url}}\">kvifor?</a>)."
msgid "FOI"
-msgstr ""
+msgstr "innsyn etter Offentleglova"
msgid "FOI email address for {{public_body}}"
-msgstr ""
+msgstr "Postmottaket hos {{public_body}}"
msgid "FOI law does not apply to this authority."
-msgstr ""
+msgstr "Offentleglova gjeld ikkje for denne styresmakta."
msgid "FOI request – {{title}}"
-msgstr ""
+msgstr "Krav om innsyn – {{title}}"
msgid "FOI requests"
-msgstr ""
+msgstr "Krav om innsyn"
msgid "FOI requests by '{{user_name}}'"
-msgstr ""
+msgstr "Krav om innsyn frå «{{user_name}}»"
msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}"
-msgstr ""
+msgstr "Krav om innsyn {{start_count}} til {{end_count}} av {{total_count}}"
msgid "FOI response requires admin ({{reason}}) - {{title}}"
-msgstr ""
+msgstr "Innsynssvar krev administrator ({{reason}}) - {{title}}"
msgid "Failed"
-msgstr ""
+msgstr "Feilte"
msgid "Failed to convert image to a PNG"
-msgstr ""
+msgstr "Klarte ikkje å konvertera bilete til Png"
msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}"
-msgstr ""
+msgstr "Klarte ikkje konvertera biletet til korrekt storleik: er {{cols}}x{{rows}}, treng {{width}}x{{height}}"
msgid "Filter"
-msgstr ""
+msgstr "Filter"
msgid "Filter by Request Status (optional)"
-msgstr ""
+msgstr "Filtrer etter førespurnadsstatus (valfritt)"
msgid "Find an authority"
-msgstr ""
+msgstr "Vel styresmakt å skriva til"
msgid "Find the authorities"
-msgstr ""
+msgstr "Find styresmaktene"
msgid "Find the authorities to write to"
-msgstr ""
+msgstr "Vel styresmaktene å skriva til"
msgid "First, did your other requests succeed?"
-msgstr ""
+msgstr "For det første, lukkast dine andre førespurnader?"
msgid "First, type in the <strong>name of the public authority</strong> you'd\\n like information from."
-msgstr ""
+msgstr "Skriv først inn <strong>namnet på den offentlege styresmakta</strong> du\\n ynskjer informasjon frå."
msgid "Foi attachment"
-msgstr ""
+msgstr "Innsynsbegjæring vedlegg"
msgid "FoiAttachment|Charset"
-msgstr ""
+msgstr "FoiAttachment|Charset"
msgid "FoiAttachment|Content type"
-msgstr ""
+msgstr "FoiAttachment|Content type"
msgid "FoiAttachment|Display size"
-msgstr ""
+msgstr "FoiAttachment|Display size"
msgid "FoiAttachment|Filename"
-msgstr ""
+msgstr "FoiAttachment|Filename"
msgid "FoiAttachment|Hexdigest"
-msgstr ""
+msgstr "FoiAttachment|Hexdigest"
msgid "FoiAttachment|Url part number"
-msgstr ""
+msgstr "FoiAttachment|Url part number"
msgid "FoiAttachment|Within rfc822 subject"
-msgstr ""
+msgstr "FoiAttachment|Within rfc822 subject"
msgid "Follow"
-msgstr ""
+msgstr "Følg"
msgid "Follow all new requests"
-msgstr ""
+msgstr "Følg alle nye førespurnader"
msgid "Follow new successful responses"
-msgstr ""
+msgstr "Følg ny vellukka førespurnader"
msgid "Follow requests to {{public_body_name}}"
-msgstr ""
+msgstr "Følg førespurnader til {{public_body_name}}"
msgid "Follow these requests"
-msgstr ""
+msgstr "Følg denne typen førespurnader"
msgid "Follow things matching this search"
-msgstr ""
+msgstr "Følg ting som treffest av dette søket"
msgid "Follow this link to see the request:"
-msgstr ""
+msgstr "Følg denne lenkja for å sjå førespurnaden:"
msgid "Follow this link to see the requests:"
-msgstr ""
+msgstr "Følg denne lenkja for å sjå førespurnadene:"
msgid "Follow this person"
-msgstr ""
+msgstr "Følg denne personen"
msgid "Follow this request"
-msgstr ""
+msgstr "Følg denne førespurnaden"
#. "Follow up" in this context means a further
#. message sent by the requester to the authority after
#. the initial request
msgid "Follow up"
-msgstr ""
+msgstr "Følg opp"
#. "Follow up message" in this context means a
#. further message sent by the requester to the authority after
#. the initial request
msgid "Follow up message sent by requester"
-msgstr ""
+msgstr "Oppfølgingsbeskjed frå innsender av førespurnaden"
msgid "Follow up messages to existing requests are sent to "
-msgstr ""
+msgstr "Oppfølgingsbeskjeder på ein eksisterande førespurnad vert til sendt"
msgid "Follow up sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Oppfølging send til {{public_body_name}} av {{info_request_user}} den {{date}}."
#. "Follow ups" in this context means further
#. messages sent by the requester to the authority after
#. the initial request
msgid "Follow ups and new responses to this request have been stopped to prevent spam. Please <a href=\"{{url}}\">contact us</a> if you are {{user_link}} and need to send a follow up."
-msgstr ""
+msgstr "Oppfølgingsbeskjeder og nye svar på denne førespurnaden er stansa for å hinder spam. Venligst <a href=\"{{url}}\">kontakt oss</a> dersom du er {{user_link}} og treng å senda ein oppfølgingsbeskjed."
msgid "Follow us on twitter"
msgstr "Følg oss på twitter"
msgid "Following"
-msgstr ""
+msgstr "Følgjer"
msgid "Followups cannot be sent for this request, as it was made externally, and published here by {{public_body_name}} on the requester's behalf."
-msgstr ""
+msgstr "Oppfølginger kan ikkje sendast for denne førespurnaden, då han vart gjort eksternt, og publisert her av {{public_body_name}} på innsenders vegne."
msgid "Forgotten your password?"
-msgstr ""
+msgstr "Gløymde passordet?"
msgid "Found {{count}} public authority {{description}}"
msgid_plural "Found {{count}} public authorities {{description}}"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Fann {{count}} offentleg styresmakt {{description}}"
+msgstr[1] "Fann {{count}} offentlege styresmakter {{description}}"
msgid "Freedom of Information"
-msgstr ""
+msgstr "Innsyn etter Offentleglova"
msgid "Freedom of Information Act"
-msgstr ""
+msgstr "Offentleglova"
msgid "Freedom of Information law does not apply to this authority, so you cannot make a request to it."
-msgstr ""
+msgstr "Offentleglova gjeld ikkje for denne etaten, så du kan ikkje senda dei ein\\n krav om innsyn."
msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to "
-msgstr ""
+msgstr "Offentleglova gjeld ikkje lenger for denne etaten. Oppfølgingsmeldingar til noverande krav vert sende til"
msgid "Freedom of Information law no longer applies to {{public_body_name}}."
-msgstr ""
+msgstr "Offentleglova gjeld ikkje lenger for {{public_body_name}}."
msgid "Freedom of Information requests made"
-msgstr ""
+msgstr "Krav om innsyn utført"
msgid "Freedom of Information requests made by this person"
-msgstr ""
+msgstr "Krav om innsyn utført av denne personen"
msgid "Freedom of Information requests made by you"
-msgstr ""
+msgstr "Krav om innsyn utførd av deg"
msgid "Freedom of Information requests made using this site"
-msgstr ""
+msgstr "Krav om innsyn utførd med denne tenesta"
msgid "From"
-msgstr ""
+msgstr "Frå"
msgid "From the request page, try replying to a particular message, rather than sending\\n a general followup. If you need to make a general followup, and know\\n an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>."
-msgstr ""
+msgstr "Prøv å svara på ei bestemd melding frå sida med førespurnader i staden for å senda ei generell oppfølging. Viss du treng å laga ei generell oppfølging og veit om ei e-postadresse som vil gå til riktig stad, ver så snill å <a href=\"{{url}}\">send henne til oss</a>."
msgid "From:"
-msgstr ""
+msgstr "Frå:"
msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE"
-msgstr ""
+msgstr "SKRIV GRUNNENE FOR KVIFOR DU KLAGAR HER"
msgid "Got an account?"
+msgstr "Har du ein konto?"
+
+msgid "Handled by post"
msgstr ""
msgid "Handled by post."
-msgstr ""
+msgstr "Handtert av post."
msgid "Has tag string/has tag string tag"
-msgstr ""
+msgstr "Har tag-string/har tag-string-tag"
msgid "HasTagString::HasTagStringTag|Model"
-msgstr ""
+msgstr "HasTagString::HasTagStringTag|Model"
msgid "HasTagString::HasTagStringTag|Name"
-msgstr ""
+msgstr "HasTagString::HasTagStringTag|Name"
msgid "HasTagString::HasTagStringTag|Value"
-msgstr ""
+msgstr "HasTagString::HasTagStringTag|Value"
msgid "Hello! We have an <a href=\"{{url}}\">important message</a> for visitors outside {{country_name}}"
-msgstr ""
+msgstr "Hei! Vi har ei <a href=\"{{url}}\">viktig melding</a> til vitjande som ikkje frå {{country_name}}"
msgid "Hello! We have an <a href=\"{{url}}\">important message</a> for visitors in other countries"
-msgstr ""
+msgstr "Hei! Vi har ei <a href=\"{{url}}\">viktig melding</a> til vitjande i andre land"
msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}"
-msgstr ""
+msgstr "Hei! Du kan laga eit krav om innsyn for {{country_name}} på {{link_to_website}}"
msgid "Hello, {{username}}!"
-msgstr ""
+msgstr "Hei, {{username}}!"
msgid "Help"
msgstr "Hjelp"
msgid "Help us classify requests that haven't been updated"
-msgstr ""
+msgstr "Hjelp oss å klassifisera førespurnader som ikkje har vorte oppdatert"
msgid "Here <strong>described</strong> means when a user selected a status for the request, and\\nthe most recent event had its status updated to that value. <strong>calculated</strong> is then inferred by\\n{{site_name}} for intermediate events, which weren't given an explicit\\ndescription by a user. See the <a href=\"{{search_path}}\">search tips</a> for description of the states."
-msgstr ""
+msgstr "Her tyder <strong>skildra</strong> når ein brukar klargjer kor i prosessen saka er kome, og \\n kva som seinst førde fram til det. <strong>Berekna</strong> viser til tilhøve utledet av {{site_name}}, som ikkje kom frå \\n skildringa til brukaren. Sjå <a href=\"{{search_path}}\">søketips</a> for skildring av dette."
msgid "Here is the message you wrote, in case you would like to copy the text and save it for later."
-msgstr ""
+msgstr "Her er meldinga som du skreiv, i tilfelle du ynskjer å kopiera og ta vare på teksta."
msgid "Hi! We need your help. The person who made the following request\\n hasn't told us whether or not it was successful. Would you mind taking\\n a moment to read it and help us keep the place tidy for everyone?\\n Thanks."
-msgstr ""
+msgstr "Hei! Vi treng hjelpa di. Personen som sende inn følgjande\\n førespurnad har ikkje fortalt oss i kva grad han var vellukka eller ikkje. Kunne du tenkja deg å bruka ein augneblunk på å lesa henne og hjelpa oss å halda staden ryddig for alle?\\n Tusen takk."
msgid "Hide request"
-msgstr ""
+msgstr "Skjul førespurnad"
msgid "Holiday"
-msgstr ""
+msgstr "Ferie"
msgid "Holiday|Day"
-msgstr ""
+msgstr "Ferie|Dag"
msgid "Holiday|Description"
-msgstr ""
+msgstr "Ferie|Skildring"
msgid "Home"
msgstr "Heim"
@@ -1063,2709 +1088,2771 @@ msgid "Home page"
msgstr "Heimeside"
msgid "Home page of authority"
-msgstr ""
+msgstr "Heimesida til styresmakta"
msgid "However, you have the right to request environmental\\n information under a different law"
-msgstr ""
+msgstr "Endå har du rett til å spørja om miljøinformasjon i følgje ein annan lov"
msgid "Human health and safety"
+msgstr "Helsa til menneske og tryggleik"
+
+msgid "I also want to know!"
msgstr ""
msgid "I am asking for <strong>new information</strong>"
-msgstr ""
+msgstr "Eg spør om <strong>ny informasjon</strong>"
msgid "I am requesting an <strong>internal review</strong>"
-msgstr ""
+msgstr "Eg ber om ei <strong>intern vurdering</strong>"
msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'."
-msgstr ""
+msgstr "Eg skriv for å be om ein intern gjennomgang av {{public_body_name}} sin handtering av kravet mitt om innsyn «{{info_request_title}}»."
msgid "I don't like these ones &mdash; give me some more!"
-msgstr ""
+msgstr "Eg likar ikkje desse &mdash; gje meg fleire!"
msgid "I don't want to do any more tidying now!"
-msgstr ""
+msgstr "Eg vil ikkje rydda meir no!"
msgid "I like this request"
-msgstr ""
+msgstr "Eg likar denne førespurnaden"
msgid "I would like to <strong>withdraw this request</strong>"
-msgstr ""
+msgstr "Eg ynskjer å <strong>trekkja denne førespurnaden</strong>"
msgid "I'm still <strong>waiting</strong> for my information\\n <small>(maybe you got an acknowledgement)</small>"
-msgstr ""
+msgstr "Eg <strong>ventar</strong> enno på dokumenta/informasjonen min\\n <small>(du mottok kanskje berre ein bekreftelse)</small>"
msgid "I'm still <strong>waiting</strong> for the internal review"
-msgstr ""
+msgstr "Eg <strong>ventar</strong> enno på at klaga vert handsama"
msgid "I'm waiting for an <strong>internal review</strong> response"
-msgstr ""
+msgstr "Eg ventar på at <strong>klaga</strong> vert handsama"
msgid "I've been asked to <strong>clarify</strong> my request"
-msgstr ""
+msgstr "Eg har vorte spurt om å <strong>klargjera</strong> førespurnaden min"
msgid "I've received <strong>all the information"
-msgstr ""
+msgstr "Eg har fått <strong>alt av informasjonen"
msgid "I've received <strong>some of the information</strong>"
-msgstr ""
+msgstr "Eg har motteke <strong>ein del av informasjonen</strong>"
msgid "I've received an <strong>error message</strong>"
-msgstr ""
+msgstr "Eg har fått ei <strong>feilmelding</strong>"
msgid "I've received an error message"
-msgstr ""
+msgstr "Eg har fått ei feilmelding"
msgid "Id"
-msgstr ""
+msgstr "Id"
msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>."
-msgstr ""
+msgstr "Viss adressa er feil, eller du veit om ei betre adresse, ver så snill å <a href=\"{{url}}\">ta kontakt</a>."
msgid "If the error was a delivery failure, and you can find an up to date FOI email address for the authority, please tell us using the form below."
-msgstr ""
+msgstr "Viss feilen var eit problem med leveringa, og du kan finna ei oppdatert e-postadresse som kan nyttast til krav om innsyn for denne styresmakta, så ver så snill å fortel oss om dette i skjemaet under."
msgid "If this is incorrect, or you would like to send a late response to the request\\nor an email on another subject to {{user}}, then please\\nemail {{contact_email}} for help."
-msgstr ""
+msgstr "Viss dette ikkje er korrekt, eller ein ynskjer å ettersenda ein oppfølging av førespurnaden \\n eller ei e-post om eit anna tema til {{user}}, send gjerne e-post til \\n {{contact_email}} for å få hjelp."
msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"{{url}}\">details</a>)."
-msgstr ""
+msgstr "Du har rett til å klaga, om du ikkje er nøgd med svaret du fekk frå\\n den offentlege styresmakta (<a href=\"{{url}}\">detaljar</a>)."
msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>."
-msgstr ""
+msgstr "Viss du enno har problem, ver så snill å <a href=\"{{url}}\">ta kontakt</a>."
msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the message."
-msgstr ""
+msgstr "Viss du er innsenderen, så kan du <a href=\"{{url}}\">logga inn</a> for å sjå på meldinga."
msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request."
-msgstr ""
+msgstr "Viss du er innsenderen, så kan det hendet du må <a href=\"{{url}}\">logga inn</a> for å sjå på førespurnaden."
msgid "If you are {{user_link}}, please"
-msgstr ""
+msgstr "Viss du er {{user_link}}, ver venleg og"
msgid "If you believe this request is not suitable, you can report it for attention by the site administrators"
-msgstr ""
+msgstr "Viss du syntest denne førespurnaden er upassande, kan du rapportera henne slik at ein admininstrator vil sjekka"
msgid "If you can't click on it in the email, you'll have to <strong>select and copy\\nit</strong> from the email. Then <strong>paste it into your browser</strong>, into the place\\nyou would type the address of any other webpage."
-msgstr ""
+msgstr "Viss du ikkje kan klikka på den i e-posten, så vil du måtta <strong>markera og kopiera\\nden</strong> frå e-posten. Deretter <storng>limar du han inn i nettlesaren din</strong>, i feltet der du ville skrive adressa til kvar og ein anna nettside."
msgid "If you can, scan in or photograph the response, and <strong>send us\\n a copy to upload</strong>."
-msgstr ""
+msgstr "Viss du kan, skann eller fotografar responsen og <strong>send oss\\n ein kopi for opplasting</strong>."
msgid "If you find this service useful as an FOI officer, please ask your web manager to link to us from your organisation's FOI page."
-msgstr ""
+msgstr "Viss du som offentleg saksarbeidar finn denne tenesta nyttig, er det fint om du spør kommunikasjonsavdelinga di om dei kan lenkja til oss frå din organisasjon sin innsyns-side."
msgid "If you got the email <strong>more than six months ago</strong>, then this login link won't work any\\nmore. Please try doing what you were doing from the beginning."
-msgstr ""
+msgstr "Viss du fekk e-posten <strong>meir enn seks månader sidan</strong>, så vil ikkje denne innloggings-lenkja verka lenger.\\n Forsøk igjen det du heldt med på frå starten."
msgid "If you have not done so already, please write a message below telling the authority that you have withdrawn your request. Otherwise they will not know it has been withdrawn."
-msgstr ""
+msgstr "Viss du ikkje allereie har gjort det, ver så snill å skriv ei melding under som fortel styresmakta at du har trekt tilbake din førespurnad. Elles vil dei ikkje vita at han er trekt tilbake."
msgid "If you reply to this message it will go directly to {{user_name}}, who will\\nlearn your email address. Only reply if that is okay."
-msgstr ""
+msgstr "Viss du svarar på denne meldinga, så vil svaret gå direkte til {{user_name}}, som vil få vita e-postadressa di. Svar berre viss det er i orden."
msgid "If you use web-based email or have \"junk mail\" filters, also check your\\nbulk/spam mail folders. Sometimes, our messages are marked that way."
-msgstr ""
+msgstr "Om du brukar web-basert e-post eller har «søppel-e-post»-filtere, sjekk òg din\\nsøppel/spam-e-postfolder. Det hender at meldingane våre vert handsama som spam."
msgid "If you would like us to lift this ban, then you may politely\\n<a href=\"/help/contact\">contact us</a> giving reasons.\\n"
-msgstr ""
+msgstr "Dersom du vil ha utestegningen oppheva kan du, på høflig vis,\\n<a href=\"/help/contact\">kontakta oss</a>.\\n"
msgid "If you write about these requests (for example in a forum or a blog) please link to this page."
-msgstr ""
+msgstr "Viss du skriv om desse førespurnadene (til dømes i eit forum, eller i ein blog) er det fint om du lenkjar til denne sida."
msgid "If you write about this request (for example in a forum or a blog) please link to this page, and <a href=\"{{url}}\">add an annotation</a> below telling people about your writing."
-msgstr ""
+msgstr "Viss du skriv om desse førespurnadene (til dømes i eit forum, eller i ein blog) ver venleg og lenk til denne sida, og <a href=\"{{url}}\">legg til ein bemerkning</a> nedanfor der du fortel om det du skriv."
msgid "If you're new to {{site_name}}"
-msgstr ""
+msgstr "Viss du er ny på {{site_name}}"
msgid "If you've used {{site_name}} before"
-msgstr ""
+msgstr "Viss du har brukt {{site_name}} tidlegare"
msgid "If your browser is set to accept cookies and you are seeing this message,\\nthen there is probably a fault with our server."
-msgstr ""
+msgstr "Dersom nettlesaren er sett opp til å akseptera informasjonskapslar og du ser denne meldinga,\\nså er det mest sannsynleg nokon feil med servane vår."
msgid "Incoming email address"
-msgstr ""
+msgstr "Inngåande e-postadresse"
msgid "Incoming message"
-msgstr ""
+msgstr "Innkommende melding"
msgid "IncomingMessage|Cached attachment text clipped"
-msgstr ""
+msgstr "IncomingMessage|Cached attachment text clipped"
msgid "IncomingMessage|Cached main body text folded"
-msgstr ""
+msgstr "IncomingMessage|Cached main body text folded"
msgid "IncomingMessage|Cached main body text unfolded"
-msgstr ""
+msgstr "IncomingMessage|Cached main body text unfolded"
msgid "IncomingMessage|Last parsed"
-msgstr ""
+msgstr "IncomingMessage|Last parsed"
msgid "IncomingMessage|Mail from"
-msgstr ""
+msgstr "IncomingMessage|Mail from"
msgid "IncomingMessage|Mail from domain"
-msgstr ""
+msgstr "IncomingMessage|Mail from domain"
msgid "IncomingMessage|Prominence"
-msgstr ""
+msgstr "IncomingMessage|Prominence"
msgid "IncomingMessage|Prominence reason"
-msgstr ""
+msgstr "IncomingMessage|Prominence reason"
msgid "IncomingMessage|Sent at"
-msgstr ""
+msgstr "IncomingMessage|Seint at"
msgid "IncomingMessage|Subject"
-msgstr ""
+msgstr "IncomingMessage|Subject"
msgid "IncomingMessage|Valid to reply to"
-msgstr ""
+msgstr "IncomingMessage|Valid to reply to"
msgid "Individual requests"
-msgstr ""
+msgstr "Individuelle førespurnader"
msgid "Info request"
-msgstr ""
+msgstr "Informasjonskrav"
msgid "Info request batch"
-msgstr ""
+msgstr "Samla infokrav"
msgid "Info request event"
-msgstr ""
+msgstr "Informasjonskravhending"
msgid "InfoRequestBatch|Body"
-msgstr ""
+msgstr "InfoRequestBatch|Body"
msgid "InfoRequestBatch|Sent at"
-msgstr ""
+msgstr "InfoRequestBatch|Seint at"
msgid "InfoRequestBatch|Title"
-msgstr ""
+msgstr "InfoRequestBatch|Title"
msgid "InfoRequestEvent|Calculated state"
-msgstr ""
+msgstr "InfoRequestEvent|Calculated state"
msgid "InfoRequestEvent|Described state"
-msgstr ""
+msgstr "InfoRequestEvent|Described state"
msgid "InfoRequestEvent|Event type"
-msgstr ""
+msgstr "InfoRequestEvent|Event type"
msgid "InfoRequestEvent|Last described at"
-msgstr ""
+msgstr "InfoRequestEvent|Last described at"
msgid "InfoRequestEvent|Params yaml"
-msgstr ""
+msgstr "InfoRequestEvent|Params yaml"
msgid "InfoRequest|Allow new responses from"
-msgstr ""
+msgstr "InfoRequest|Tillat nye svar frå"
msgid "InfoRequest|Attention requested"
-msgstr ""
+msgstr "InfoRequest|Attention requested"
msgid "InfoRequest|Awaiting description"
-msgstr ""
+msgstr "InfoRequest|Awaiting description"
msgid "InfoRequest|Comments allowed"
-msgstr ""
+msgstr "InfoRequest|Comments allowed"
msgid "InfoRequest|Described state"
-msgstr ""
+msgstr "InfoRequest|Described state"
msgid "InfoRequest|External url"
-msgstr ""
+msgstr "InfoRequest|External url"
msgid "InfoRequest|External user name"
-msgstr ""
+msgstr "InfoRequest|External user name"
msgid "InfoRequest|Handle rejected responses"
-msgstr ""
+msgstr "InfoRequest|Handter avviste svar"
msgid "InfoRequest|Idhash"
-msgstr ""
+msgstr "InfoRequest|Idhash"
msgid "InfoRequest|Law used"
-msgstr ""
+msgstr "InfoRequest|Law used"
msgid "InfoRequest|Prominence"
-msgstr ""
+msgstr "InfoRequest|Prominence"
msgid "InfoRequest|Title"
-msgstr ""
+msgstr "InfoRequest|Title"
msgid "InfoRequest|Url title"
-msgstr ""
+msgstr "InfoRequest|Url title"
msgid "Information not held."
-msgstr ""
+msgstr "Har ikkje informasjonen."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
+msgstr "Informasjon om utslipp (til dømes støy, energi,\\n stråling, avfall)"
+
+msgid "Internal review"
msgstr ""
-msgid "Internal review request"
+msgid "Internal review of {{email_subject}}"
msgstr ""
+msgid "Internal review request"
+msgstr "Klage"
+
msgid "Internal review request sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Klage sendt til {{public_body_name}} av {{info_request_user}} den {{date}}."
msgid "Is {{email_address}} the wrong address for {{type_of_request}} requests to {{public_body_name}}? If so, please contact us using this form:"
-msgstr ""
+msgstr "Er {{email_address}} feil adresse for førespurnader om {{type_of_request}} til {{public_body_name}}? I såg fall, ver så snill å ta kontakt med oss ved å bruka dette skjemaet:"
msgid "It may be that your browser is not set to accept a thing called \"cookies\",\\nor cannot do so. If you can, please enable cookies, or try using a different\\nbrowser. Then press refresh to have another go."
-msgstr ""
+msgstr "Det kan hende at nettlesaren din ikkje er sett opp til å akseptera informasjonskapslar,\\neller ikkje er i stand til det. Om du har høve, vennlegast aktivum støytte for informasjonskapslar, eller prøv ein annan\\nnettleser. Deretter trykk oppdater for å freista på nytt."
msgid "Items matching the following conditions are currently displayed on your wall."
-msgstr ""
+msgstr "Ting som oppfyller desse kriteria vert no vist på veggen din."
msgid "Items sent in last month"
-msgstr ""
+msgstr "Oppføringer sendt siste månad"
msgid "Joined in"
-msgstr ""
+msgstr "Vart med i"
msgid "Joined {{site_name}} in"
-msgstr ""
+msgstr "Vart med {{site_name}} i"
msgid "Just one more thing"
-msgstr ""
+msgstr "Berre ein ting til"
msgid "Keep your request up to date"
-msgstr ""
+msgstr "Hald førespurnadene dine oppdaterte"
msgid "Keep your requests up to date"
-msgstr ""
+msgstr "Hald førespurnadene dine oppdaterte"
msgid "Keywords"
-msgstr ""
+msgstr "Nøkkelord"
msgid "Last authority viewed: "
-msgstr ""
+msgstr "Siste styresmakt du såg på:"
msgid "Last request viewed: "
-msgstr ""
+msgstr "Siste førespurnad du såg på:"
msgid "Let us know what you were doing when this message\\nappeared and your browser and operating system type and version."
-msgstr ""
+msgstr "Fortel oss kva du gjorde då denne meldinga dukka opp, og dessutan type og versjon for nettlesaren din og ditt operativsystem."
msgid "Link to this"
-msgstr ""
+msgstr "Lenkje til denne"
msgid "List of all authorities (CSV)"
-msgstr ""
+msgstr "Liste over alle registrerte styresmakter (CSV)"
msgid "Listing FOI requests"
-msgstr ""
+msgstr "Syner krav om innsyn"
msgid "Listing public authorities"
-msgstr ""
+msgstr "Lister opp offentlege styresmakter"
msgid "Listing public authorities matching '{{query}}'"
-msgstr ""
+msgstr "Lister opp offentlege styresmakter som røystar med '{{query}}'"
msgid "Listing tracks"
-msgstr ""
+msgstr "Lister opp spor"
msgid "Listing users"
-msgstr ""
+msgstr "Lister opp brukarar"
msgid "Log in to download a zip file of {{info_request_title}}"
-msgstr ""
+msgstr "Logg inn for å lasta ned ein zip-fil med {{info_request_title}}"
msgid "Log into the admin interface"
+msgstr "Logg inn i administratorgrensesnittet"
+
+msgid "Long overdue"
msgstr ""
msgid "Long overdue."
-msgstr ""
+msgstr "Svært forsinka"
msgid "Made between"
-msgstr ""
+msgstr "Oppretta mellom"
msgid "Mail server log"
-msgstr ""
+msgstr "E-posttjenerlogg"
msgid "Mail server log done"
-msgstr ""
+msgstr "E-posttjenerlogg ferdig"
msgid "MailServerLogDone|Filename"
-msgstr ""
+msgstr "MailServerLogDone|Filename"
msgid "MailServerLogDone|Last stat"
-msgstr ""
+msgstr "MailServerLogDone|Last stat"
msgid "MailServerLog|Line"
-msgstr ""
+msgstr "MailServerLog|Line"
msgid "MailServerLog|Order"
-msgstr ""
+msgstr "MailServerLog|Order"
msgid "Make a batch request"
-msgstr ""
+msgstr "Lag eit samlekrav"
msgid "Make a new EIR request"
-msgstr ""
+msgstr "Lan ein ny miljøinformasjonslov-førespurnad"
msgid "Make a new FOI request"
-msgstr ""
+msgstr "Lag eit nytt krav om innsyn"
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
-msgstr ""
+msgstr "Lag ein ny<br/>\\n <strong>førespurnad <span>om</span><br/>\\n innsyn</strong>"
msgid "Make a request"
-msgstr ""
+msgstr "Lag førespurnad"
msgid "Make a request &raquo;"
-msgstr "Lag en henvendelse &raquo;"
+msgstr "Lag en førespurnad &raquo;"
msgid "Make a request to these authorities"
-msgstr ""
+msgstr "Lag ein førespurnad til desse styresmaktene"
msgid "Make a request to this authority"
-msgstr ""
+msgstr "Lag ein førespurnad til denne styresmakta"
msgid "Make an {{law_used_short}} request"
-msgstr ""
+msgstr "Lag ein {{law_used_short}}-førespurnad"
msgid "Make an {{law_used_short}} request to '{{public_body_name}}'"
-msgstr ""
+msgstr "Lag ein {{law_used_short}} førespurnad til '{{public_body_name}}'"
msgid "Make and browse Freedom of Information (FOI) requests"
-msgstr ""
+msgstr "Lag og bla igjennom krav om innsyn"
msgid "Many requests"
-msgstr ""
+msgstr "Mange førespurnader"
msgid "Matching authorities"
-msgstr ""
+msgstr "Treff blant styresmakter"
msgid "Message"
-msgstr ""
+msgstr "Melding"
msgid "Message has been removed"
-msgstr ""
+msgstr "Melding har vorte fjerna"
msgid "Message sent using {{site_name}} contact form, "
-msgstr ""
+msgstr "Melding sendt ved hjelp av kontaktskjema for {{site_name}},"
msgid "Missing contact details for '"
-msgstr ""
+msgstr "Manglar kontaktdetaljar for '"
msgid "More about this authority"
-msgstr ""
+msgstr "Meir om denne styresmakta"
msgid "More requests..."
-msgstr ""
+msgstr "Fleire førespurnader..."
msgid "More similar requests"
-msgstr ""
+msgstr "Fleire liknande førespurnader"
msgid "More successful requests..."
-msgstr ""
+msgstr "Fleire vellukka førespurnader..."
msgid "My profile"
-msgstr ""
+msgstr "Profilen min"
msgid "My request has been <strong>refused</strong>"
-msgstr ""
+msgstr "Førespurnaden min er <strong>avslått</strong>"
msgid "My requests"
-msgstr ""
+msgstr "Mine førespurnader"
msgid "My wall"
-msgstr ""
+msgstr "Veggen min"
msgid "Name can't be blank"
-msgstr ""
+msgstr "Namn kan ikkje vera tomt"
msgid "Name is already taken"
+msgstr "Namn er allereie teke"
+
+msgid "Needs admin attention"
msgstr ""
msgid "New Freedom of Information requests"
-msgstr ""
+msgstr "Nye krav om innsyn"
msgid "New censor rule"
-msgstr ""
+msgstr "Ny sensurregel"
msgid "New e-mail:"
-msgstr ""
+msgstr "Ny e-post-adresse:"
msgid "New email doesn't look like a valid address"
-msgstr ""
+msgstr "Ny e-postadresse ser ikkje ut til å vera ei gyldig adresse."
msgid "New password:"
-msgstr ""
+msgstr "Nytt passord:"
msgid "New password: (again)"
-msgstr ""
+msgstr "Nytt passord: (igjen)"
msgid "New response to '{{title}}'"
-msgstr ""
+msgstr "Nytt svar til '{{title}}'"
msgid "New response to your FOI request - "
-msgstr ""
+msgstr "Nytt svar på din krav om innsyn - "
msgid "New response to your request"
-msgstr ""
+msgstr "Nytt svar på henvenndelsen din"
msgid "New response to {{law_used_short}} request"
-msgstr ""
+msgstr "Nytt svar på {{law_used_short}}-førespurnad"
msgid "New updates for the request '{{request_title}}'"
-msgstr ""
+msgstr "Nye oppdateringar for førespurnaden '{{request_title}}'"
msgid "Newest results first"
-msgstr ""
+msgstr "Nyaste resultat først"
msgid "Next"
-msgstr ""
+msgstr "Neste"
msgid "Next, crop your photo &gt;&gt;"
-msgstr ""
+msgstr "Neste, skjer biletet ditt &gt;&gt;"
msgid "No requests of this sort yet."
-msgstr ""
+msgstr "Det er ingen førespurnader av denne typen endå."
msgid "No results found."
-msgstr ""
+msgstr "Ingen resultat."
msgid "No similar requests found."
-msgstr ""
+msgstr "Ingen liknande førespurnader funne."
msgid "No tracked things found."
-msgstr ""
+msgstr "Ingen spora ting vart funne."
msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet."
-msgstr ""
+msgstr "Ingen har så langt bede om innsyn hos {{public_body_name}} ved hjelp av dette nettstaden."
msgid "None found."
-msgstr ""
+msgstr "Ingen funnet."
msgid "None made."
-msgstr ""
+msgstr "Ingen laga."
msgid "Not a valid FOI request"
-msgstr ""
+msgstr "Ikkje eit gyldig krav om innsyn"
msgid "Not a valid request"
+msgstr "Ikkje ein gyldig førespurnad"
+
+msgid "Not an FOI request"
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."
+msgid "Not held"
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 "Merk at personen som står bak førespurnaden ikkje vil få melding om din bemerkning, fordi førespurnaden vart publisert av {{public_body_name}} på deira vegne."
+
msgid "Notes:"
-msgstr ""
+msgstr "Merknader:"
msgid "Now check your email!"
-msgstr ""
+msgstr "Sjekk e-posten din no!"
msgid "Now preview your annotation"
-msgstr ""
+msgstr "Sjå no igjennom merknaden din"
msgid "Now preview your follow up"
-msgstr ""
+msgstr "Sjå no igjennom din oppfølging"
msgid "Now preview your message asking for an internal review"
-msgstr ""
+msgstr "Forhåndsvis meldinga di og be om ein intern gjennomgang"
msgid "Number of requests"
-msgstr ""
+msgstr "Mengd førespurnader"
msgid "OR remove the existing photo"
-msgstr ""
+msgstr "ELLER fjern noverande bilete"
msgid "Offensive? Unsuitable?"
-msgstr ""
+msgstr "Støytande? Upassande?"
msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now."
-msgstr ""
+msgstr "Huff! Kjedeleg å høyra at førespurnaden din vart avvist. Her ser du kva du no kan gjera."
msgid "Old e-mail:"
-msgstr ""
+msgstr "Gammal e-post-adresse:"
msgid "Old email address isn't the same as the address of the account you are logged in with"
-msgstr ""
+msgstr "Gammal e-postadresse er ikkje same som adressa som kontoen du er innlogga med"
msgid "Old email doesn't look like a valid address"
-msgstr ""
+msgstr "Gammal e-post ser ikkje ut til å vera ei gyldig adresse"
msgid "On this page"
-msgstr ""
+msgstr "På denne sida"
msgid "One FOI request found"
-msgstr ""
+msgstr "Fann eit krav om innsyn"
msgid "One person found"
-msgstr ""
+msgstr "Ein person funnet"
msgid "One public authority found"
-msgstr ""
+msgstr "Ei styresmakt funnet"
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 "Skriv berre in forkortingar som faktisk er i bruk, og la det elles vera blank. Kort eller langt namn vert brukt i URL-ein – ikkje bekymra deg om å knekka URL-er ved å byta namn, då historia vert til brukt omdirigering"
msgid "Only requests made using {{site_name}} are shown."
-msgstr ""
+msgstr "Berre førespurnader som er gjort med {{site_name}} vert vist"
msgid "Only the authority can reply to this request, and I don't recognise the address this reply was sent from"
-msgstr ""
+msgstr "Berre styresmakta kan svara på denne førespurnaden, og eg kjenner ikkje igjen adressa dette svaret vart sendt frå"
msgid "Only the authority can reply to this request, but there is no \"From\" address to check against"
-msgstr ""
+msgstr "Berre styresmakta kan svara på denne førespurnaden, men det er ikkje nokon \"From\"-adresse å sjekka mot"
msgid "Or make a <a href=\"{{url}}\">batch request</a> to <strong>multiple authorities</strong> at once."
-msgstr ""
+msgstr "Eller lag eit <a href=\"{{url}}\">samlekrav</a> til <strong>fleire styresmakter</strong> på ein gong."
msgid "Original request sent"
-msgstr ""
+msgstr "Opphavleg førespurnad send"
msgid "Other"
-msgstr ""
+msgstr "Anna"
msgid "Other:"
-msgstr ""
+msgstr "Anna:"
msgid "Outgoing message"
-msgstr ""
+msgstr "Komande frå melding"
msgid "OutgoingMessage|Body"
-msgstr ""
+msgstr "OutgoingMessage|Body"
msgid "OutgoingMessage|Last sent at"
-msgstr ""
+msgstr "OutgoingMessage|Last seint at"
msgid "OutgoingMessage|Message type"
-msgstr ""
+msgstr "OutgoingMessage|Message type"
msgid "OutgoingMessage|Prominence"
-msgstr ""
+msgstr "OutgoingMessage|Prominence"
msgid "OutgoingMessage|Prominence reason"
-msgstr ""
+msgstr "OutgoingMessage|Prominence reason"
msgid "OutgoingMessage|Status"
-msgstr ""
+msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
+msgstr "OutgoingMessage|What doing"
+
+msgid "Partial success"
msgstr ""
msgid "Partially successful."
-msgstr ""
+msgstr "Delevis vellukka"
msgid "Password is not correct"
-msgstr ""
+msgstr "Passordet er ikkje riktig"
msgid "Password:"
-msgstr ""
+msgstr "Passord:"
msgid "Paste this link into emails, tweets, and anywhere else:"
-msgstr ""
+msgstr "Lim denne lenkja inn i e-postar, tvitringer og andre stadar:"
msgid "People"
-msgstr ""
+msgstr "Folk"
msgid "People {{start_count}} to {{end_count}} of {{total_count}}"
-msgstr ""
+msgstr "Personar {{start_count}} til {{end_count}} av {{total_count}}"
msgid "Percentage of requests that are overdue"
-msgstr ""
+msgstr "Prosent av førespurnadene som er forsinka"
msgid "Percentage of total requests"
-msgstr ""
+msgstr "Prosentdel av alle førespurnader"
msgid "Photo of you:"
-msgstr ""
+msgstr "Foto av deg:"
msgid "Plans and administrative measures that affect these matters"
-msgstr ""
+msgstr "Planar og administrative gjeremål som rører desse tilhøva"
msgid "Play the request categorisation game"
-msgstr ""
+msgstr "Delta i spelet om kategorisering av førespurnader"
msgid "Play the request categorisation game!"
-msgstr ""
+msgstr "Delta i spelet om kategorisering av førespurnader!"
msgid "Please"
-msgstr ""
+msgstr "Ver venleg og"
msgid "Please <a href=\"{{url}}\">contact us</a> if you have any questions."
-msgstr ""
+msgstr "Vennlegast <a href=\"{{url}}\">kontakt oss</a> dersom du har spurnad."
msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it."
-msgstr ""
+msgstr "<a href=\"{{url}}\">Ta kontakt</a> med oss slik at vi kan fiksa det."
msgid "Please <strong>answer the question above</strong> so we know whether the recent response contains useful information."
msgid_plural "Please <strong>answer the question above</strong> so we know whether the recent responses contain useful information."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Ver så snill å <strong>svar på spurnaden over</strong> slik at vi veit i kva grad det siste svaret inneheld nyttig informasjon."
+msgstr[1] "Ver så snill å <strong>svar på spurnaden over</strong> slik at vi veit i kva grad dei siste svara inneheld nyttig informasjon."
msgid "Please <strong>go to the following requests</strong>, and let us\\n know if there was information in the recent responses to them."
-msgstr ""
+msgstr "Ver så snill å <strong>besøk dei følgjande førespurnadene</strong>,\\n og la oss vita om det var informasjon i dei siste svara i dei."
msgid "Please <strong>only</strong> write messages directly relating to your request {{request_link}}. If you would like to ask for information that was not in your original request, then <a href=\"{{new_request_link}}\">file a new request</a>."
-msgstr ""
+msgstr "Ver venleg og <strong>berre</strong> skriv om ting som direkte relaterer seg til din førespurnad {{request_link}}. Om du vil spørja om informasjon som ikkje var i den opphavlege førespurnaden, <a href=\"{{new_request_link}}\">lag ein ny førespurnad</a>."
msgid "Please ask for environmental information only"
-msgstr ""
+msgstr "Ver så snill å berre spørja om miljøinformasjon"
msgid "Please check the URL (i.e. the long code of letters and numbers) is copied\\ncorrectly from your email."
-msgstr ""
+msgstr "Vennlegast sjekk om nettadressa (dvs. den lange koda av bokstavar og tal) er kopiert\\nriktig frå e-posten din."
msgid "Please choose a file containing your photo."
-msgstr ""
+msgstr "Ver venleg og vel ei fil som inneheld biletet ditt."
msgid "Please choose a reason"
-msgstr ""
+msgstr "Vel ei grunngjeving"
msgid "Please choose what sort of reply you are making."
-msgstr ""
+msgstr "Ver venleg og vel kva slags svar du lagar."
msgid "Please choose whether or not you got some of the information that you wanted."
-msgstr ""
+msgstr "Ver venleg og vel i kva grad du fekk noko av informasjonen du etterspurte."
msgid "Please click on the link below to cancel or alter these emails."
-msgstr ""
+msgstr "Vennlegast klikk på lenkja under for å avbryta eller endra e-postane."
msgid "Please click on the link below to confirm that you want to \\nchange the email address that you use for {{site_name}}\\nfrom {{old_email}} to {{new_email}}"
-msgstr ""
+msgstr "Vennlegast klikk på linken nedanfor for å stadfesta at du ynskjer \\no forandra e-postadressa du brukar for {{site_name}}\\nfrom {{old_email}} to {{new_email}}"
msgid "Please click on the link below to confirm your email address."
-msgstr ""
+msgstr "Vennlegast klikk på lenkja under for å stadfesta e-postadressa di."
msgid "Please create an account or sign in"
-msgstr ""
+msgstr "Logg inn eller lag ein ny konto."
msgid "Please describe more what the request is about in the subject. There is no need to say it is an FOI request, we add that on anyway."
-msgstr ""
+msgstr "Ver venleg og skildre kva førespurnaden gjeld i tittelfeltet. Du treng ikkje skriva at det gjeld ein krav om innsyn, det legg vi til automatisk."
msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate."
-msgstr ""
+msgstr "Ver venleg og ikkje last opp støytande bilete. Vi vil ta ned bilete\\nsom vi finn upassande."
msgid "Please enable \"cookies\" to carry on"
-msgstr ""
+msgstr "Ver venleg og tillat \"cookies\" i nettlesaren for å koma vidare"
msgid "Please enter a password"
-msgstr ""
+msgstr "Skriv inn eit passord"
msgid "Please enter a subject"
-msgstr ""
+msgstr "Skriv inn ein tittel"
msgid "Please enter a summary of your request"
-msgstr ""
+msgstr "Skriv eit samandrag av førespurnaden"
msgid "Please enter a valid email address"
-msgstr ""
+msgstr "Skriv inn ei gyldig e-post adresse"
msgid "Please enter the message you want to send"
-msgstr ""
+msgstr "Skriv inn meldinga du ynskjer å senda"
msgid "Please enter the name of the authority"
-msgstr ""
+msgstr "Skriv inn namnet til styresmakta"
msgid "Please enter the same password twice"
-msgstr ""
+msgstr "Skriv inn det same passordet to gonger"
msgid "Please enter your annotation"
-msgstr ""
+msgstr "Skriv inn merknaden din"
msgid "Please enter your email address"
-msgstr ""
+msgstr "Skriv inn e-post adressa di"
msgid "Please enter your follow up message"
-msgstr ""
+msgstr "Skriv inn oppfølgningsmeldingen din"
msgid "Please enter your letter requesting information"
-msgstr ""
+msgstr "Ver venleg og skriv inn brevet ditt der du ber om informasjon"
msgid "Please enter your name"
-msgstr ""
+msgstr "Skriv inn namnet ditt"
msgid "Please enter your name, not your email address, in the name field."
-msgstr ""
+msgstr "Skriv inn namnet ditt, ikkje e-post adressa, i same felt."
msgid "Please enter your new email address"
-msgstr ""
+msgstr "Skriv inn den nye e-post adressa di"
msgid "Please enter your old email address"
-msgstr ""
+msgstr "Skriv inn den gamle e-postadressa di"
msgid "Please enter your password"
-msgstr ""
+msgstr "Skriv inn passordet ditt"
msgid "Please give details explaining why you want a review"
-msgstr ""
+msgstr "Du må skriva kvifor du klagar"
msgid "Please keep it shorter than 500 characters"
-msgstr ""
+msgstr "Hald det kortare enn 500 teikn"
msgid "Please keep the summary short, like in the subject of an email. You can use a phrase, rather than a full sentence."
-msgstr ""
+msgstr "Vennlegast hold oppsummeringen kort, som tittelfeltet i ei e-post. Du kan bruka ein nokon få ord i staden for ei heil setning."
msgid "Please only request information that comes under those categories, <strong>do not waste your\\n time</strong> or the time of the public authority by requesting unrelated information."
-msgstr ""
+msgstr "Ver så snill og berre spør om informasjon som høyrer under desse kategoriane, <strong>kast ikkje\\nbort tida di</strong> eller tida til den offentlege styresmakta ved å spørja om urelatert informasjon."
msgid "Please pass this on to the person who conducts Freedom of Information reviews."
msgstr "Ver venleg og send dette vidare til personen som gjer ettersyn av innsynskrav."
msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not."
-msgstr ""
+msgstr "Vel kvar av desse førespurnadene etter tur, og <strong>la alle få vita</strong>\\nom dei no er vellukka eller ikkje."
msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature"
-msgstr ""
+msgstr "Ver så snill å signar på slutten med namnet ditt, eller endre «{{signoff}}»-signaturen."
msgid "Please sign in as "
-msgstr ""
+msgstr "Logg deg inn som "
msgid "Please tell us more:"
-msgstr ""
+msgstr "Fortel oss meir:"
msgid "Please type a message and/or choose a file containing your response."
-msgstr ""
+msgstr "Ver venleg og skriv inn ei melding og/eller vel ei fil som inneheld svaret ditt."
msgid "Please use this email address for all replies to this request:"
-msgstr ""
+msgstr "Ver venleg og bruk denne e-postadressa for alle svar:"
msgid "Please write a summary with some text in it"
-msgstr ""
+msgstr "Ver venleg og fyll ut ein oppsummering"
msgid "Please write the summary using a mixture of capital and lower case letters. This makes it easier for others to read."
-msgstr ""
+msgstr "Vennlegast nytte små/store bokstavar i oppsummeringen. Då vert det enklare for andre å lesa."
msgid "Please write your annotation using a mixture of capital and lower case letters. This makes it easier for others to read."
-msgstr ""
+msgstr "Ver så snill å skriva merknaden din ved å bruka ei blanding av store og små bokstavar. Dette gjer det enklare for andre å lesa henne."
msgid "Please write your follow up message containing the necessary clarifications below."
-msgstr ""
+msgstr "Vennlegast skriv ein oppfølgingsbeskjed som belyser oppklaringspunktene under"
msgid "Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read."
-msgstr ""
+msgstr "Vennlegast nytte store og små bokstavar i meldinga di. Då vert det enklare for andre å lesa."
msgid "Point to <strong>related information</strong>, campaigns or forums which may be useful."
-msgstr ""
+msgstr "Referer til <strong>relatert informasjon</strong>, kampanjar eller forum som kan vera til nytte."
msgid "Possible related requests"
-msgstr ""
+msgstr "Mogleg relatert førespurnad:"
msgid "Post annotation"
-msgstr ""
+msgstr "Send inn merknad"
msgid "Post redirect"
-msgstr ""
+msgstr "Post-omdirigeringer"
msgid "PostRedirect|Circumstance"
-msgstr ""
+msgstr "PostRedirect|Circumstance"
msgid "PostRedirect|Email token"
-msgstr ""
+msgstr "PostRedirect|Email token"
msgid "PostRedirect|Post params yaml"
-msgstr ""
+msgstr "PostRedirect|Post params yaml"
msgid "PostRedirect|Reason params yaml"
-msgstr ""
+msgstr "PostRedirect|Reason params yaml"
msgid "PostRedirect|Token"
-msgstr ""
+msgstr "PostRedirect|Token"
msgid "PostRedirect|Uri"
-msgstr ""
+msgstr "PostRedirect|Uri"
msgid "Posted on {{date}} by {{author}}"
-msgstr ""
+msgstr "Innsendt {{date}} av {{author}}"
msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>"
-msgstr ""
+msgstr "Motoren er <a href=\"http://www.alaveteli.org/\">Alaveteli</a>"
msgid "Prefer not to receive emails?"
-msgstr ""
+msgstr "Føretrekker å ikkje motta e-post?"
msgid "Prev"
-msgstr ""
+msgstr "Forrige"
msgid "Preview follow up to '"
-msgstr ""
+msgstr "Forhåndsvis oppfølging til '"
msgid "Preview new annotation on '{{info_request_title}}'"
-msgstr ""
+msgstr "Forhåndsvis ny merknad om '{{info_request_title}}'"
msgid "Preview new {{law_used_short}} request"
-msgstr ""
+msgstr "Sjå over ny {{law_used_short}}-førespurnad"
msgid "Preview new {{law_used_short}} request to '{{public_body_name}}"
-msgstr ""
+msgstr "Sjå over ny {{law_used_short}}-førespurnad til '{{public_body_name}}"
msgid "Preview your annotation"
-msgstr ""
+msgstr "Forhåndsvis merknaden din"
msgid "Preview your message"
-msgstr ""
+msgstr "Forhåndsvis meldinga"
msgid "Preview your public request"
-msgstr ""
+msgstr "Forhåndsvis førespurnaden din"
msgid "Preview your request"
-msgstr ""
+msgstr "Forhåndsvis din førespurnad"
msgid "Profile photo"
-msgstr ""
+msgstr "Profilbilete"
msgid "ProfilePhoto|Data"
-msgstr ""
+msgstr "ProfilePhoto|Data"
msgid "ProfilePhoto|Draft"
-msgstr ""
+msgstr "ProfilePhoto|Draft"
msgid "Public Bodies"
-msgstr ""
+msgstr "Offentlege instansar"
msgid "Public Body"
-msgstr ""
+msgstr "Offentleg instans"
msgid "Public Body Statistics"
-msgstr ""
+msgstr "Offentleg instans-statistikk"
msgid "Public authorities"
-msgstr ""
+msgstr "Offentlege styresmakter"
msgid "Public authorities - {{description}}"
-msgstr ""
+msgstr "Offentlege styresmakter - {{description}}"
msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}"
-msgstr ""
+msgstr "Offentlege styresmakter {{start_count}} til {{end_count}} av totalt {{total_count}}"
msgid "Public authority statistics"
-msgstr ""
+msgstr "Statistikk for offentleg styresmakt"
msgid "Public authority – {{name}}"
-msgstr ""
+msgstr "Offentleg styresmakt – {{name}}"
msgid "Public bodies that most frequently replied with \"Not Held\""
-msgstr ""
+msgstr "Offentlege instansar som oftast svara med «Det har vi ikkje»"
msgid "Public bodies with most overdue requests"
-msgstr ""
+msgstr "Offentleg etat med flest forsinka førespurnader"
msgid "Public bodies with the fewest successful requests"
-msgstr ""
+msgstr "Offentlege instansar med færrast vellukka førespurnader"
msgid "Public bodies with the most requests"
-msgstr ""
+msgstr "Offentlege instansar med flest førespurnader"
msgid "Public bodies with the most successful requests"
-msgstr ""
+msgstr "Offentlege instansar med flest vellukka førespurnader"
msgid "Public body"
-msgstr ""
+msgstr "Offentleg kropp"
msgid "Public body category"
-msgstr ""
+msgstr "Offentleg instans-kategori"
msgid "Public body category link"
-msgstr ""
+msgstr "Offentleg instans-kategorilenkje"
msgid "Public body change request"
-msgstr ""
+msgstr "Offentleg instans-endringsførespurnad"
msgid "Public body heading"
-msgstr ""
+msgstr "Offentleg instans-overskrift"
msgid "Public notes"
-msgstr ""
+msgstr "Offentlege notat"
msgid "Public page"
-msgstr ""
+msgstr "Offentleg side"
msgid "Public page not available"
-msgstr ""
+msgstr "Offentleg side er ikkje tilgjengeleg"
msgid "PublicBodyCategoryLink|Category display order"
-msgstr ""
+msgstr "PublicBodyCategoryLink|Category display order"
msgid "PublicBodyCategory|Category tag"
-msgstr ""
+msgstr "PublicBodyCategory|Category tag"
msgid "PublicBodyChangeRequest|Is open"
-msgstr ""
+msgstr "PublicBodyChangeRequest|Is open"
msgid "PublicBodyChangeRequest|Notes"
-msgstr ""
+msgstr "PublicBodyChangeRequest|Note sin"
msgid "PublicBodyChangeRequest|Public body email"
-msgstr ""
+msgstr "PublicBodyChangeRequest|Public body email"
msgid "PublicBodyChangeRequest|Public body name"
-msgstr ""
+msgstr "PublicBodyChangeRequest|Public body name"
msgid "PublicBodyChangeRequest|Source url"
-msgstr ""
+msgstr "PublicBodyChangeRequest|Source url"
msgid "PublicBodyChangeRequest|User email"
-msgstr ""
+msgstr "PublicBodyChangeRequest|User email"
msgid "PublicBodyChangeRequest|User name"
-msgstr ""
+msgstr "PublicBodyChangeRequest|User name"
msgid "PublicBodyHeading|Display order"
-msgstr ""
+msgstr "PublicBodyHeading|Display order"
msgid "PublicBody|Api key"
-msgstr ""
+msgstr "PublicBody|Api key"
msgid "PublicBody|Disclosure log"
-msgstr ""
+msgstr "PublicBody|Disclosure log"
msgid "PublicBody|First letter"
-msgstr ""
+msgstr "PublicBody|First lettar"
msgid "PublicBody|Home page"
-msgstr ""
+msgstr "PublicBody|Home page"
msgid "PublicBody|Info requests count"
-msgstr ""
+msgstr "PublicBody|Info requests count"
msgid "PublicBody|Info requests not held count"
-msgstr ""
+msgstr "PublicBody|Info requests nót held count"
msgid "PublicBody|Info requests overdue count"
-msgstr ""
+msgstr "PublicBody|Info requests overdue count"
msgid "PublicBody|Info requests successful count"
-msgstr ""
+msgstr "PublicBody|Info requests successful count"
msgid "PublicBody|Info requests visible classified count"
-msgstr ""
+msgstr "PublicBody|Info requests visible classified count"
msgid "PublicBody|Last edit comment"
-msgstr ""
+msgstr "PublicBody|Last edit comment"
msgid "PublicBody|Last edit editor"
-msgstr ""
+msgstr "PublicBody|Last edit editor"
msgid "PublicBody|Name"
-msgstr ""
+msgstr "PublicBody|Name"
msgid "PublicBody|Notes"
-msgstr ""
+msgstr "PublicBody|Note sin"
msgid "PublicBody|Publication scheme"
-msgstr ""
+msgstr "PublicBody|Publication scheme"
msgid "PublicBody|Request email"
-msgstr ""
+msgstr "PublicBody|Request email"
msgid "PublicBody|Short name"
-msgstr ""
+msgstr "PublicBody|Short name"
msgid "PublicBody|Url name"
-msgstr ""
+msgstr "PublicBody|Url name"
msgid "PublicBody|Version"
-msgstr ""
+msgstr "PublicBody|Version"
msgid "Publication scheme"
-msgstr ""
+msgstr "Arkivplan"
msgid "Publication scheme URL"
-msgstr ""
+msgstr "URL til arkivplan"
msgid "Purge request"
-msgstr ""
+msgstr "Slett førespurnad"
msgid "PurgeRequest|Model"
-msgstr ""
+msgstr "PurgeRequest|Model"
msgid "PurgeRequest|Url"
-msgstr ""
+msgstr "PurgeRequest|Url"
msgid "RSS feed"
-msgstr ""
+msgstr "RSS-straum"
msgid "RSS feed of updates"
-msgstr ""
+msgstr "RSS-straum med oppdateringar"
msgid "Re-edit this annotation"
-msgstr ""
+msgstr "Skriv igjen om denne merknaden"
msgid "Re-edit this message"
-msgstr ""
+msgstr "Rediger denne meldinga på nytt"
msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators</a>, such as proximity and wildcards."
-msgstr ""
+msgstr "Les om <a href=\"{{advanced_search_url}}\">avanserte søkefunksjoner</a>, som til dømes nærleik og jokerteikn."
msgid "Read blog"
msgstr "Les blogg"
msgid "Received an error message, such as delivery failure."
-msgstr ""
+msgstr "Mottokk ei feilmelding, slik som feil ved levering."
msgid "Recently described results first"
-msgstr ""
+msgstr "Nylige skildra resultat først"
msgid "Refused."
+msgstr "Avslegen"
+
+msgid "Rejected"
msgstr ""
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
-msgstr ""
+msgstr "Hugs meg (lèt deg loggast inn lengre, ikkje bruk dette på ei offentleg datamaskin)"
msgid "Report abuse"
-msgstr ""
+msgstr "Meld misbruk"
msgid "Report an offensive or unsuitable request"
-msgstr ""
+msgstr "Meld ein støytande eller upassande førespurnad"
msgid "Report request"
-msgstr ""
+msgstr "Meld førespurnad"
msgid "Report this request"
-msgstr ""
+msgstr "Rapporter førespurnaden"
msgid "Reported for administrator attention."
-msgstr ""
+msgstr "Rapportert til admininstrator"
msgid "Reporting a request notifies the site administrators. They will respond as soon as possible."
-msgstr ""
+msgstr "Når ein førespurnad meldast sendast det melding til nettstaden administratorar. Dei vil svara så raskt som mogleg."
msgid "Request an internal review"
-msgstr ""
+msgstr "Skriv klage"
msgid "Request an internal review from {{person_or_body}}"
-msgstr ""
+msgstr "Klag på vedtaket frå {{person_or_body}}"
msgid "Request email"
-msgstr ""
+msgstr "Spør e-post"
msgid "Request for personal information"
-msgstr ""
+msgstr "Spør personleg informasjon"
msgid "Request has been removed"
-msgstr ""
+msgstr "Førespurnaden er fjerna"
msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Førespurnad send til {{public_body_name}} av {{info_request_user}} den {{date}}."
msgid "Request to {{public_body_name}} by {{info_request_user}}. Annotated by {{event_comment_user}} on {{date}}."
-msgstr ""
+msgstr "Førespurnad til {{public_body_name}}, gjort av {{info_request_user}}. Annotert av {{event_comment_user}} den {{date}}."
msgid "Requested from {{public_body_name}} by {{info_request_user}} on {{date}}"
-msgstr ""
+msgstr "Etterspurt frå {{public_body_name}} av {{info_request_user}} den {{date}}"
msgid "Requested on {{date}}"
-msgstr ""
+msgstr "Etterspurt den {{date}}"
msgid "Requests are considered overdue if they are in the 'Overdue' or 'Very Overdue' states."
-msgstr ""
+msgstr "Førespurnader er forseinka viss dei har statusen «forseinka» eller «svært forseinka»."
msgid "Requests are considered successful if they were classified as either 'Successful' or 'Partially Successful'."
-msgstr ""
+msgstr "Førespurnader er vellukka viss dei er klassifiserte anten som «vellukka» eller «delvis vellukka»."
msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)."
-msgstr ""
+msgstr "Førespurnader om personleg informasjon og sjikanøse førespurnader er ikkje tillatne i innsynskrav (<a href=\"/help/about\">les meir</a>)."
msgid "Requests or responses matching your saved search"
-msgstr ""
+msgstr "Førespurnader eller svar som treffer det lagra søket ditt"
msgid "Requests similar to '{{request_title}}'"
-msgstr ""
+msgstr "Førespurnader som liknar '{{request_title}}'"
msgid "Requests similar to '{{request_title}}' (page {{page}})"
-msgstr ""
+msgstr "Førespurnader som liknar '{{request_title}}' (side {{page}})"
msgid "Requests will be sent to the following bodies:"
-msgstr ""
+msgstr "Førespurnader vil sendast til følgjande instansar:"
msgid "Respond by email"
-msgstr ""
+msgstr "Svar med e-post"
msgid "Respond to request"
-msgstr ""
+msgstr "Svar på førespurnaden"
msgid "Respond to the FOI request '{{request}}' made by {{user}}"
-msgstr ""
+msgstr "Svar på krav om innsyn '{{request}}' gjord av {{user}}"
msgid "Respond using the web"
-msgstr ""
+msgstr "Svar på nett"
msgid "Response"
-msgstr ""
+msgstr "Svar"
msgid "Response by {{public_body_name}} to {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Svar frå {{public_body_name}} til {{info_request_user}} den {{date}}."
msgid "Response from a public authority"
-msgstr ""
+msgstr "Svar frå ei offentleg styresmakt"
msgid "Response to '{{title}}'"
-msgstr ""
+msgstr "Svar på «{{title}}»"
msgid "Response to this request is <strong>delayed</strong>."
-msgstr ""
+msgstr "Svar på denne førespurnaden er <strong>forsinka</strong>."
msgid "Response to this request is <strong>long overdue</strong>."
-msgstr ""
+msgstr "Svaret for denne førespurnaden er <strong>svært forsinka</strong>."
msgid "Response to your request"
-msgstr ""
+msgstr "Svar på din førespurnad"
msgid "Response:"
-msgstr ""
+msgstr "Svar:"
msgid "Restrict to"
-msgstr ""
+msgstr "Avgrens til"
msgid "Results page {{page_number}}"
-msgstr ""
+msgstr "Resultatside nummer {{page_number}}"
msgid "Save"
-msgstr ""
+msgstr "Lager"
msgid "Search"
msgstr "Søk"
msgid "Search Freedom of Information requests, public authorities and users"
-msgstr ""
+msgstr "Søk i krav om innsyn, offentlege styresmakter og brukarar"
msgid "Search contributions by this person"
-msgstr ""
+msgstr "Søk bidrag frå denne personen"
msgid "Search for the authorities you'd like information from:"
-msgstr ""
-
-msgid "Search for words in:"
-msgstr ""
+msgstr "Søk etter styresmaktene du kunne tenkja deg informasjon frå:"
msgid "Search in"
-msgstr ""
+msgstr "Søk i"
msgid "Search in their website for this information &rarr;"
-msgstr ""
+msgstr "Søk etter denne informasjonen på deira webside &rarr;"
msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>"
-msgstr ""
+msgstr "Søk blant <br/>\\n <strong>{{number_of_requests}} førespurnader</strong> <span>og</span><br/>\\n <strong>{{number_of_authorities}} styresmakter</strong>"
msgid "Search queries"
-msgstr ""
+msgstr "Søkespørringer"
msgid "Search results"
-msgstr ""
+msgstr "Søkeresultater"
msgid "Search the site to find what you were looking for."
-msgstr ""
+msgstr "Søk sidan for å finne det du leitar etter."
msgid "Search your contributions"
-msgstr ""
+msgstr "Søk i bidraga dine"
msgid "See bounce message"
-msgstr ""
+msgstr "See sprett (bounce) melding"
msgid "Send a followup"
-msgstr ""
+msgstr "Send ein oppfølgning"
msgid "Send a message to "
-msgstr ""
+msgstr "Send ei melding til "
msgid "Send a public follow up message to {{person_or_body}}"
-msgstr ""
+msgstr "Send ein offentleg oppfølgningsmelding til {{person_or_body}}"
msgid "Send a public reply to {{person_or_body}}"
-msgstr ""
+msgstr "Send eit offentleg svar til {{person_or_body}}"
msgid "Send follow up to '{{title}}'"
-msgstr ""
+msgstr "Send oppfølgning til '{{title}}'"
msgid "Send message"
-msgstr ""
+msgstr "Send melding"
msgid "Send message to "
-msgstr ""
+msgstr "Send melding til "
msgid "Send request"
-msgstr ""
+msgstr "Send førespurnad"
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] "Sendt til ei styresmakt av {{info_request_user}} den {{date}}."
+msgstr[1] "Seint til {{authority_count}} styresmakter av {{info_request_user}} den {{date}}."
msgid "Set your profile photo"
-msgstr ""
+msgstr "Vel profilet ditt-bilete"
msgid "Share on Facebook"
-msgstr ""
+msgstr "Del på Facebook"
msgid "Share your batch request"
-msgstr ""
+msgstr "Del ditt samlekrav"
msgid "Share your request"
-msgstr ""
+msgstr "Del din førespurnad"
msgid "Short name"
-msgstr ""
+msgstr "Kortnamn"
msgid "Short name is already taken"
-msgstr ""
+msgstr "Kortnamnet er allereie teke"
msgid "Show most relevant results first"
-msgstr ""
+msgstr "Vis mest relevante resultat først"
msgid "Show only..."
-msgstr ""
+msgstr "Vis berre..."
msgid "Showing"
-msgstr ""
+msgstr "Viser"
msgid "Sign in"
-msgstr ""
+msgstr "Logg inn"
msgid "Sign in as the emergency user"
-msgstr ""
+msgstr "Logg på som nødbrukeren"
msgid "Sign in or make a new account"
-msgstr ""
+msgstr "Logg inn eller lag ein ny konto"
msgid "Sign in or sign up"
msgstr "Logg inn eller lag konto"
msgid "Sign out"
-msgstr ""
+msgstr "Logg ut"
msgid "Sign up"
-msgstr ""
+msgstr "Lag konto"
msgid "Similar requests"
-msgstr ""
+msgstr "Liknande førespurnader"
msgid "Simple search"
-msgstr ""
+msgstr "Enkelt søk"
msgid "Some notes have been added to your FOI request - "
-msgstr ""
+msgstr "Nokre merknader er lagt til innsynskravet ditt – "
msgid "Some of the information requested has been received"
-msgstr ""
+msgstr "Noko av den etterspurde informasjonen er motteke"
msgid "Some people who've made requests haven't let us know whether they were\\nsuccessful or not. We need <strong>your</strong> help &ndash;\\nchoose one of these requests, read it, and let everyone know whether or not the\\ninformation has been provided. Everyone'll be exceedingly grateful."
-msgstr ""
+msgstr "Nokre som har sendt inn førespurnader har ikkje fortalt oss om dei var\\nvellukka eller ikkje. Vi treng <strong>di hjelp</strong> &ndash;\\nVel ein av førespurnadene, les ho, og la alle få vita om\\n den etterspurde information er gjeve. Alle vil bli svært takknemlege."
msgid "Somebody added a note to your FOI request - "
-msgstr ""
+msgstr "Nokon har lagt til ein merknad på innsynskravet ditt - "
msgid "Someone has updated the status of your request"
-msgstr ""
+msgstr "Nokre har oppdatert status på førespurnaden din"
msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}."
-msgstr ""
+msgstr "Nokre, kanskje deg, freista å byta e-post adressa på\\n{{site_name}} frå {{old_email}} to {{new_email}}."
msgid "Sorry - you cannot respond to this request via {{site_name}}, because this is a copy of the request originally at {{link_to_original_request}}."
-msgstr ""
+msgstr "Beklagar - du kan ikkje svara på denne førespurnaden via {{site_name}} fordi dette er ein kopi av ein førespurnad opphavleg frå {{link_to_original_request}}."
msgid "Sorry, but only {{user_name}} is allowed to do that."
-msgstr ""
+msgstr "Beklagar, men berre {{user_name}} har lov til det."
msgid "Sorry, there was a problem processing this page"
-msgstr ""
+msgstr "Beklagar, det er eit problem med å klargjera denne sida"
msgid "Sorry, we couldn't find that page"
-msgstr ""
+msgstr "Beklagar, vi fann ikkje den sida"
msgid "Source URL:"
-msgstr ""
+msgstr "Kilde-URL:"
msgid "Source:"
-msgstr ""
+msgstr "Kilde:"
msgid "Spam address"
-msgstr ""
+msgstr "Spam-adresse"
msgid "SpamAddress|Email"
-msgstr ""
+msgstr "SpamAddress|Email"
msgid "Start your own blog"
-msgstr ""
+msgstr "Start din eigen blogg"
msgid "Stay up to date"
-msgstr ""
+msgstr "Hald deg oppdatert"
msgid "Still awaiting an <strong>internal review</strong>"
-msgstr ""
+msgstr "Ventar enno på <strong>handsaming av klage</strong>"
msgid "Subject"
-msgstr ""
+msgstr "Tittel"
msgid "Subject:"
-msgstr ""
+msgstr "Tittel:"
msgid "Submit"
+msgstr "Send inn"
+
+msgid "Submit Search"
msgstr ""
msgid "Submit request"
-msgstr ""
+msgstr "Send førespurnad"
msgid "Submit status"
-msgstr ""
+msgstr "Oppdater status"
msgid "Submit status and send message"
-msgstr ""
+msgstr "Oppdater, og send melding"
msgid "Subscribe to blog"
-msgstr ""
+msgstr "Abboner på blogg"
msgid "Success"
+msgstr "Suksess"
+
+msgid "Successful"
msgstr ""
msgid "Successful Freedom of Information requests"
+msgstr "Vellukka krav om innsyn"
+
+msgid "Successful requests"
msgstr ""
msgid "Successful."
-msgstr ""
+msgstr "Vellukka."
msgid "Suggest how the requester can find the <strong>rest of the information</strong>."
-msgstr ""
+msgstr "Føreslå korleis spørjaren kan få <strong>resten av informasjonen/dokumenta</strong>"
msgid "Summary:"
-msgstr ""
+msgstr "Oppsummering:"
msgid "Table of statuses"
-msgstr ""
+msgstr "Tabell over statusar"
msgid "Table of varieties"
-msgstr ""
+msgstr "Tabell over typar"
msgid "Tags"
-msgstr ""
+msgstr "Taggar"
msgid "Tags (separated by a space):"
-msgstr ""
+msgstr "Taggar (space separert):"
msgid "Tags:"
-msgstr ""
+msgstr "Taggar:"
msgid "Thank you for helping us keep the site tidy!"
-msgstr ""
+msgstr "Takk for at du hjelper oss med å halda tenesta ryddig!"
msgid "Thank you for making an annotation!"
-msgstr ""
+msgstr "Takk for at du laga ein merknad!"
msgid "Thank you for responding to this FOI request! Your response has been published below, and a link to your response has been emailed to "
-msgstr ""
+msgstr "Takk for at du svara på dette innsynskravet! Svaret ditt har no vorte publisert under, og ei lenkje til svaret er sendt på e-post til "
msgid "Thank you for updating the status of the request '<a href=\"{{url}}\">{{info_request_title}}</a>'. There are some more requests below for you to classify."
-msgstr ""
+msgstr "Takk for at du oppdaterer status på innsynskravet «<a href=\"{{url}}\">{{info_request_title}}</a>». Det finst fleire førespurnader under som du kan klassifisera."
msgid "Thank you for updating this request!"
-msgstr ""
+msgstr "Takk for at du oppdaterte denne førespurnaden!"
msgid "Thank you for updating your profile photo"
-msgstr ""
+msgstr "Takk for at du oppdaterte profil-biletet"
msgid "Thank you! We'll look into what happened and try and fix it up."
-msgstr ""
+msgstr "Takk! Vi skal sjekka kva som skjedde, og freista å fiksa set."
msgid "Thanks for helping - your work will make it easier for everyone to find successful\\nresponses, and maybe even let us make league tables..."
-msgstr ""
+msgstr "Takk for at du hjelper - det vil gjera det enklare for alle å finna vellukka\\nsvar, og kanskje til og med la oss laga ein konkurranse ut av det..."
msgid "Thanks for your suggestion to add {{public_body_name}}. It's been added to the site here:"
-msgstr ""
+msgstr "Takk for forslaget ditt om å leggja til {{public_body_name}}. Han har blit lagt til nettstaden her:"
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 "Tusen takk for forslaget ditt om å oppdatera e-postadressa for {{public_body_name}} til {{public_body_email}}. Dette er no gjort, og alle nye førespurnader vil sendast til den nye adressa."
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 ""
+msgstr "Tusen takk – dette vil hjelpa andre med å finna nyttig stoff. Vi vil\\nogså, viss du treng det, gje råd om kva du kan gjera vidare med dine\\n førespurnader."
msgid "Thanks very much for helping keep everything <strong>neat and organised</strong>.\\n We'll also, if you need it, give you advice on what to do next about each of your\\n requests."
-msgstr ""
+msgstr "Tusen takk for hjelpa med halda alt <strong>ryddig og ordentleg</strong>.\\nVi vil òg, viss du treng det, gje deg råd om kva du kan gjera vidare med kvar av dine\\nførespurnader."
msgid "That doesn't look like a valid email address. Please check you have typed it correctly."
-msgstr ""
+msgstr "Ser ikkje ut som ei lovleg e-post adresse. Sjekk om du har skrive den korrekt."
msgid "The <strong>review has finished</strong> and overall:"
-msgstr ""
+msgstr "Klaga er ferdigbehandlet og:"
msgid "The Freedom of Information Act <strong>does not apply</strong> to"
-msgstr ""
+msgstr "Offentleglova <strong>er ikkje gjeldande</strong> for"
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-ein der du fann e-postadressa. Dette feltet er valfritt, men det vil hjelpa oss veldig viss du kan leggja ved ei lenkje til ein spesifikk side på nettstaden til styresmakta som oppgjev denne adressa, då det vil gjera det mykje enklare for oss å sjekka henne."
msgid "The accounts have been left as they previously were."
-msgstr ""
+msgstr "Kontoane er etterlate slik dei tidlegare var."
msgid "The authority do <strong>not have</strong> the information <small>(maybe they say who does)"
-msgstr ""
+msgstr "Styresmakta <strong>har ikkje</strong> denne informasjonen <small>(kanskje dei seier kven som har)"
msgid "The authority email doesn't look like a valid address"
-msgstr ""
+msgstr "E-postadressa til styresmakta ser ikkje ut som ei gyldig adresse"
msgid "The authority only has a <strong>paper copy</strong> of the information."
-msgstr ""
+msgstr "Styresmakta har berre <strong>papireksemplar</strong> av informasjonen."
msgid "The authority say that they <strong>need a postal\\n address</strong>, not just an email, for it to be a valid FOI request"
-msgstr ""
+msgstr "Styresmakta seier at dei <strong> treng ei postadresse</strong>, og ikkje berre ei e-post, for at det skal vera ein gyldig krav om innsyn."
msgid "The authority would like to / has <strong>responded by post</strong> to this request."
-msgstr ""
+msgstr "Styresmakta ynskjer å / har <strong>svara på post</strong> på denne førespurnaden."
msgid "The classification of requests (e.g. to say whether they were successful or not) is done manually by users and administrators of the site, which means that they are subject to error."
-msgstr ""
+msgstr "Klassifiseringen av førespurnader (dvs. å seia om dei var vellukka eller ikkje) gjerast manuelt av brukarar og administratorar på nettstaden, kva for eit tyder at det kan gjerast feil."
msgid "The contact email address for FOI requests to the authority."
-msgstr ""
+msgstr "Kontakt-e-postadressa for krav om innsyn til denne styresmakta."
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 ""
+msgstr "E-posten som du, på vegne av {{public_body}}, har sendt til\\n{{user}} for å svara på ein {{law_used_short}}-førespurnad, har ikkje vorte levert."
msgid "The error bars shown are 95% confidence intervals for the hypothesized underlying proportion (i.e. that which you would obtain by making an infinite number of requests through this site to that authority). In other words, the population being sampled is all the current and future requests to the authority through this site, rather than, say, all requests that have been made to the public body by any means."
-msgstr ""
+msgstr "Stolpane i diagramet viser 95% konfidensintervall for den hypotetiske underliggende storleiken (med andre ord, han du får viss du lagar ei uendeleg mengd førespurnader via denne nettstaden til den styresmakta). Med andre ord, populasjonen som vert sampla er alle dei noverande og framtidige førespurnadene til styresmakta gjennom denne nettstaden, i staden til dømes alle førespurnader som har vorte gjort til det offentlege styresmakta uavhengig av måte."
msgid "The last incoming message was created in the last day"
-msgstr ""
+msgstr "Den sist innkommede meldinga vart oppretta i løpet av den dagen"
msgid "The last incoming message was created over a day ago"
-msgstr ""
+msgstr "Den sist innkommede meldinga vart oppretta for meir enn ein dag sidan"
msgid "The last outgoing message was created in the last day"
-msgstr ""
+msgstr "Den sist komande frå meldinga vart oppretta i løpet av dagen"
msgid "The last outgoing message was created over a day ago"
-msgstr ""
+msgstr "Den sist komande frå meldinga vart oppretta for meir enn ein dag sidan"
msgid "The last user was created in the last day"
-msgstr ""
+msgstr "Den siste brukaren vart laga i løpet av dagen"
msgid "The last user was created over a day ago"
-msgstr ""
+msgstr "Den siste brukaren vart laga for meir enn ein dag sidan"
msgid "The page doesn't exist. Things you can try now:"
-msgstr ""
+msgstr "Sidan finst ikkje. Det du kan freista no:"
msgid "The percentages are calculated with respect to the total number of requests, which includes invalid requests; this is a known problem that will be fixed in a later release."
-msgstr ""
+msgstr "Prosentane vert berekna ut frå den totale mengda førespurnader, der ugyldige førespurnader er talt med. Dette er eit kjent problem som vil fiksast i ei seinare utgåve."
msgid "The public authority does not have the information requested"
-msgstr ""
+msgstr "Den offentlege styresmakta har ikkje informasjonen som er etterspurt"
msgid "The public authority would like part of the request explained"
-msgstr ""
+msgstr "Den offentlege styresmakta ynskjer ei forklaring på ein del av førespurnaden"
msgid "The public authority would like to / has responded by post"
-msgstr ""
+msgstr "Den offentlege styresmakta ynskjer å / har svara via post"
msgid "The request has been <strong>refused</strong>"
-msgstr ""
+msgstr "Førespurnaden vart <strong>avvist</strong>"
msgid "The request has been updated since you originally loaded this page. Please check for any new incoming messages below, and try again."
-msgstr ""
+msgstr "Innsynsførespurnaden har vorte oppdatert sidan du sist lasta denne sida. Ver venleg og sjekk under for nye innkomne meldingar og prøv igjen."
msgid "The request is <strong>waiting for clarification</strong>."
-msgstr ""
+msgstr "Innsynsførespurnaden <strong>ventar på avklaring</strong>."
msgid "The request was <strong>partially successful</strong>."
-msgstr ""
+msgstr "Innsynsførespurnaden var <strong>delvis vellukka</strong>."
msgid "The request was <strong>refused</strong> by"
-msgstr ""
+msgstr "Innsynsførespurnaden vart <strong>avvist</strong> av "
msgid "The request was <strong>successful</strong>."
-msgstr ""
+msgstr "Innsynsførespurnaden var <strong>vellukka</strong>."
msgid "The request was refused by the public authority"
-msgstr ""
+msgstr "Førespurnaden vart avvist av styresmakta"
msgid "The request you have tried to view has been removed. There are\\nvarious reasons why we might have done this, sorry we can't be more specific here. Please <a\\n href=\"{{url}}\">contact us</a> if you have any questions."
-msgstr ""
+msgstr "Førespurnaden du har freista å sjå på er fjerna. Det er ulike\\n grunnar til kvifor vi kan ha gjort dette, beklagar at vi ikkje kan vera meir spesifikke her.\\n <a href=\"{{url}}\">Ta kontakt med oss</a> viss du lurer på noko."
msgid "The requester has abandoned this request for some reason"
-msgstr ""
+msgstr "Forespørrer har av einkvan grunn gjeve opp denne førespurnaden"
msgid "The response to your request has been <strong>delayed</strong>. You can say that,\\n by law, the authority should normally have responded\\n <strong>promptly</strong> and"
msgstr ""
+"Svaret på din førespurnad er <strong>forsinka</strong>. I følgje lovverket\\n kan ein seia\n"
+"at etaten normal skulle svart <strong>utan opphald</strong> og"
msgid "The response to your request is <strong>long overdue</strong>. You can say that, by\\n law, under all circumstances, the authority should have responded\\n by now"
-msgstr ""
+msgstr "Svaret på din førespurnad er <strong>svært forsinka</strong>. I følgje loven\\n så burde instansen under kvart og eit omstende ha svara på\\n dette tidspunktet"
msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority."
-msgstr ""
+msgstr "Søkja-indeksen er ikkje tilgjengeleg, så vi kan ikkje visa deg krav om innsyn som er sendt til denne styresmakta."
msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made."
-msgstr ""
+msgstr "Søkjeindeksen er ikkje tilgjengeleg, så vi kan ikkje visa innsynskrava til denne personen."
msgid "The {{site_name}} team."
-msgstr ""
+msgstr "{{site_name}}-gjengen."
msgid "Then you can cancel the alert."
-msgstr ""
+msgstr "Så kan du kanselere varslingen."
msgid "Then you can cancel the alerts."
-msgstr ""
+msgstr "Så kan du kanselere varslingen."
msgid "Then you can change your email address used on {{site_name}}"
-msgstr ""
+msgstr "Så kan du endra e-post adressa brukt på {{site_name}}"
msgid "Then you can change your password on {{site_name}}"
-msgstr ""
+msgstr "Så kan du byta passordet på {{site_name}}"
msgid "Then you can classify the FOI response you have got from "
-msgstr ""
+msgstr "Så kan du klassifisera svaret på innsynsbegjæringen som du fekk frå "
msgid "Then you can download a zip file of {{info_request_title}}."
-msgstr ""
+msgstr "Deretter kan du lasta ned ein zip-fil med {{info_request_title}}."
msgid "Then you can log into the administrative interface"
-msgstr ""
+msgstr "Deretter kan du logga deg på det admininstrative grensesnittet"
msgid "Then you can make a batch request"
-msgstr ""
+msgstr "Då kan du laga ein samlekrav"
msgid "Then you can play the request categorisation game."
-msgstr ""
+msgstr "Då kan du delta i spelet om kategorisering av førespurnader."
msgid "Then you can report the request '{{title}}'"
-msgstr ""
+msgstr "Deretter kan du rapportera førespurnaden «{{title}}»"
msgid "Then you can send a message to "
-msgstr ""
+msgstr "Så kan du senda ei melding til "
msgid "Then you can sign in to {{site_name}}"
-msgstr ""
+msgstr "Deretter kan du logga inn på {{site_name}}"
msgid "Then you can update the status of your request to "
-msgstr ""
+msgstr "Så kan du oppdater status på førespurnaden til "
msgid "Then you can upload an FOI response. "
-msgstr ""
+msgstr "Så kan du senda ein innsynsbegjæring"
msgid "Then you can write follow up message to "
-msgstr ""
+msgstr "Deretter kan du skriva ein oppfølgingsmelding til "
msgid "Then you can write your reply to "
-msgstr ""
+msgstr "Så kan du skriva svaret ditt til "
msgid "Then you will be following all new FOI requests."
-msgstr ""
+msgstr "Dermed vil du følgja alle nye krav om innsyn."
msgid "Then you will be notified whenever '{{user_name}}' requests something or gets a response."
-msgstr ""
+msgstr "Så vil du få melding når '{{user_name}}' etterspør noko eller får eit svar."
msgid "Then you will be notified whenever a new request or response matches your search."
-msgstr ""
+msgstr "Så vil du få melding når ein ny førespurnad eller eit svar oppfyller søket ditt."
msgid "Then you will be notified whenever an FOI request succeeds."
-msgstr ""
+msgstr "Så vil du få melding når ein innsynsbegjøring lukkast."
msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'."
-msgstr ""
+msgstr "Så vil du få melding når nokon etterspør noko eller får eit svar frå '{{public_body_name}}'."
msgid "Then you will be updated whenever the request '{{request_title}}' is updated."
-msgstr ""
+msgstr "Så vil du få ei oppdatering når førespurnaden «{{request_title}}» vert oppdatert."
msgid "Then you'll be allowed to send FOI requests."
-msgstr ""
+msgstr "Deretter vil du få lov til å senda krav om innsyn."
msgid "Then your FOI request to {{public_body_name}} will be sent."
-msgstr ""
+msgstr "Så vil dine krav om innsyn til {{public_body_name}} sendast."
msgid "Then your annotation to {{info_request_title}} will be posted."
-msgstr ""
+msgstr "Så vil din merknad til {{info_request_title}} publiserast."
msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote."
-msgstr ""
+msgstr "Det er {{count}} nye merknader på din førespurnad {{info_request}}. Følg denne lenkja for å sjå kva dei har skrive."
msgid "There is <strong>more than one person</strong> who uses this site and has this name.\\n One of them is shown below, you may mean a different one:"
-msgstr ""
+msgstr "Det er <strong>meir enn éin person</strong> som brukar dette området, og har dette namnet.\\n Ein av dei er vist nedanfor, men du kan meina ein annan:"
msgid "There is a limit on the number of requests you can make in a day, because we don’t want public authorities to be bombarded with large numbers of inappropriate requests. If you feel you have a good reason to ask for the limit to be lifted in your case, please <a href='{{help_contact_path}}'>get in touch</a>."
-msgstr ""
+msgstr "Det er ei grense på mengd førespurnader du kan laga på éin dag, fordi vi ikkje ynskjer at offentlege styresmakter skal oversymjast med ei stort mengd upassande førespurnader. Dersom du synest du har ein god grunn til at grensa skal aukast i tilfellet ditt, ver venleg og <a href='{{help_contact_path}}'>ta kontakt</a>."
msgid "There is nothing to display yet."
-msgstr ""
+msgstr "Det er ikkje noko å visa endå."
msgid "There is {{count}} person following this request"
msgid_plural "There are {{count}} people following this request"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "{{count}} person følgjer denne førespurnaden"
+msgstr[1] "{{count}} personar følgjer denne førespurnaden"
msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team."
-msgstr ""
+msgstr "Det var ein <strong>feil med leveringen</strong> eller liknande, som treng å rettast av {{site_name}}-gruppa."
msgid "There was an error with the words you entered, please try again."
-msgstr ""
+msgstr "Det var ein feil med orda du skreiv inn, vennlegast forsøk på nytt."
msgid "There was no data calculated for this graph yet."
-msgstr ""
+msgstr "Det er ikkje noko data berekna for denne grafen enno."
msgid "There were no requests matching your query."
-msgstr ""
+msgstr "Det var ingen førespurnader som tilfredsstiller søket ditt."
msgid "There were no results matching your query."
-msgstr ""
+msgstr "Det var ingen resultat som tilfredsstiller søket ditt."
msgid "These graphs were partly inspired by <a href=\"http://mark.goodge.co.uk/2011/08/number-crunching-whatdotheyknow/\">some statistics that Mark Goodge produced for WhatDoTheyKnow</a>, so thanks are due to him."
-msgstr ""
+msgstr "Desse grafane er delvis inspirert av <a href=\"http://mark.goodge.co.uk/2011/08/number-crunching-whatdotheyknow/\">endel statistikk som Mark Goodge laga for WhatDoTheyKnow</a>, så han fortener ei takk."
msgid "They are going to reply <strong>by post</strong>"
-msgstr ""
+msgstr "Dei kjem til å svara <stron>per brev</strong>"
msgid "They do <strong>not have</strong> the information <small>(maybe they say who does)</small>"
-msgstr ""
+msgstr "Dei <strong>har ikkje</strong> informasjonen <small>(veit dei kven som har henne?)</small>"
msgid "They have been given the following explanation:"
-msgstr ""
+msgstr "Dei har fått følgjande forklaring:"
msgid "They have not replied to your {{law_used_short}} request {{title}} promptly, as normally required by law"
-msgstr ""
+msgstr "Dei har ikkje svara på din {{law_used_short}} om «{{title}}» innan kort tid, som er det som normalt vert kravt i følgje lovverket"
msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas required by law"
-msgstr ""
+msgstr "Dei har ikkje svara på din {{law_used_short}} om «{{title}}», slik det vert kravt i følgje lovverket"
msgid "Things to do with this request"
-msgstr ""
+msgstr "Kva kan ein gjera med denne førespurnaden?"
msgid "Things you're following"
-msgstr ""
+msgstr "Ting du følgjer"
msgid "This authority no longer exists, so you cannot make a request to it."
-msgstr ""
+msgstr "Denne styresmakta er sletta, og kan ikkje kontaktast."
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 "Dette dekker eit svært breitt spekter av informasjon om tilstanden til \\n<strong> rørd natur og bygde ut område</ strong>, som til dømes:"
msgid "This external request has been hidden"
-msgstr ""
+msgstr "Denne eksterne førespurnaden har vorte skjult"
msgid "This is <a href=\"{{profile_url}}\">{{user_name}}'s</a> wall"
-msgstr ""
+msgstr "Dette er veggen til <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 ""
+msgstr "Det er ei tekst-versjon av krav om innsyn «{{request_title}}». Den siste, komplette versjonen er tilgjengeleg frå {{full_url}}"
msgid "This is an HTML version of an attachment to the Freedom of Information request"
-msgstr ""
+msgstr "Dette er HTML-utgåva av eit vedlegg til innsynskravet"
msgid "This is because {{title}} is an old request that has been\\nmarked to no longer receive responses."
-msgstr ""
+msgstr "Dette er på grunn av at {{title}} er ein gammal førespurnad\\n som har vorte markert til å ikkje lenger motta svar."
msgid "This is the first version."
-msgstr ""
+msgstr "Dette er den første versjonen."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
+msgstr "Dette er din eigen førespurnad, så du vil automatisk få e-post når nye svar kjem inn."
+
+msgid "This is your request"
msgstr ""
msgid "This message has been hidden."
-msgstr ""
+msgstr "Denne meldinga har vorte skjult."
msgid "This message has been hidden. There are various reasons why we might have done this, sorry we can't be more specific here."
-msgstr ""
+msgstr "Denne meldinga har vorte skjult. Det er ulike årsaker til at vi kan ha gjort dette, og vi beklagar at vi ikkje kan vera meir spesifikk her."
msgid "This message has prominence 'hidden'. You can only see it because you are logged in as a super user."
-msgstr ""
+msgstr "Denne meldinga er fremhevet som «skjult». Du kan berre sjå han på grunn av at du er logga inn som suparnytter."
msgid "This message has prominence 'hidden'. {{reason}} You can only see it because you are logged in as a super user."
-msgstr ""
+msgstr "Denne meldinga er framheva som «skjult». {{reason}} Du kan berre sjå han på grunn av at du er logga inn som superbrukar."
msgid "This message is hidden, so that only you, the requester, can see it. Please <a href=\"{{url}}\">contact us</a> if you are not sure why."
-msgstr ""
+msgstr "Denne meldinga er skjult, slik at berre du, innsenderen, kan sjå henne. <a href=\"{{url}}\">Ta kontakt</a> viss du er usikker på kvifor."
msgid "This message is hidden, so that only you, the requester, can see it. {{reason}}"
-msgstr ""
+msgstr "Denne meldinga er skjult slik at berre du, innsenderen, kan sjå henne. "
msgid "This page of public body statistics is currently experimental, so there are some caveats that should be borne in mind:"
-msgstr ""
+msgstr "Denne sida med statistikk over offentlege instansar er for tida eksperimentell, så det er nokre utfordringar ei byrd ha i bakhodet:"
msgid "This particular request is finished:"
-msgstr ""
+msgstr "Denne førespurnaden er ferdigbehandlet:"
msgid "This person has made no Freedom of Information requests using this site."
-msgstr ""
+msgstr "Denne personen har ikkje oppretta nokon krav om innsyn på denne nettstaden."
msgid "This person's annotations"
-msgstr ""
+msgstr "Denne personen sin annoteringer"
msgid "This person's {{count}} Freedom of Information request"
msgid_plural "This person's {{count}} Freedom of Information requests"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Denne personen sin {{count}} innsynsbegjæring"
+msgstr[1] "Denne personen sin {{count}} krav om innsyn"
msgid "This person's {{count}} annotation"
msgid_plural "This person's {{count}} annotations"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Denne personen sin {{count}} merknad"
+msgstr[1] "Denne personen sin {{count} merknader"
msgid "This request <strong>requires administrator attention</strong>"
-msgstr ""
+msgstr "Denne førespurnaden treng <strong>merksemd frå administrator</strong>"
msgid "This request has already been reported for administrator attention"
-msgstr ""
+msgstr "Denne førespurnaden har allereie vorte rapportert til administrator for gjennomgang"
msgid "This request has an <strong>unknown status</strong>."
-msgstr ""
+msgstr "Denne førespurnaden har ein <strong>ukjend status</strong>."
msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it not to be an FOI request"
-msgstr ""
+msgstr "Denne førespurnaden er <strong>skjult</strong> frå sida fordi ein administrator ansar det for å ikkje vera ein krav om innsyn"
msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious"
-msgstr ""
+msgstr "Denne førespurnaden er vorte <strong>skjult</strong> frå nettstaden, fordi ein administrator vurderer han som sjikanøs."
msgid "This request has been <strong>reported</strong> as needing administrator attention (perhaps because it is vexatious, or a request for personal information)"
-msgstr ""
+msgstr "Denne førespurnaden er vorte <strong>rapportert</ strong> då han treng merksemd frå administrator (kanskje fordi han er sjikanøs, eller er ein førespurnad om personopplysningar)"
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
-msgstr ""
+msgstr "Denne førespurnaden har vorte <strong>trekt tilbake</strong> av personen som laga henne.\\n Det kan vera forklaring i korrespondansen under."
msgid "This request has been marked for review by the site administrators, who have not hidden it at this time. If you believe it should be hidden, please <a href=\"{{url}}\">contact us</a>."
-msgstr ""
+msgstr "Denne førespurnaden har vorte markert for gjennomgang av nettstaden administrator, som ikkje har skjult han akkurat no. Viss du trur han bør skjulast, <a href=\"{{url}}\">ta kontakt</a>."
msgid "This request has been reported for administrator attention"
-msgstr ""
+msgstr "Denne førespurnaden har vorte rapportert for gjennomgang av administrator"
msgid "This request has been set by an administrator to \"allow new responses from nobody\""
-msgstr ""
+msgstr "Denne førespurnaden har vorte markert av ein administrator til å \"ikkje tillata nye svar\""
msgid "This request has had an unusual response, and <strong>requires attention</strong> from the {{site_name}} team."
-msgstr ""
+msgstr "Denne førespurnaden har eit uvanleg svar, og <strong>krev merksemd</strong> frå {{site_name}}-gruppa."
msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user."
-msgstr ""
+msgstr "Denne meldinga er fremhevet som «skjult». Du kan berre sjå han på grunn av at\\n du er logga inn som suparnytter."
msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"{{url}}\">contact us</a> if you are not sure why."
-msgstr ""
+msgstr "Denne førespurnaden er skjult, slik at berre du som innsender kan sjå henne. Ver så snill <a href=\"{{url}}\">å ta kontakt</a> viss du er usikker på kvifor."
msgid "This request is still in progress:"
-msgstr ""
+msgstr "Denne førespurnaden er endå ikkje ferdigbehandlet:"
msgid "This request requires administrator attention"
-msgstr ""
+msgstr "Ein administrator må sjå på denne førespurnaden"
msgid "This request was not made via {{site_name}}"
-msgstr ""
+msgstr "Denne førespurnaden vart ikkje laga via {{site_name}}"
msgid "This table shows the technical details of the internal events that happened\\nto this request on {{site_name}}. This could be used to generate information about\\nthe speed with which authorities respond to requests, the number of requests\\nwhich require a postal response and much more."
-msgstr ""
+msgstr "Denne tabellen viser dei tekniske detaljane til interne hendingar som skjedde med denne førespurnaden på {{site_name}}. Dette kan brukast til å generera informasjon om der raskt ulike etatar svarar på førespurnader, mengd førespurnader som krev papirpostsvar og mykje meir."
msgid "This user has been banned from {{site_name}} "
-msgstr ""
+msgstr "Denne brukaren er sperra ute frå {{site_name}}"
msgid "This was not possible because there is already an account using \\nthe email address {{email}}."
-msgstr ""
+msgstr "Dette var ikkje mogleg då det allereie er ein konto som brukar e-postadressa {{email}}."
msgid "To"
-msgstr ""
+msgstr "Til"
msgid "To cancel these alerts"
-msgstr ""
+msgstr "For å avbryta varslingen."
msgid "To cancel this alert"
-msgstr ""
+msgstr "For å avbryta dette varselet"
msgid "To carry on, you need to sign in or make an account. Unfortunately, there\\nwas a technical problem trying to do this."
-msgstr ""
+msgstr "For å halda fram må du logga inn eller laga ein konto. Beklagelegvis var\\ndet eit teknisk problem i det du freista å gjera dette."
msgid "To change your email address used on {{site_name}}"
-msgstr ""
+msgstr "For å endra e-postadressa di brukt på {{site_name}}"
msgid "To classify the response to this FOI request"
-msgstr ""
+msgstr "For å klassifisera svaret til dette innsynskravet"
msgid "To do that please send a private email to "
-msgstr ""
+msgstr "For å gjera det, ver venleg og send ei privat e-post til"
msgid "To do this, first click on the link below."
-msgstr ""
+msgstr "For å gjera dette, klikk først på lenkja nedanfor."
msgid "To download the zip file"
-msgstr ""
+msgstr "For å lasta ned zip-fila"
msgid "To follow all successful requests"
-msgstr ""
+msgstr "For å følgje med på alle vellukka førespurnader"
msgid "To follow new requests"
-msgstr ""
+msgstr "For å følgje med på nye førespurnader"
msgid "To follow requests and responses matching your search"
-msgstr ""
+msgstr "For å følgje førespurnader og svar som treffer søket"
msgid "To follow requests by '{{user_name}}'"
-msgstr ""
+msgstr "For å følgje med på førespurnader frå «{{user_name}}»"
msgid "To follow requests made using {{site_name}} to the public authority '{{public_body_name}}'"
-msgstr ""
+msgstr "For å følgje med på førespurnader oppretta med {{site_name}} til den offentlege styresmakta «{{public_body_name}}»"
msgid "To follow the request '{{request_title}}'"
-msgstr ""
+msgstr "For å følgje med på førespurnaden «{{request_title}}»"
msgid "To help us keep the site tidy, someone else has updated the status of the \\n{{law_used_full}} request {{title}} that you made to {{public_body}}, to \"{{display_status}}\" If you disagree with their categorisation, please update the status again yourself to what you believe to be more accurate."
-msgstr ""
+msgstr "For å hjelpa oss å halda denne nettstaden ryddig, har nokre andre oppdatert statusen for {{law_used_full}}-førespurnaden som du laga til {{public_body}} slik at han er «{{display_status}}».. Viss du er usamd i dykkar kategorisering, ver så snill å oppdater statusen på nytt sjølv til det du meiner vil vera meir presist."
msgid "To let everyone know, follow this link and then select the appropriate box."
-msgstr ""
+msgstr "For å orientera alle, følg denne linken og vel den aktuelle boksen."
msgid "To log into the administrative interface"
-msgstr ""
+msgstr "For å logga deg på admin grensesnittet"
msgid "To make a batch request"
-msgstr ""
+msgstr "For å lage ein samlekrav"
msgid "To play the request categorisation game"
-msgstr ""
+msgstr "For å spela spelet om kategorisering av førespurnadskrav"
msgid "To post your annotation"
-msgstr ""
+msgstr "For å posta kommentaren din"
msgid "To reply to "
-msgstr ""
+msgstr "For å svara til "
msgid "To report this request"
-msgstr ""
+msgstr "For å rapportera denne førespurnaden"
msgid "To send a follow up message to "
-msgstr ""
+msgstr "For å senda ein oppfølgningsmelding til "
msgid "To send a message to "
-msgstr ""
+msgstr "For å senda ei melding til "
msgid "To send your FOI request"
-msgstr ""
+msgstr "For å senda ein krav om innsyn"
msgid "To update the status of this FOI request"
-msgstr ""
+msgstr "For å oppdatera status på dette innsynskravet"
msgid "To upload a response, you must be logged in using an email address from "
-msgstr ""
+msgstr "For å lasta opp eit svar, må du vera pålogga med ei e-post adresse frå "
msgid "To use the advanced search, combine phrases and labels as described in the search tips below."
-msgstr ""
+msgstr "For å bruka avansert søk, kombiner frasar og merkelappar som skildra i søketipsene under."
msgid "To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words."
-msgstr ""
+msgstr "For å sjå e-postadressa som vi brukar til å senda innsynskravet til {{public_body_name}}, ver venleg og skriv inn desse orda."
msgid "To view the response, click on the link below."
-msgstr ""
+msgstr "For å sjå svaret, klikk på lenkja under."
msgid "To {{public_body_link_absolute}}"
-msgstr ""
+msgstr "Til {{public_body_link_absolute}}"
msgid "To:"
-msgstr ""
+msgstr "Til:"
msgid "Today"
-msgstr ""
+msgstr "Idag"
msgid "Too many requests"
-msgstr ""
+msgstr "For mange førespurnader"
msgid "Track thing"
-msgstr ""
+msgstr "Følg ting"
msgid "Track this person"
-msgstr ""
+msgstr "Følg denne personen"
msgid "Track this search"
-msgstr ""
+msgstr "Følg dette søket"
msgid "TrackThing|Track medium"
-msgstr ""
+msgstr "TrackThing|Track medium"
msgid "TrackThing|Track query"
-msgstr ""
+msgstr "TrackThing|Track query"
msgid "TrackThing|Track type"
-msgstr ""
+msgstr "TrackThing|Track type"
msgid "Turn off email alerts"
-msgstr ""
+msgstr "Skru av e-postvarsling"
msgid "Tweet it"
-msgstr ""
+msgstr "Twittre det"
msgid "Tweet this request"
-msgstr ""
+msgstr "Tvitre om førespurnaden"
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 ""
+msgstr "Skriv <strong><code>01/01/2008..14/01/2008</code></strong> for å berre vise ting som har skjedd dei to første vekene i januar."
msgid "URL name can't be blank"
-msgstr ""
+msgstr "URL namn kan ikkje vera blank"
msgid "URL name is already taken"
-msgstr ""
+msgstr "URL-namnet er allereie brukt"
msgid "Unable to change email address on {{site_name}}"
-msgstr ""
+msgstr "Klarte ikkje endra e-post adresse på {{site_name}}"
msgid "Unable to send a reply to {{username}}"
-msgstr ""
+msgstr "Klarte ikkje senda svar til {{username}}"
msgid "Unable to send follow up message to {{username}}"
-msgstr ""
+msgstr "Klarte ikkje senda oppfølgningsmelding til {{username}}"
msgid "Unclassified or hidden requests are not counted."
-msgstr ""
+msgstr "Skjulte og uklassifiserte førespurnader vert ikkje talt med."
msgid "Unexpected search result type "
-msgstr ""
+msgstr "Uventa type søkja resultat "
msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"{{url}}\">contact us</a> to sort it out."
-msgstr ""
+msgstr "Desverre veit vi ikkje e-post-adressa som bør vert til brukt krav om innsyn for denne\\nmyndigheten, så vi kan ikkje validera dette.\\n<a href=\"{{url}}\">Ta kontakt</a> for å finna ut av dette."
msgid "Unfortunately, we do not have a working address for {{public_body_names}}."
-msgstr ""
+msgstr "Desverre har vi ikkje ei fungerande adresse for "
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
+msgstr "Beklagelegvis har vi ikkje ein fungerande {{info_request_law_used_full}}-adresse for"
+
+msgid "Unknown"
msgstr ""
msgid "Unsubscribe"
+msgstr "Meld deg av"
+
+msgid "Unusual response"
msgstr ""
msgid "Unusual response."
-msgstr ""
+msgstr "Uvanleg svar."
msgid "Update email address - {{public_body_name}}"
-msgstr ""
+msgstr "Oppdater e-postadresse - "
msgid "Update the address:"
-msgstr ""
+msgstr "Oppdater adressa:"
msgid "Update the status of this request"
-msgstr ""
+msgstr "Oppdater status på denne førespurnaden"
msgid "Update the status of your request to "
-msgstr ""
+msgstr "Oppdater status på førespurnaden din til "
msgid "Upload FOI response"
-msgstr ""
+msgstr "Last opp innsynssvar"
msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>"
-msgstr ""
+msgstr "Bruk OR (store bokstavar) der du vil ha treff på eitt av orda, til dømes <strong><code>storting OR regjering</code></strong>"
msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Liverpool City Council\"</code></strong>"
-msgstr ""
+msgstr "Bruk hermeteikn der du vil søkja etter eit nøyaktig uttrykk, til dømes. <strong><code>\"Byrådavdeling for finans\"</code></strong>"
msgid "User"
-msgstr ""
+msgstr "Nytter"
msgid "User info request sent alert"
-msgstr ""
+msgstr "Varsel sendt for brukarinfoførespurnad"
msgid "User – {{name}}"
-msgstr ""
+msgstr "Brukar – {{name}}"
msgid "UserInfoRequestSentAlert|Alert type"
-msgstr ""
+msgstr "UserInfoRequestSentAlert|Alert type"
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 "Brukarar kan normalt ikkje laga samlekrav til fleire styresmakter på ein gong, då vi ikkje ynskjer at offentlege styresmakter vert bombardert med ei stort mengd malplasserte førespurnader. <a href=\"{{url}}\">Ta kontakt med oss</a> viss du trur du har ein god grunn til å senda same førespurnad til fleire styresmakter på ein gong."
msgid "User|About me"
-msgstr ""
+msgstr "Nytter|Om meg"
msgid "User|Admin level"
-msgstr ""
+msgstr "Nytter|Admin nivå"
msgid "User|Ban text"
-msgstr ""
+msgstr "Nytter|Ban tekst"
msgid "User|Can make batch requests"
-msgstr ""
+msgstr "User|Can make batch requests"
msgid "User|Email"
-msgstr ""
+msgstr "Nytter|E-post"
msgid "User|Email bounce message"
-msgstr ""
+msgstr "Nytter|E-post bounce melding"
msgid "User|Email bounced at"
-msgstr ""
+msgstr "User|Email bounced at"
msgid "User|Email confirmed"
-msgstr ""
+msgstr "Brukar|E-post stadfesta"
msgid "User|Hashed password"
-msgstr ""
+msgstr "Nytter|Hashet passord"
msgid "User|Last daily track email"
-msgstr ""
+msgstr "Nytter|Siste daglege track e-post"
msgid "User|Locale"
-msgstr ""
+msgstr "Brukar|Localisering"
msgid "User|Name"
-msgstr ""
+msgstr "Nytter|Namn"
msgid "User|No limit"
-msgstr ""
+msgstr "Brukar|Ingen grense"
msgid "User|Receive email alerts"
-msgstr ""
+msgstr "User|Motta e-post notifikasjonar"
msgid "User|Salt"
-msgstr ""
+msgstr "Nytter|Salt"
msgid "User|Url name"
-msgstr ""
+msgstr "Nytter|Url namn"
msgid "Version {{version}}"
-msgstr ""
+msgstr "Versjon {{version}}"
msgid "Vexatious"
-msgstr ""
+msgstr "Sjikane"
msgid "View FOI email address"
-msgstr ""
+msgstr "Vis e-post adresse for innsyn"
msgid "View FOI email address for '{{public_body_name}}'"
-msgstr ""
+msgstr "Vis e-post adresse for innsyn mot '{{public_body_name}}'"
msgid "View FOI email address for {{public_body_name}}"
-msgstr ""
+msgstr "Vis e-post adresse for innsyn mot {{public_body_name}}"
msgid "View Freedom of Information requests made by {{user_name}}:"
-msgstr ""
+msgstr "Vis krav om innsyn som er oppretta av {{user_name}}:"
msgid "View authorities"
-msgstr ""
+msgstr "Vis styresmakter"
msgid "View email"
-msgstr ""
+msgstr "Les e-post"
msgid "View other requests to {{public_body}}"
-msgstr ""
+msgstr "Sjå andre førespurnader til {{public_body}}"
msgid "Waiting clarification."
-msgstr ""
+msgstr "Ventar avklaring"
msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request."
-msgstr ""
+msgstr "Ventar på <strong>klagehandsaming</string> hos {{public_body_link}}."
msgid "Waiting for the public authority to complete an internal review of their handling of the request"
-msgstr ""
+msgstr "Ventar på at styresmakta skal utføra klagehandsaming på denne førespurnaden/klaga"
msgid "Waiting for the public authority to reply"
-msgstr ""
+msgstr "Ventar på svar frå styresmakta"
msgid "Was the response you got to your FOI request any good?"
-msgstr ""
+msgstr "Var svaret på innsynskravet ditt tilfredsstillande?"
msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users."
-msgstr ""
+msgstr "Vi ser ikkje på dette som ein gyldig krav om innsyn, og har difor gøymt han for dei andre brukarane."
msgid "We consider it to be vexatious, and have therefore hidden it from other users."
-msgstr ""
+msgstr "Vi ser på henne som sjikanøs, og har difor skjult han for dei andre brukarane."
msgid "We do not have a working request email address for this authority."
-msgstr ""
+msgstr "Vi har ikkje ei gyldig e-post adresse for førespurnader for denne styresmakta"
msgid "We do not have a working {{law_used_full}} address for {{public_body_name}}."
-msgstr ""
+msgstr "Vi har ikkje ein fungerande {{law_used_full}}-adresse for {{public_body_name}}."
msgid "We don't know whether the most recent response to this request contains\\n information or not\\n &ndash;\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know."
msgstr ""
+"Vi veit ikkje om sist mottekne svar på denne førespurnaden inneheld\\n\n"
+"informasjon/dokument eller ikkje\\n &ndash;\\n\n"
+"om du er {{user_link}}, ver venleg og <a href=\"{{url}}\">logg inn</a> og gje alle melding."
msgid "We will not reveal your email address to anybody unless <a href=\"{{url}}\">you or\\n the law tell us to</a>. "
-msgstr ""
+msgstr "Vi vil aldri gje ut e-post adressa di til nokon utan at du eller\\n retten ber oss om det (<a href=\"{{url}}\">detaljar</a>). "
msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to."
-msgstr ""
+msgstr "Vi kjem ikkje dela e-post-adressa di med nokon, med mindre du eller ein domstol ber oss om det."
msgid "We will not reveal your email addresses to anybody unless you\\nor the law tell us to."
-msgstr ""
+msgstr "Vi kjem ikkje dela e-post-adressene dine med nokon, med mindre du eller ein domstol ber oss om det."
msgid "We're waiting for someone to read a recent response and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?"
msgid_plural "We're waiting for someone to read recent responses and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Vi ventar på at nokon skal lesa det siste svaret og oppdatera statusen for denne. Kanskje <strong>du</strong> kunne tenkja deg å hjelpa til med dette?"
+msgstr[1] "Vi ventar på at nokon skal lesa dei siste svara og oppdatera statusen for dei. Kanskje <strong>du</strong> kunne tenkja deg å hjelpa til med dette?"
msgid "We're waiting for {{user}} to read a recent response and update the status."
msgid_plural "We're waiting for {{user}} to read recent responses and update the status."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Vi ventar på at {{user}} skal lesa ein av dei siste svara og oppdatera statusen."
+msgstr[1] "Vi ventar på at {{user}} skal lesa dei siste svara og oppdatera statusen."
msgid "We've sent an email to your new email address. You'll need to click the link in\\nit before your email address will be changed."
-msgstr ""
+msgstr "Vi har seint ei melding til den nye e-postadressa di. Du må klikka på lenkja \\nder før e-postadressa di vert bytt."
msgid "We've sent you an email, and you'll need to click the link in it before you can\\ncontinue."
-msgstr ""
+msgstr "Vi har sendt deg ei e-post, og du er nøydd til å klikka på lenkja i han før du kan\\nfortsette."
msgid "We've sent you an email, click the link in it, then you can change your password."
-msgstr ""
+msgstr "Vi har sendt deg ei e-post, klikk på lenkja i henne, så du kan byta passordet ditt."
msgid "What are you doing?"
-msgstr ""
+msgstr "Kva held du på med?"
msgid "What best describes the status of this request now?"
-msgstr ""
+msgstr "Kva skildrar best status på denne førespurnaden?"
msgid "What information has been released?"
-msgstr ""
+msgstr "Kva slags informasjon er utlevert?"
msgid "What information has been requested?"
-msgstr ""
+msgstr "Kva slags informasjon er spurt?"
msgid "What next?"
-msgstr ""
+msgstr "Kva er det neste?"
msgid "When you get there, please update the status to say if the response \\ncontains any useful information."
-msgstr ""
+msgstr "Når du kjem dit, ver så snill å oppdatera statusen til å fortelja om svaret innehalde noko nyttig informasjon."
msgid "When you receive the paper response, please help\\n others find out what it says:"
-msgstr ""
+msgstr "Når du mottek svar på papir, ver så snill å hjelp andre å finna ut kva det seier:"
msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request."
-msgstr ""
+msgstr "Når du har gjort dette, <strong>kom tilbake hit</strong>, <a href=\"{{url}}\">last denne sida på nytt</a> og legg inn din nye førespurnad."
msgid "Which of these is happening?"
-msgstr ""
+msgstr "Kva av dette er det som skjer?"
msgid "Who can I request information from?"
-msgstr ""
+msgstr "Kven kan eg be om informasjon frå?"
msgid "Why specifically do you consider this request unsuitable?"
+msgstr "Kvifor meiner du denne førespurnaden er upassande?"
+
+msgid "Widget vote"
msgstr ""
-msgid "Withdrawn by the requester."
+msgid "WidgetVote|Cookie"
msgstr ""
-msgid "Wk"
+msgid "Withdrawn"
msgstr ""
+msgid "Withdrawn by the requester."
+msgstr "Trekt tilbake av spørjaren."
+
+msgid "Wk"
+msgstr "Veke"
+
msgid "Would you like to see a website like this in your country?"
-msgstr ""
+msgstr "Skulle du like å sjå ei tilsvarande nettside i landet ditt?"
msgid "Write a reply"
-msgstr ""
+msgstr "Skriv eit svar"
msgid "Write a reply to "
-msgstr ""
+msgstr "Skriv eit svar til "
msgid "Write your FOI follow up message to "
-msgstr ""
+msgstr "Skriv di oppfølging til førespurnaden til "
msgid "Write your request in <strong>simple, precise language</strong>."
-msgstr ""
+msgstr "Skriv førespurnaden i <strong>enkelt, nøyaktig språk</strong>."
msgid "You"
-msgstr ""
+msgstr "Du"
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 "Du har allereie laga same visk med førespurnader han {{date}} Du kan anten sjå på <a href=\"{{existing_batch}}\">den eksisterande visken</a>, eller redigera detaljane under for å lage ein ny men liknande visk med førespurnader."
msgid "You are already following new requests"
-msgstr ""
+msgstr "Du følgjer allereie nye førespurnader"
msgid "You are already following things matching this search"
-msgstr ""
+msgstr "Du følgjer allereie ting som treffer på dette søket"
msgid "You are already following this person"
-msgstr ""
+msgstr "Du følgjer allereie denne personen"
msgid "You are already following this request"
-msgstr ""
+msgstr "Du følgjer allereie denne førespurnaden"
msgid "You are already subscribed to '{{link_to_authority}}', a public authority."
-msgstr ""
+msgstr "Du abonnerer allereie på '{{link_to_authority}}', ei offentleg styresmakt."
msgid "You are already subscribed to '{{link_to_request}}', a request."
-msgstr ""
+msgstr "Du abonnerer allereie på førespurnaden «{{link_to_request}}»."
msgid "You are already subscribed to '{{link_to_user}}', a person."
-msgstr ""
+msgstr "Du abonnerer allereie på '{{link_to_user}}', ein person."
msgid "You are already subscribed to <a href=\"{{search_url}}\">this search</a>."
-msgstr ""
+msgstr "Du abonnerer allereie på <a href=\"{{search_url}}\">dette søket</a>."
msgid "You are already subscribed to any <a href=\"{{new_requests_url}}\">new requests</a>."
-msgstr ""
+msgstr "Du abonnerer allereie på alle <a href=\"{{new_requests_url}}\">nye førespurnader</a>."
msgid "You are already subscribed to any <a href=\"{{successful_requests_url}}\">successful requests</a>."
-msgstr ""
+msgstr "Du abonnerer allereie på alle <a href=\"{{successful_requests_url}}\">vellukka førespurnader</a>."
msgid "You are currently receiving notification of new activity on your wall by email."
-msgstr ""
+msgstr "Du mottek e-postvarsel om ny aktivitet på veggen din."
msgid "You are following all new successful responses"
-msgstr ""
+msgstr "Du følgjer all nye vellukka svar"
msgid "You are no longer following '{{link_to_authority}}', a public authority."
-msgstr ""
+msgstr "Du følgjer ikkje lenger med på styresmakta «{{link_to_authority}}»."
msgid "You are no longer following '{{link_to_request}}', a request."
-msgstr ""
+msgstr "Du følgjer ikkje lenger med på førespurnaden «{{link_to_request}}»."
msgid "You are no longer following '{{link_to_user}}', a person."
-msgstr ""
+msgstr "Du følgjer ikkje lenger med på personen «{{link_to_user}}»."
msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
-msgstr ""
+msgstr "Du følgjer ikkje lenger med på <a href=\"{{new_requests_url}}\">nye førespurnader</a>."
msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
-msgstr ""
+msgstr "Du følgjer ikkje lenger med på <a href=\"{{search_url}}\">dette søket</a>."
msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
-msgstr ""
+msgstr "Du følgjer ikkje lenger med på <a href=\"{{successful_requests_url}}\">vellukka førespurnader</a>."
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
-msgstr ""
+msgstr "Du <a href=\"{{wall_url_user}}\">følgjer no med på</a> oppdateringar om offentleg styresmakt «{{link_to_authority}}»."
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
-msgstr ""
+msgstr "Du <a href=\"{{wall_url_user}}\">følgjer no med på</a> oppdateringar om førespurnaden «{{link_to_request}}»."
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
-msgstr ""
+msgstr "Du <a href=\"{{wall_url_user}}\">følgjer no med på</a> oppdateringar om person «{{link_to_user}}»."
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
-msgstr ""
+msgstr "Du <a href=\"{{wall_url_user}}\">følgjer no med på</a> oppdateringar om <a href=\"{{new_requests_url}}\">nye førespurnader</a>."
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
-msgstr ""
+msgstr "Du <a href=\"{{wall_url_user}}\">følgjer no med på</a> oppdateringar om <a href=\"{{search_url}}\">dette søket</a>."
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
+msgstr "No <a href=\"{{wall_url_user}}\">følgjer du</a> oppdateringar om <a href=\"{{successful_requests_url}}\">vellukka førespurnader</a>."
+
+msgid "You are tracking this request"
msgstr ""
msgid "You can <strong>complain</strong> by"
-msgstr ""
+msgstr "Du kan <strong>klaga</strong> ved å"
msgid "You can change the requests and users you are following on <a href=\"{{profile_url}}\">your profile page</a>."
-msgstr ""
+msgstr "Du kan endra kva for førespurnader og brukarar du følgjer på <a href=\"{{profile_url}}\">profilsida di</a>."
msgid "You can get this page in computer-readable format as part of the main JSON\\npage for the request. See the <a href=\"{{api_path}}\">API documentation</a>."
-msgstr ""
+msgstr "Du kan få tak i denne sida på maskinlesbart format som del av\\nhoved-JSON-sidan for førespurnaden. Sjå <a href=\"{{api_path}}\">API-dokumentasjonen</a>."
msgid "You can only request information about the environment from this authority."
-msgstr ""
+msgstr "Du kan berre spørja om miljøinformasjon frå denne styresmakta."
msgid "You have a new response to the {{law_used_full}} request "
-msgstr ""
+msgstr "Du har eit nytt svar til {{law_used_full}}-førespurnad"
msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem"
-msgstr ""
+msgstr "Du har funne ein feil. Vennlegast <a href=\"{{contact_url}}\">kontakt oss</a> for å fortelja oss om problemet"
msgid "You have hit the rate limit on new requests. Users are ordinarily limited to {{max_requests_per_user_per_day}} requests in any rolling 24-hour period. You will be able to make another request in {{can_make_another_request}}."
-msgstr ""
+msgstr "Du har treft grensa for mengd nye førespurnader. Brukarar er ordinært avgrensa til {{max_requests_per_user_per_day}} førespurnader i perioden til-ein 24 timar. Du kan gjera ein ny førespurnad {{can_maka_another_request}}."
msgid "You have made no Freedom of Information requests using this site."
-msgstr ""
+msgstr "Du har ikkje laga nokon krav om innsyn med denne tenesta."
msgid "You have now changed the text about you on your profile."
-msgstr ""
+msgstr "Du har no endra teksta om deg på profilen din."
msgid "You have now changed your email address used on {{site_name}}"
-msgstr ""
+msgstr "Du har no endra e-øost adressa brukt på {{site_name}}"
msgid "You just tried to sign up to {{site_name}}, when you\\nalready have an account. Your name and password have been\\nleft as they previously were.\\n\\nPlease click on the link below."
-msgstr ""
+msgstr "Du freista å registrera deg på {{site_name}}, når du allereie\\nhar ein konto. Namnet ditt og passord har ikkje vorte endra.\\n\\nVennligst klikk på lenkja nedanfor."
msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address."
-msgstr ""
+msgstr "Du veit kva som forårsaka feilen, og kan <strong>foreslå ei løysing</strong>, som ei fungerande e-post adresse."
msgid "You may <strong>include attachments</strong>. If you would like to attach a\\n file too large for email, use the form below."
-msgstr ""
+msgstr "Du kan velja å <strong>leggja med vedlegg</strong>. Om du vil leggja med ein\\nfil som er for stor for e-post, kan du bruka skjema under."
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 "Det kan hende du finn ein på nettstaden deira, eller ved å ringa dei og spørja. Viss du klarer å finna ein, ver så snill og send henne til oss:"
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 ""
+msgstr "Du kan kanskje finna ein på nettstaden dykkar, eller ved å ringa dei og spørja. Viss du lukkast i å finna ein, ver så snill <a href=\"{{url}}\">å send henne til oss</a>."
msgid "You may be able to find\\none on their website, or by phoning them up and asking. If you manage\\nto find one, then please <a href=\"{{help_url}}\">send it to us</a>."
-msgstr ""
+msgstr "Du kan kanskje finna ein på nettstaden dykkar, eller ved å ringa dei og spørja. Viss du lukkast i å finna ein, ver snill og <a href=\"{{help_url}}\">send henne til oss</a>."
msgid "You need to be logged in to change the text about you on your profile."
-msgstr ""
+msgstr "Du må vera innlogga for å kunne endra teksta på profilen din."
msgid "You need to be logged in to change your profile photo."
-msgstr ""
+msgstr "Du må vera innlogga for å endra profilbiletet."
msgid "You need to be logged in to clear your profile photo."
-msgstr ""
+msgstr "Du må vera innlogga for å slette profilbiletet."
msgid "You need to be logged in to edit your profile."
-msgstr ""
+msgstr "Du må vera innlogga for å endra profilbiletet."
msgid "You need to be logged in to report a request for administrator attention"
-msgstr ""
+msgstr "Du må loggast inn for å be om at ein førespurnad vert sett på av adminstrasjonen"
msgid "You previously submitted that exact follow up message for this request."
-msgstr ""
+msgstr "Du har tidlegare sendt inn ein eksakt lik oppfølgingsbeskjed for denne førespurnaden."
msgid "You should have received a copy of the request by email, and you can respond\\n by <strong>simply replying</strong> to that email. For your convenience, here is the address:"
-msgstr ""
+msgstr "Du skal ha fått tilsendt ein kopi av førespurnaden på e-post, og du kan\\n enkelt gi ein tilbakemelding ved å <strong>svara på</strong> denne. For ordens skuld, her er e-postadressa: "
msgid "You want to <strong>give your postal address</strong> to the authority in private."
-msgstr ""
+msgstr "Du ynskjer å <strong>gje postadressa di</strong> til styresmakta på ein privat måte."
msgid "You will be unable to make new requests, send follow ups, add annotations or\\nsend messages to other users. You may continue to view other requests, and set\\nup\\nemail alerts."
-msgstr ""
+msgstr "Du vil ikkje kunna laga nye førespurnader, senda oppfølgingar, leggja inn\\nkommentarar eller senda meldingar til andre brukarar. Du kan fortsetja med å sjå andre\\nførespurnader og setja opp e-postvarslingar."
msgid "You will no longer be emailed updates for those alerts"
-msgstr ""
+msgstr "Du vil ikkje lenger motta e-postoppdateringar for desse varsla"
msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
-msgstr ""
+msgstr "Du vil no motta e-postoppdateringar om offentleg styresmakt '{{link_to_authority}}'."
msgid "You will now be emailed updates about '{{link_to_request}}', a request."
-msgstr ""
+msgstr "Du vil no motta e-postoppdateringar om førespurnaden '{{link_to_request}}'."
msgid "You will now be emailed updates about '{{link_to_user}}', a person."
-msgstr ""
+msgstr "Du vil no motta e-postoppdateringar om personen '{{link_to_user}}'."
msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
-msgstr ""
+msgstr "Du vil no motta e-postoppdateringar om <a href=\"{{search_url}}\">dette søket</a>."
msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
-msgstr ""
+msgstr "Du vil no motta e-postoppdateringar om <a href=\"{{successful_requests_url}}\">vellukka førespurnader</a>."
msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
-msgstr ""
+msgstr "Du vil no motta e-postoppdateringar om alle <a href=\"{{new_requests_url}}\">nye førespurnader</a>."
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
-msgstr ""
+msgstr "Du vil berre få svar på din førespurnad viss du følgjer opp med klargjøringen."
msgid "You will still be able to view it while logged in to the site. Please reply to this email if you would like to discuss this decision further."
-msgstr ""
+msgstr "Du vil enno vera i stand til å sjå henne når du er pålogga på nettstaden. Ver venleg og svar på denne e-posten om du har lyst til å diskutera denne avgjerda ytterlegare."
msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>"
-msgstr ""
+msgstr "Du er inne. <a href=\"#\" id=\"send-request\">Hald fram innsending av din førespurnad</a>"
msgid "You're long overdue a response to your FOI request - "
-msgstr ""
+msgstr "Du har venta altfor lenge med å svara på din førespurnad - "
msgid "You're not following anything."
-msgstr ""
+msgstr "Du følgjer ikkje noko."
msgid "You've now cleared your profile photo"
-msgstr ""
+msgstr "Du har no sletta profilbiletet ditt"
msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines.\\n <a href=\"{{help_url}}\">Thinking of using a pseudonym?</a>"
-msgstr ""
+msgstr "<strong>Namnet ditt vil visast offentleg</strong>\\n (<a href=\"{{why_url}}\">kvifor?</a>)\\n på denne nettsida og i søkemotorer. Om du\\n vurderer å bruka eit pseudonym,\\n er det fint om du <a href=\"{{help_url}}\">les dette først</a>."
msgid "Your annotations"
-msgstr ""
+msgstr "Dine bemerkninger"
msgid "Your batch request \"{{title}}\" has been sent"
-msgstr ""
+msgstr "Din samlekrav «{{title}}» er sendt"
msgid "Your details, including your email address, have not been given to anyone."
-msgstr ""
+msgstr "Informasjonen din, inkludert e-postadressa di, har ikkje vorte gjeve til nokon."
msgid "Your e-mail:"
-msgstr ""
+msgstr "E-posten din:"
msgid "Your email doesn't look like a valid address"
+msgstr "E-postadressa di ser ikkje gyldig ut"
+
+msgid "Your email:"
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 ""
+msgstr "Din oppfølging er ikkje vorte sendt på grunn av at denne førespurnaden vart stoppa for å hinder søppelpost. <a href=\"{{url}}\">Ta kontakt</a> viss du verkeleg ynskjer å senda ein oppfølgingsmelding."
msgid "Your follow up message has been sent on its way."
-msgstr ""
+msgstr "Oppfølgningsmesldingen din er sendt."
msgid "Your internal review request has been sent on its way."
-msgstr ""
+msgstr "Klaga di er sendt"
msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon."
-msgstr ""
+msgstr "Meldinga di er sendt. Takk for at du tok kontakt! Du høyrer snart frå oss."
msgid "Your message to {{recipient_user_name}} has been sent"
-msgstr ""
+msgstr "Meldinga di til {{recipient_user_name}} er vorte sendt"
msgid "Your message to {{recipient_user_name}} has been sent!"
-msgstr ""
+msgstr "Meldinga di til {{recipient_user_name}} er vorte sendt!"
msgid "Your message will appear in <strong>search engines</strong>"
-msgstr ""
+msgstr "Meldinga di vil visast i <strong>søkemotorer</strong> som t.d. Google."
msgid "Your name and annotation will appear in <strong>search engines</strong>."
-msgstr ""
+msgstr "Namnet ditt og bemerkninger vil dukka opp i <strong>søkemotorer</strong>."
msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)."
-msgstr ""
+msgstr "Namnet ditt, førespurnad og alle svar vil visast i <strong>søkemotorer</stronG>\\n (<a href=\"{{url}}\">detaljar</a>)."
msgid "Your name:"
-msgstr ""
+msgstr "Namnet ditt:"
msgid "Your original message is attached."
-msgstr ""
+msgstr "Den opphavlege meldinga di er lagt ved."
msgid "Your password has been changed."
-msgstr ""
+msgstr "Passordet ditt er bytt"
msgid "Your password:"
-msgstr ""
+msgstr "Passordet ditt:"
msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}."
-msgstr ""
+msgstr "Biletet ditt vil visast offentleg <strong>på Internettet</strong>,\\n uavhengig om du gjer noko på {{site_name}}."
msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators."
-msgstr ""
+msgstr "Din førespurnad «{{request}}» på {{url}} har vorte sjekka av moderatorar."
msgid "Your request on {{site_name}} hidden"
-msgstr ""
+msgstr "Din førespurnad på {{site_name}} er skjult"
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 "Din førespurnad om å leggja til ei styresmakt er sendt. Takk for at du tok kontakt! Vi svarar deg så snart som mogleg."
msgid "Your request to add {{public_body_name}} to {{site_name}}"
-msgstr ""
+msgstr "Din førespurnad for å leggja {{public_body_name}} til {{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 ""
+msgstr "Din førespurnad om å oppdatera adressa til {{public_body_name}} er sendt. Takk for at du tok kontakt. Vi vil snart koma tilbake til deg."
msgid "Your request to update {{public_body_name}} on {{site_name}}"
-msgstr ""
+msgstr "Din førespurnad om å oppdatera {{public_body_name}} på {{site_name}}"
msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on"
-msgstr ""
+msgstr "Din førespurnad vart kalla {{info_request}}. Ved å la alle vita i kva grad du fekk informasjonen vil du hjelpa oss å halda reie på"
msgid "Your request:"
-msgstr ""
+msgstr "Førespurnaden din:"
msgid "Your requests will be <strong>sent</strong> shortly!"
-msgstr ""
+msgstr "Din førespurnad vert straks <strong>sendt</strong>!"
msgid "Your response to an FOI request was not delivered"
-msgstr ""
+msgstr "Ditt svar til ein krav om innsyn vart ikkje levert"
msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions."
-msgstr ""
+msgstr "Svaret ditt vil <strong>publiserast på Internettet<strong>, <a href=\"{{url}}\">les kvifor</a>, og få svar på andre spurnader."
msgid "Your selected authorities"
-msgstr ""
+msgstr "Dei valde styresmaktene dine"
msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request."
-msgstr ""
+msgstr "Tankane dine rundt kva {{site_name}} <strong>administratorane</strong> burde gjera med førespurnaden."
msgid "Your {{count}} Freedom of Information request"
msgid_plural "Your {{count}} Freedom of Information requests"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Din {{count}} krav om innsyn"
+msgstr[1] "Dine {{count}} krav om innsyn"
msgid "Your {{count}} annotation"
msgid_plural "Your {{count}} annotations"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Din {{count}} merknad"
+msgstr[1] "Dine {{count}} bemerkninger"
msgid "Your {{count}} batch requests"
msgid_plural "Your {{count}} batch requests"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Din {{count}} samlekrav"
+msgstr[1] "Dine {{count}} samlekrav"
msgid "Your {{law_used_full}} request has been sent"
-msgstr ""
+msgstr "Din {{law_used_full}} førespurnad er sendt"
msgid "Your {{site_name}} email alert"
-msgstr ""
+msgstr "Ditt e-postvarsel frå {{site_name}}"
msgid "Yours faithfully,"
-msgstr ""
+msgstr "Med vennleg helsing,"
msgid "Yours sincerely,"
-msgstr ""
+msgstr "Med vennleg helsing,"
msgid "Yours,"
-msgstr ""
+msgstr "Med helsing,"
msgid "[Authority URL will be inserted here]"
-msgstr ""
+msgstr "[Styresmakt si-URL vil setjast inn her]"
msgid "[FOI #{{request}} email]"
-msgstr ""
+msgstr "[Innsyns-e-postadresse #{{request}}]"
msgid "[{{public_body}} request email]"
-msgstr ""
+msgstr "[{{public_body}} si e-postadresse for førespurnader]"
msgid "[{{site_name}} contact email]"
-msgstr ""
+msgstr "[{{site_name}} e-post-kontakt]"
msgid "\\n\\n[ {{site_name}} note: The above text was badly encoded, and has had strange characters removed. ]"
-msgstr ""
+msgstr "\\n\\n[ {{site_name}} NB: Teksta over var feil enkodet, og har fått rare teikn fjerna. ]"
msgid "admin"
-msgstr ""
+msgstr "administrator"
msgid "alaveteli_foi:The software that runs {{site_name}}"
-msgstr ""
+msgstr "alaveteli_foi:Programvara som køyrer {{site_name}}"
msgid "all requests"
-msgstr ""
+msgstr "alle førespurnader"
msgid "all requests or comments"
-msgstr ""
+msgstr "alle førespurnader eller kommentarar"
msgid "all requests or comments matching text '{{query}}'"
-msgstr ""
+msgstr "alle førespurnader eller kommentarar som røystar med teksta «{{query}}»"
msgid "also called {{public_body_short_name}}"
-msgstr ""
+msgstr "òg kalla {{public_body_short_name}}"
msgid "an anonymous user"
-msgstr ""
+msgstr "ein anonym brukar"
msgid "and"
-msgstr ""
+msgstr "og"
msgid "and we'll suggest <strong>what to do next</strong>"
-msgstr ""
+msgstr "så skal vi foreslå kva du <strong>kan gjera vidare</strong>"
msgid "anything matching text '{{query}}'"
-msgstr ""
+msgstr "alt som treffer for teksta «{{query}}»"
msgid "are long overdue."
-msgstr ""
+msgstr "er svært forsinka."
msgid "at"
-msgstr ""
+msgstr "ved"
msgid "authorities"
-msgstr ""
+msgstr "styresmakter"
msgid "beginning with ‘{{first_letter}}’"
-msgstr ""
+msgstr "som byrjar med '{{first_letter}}'"
msgid "but followupable"
-msgstr ""
+msgstr "men oppfølgbar"
msgid "by"
-msgstr ""
+msgstr "av"
msgid "by <strong>{{date}}</strong>"
-msgstr ""
+msgstr "før <strong>{{date}}</strong>"
msgid "by {{user_link_absolute}}"
-msgstr ""
+msgstr "av {{user_link_absolute}}"
msgid "comments"
-msgstr ""
+msgstr "kommentarar"
msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them."
-msgstr ""
+msgstr "inneheld posten din-adresse, og spør dei om å svara på denne førespurnaden.\\n Eller du kan ringa dei."
msgid "details"
-msgstr ""
+msgstr "detaljar"
msgid "display_status only works for incoming and outgoing messages right now"
-msgstr ""
+msgstr "vis status verkar førebels berre for innkommende og komande frå meldingar"
msgid "during term time"
-msgstr ""
+msgstr "iløpet av semestret"
msgid "e.g. Ministry of Defence"
-msgstr ""
+msgstr "t.d. Forsvarsdepartementet"
msgid "edit text about you"
-msgstr ""
+msgstr "rediger tekst om deg"
msgid "email address"
-msgstr ""
+msgstr "epostadresse"
msgid "even during holidays"
-msgstr ""
+msgstr "t.o.m. under heilagdagar"
msgid "everything"
-msgstr ""
+msgstr "alt"
msgid "external"
-msgstr ""
+msgstr "ekstern"
msgid "has reported an"
-msgstr ""
+msgstr "har rapportert ein"
msgid "have delayed."
-msgstr ""
+msgstr "er vorte forsinka."
msgid "hide quoted sections"
-msgstr ""
+msgstr "fjern sitert seksjon"
msgid "in term time"
-msgstr ""
+msgstr "i semestret"
msgid "in the category ‘{{category_name}}’"
-msgstr ""
+msgstr "i kategorien '{{category_name}}'"
msgid "internal error"
-msgstr ""
+msgstr "intern feil"
msgid "internal reviews"
-msgstr ""
+msgstr "klager"
msgid "is <strong>waiting for your clarification</strong>."
-msgstr ""
+msgstr "<strong>ventar på dine avklaringer</strong>"
msgid "just to see how it works"
-msgstr ""
+msgstr "berre for å sjå korleis det fungerer"
msgid "left an annotation"
-msgstr ""
+msgstr "la igjen ein merknad"
msgid "made."
-msgstr ""
+msgstr "laget."
msgid "matching the tag ‘{{tag_name}}’"
-msgstr ""
+msgstr "treffar taggen '{{tag_name}}'"
msgid "messages from authorities"
-msgstr ""
+msgstr "meldingar frå styresmakter"
msgid "messages from users"
-msgstr ""
+msgstr "meldingar frå brukarar"
msgid "mobile number"
-msgstr ""
+msgstr "mobilnummer"
msgid "move..."
-msgstr ""
+msgstr "flytt..."
msgid "new requests"
-msgstr ""
+msgstr "nye førespurnader"
msgid "no later than"
-msgstr ""
+msgstr "ikkje seinare enn"
msgid "normally"
-msgstr ""
+msgstr "vanlegvis"
msgid "not requestable due to: {{reason}}"
-msgstr ""
+msgstr "kan ikkje be om fordi: {{reason}}"
msgid "please sign in as "
-msgstr ""
+msgstr "logg deg inn som "
msgid "requesting an internal review"
-msgstr ""
+msgstr "be om ein intern gjennomgang"
msgid "requests"
-msgstr ""
+msgstr "førespurnader"
msgid "requests which are successful"
-msgstr ""
+msgstr "vellukka førespurnader"
msgid "requests which are successful matching text '{{query}}'"
-msgstr ""
+msgstr "vellukka førespurnader som samsvarer med teksta «{{query}}»"
msgid "response as needing administrator attention. Take a look, and reply to this\\nemail to let them know what you are going to do about it."
-msgstr ""
+msgstr "respons som treng merksemd frå ein administrator. Ta ein titt, og svar\\npå denne e-posten for å la dei vita kva du kjem til å gjera med det."
msgid "send a follow up message"
-msgstr ""
+msgstr "send ein oppfølgningsmelding"
msgid "set to <strong>blank</strong> (empty string) if can't find an address; these emails are <strong>public</strong> as anyone can view with a CAPTCHA"
-msgstr ""
+msgstr "sett til <strong>blank</strong> (tom streng) viss ingen adresse kunne finnast. Desse e-postadressene er <strong>offentlege</strong> då kvar og ein kan sjå dei ved hjelp av ein CAPTCHA"
msgid "show quoted sections"
-msgstr ""
+msgstr "vis sitert seksjon"
msgid "sign in"
-msgstr ""
+msgstr "logg inn"
msgid "simple_date_format"
-msgstr ""
+msgstr "simple_date_format"
msgid "successful requests"
-msgstr ""
+msgstr "vellukka førespurnader"
msgid "that you made to"
-msgstr ""
+msgstr "som du laga til"
msgid "the main FOI contact address for {{public_body}}"
-msgstr ""
+msgstr "postmottaket hos {{public_body}}"
#. This phrase completes the following sentences:
#. Request an internal review from...
@@ -3773,169 +3860,169 @@ msgstr ""
#. Send a public reply to...
#. Don't want to address your message to... ?
msgid "the main FOI contact at {{public_body}}"
-msgstr ""
+msgstr "postmottaket hos {{public_body}}"
msgid "the requester"
-msgstr ""
+msgstr "spørjaren"
msgid "the {{site_name}} team"
-msgstr ""
+msgstr "{{site_name}}-gjengen"
msgid "to send a follow up message."
-msgstr ""
+msgstr "for å senda ein oppfølgningsmelding."
msgid "to {{public_body}}"
-msgstr ""
+msgstr "til {{public_body}}"
msgid "type your search term here"
-msgstr ""
+msgstr "skriv inn søketerm her"
msgid "unknown reason "
-msgstr ""
+msgstr "ukjend grunn "
msgid "unknown status "
-msgstr ""
+msgstr "ukjend status "
msgid "unresolved requests"
-msgstr ""
+msgstr "uavklarte førespurnader"
msgid "unsubscribe"
-msgstr ""
+msgstr "meld deg av"
msgid "unsubscribe all"
-msgstr ""
+msgstr "meld deg av alle"
msgid "unsuccessful requests"
-msgstr ""
+msgstr "mislukka førespurnader"
msgid "users"
-msgstr ""
+msgstr "brukarar"
msgid "what's that?"
-msgstr ""
+msgstr "kva er det?"
msgid "{{count}} FOI requests found"
-msgstr ""
+msgstr "{{count}} krav om innsyn funnet"
msgid "{{count}} follower"
msgid_plural "{{count}} followers"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "{{count}} følgjer"
+msgstr[1] "{{count}} følgere"
msgid "{{count}} request"
msgid_plural "{{count}} requests"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "{{count}} førespurnad"
+msgstr[1] "{{count}} førespurnader"
msgid "{{count}} request made."
msgid_plural "{{count}} requests made."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "{{count}} førespurnad laga."
+msgstr[1] "{{count}} førespurnader laga."
msgid "{{existing_request_user}} already\\n created the same request on {{date}}. You can either view the <a href=\"{{existing_request}}\">existing request</a>,\\n or edit the details below to make a new but similar request."
-msgstr ""
+msgstr "{{existing_request_user}} har allereie laga same førespurnad den {{date}}. Du kan anten sjå på henne <a href=\"{{existing_request}}\">eksisterande førespurnaden</a>, eller redigera detaljane under for å lage ein ny men liknande førespurnad."
msgid "{{foi_law}} requests to '{{public_body_name}}'"
-msgstr ""
+msgstr "{{foi_law}} førespurnader til '{{public_body_name}}'"
msgid "{{info_request_user_name}} only:"
-msgstr ""
+msgstr "Berre {{info_request_user_name}}:"
msgid "{{law_used_full}} request - {{title}}"
-msgstr ""
+msgstr "{{law_used_full}} - {{title}}"
msgid "{{law_used}} requests at {{public_body}}"
-msgstr ""
+msgstr "{{law_used}} til {{public_body}}"
msgid "{{length_of_time}} ago"
-msgstr ""
+msgstr "for {{length_of_time}} sidan"
msgid "{{number_of_comments}} comments"
-msgstr ""
+msgstr "{{number_of_comments}} kommentarar"
msgid "{{public_body_link}} answered a request about"
-msgstr ""
+msgstr "{{public_body_link}} svara på ein førespurnad om"
msgid "{{public_body_link}} was sent a request about"
-msgstr ""
+msgstr "{{public_body_link}} fekk tilsendt ein førespurnad om"
msgid "{{public_body_name}} no longer exists. From the request page, try replying to a particular message, rather than sending\\n a general followup. If you need to make a general followup, and know\\n an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>."
-msgstr ""
+msgstr "{{public_body_name}} finst ikkje lenger. Forsøk å svara på ei bestemd melding på førespurnadssida, i staden for å senda ei generell oppfølgjarmelding. Viss du treng å senda ei generell oppfølgjarmelding og veit om ein epostadresse som går til riktig stad, <a href=\"{{url}}\">ta kontakt med oss</a>."
msgid "{{public_body_name}} only:"
-msgstr ""
+msgstr "Berre {{public_body_name}} (styresmakt):"
msgid "{{public_body}} has asked you to explain part of your {{law_used}} request."
-msgstr ""
+msgstr "{{public_body}} vert hatt spurt deg om å forklara deler av {{law_used}} førespurnaden"
msgid "{{public_body}} sent a response to {{user_name}}"
-msgstr ""
+msgstr "{{public_body}} sende eit svar til {{user_name}}"
msgid "{{reason}}, create an account or sign in"
-msgstr ""
+msgstr "{{reason}}, ver venleg og logg inn eller lag ein ny konto."
msgid "{{search_results}} matching '{{query}}'"
-msgstr ""
+msgstr "{{search_results}} traff '{{query}}'"
msgid "{{site_name}} blog and tweets"
-msgstr ""
+msgstr "{{site_name}} blogg og tveets"
msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:"
-msgstr ""
+msgstr "{{site_name}} dekker førespurnader til {{number_of_authorities}} styresmakter, inkludert:"
msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> for this authority."
-msgstr ""
+msgstr "{{site_name}} sender nye førespurnader til <strong>{{request_email}}</strong> for denne styresmakta."
msgid "{{site_name}} users have made {{number_of_requests}} requests, including:"
-msgstr ""
+msgstr "{{site_name}}-brukarar har skrive {{number_of_requests}} førespurnader, inkludert:"
msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>"
-msgstr ""
+msgstr "{{thing_changed}} vart forandra frå <code>{{from_value}}</code> til <code>{{to_value}}</code>"
msgid "{{title}} - a Freedom of Information request to {{public_body}}"
-msgstr ""
+msgstr "{{title}} - ein krav om innsyn etter Offentleglova til {{public_body}}"
msgid "{{title}} - a batch request"
-msgstr ""
+msgstr "{{title}} - ein samlekrav"
msgid "{{user_name}} (Account suspended)"
-msgstr ""
+msgstr "{{user_name}} (Konto er stengt)"
msgid "{{user_name}} - Freedom of Information requests"
-msgstr ""
+msgstr "{{user_name}} - Krav om innsyn"
msgid "{{user_name}} - user profile"
-msgstr ""
+msgstr "{{user_name}} - brukarprofil"
msgid "{{user_name}} added an annotation"
-msgstr ""
+msgstr "{{user_name}} la til ein bemerkning"
msgid "{{user_name}} has annotated your {{law_used_short}} \\nrequest. Follow this link to see what they wrote."
-msgstr ""
+msgstr "{{user_name}} har skrive ein merknad på din {{law_used_short}} \\nførespurnad. Følg lenkja nedanfor for å sjå kva dei skreiv."
msgid "{{user_name}} has used {{site_name}} to send you the message below."
-msgstr ""
+msgstr "{{user_name}} har brukt {{site_name}} for å senda deg meldinga nedanfor."
msgid "{{user_name}} sent a follow up message to {{public_body}}"
-msgstr ""
+msgstr "{{user_name}} sende ein oppfølgningsmelding til {{public_body}}"
msgid "{{user_name}} sent a request to {{public_body}}"
-msgstr ""
+msgstr "{{user_name}} sende ein krav om innsyn til {{public_body}}"
msgid "{{user_name}} would like a new authority added to {{site_name}}"
-msgstr ""
+msgstr "{{user_name}} ynskjer ei ny styresmakt lagt til {{site_name}}"
msgid "{{user_name}} would like the email address for {{public_body_name}} to be updated"
-msgstr ""
+msgstr "{{user_name}} ynskjer at e0postadressa til {{public_body_name}} skal oppdaterast"
msgid "{{username}} left an annotation:"
-msgstr ""
+msgstr "{{username}} la igjen ein bemerkning:"
msgid "{{user}} ({{user_admin_link}}) made this {{law_used_full}} request (<a href=\"{{request_admin_url}}\">admin</a>) to {{public_body_link}} (<a href=\"{{public_body_admin_url}}\">admin</a>)"
-msgstr ""
+msgstr "{{user}} ({{user_admin_link}}) laga denne {{law_used_full}} førespurnaden (<a href=\"{{request_admin_url}}\">admin</a>) til {{public_body_link}} (<a href=\"{{public_body_admin_url}}\">admin</a>)"
msgid "{{user}} made this {{law_used_full}} request"
-msgstr ""
+msgstr "{{user}} sende denne førespurnaden om {{law_used_full}}"
msgid "« Back to search results"
-msgstr ""
+msgstr "« Tilbake til søkeresultatene"
diff --git a/locale/pl/app.po b/locale/pl/app.po
index 5e0bd029c..49c85009d 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: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 10:53+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/alaveteli/language/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
@@ -142,9 +142,15 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -451,12 +457,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -664,6 +679,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -694,6 +712,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -994,6 +1015,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1063,6 +1087,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1297,6 +1324,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1369,6 +1402,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1474,6 +1510,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1543,6 +1582,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1642,6 +1687,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2098,6 +2146,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2224,9 +2275,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2392,6 +2440,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2407,9 +2458,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2746,6 +2803,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3010,9 +3070,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3220,6 +3286,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3319,6 +3394,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3451,6 +3529,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/pt_BR/app.po b/locale/pt_BR/app.po
index 1e1114509..70814bab1 100644
--- a/locale/pt_BR/app.po
+++ b/locale/pt_BR/app.po
@@ -45,9 +45,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:13+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@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"
@@ -185,8 +185,13 @@ msgstr "Mantenha seu pedido <strong>focado,</strong> você terá mais chances de
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Acesse aqui</a> para alterar sua senha, acompanhamento de pedidos e mais (apenas para {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Se você está pensando em usar um pseudônimo, por favor, <a href=\"{{url}}\">leia isso primeiro</a> ."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Tudo certo! Muito obrigado por sua ajuda.</p><p>Existem <a href=\"{{helpus_url}}\">mais coisas que você pode fazer</a> para ajudar o {{site_name}}.</p>"
@@ -505,12 +510,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Aguardando classificação."
msgid "Awaiting internal review."
msgstr "Aguardando revisão."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Aguardando resposta."
@@ -718,6 +732,9 @@ msgstr "Não podemos entender o arquivo da imagem que você enviou. PNG, JPEG, G
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -748,6 +765,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "A resposta ao seu pedido de informação está atrasada."
@@ -1047,6 +1067,9 @@ msgstr "DÊ DETALHES SOBRE SUA QUEIXA AQUI"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Encaminhado por correio."
@@ -1122,6 +1145,9 @@ msgstr "Entretanto, você tem o direito de requisitar informação ambiental por
msgid "Human health and safety"
msgstr "Saúde e segurança"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Estou pedindo <strong>novas informações</strong>"
@@ -1356,6 +1382,12 @@ msgstr "Não possui as informações."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Informações sobre emissões e descargas (ex. ruído, energia, radiação, rejeitos)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Pedido de revisão"
@@ -1428,6 +1460,9 @@ msgstr "Faça o login para baixar o arquivo compactado de {{info_request_title}}
msgid "Log into the admin interface"
msgstr "Entre na interface administrativa"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Muito atrasado."
@@ -1536,6 +1571,9 @@ msgstr "Nome não pode estar em branco"
msgid "Name is already taken"
msgstr "Nome já foi utilizado"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Novos pedidos de informação"
@@ -1605,6 +1643,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Repare que o requerente não sera notificado sobre suas anotações porque a requisição foi publicada por {{public_body_name}} em outro nome."
@@ -1704,6 +1748,9 @@ msgstr "OutgoingMessage | Situação"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage | O que fazer"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Concluída parcialmente."
@@ -2159,6 +2206,9 @@ msgstr "Resultados descritos recentemente primeiro"
msgid "Refused."
msgstr "Recusado."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2285,9 +2335,6 @@ msgstr "Busque contribuições feitas por esta pessoa"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "Busca por palavras em:"
-
msgid "Search in"
msgstr "Procurar em"
@@ -2452,6 +2499,9 @@ msgstr "Assunto:"
msgid "Submit"
msgstr "Enviar"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2467,9 +2517,15 @@ msgstr "Assine o blog"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Solicitações de acesso a informação concluídas"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Concluída."
@@ -2811,6 +2867,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Esse é o seu próprio pedido, então você vai receber um email automaticamente quando uma nova resposta chegar."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3077,9 +3136,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Infelizmente, nós não temos um email válido de "
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Desinscrever-se"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Outra resposta."
@@ -3285,6 +3350,15 @@ msgstr "De que órgãos públicos posso solicitar informações?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Removida pelo solicitante."
@@ -3384,6 +3458,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Você pode <strong>reclamar</strong> por"
@@ -3524,6 +3601,9 @@ msgstr "Seu e-mail:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Sua mensagem não foi enviada por que esse pedido foi interrompido para impedir spam. Por favor <a href=\"{{url}}\">entre em contato</a> se você realmente quer enviar essa mensagem."
diff --git a/locale/pt_PT/app.po b/locale/pt_PT/app.po
index 72c63f6ae..3a9ec366a 100644
--- a/locale/pt_PT/app.po
+++ b/locale/pt_PT/app.po
@@ -17,10 +17,11 @@
# lianelira <lianelira@gmail.com>, 2011
# louisecrow <louise@mysociety.org>, 2014
# louisecrow <louise@mysociety.org>, 2014
-# Luís Bernardo <luispaisbernardo@gmail.com>, 2013-2014
+# Luís Bernardo <luispaisbernardo@gmail.com>, 2013-2015
# luisleao <luis.leao@gmail.com>, 2011
# Luís Bernardo <luispaisbernardo@gmail.com>, 2013
# Nitai <Nitaibezerra@gmail.com>, 2012
+# Nuno Moniz <nunompmoniz@gmail.com>, 2015
# patriciacornils <patriciacornils@gmail.com>, 2011
# Rafael H L Moretti <rafael.moretti@gmail.com>, 2012
# serramassuda <a.serramassuda@gmail.com>, 2012
@@ -29,9 +30,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:12+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@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"
@@ -94,7 +95,7 @@ msgid " Link to the information requested, if it is <strong>already available</s
msgstr "Coloque um link para a informação pedida, se ela <strong>já estiver disponível</strong> na Internet."
msgid " Offer better ways of <strong>wording the request</strong> to get the information. "
-msgstr "Ofereça melhores maneiras de <strong>formular o pedido</strong> para obter as informações desejadas."
+msgstr "Apresente formas mais adequadas de <strong>formular o pedido</strong> para obter as informações desejadas."
msgid " Say how you've <strong>used the information</strong>, with links if possible."
msgstr "Diga como você <strong>usou as informações</strong> - com links se possível."
@@ -109,10 +110,10 @@ msgid " You are already being emailed updates about the request."
msgstr " Você já recebe emails de actualização sobre o pedido."
msgid " You will also be emailed updates about the request."
-msgstr "Você também receberá atualizações por email sobre o pedido."
+msgstr "Você também receberá actualizações por email sobre o pedido."
msgid " filtered by status: '{{status}}'"
-msgstr ""
+msgstr "Filtrado por estado: '{{status}}'"
msgid " when you send this message."
msgstr "quando você enviar esta mensagem."
@@ -136,7 +137,7 @@ msgid "(hide)"
msgstr "(hide)"
msgid "(or <a href=\"{{url}}\">sign in</a>)"
-msgstr ""
+msgstr "(ou <a href=\"{{url}}\">entre</a>)"
msgid "(show)"
msgstr "(show)"
@@ -167,10 +168,15 @@ msgid "<a href=\"{{url}}\">Keep it <strong>focused</strong></a>, you'll be more
msgstr "Mantenha seu pedido <strong>focado,</strong> você terá mais chances de conseguir o que quer ( <a href=\"{{url}}\">por quê?</a> )."
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
-msgstr "<a href=\"{{url}}\">Aceda aqui</a> para alterar a sua palavra-passe, acompanhamento de pedidos e mais (apenas para {{user_name}})"
+msgstr "<a href=\"{{url}}\">Entre</a> para alterar a sua palavra-passe, acompanhamento de pedidos e mais (apenas para {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Se você está pensando em usar um pseudônimo, por favor, <a href=\"{{url}}\">leia isso primeiro</a> ."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Já está! Muito obrigado pela sua ajuda.</p><p>Existem <a href=\"{{helpus_url}}\">mais coisas que você pode fazer</a> para ajudar o {{site_name}}.</p>"
@@ -224,7 +230,7 @@ msgid "<p>You do not need to include your email in the request in order to get a
msgstr "<p>Você não precisa incluir seu e-mail no pedido de informação para receber uma resposta, já que vamos requisitá-lo na próxima tela (<a href=\"{{url}}\">detalhes</a>).</p>"
msgid "<p>Your request contains a <strong>postcode</strong>. Unless it directly relates to the subject of your request, please remove any address as it will <strong>appear publicly on the Internet</strong>.</p>"
-msgstr "<p>Seu pedido contém um <strong>endereço físico</strong>. A menos que isso seja diretamente relacionado ao assunto da sua requisição, por favor, remova qualquer endereço, uma vez que eles serão <strong>publicados na Internet</strong>.</p>"
+msgstr "<p>O seu pedido contém um <strong>endereço físico</strong>. A menos que isso seja diretamente relacionado com o assunto do seu requerimento, por favor remova qualquer endereço, uma vez que ele será <strong>publicado na Internet</strong>.</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}} está em manutenção. Você pode apenas visualizar pedidos de informação existentes. Você não pode criar novos, adicionar acompanhamentos ou comentários, ou ainda fazer mudanças na base de dados.</p> <p>{{read_only}}</p>"
@@ -255,7 +261,7 @@ msgstr "<strong><code>situação:</code></strong> para selecionar com base na si
msgid "<strong><code>tag:charity</code></strong> to find all public authorities or requests with a given tag. You can include multiple tags, \\n and tag values, e.g. <code>tag:openlylocal AND tag:financial_transaction:335633</code>. Note that by default any of the tags\\n can be present, you have to put <code>AND</code> explicitly if you only want results them all present."
msgstr ""
-"<strong><code>tag:saude</code></strong> para encontrar órgãos públicos ou pedidos com uma tag específica. Você pode incluir múltiplas tags ?\n"
+"<strong><code>tag:saude</code></strong> para encontrar entidades públicas ou pedidos com uma tag específica. Você pode incluir múltiplas tags ?\n"
" e valores, por exemplo <code>tag:saude E tag:transacao_financeira:335633</code>. Perceba que, por padrão, qualquer uma das tags?\n"
" pode estar presente em um resultado, e você deve colocar <code>E</code> para explicitar que deseja resultados com todas as tags presentes."
@@ -272,7 +278,7 @@ msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking"
msgstr "<strong>Qualquer outra coisa,</strong> como pedidos de esclarecimento ou agradecimentos"
msgid "<strong>By law, they have to respond</strong> (<a href=\"{{url}}\">why?</a>)."
-msgstr ""
+msgstr "<strong>Por lei, as entidades têm de responder</strong> (<a href=\"{{url}}\">porquê?</a>)."
msgid "<strong>Caveat emptor!</strong> To use this data in an honourable way, you will need \\na good internal knowledge of user behaviour on {{site_name}}. How, \\nwhy and by whom requests are categorised is not straightforward, and there will\\nbe user error and ambiguity. You will also need to understand FOI law, and the\\nway authorities use it. Plus you'll need to be an elite statistician. Please\\n<a href=\"{{contact_path}}\">contact us</a> with questions."
msgstr "<strong>Por sua conta e risco!</strong> Para usar esses dados de forma honrosa, você precisa de um bom conhecimento interno do comportamento do usuário no {{site_name}}. Não é fácil de compreender como, por que e por quem os pedidos foram categorizados, e haverá erros e ambiguidades de usuário. Por favor <a href=\"{{contact_path}}\">entre em contato conosco</a> para perguntas."
@@ -307,10 +313,10 @@ msgid "<strong>Thank</strong> the public authority or "
msgstr "<strong>Agradeça</strong> o órgão público ou"
msgid "<strong>We will email you</strong> when there is a response, or after {{late_number_of_days}} working days if the authority still hasn't replied by then."
-msgstr ""
+msgstr "<strong>Enviaremos um email</strong> quando houver resposta, ou após {{late_number_of_days}} dias úteis se a entidade pública ainda não tiver respondido."
msgid "<strong>We will email you</strong> when they have been sent. 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 replied by then."
-msgstr ""
+msgstr "<strong>Enviaremos um email</strong> quando os pedidos forem enviados. Também enviaremos um email quando houver uma resposta a qualquer um dos pedidos, ou após {{late_number_of_days}} dias úteis se as entidades públicas não responderem entretanto."
msgid "<strong>did not have</strong> the information requested."
msgstr "<strong>não tem</strong> as informações solicitadas."
@@ -331,7 +337,7 @@ msgid "A Freedom of Information request"
msgstr "Um pedido de informação"
msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}"
-msgstr ""
+msgstr "Historial dos meus pedidos de informação pública e toda a correspondência está disponível na Internet neste endereço: {{url}}"
msgid "A new request, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, was sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
msgstr "Um novo pedido, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, foi enviado para {{public_body_name}} por {{info_request_user}} em {{date}}."
@@ -349,7 +355,7 @@ msgid "A strange reponse, required attention by the {{site_name}} team"
msgstr "Resposta estranha, é necessária atenção da equipe do {{site_name}}"
msgid "A vexatious request"
-msgstr ""
+msgstr "Um pedido impróprio"
msgid "A {{site_name}} user"
msgstr "Um usuário do {{site_name}}"
@@ -370,13 +376,13 @@ msgid "ActsAsXapian::ActsAsXapianJob|Model"
msgstr "ActsAsXapian::ActsAsXapianJob|Model"
msgid "Add an annotation to &ldquo;{{request_title}}&rdquo;"
-msgstr ""
+msgstr "Adicionar uma anotação a &ldquo;{{request_title}}&rdquo;"
msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>."
msgstr "Adicionar um comentário à sua solicitação com citações à sua escolha, ou com um <strong>resumo da resposta</strong>."
msgid "Add authority - {{public_body_name}}"
-msgstr ""
+msgstr "Adicionar autoridade - {{public_body_name}}"
msgid "Add the authority:"
msgstr "Adicione a entidade:"
@@ -472,7 +478,7 @@ msgid "Ask us to update FOI email"
msgstr "Peça-nos para actualizar o email de acesso à informação"
msgid "Ask us to update the email address for {{public_body_name}}"
-msgstr ""
+msgstr "Peça-nos para actualizar o endereço de email para {{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 "Na parte inferior da página, escrever uma resposta, tentando persuadir o órgão a escanear o documento ( <a href=\"{{url}}\">mais detalhes</a> )."
@@ -489,20 +495,29 @@ msgstr "Email da entidade pública:"
msgid "Authority:"
msgstr "Entidade pública:"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Aguardando classificação."
msgid "Awaiting internal review."
msgstr "Aguardando revisão."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Aguardando resposta."
msgid "Banned users cannot edit their profile"
-msgstr ""
+msgstr "Utilizadores banidos não podem editar o seu perfil"
msgid "Batch created by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Pedido criado por {{info_request_user}} em {{date}}."
msgid "Beginning with"
msgstr "Começar com"
@@ -514,7 +529,7 @@ msgid "Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for
msgstr "Busque <a href='{{url}}'>outros pedidos</a> para '{{public_body_name}}' para exemplos de como escrever seu pedido."
msgid "Browse all authorities..."
-msgstr "Listar todos os órgãos..."
+msgstr "Procurar todas as entidades públicas"
msgid "Browse and search requests"
msgstr "Visualizar ou buscar pedidos"
@@ -601,7 +616,7 @@ msgid "Clarification"
msgstr "Esclarecimento"
msgid "Clarification sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Esclarecimento enviado para {{public_body_name}} por {{info_request_user}} a {{date}}."
msgid "Clarify your FOI request - "
msgstr "Esclareça seu pedido de Acesso à Informação -"
@@ -679,7 +694,7 @@ msgid "Considered by administrators as not an FOI request and hidden from site."
msgstr "Considerado pelos administradores como não sendo uma solicitação de informação e ocultado do site"
msgid "Considered by administrators as vexatious and hidden from site."
-msgstr "Considerado constrangedora pelos administradores ou oculto do site."
+msgstr "Considerado impróprio pelos administradores ou oculto do site."
msgid "Contact {{recipient}}"
msgstr "Contato {{recipient}}"
@@ -700,10 +715,13 @@ msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and
msgstr "Não podemos entender o arquivo da imagem que você enviou. PNG, JPEG, GIF e muitos outros formatos comuns de imagem são compatíveis com este site."
msgid "Create a new account"
+msgstr "Criar uma conta nova"
+
+msgid "Create a widget for this request"
msgstr ""
msgid "Created by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Criado por {{info_request_user}} a {{date}}."
msgid "Crop your profile photo"
msgstr "Cortar sua imagem do perfil"
@@ -732,6 +750,9 @@ msgid "Dear {{user_name}},"
msgstr "Caro/a {{user_name}},"
msgid "Defunct."
+msgstr "Defunto."
+
+msgid "Delayed"
msgstr ""
msgid "Delayed response to your FOI request - "
@@ -744,10 +765,10 @@ msgid "Delivery error"
msgstr "Erro de entrega"
msgid "Destroy {{name}}"
-msgstr ""
+msgstr "Destruir {{name}}"
msgid "Details of request &ldquo;{{request_title}}&rdquo;"
-msgstr ""
+msgstr "Detalhes do pedido &ldquo;{{request_title}}&rdquo;"
msgid "Did you mean: {{correction}}"
msgstr "Você quis dizer: {{correction}}"
@@ -756,16 +777,16 @@ msgid "Disclaimer: This message and any reply that you make will be published on
msgstr "Aviso: Esta mensagem e todas as respostas enviadas serão publicadas na Internet, por meio da plataforma Queremos Saber http://queremossaber.org.br/. Leia algumas questões sobre acesso a informação para agentes públicos http://queremossaber.org.br/help/officers/."
msgid "Disclosure log"
-msgstr ""
+msgstr "Registo de divulgação"
msgid "Disclosure log URL"
-msgstr ""
+msgstr "URL do registo de divulgação"
msgid "Do not fill in this field"
msgstr "Não preencha este campo"
msgid "Don't have a superuser account yet?"
-msgstr ""
+msgstr "Ainda não tem uma conta superuser?"
msgid "Don't want to address your message to {{person_or_body}}? You can also write to:"
msgstr "Você não quer enviar sua mensagem para {{person_or_body}}? Você também pode escrever para:"
@@ -786,7 +807,7 @@ msgid "EIR"
msgstr "RIMA"
msgid "Edit"
-msgstr ""
+msgstr "Editar"
msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response."
msgstr "Editar e adicionar <strong>mais detalhes</strong> à mensagem acima, explicando por que você está insatisfeito com a resposta que recebeu."
@@ -810,7 +831,7 @@ msgid "Email me future updates to this request"
msgstr "Envie-me atualizações deste pedido por e-mail"
msgid "Email:"
-msgstr ""
+msgstr "Email:"
msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>"
msgstr "Informe palavras que você deseja procurar separadas por espaços, por exemplo <strong>gastos educação</strong>"
@@ -834,7 +855,7 @@ msgid "Event history details"
msgstr "Detalhe do histórico de eventos"
msgid "Event {{id}}"
-msgstr ""
+msgstr "Evento {{id}}"
msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website <a href=\"{{url}}\">forever</a>"
msgstr "Tudo o que você publicar nesta página, incluindo <strong>seu nome</strong>, será <strong>exibido publicamente</strong> neste site para sempre ( <a href=\"{{url}}\">por quê?</a> )."
@@ -849,10 +870,10 @@ msgid "FOI email address for {{public_body}}"
msgstr "Email de contato para {{public_body}}"
msgid "FOI law does not apply to this authority."
-msgstr ""
+msgstr "A Lei de Acesso à Informação não se aplica a esta autoridade."
msgid "FOI request – {{title}}"
-msgstr ""
+msgstr "Pedido de Informação Pública – {{title}}"
msgid "FOI requests"
msgstr "Pedidos de acesso à informação"
@@ -879,22 +900,22 @@ msgid "Filter"
msgstr "Filtro"
msgid "Filter by Request Status (optional)"
-msgstr ""
+msgstr "Filtrado por Estado do Pedido (opcional)"
msgid "Find an authority"
msgstr "Selecione o órgão ao qual você quer escrever"
msgid "Find the authorities"
-msgstr ""
+msgstr "Encontra as entidades públicas"
msgid "Find the authorities to write to"
-msgstr "Seleccione as entidades às quais pretende pedir informação"
+msgstr "Encontra as entidades públicas para pedir informação"
msgid "First, did your other requests succeed?"
msgstr "Já fez outros pedidos bem-sucedidos?"
msgid "First, type in the <strong>name of the public authority</strong> you'd\\n like information from."
-msgstr ""
+msgstr "Primeiro, introduza o <strong>nome da entidade pública</strong> a que\\n quer pedir informação."
msgid "Foi attachment"
msgstr "Anexo do pedido"
@@ -942,7 +963,7 @@ msgid "Follow this link to see the request:"
msgstr "Clique neste link para ver o pedido:"
msgid "Follow this link to see the requests:"
-msgstr ""
+msgstr "Siga este link para ver os pedidos:"
msgid "Follow this person"
msgstr "Seguir esta pessoa"
@@ -966,7 +987,7 @@ msgid "Follow up messages to existing requests are sent to "
msgstr "Mensagens de acompanhamento para solicitações existentes são enviadas para"
msgid "Follow up sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Mensagem enviada para {{public_body_name}} por {{info_request_user}} a {{date}}."
#. "Follow ups" in this context means further
#. messages sent by the requester to the authority after
@@ -978,7 +999,7 @@ msgid "Follow us on twitter"
msgstr "Siga-nos no Twitter"
msgid "Following"
-msgstr ""
+msgstr "Seguindo"
msgid "Followups cannot be sent for this request, as it was made externally, and published here by {{public_body_name}} on the requester's behalf."
msgstr "Respostas não podem ser enviadas para esse pedido, pois ele foi enviado externamente, e publicado aqui por {{public_body_name}} em nome do solicitante."
@@ -989,7 +1010,7 @@ msgstr "Esqueceu a sua senha?"
msgid "Found {{count}} public authority {{description}}"
msgid_plural "Found {{count}} public authorities {{description}}"
msgstr[0] "{{count}} órgão público encontrado {{description}}"
-msgstr[1] "{{count}} órgãos públicos encontrados {{description}}"
+msgstr[1] "{{count}} entidades públicas encontradas {{description}}"
msgid "Freedom of Information"
msgstr "Acesso à Informação Pública"
@@ -1004,7 +1025,7 @@ msgid "Freedom of Information law no longer applies to this authority.Follow up
msgstr "A Lei de Acesso à Informação não mais se aplica mais a essa autoridade. Mensagens de acompanhamento de pedidos existentes são enviados para "
msgid "Freedom of Information law no longer applies to {{public_body_name}}."
-msgstr ""
+msgstr "Lei de Acesso à Informação já não se aplica a {{public_body_name}}."
msgid "Freedom of Information requests made"
msgstr "Pedidos de acesso à informação feitos"
@@ -1031,6 +1052,9 @@ msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE"
msgstr "DÊ DETALHES SOBRE SUA QUEIXA AQUI"
msgid "Got an account?"
+msgstr "Tem uma conta?"
+
+msgid "Handled by post"
msgstr ""
msgid "Handled by post."
@@ -1064,7 +1088,7 @@ msgid "Help"
msgstr "Ajuda"
msgid "Help us classify requests that haven't been updated"
-msgstr ""
+msgstr "Ajude-nos a classificar pedidos que ainda não foram actualizados"
msgid "Here <strong>described</strong> means when a user selected a status for the request, and\\nthe most recent event had its status updated to that value. <strong>calculated</strong> is then inferred by\\n{{site_name}} for intermediate events, which weren't given an explicit\\ndescription by a user. See the <a href=\"{{search_path}}\">search tips</a> for description of the states."
msgstr ""
@@ -1108,6 +1132,9 @@ msgstr "Entretanto, você tem o direito de requisitar informação ambiental por
msgid "Human health and safety"
msgstr "Saúde e segurança"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Estou pedindo <strong>novas informações</strong>"
@@ -1115,7 +1142,7 @@ msgid "I am requesting an <strong>internal review</strong>"
msgstr "Eu estou apresentando um <strong>recurso</strong>"
msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'."
-msgstr ""
+msgstr "Escrevo para pedir uma revisão interna da gestão da entidade {{public_body_name}} ao meu pedido de informação pública '{{info_request_title}}'."
msgid "I don't like these ones &mdash; give me some more!"
msgstr "Eu não gosto desses, deixe-me ver mais!"
@@ -1154,13 +1181,13 @@ msgid "I've received an error message"
msgstr "Recebi uma <strong>mensagem de erro</strong>"
msgid "Id"
-msgstr ""
+msgstr "Id"
msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>."
msgstr "Se o endereço de email estiver errado, ou se você sabe de um outro melhor, <a href=\"{{url}}\">entre em contato conosco</a> ."
msgid "If the error was a delivery failure, and you can find an up to date FOI email address for the authority, please tell us using the form below."
-msgstr ""
+msgstr "Se o erro foi de falha na entrega e você sabe o email correcto para a entidade pública, diga-nos por favor, utilizando o formulário abaixo."
msgid "If this is incorrect, or you would like to send a late response to the request\\nor an email on another subject to {{user}}, then please\\nemail {{contact_email}} for help."
msgstr "Se isso estiver errado, ou se você gostaria de enviar uma resposta final para o pedido, ou um e-mail sobre algum outro assunto para {{user}}, então escreva para {{contact_email}} para obter ajuda."
@@ -1172,7 +1199,7 @@ msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a
msgstr "Se você continua com problemas, <a href=\"{{url}}\">entre em contato conosco</a>."
msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the message."
-msgstr ""
+msgstr "Se foi você quem fez o pedido, então pode <a href=\"{{url}}\">entrar</a> para ver a mensagem."
msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request."
msgstr "Se você for o solicitante, então pode <a href=\"{{url}}\">entrar</a> para visualizar o pedido."
@@ -1208,10 +1235,10 @@ msgid "If you would like us to lift this ban, then you may politely\\n<a href=\"
msgstr "Se você gostaria de nos levantar esta proibição, você pode <a href=\"/help/contact\">entrar em contato conosco</a>, dando as razões.\\n"
msgid "If you write about these requests (for example in a forum or a blog) please link to this page."
-msgstr ""
+msgstr "Se escrever nas redes sociais (e.g. Facebook, Twitter) sobre estes pedidos pode utilizar o link desta página."
msgid "If you write about this request (for example in a forum or a blog) please link to this page, and <a href=\"{{url}}\">add an annotation</a> below telling people about your writing."
-msgstr ""
+msgstr "Se escrever nas redes sociais (e.g. Facebook, Twitter) sobre este pedido pode utilizar o link desta página, e <a href=\"{{url}}\">adicionar uma nota</a> para descrever o pedido."
msgid "If you're new to {{site_name}}"
msgstr "Se você for novo no {{site_name}}"
@@ -1223,7 +1250,7 @@ msgid "If your browser is set to accept cookies and you are seeing this message,
msgstr "Se seu navegador está configurado para aceitar \"cookies\" e você está vendo esta mensagem, então provavelmente é culpa do nosso servidor."
msgid "Incoming email address"
-msgstr ""
+msgstr "Endereço de email recebido"
msgid "Incoming message"
msgstr "Caixa de entrada"
@@ -1342,11 +1369,17 @@ msgstr "Não possui as informações."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Informações sobre emissões e descargas (ex. ruído, energia, radiação, rejeitos)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Pedido de revisão"
msgid "Internal review request sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Pedido de revisão interna enviado para {{public_body_name}} por {{info_request_user}} a {{date}}."
msgid "Is {{email_address}} the wrong address for {{type_of_request}} requests to {{public_body_name}}? If so, please contact us using this form:"
msgstr "Caso este email - {{email_address}} - seja o endereço errado para fazer {{type_of_request}} por favor nos contate e aponte o endereço correto através desse formulário:"
@@ -1358,7 +1391,7 @@ msgid "Items matching the following conditions are currently displayed on your w
msgstr "Itens correspondentes aos seguintes critérios estão sendo mostradas na sua página."
msgid "Items sent in last month"
-msgstr ""
+msgstr "Pedidos enviados no último mês"
msgid "Joined in"
msgstr "No site desde "
@@ -1370,10 +1403,10 @@ msgid "Just one more thing"
msgstr "Só mais um detalhe"
msgid "Keep your request up to date"
-msgstr ""
+msgstr "Mantenha o seu pedido actualizado"
msgid "Keep your requests up to date"
-msgstr ""
+msgstr "Mantenha os seus pedidos actualizados"
msgid "Keywords"
msgstr "Palavras-chave"
@@ -1391,22 +1424,22 @@ msgid "Link to this"
msgstr "Link para cá"
msgid "List of all authorities (CSV)"
-msgstr "Lista de todos os órgãos públicos (formato CSV)"
+msgstr "Lista de todas as entidades públicas (formato CSV)"
msgid "Listing FOI requests"
-msgstr ""
+msgstr "Lista dos Pedidos de Informação Pública"
msgid "Listing public authorities"
-msgstr ""
+msgstr "Listagem de entidades públicas"
msgid "Listing public authorities matching '{{query}}'"
-msgstr ""
+msgstr "Listagem de entidades públicas correspondendo a '{{query}}'"
msgid "Listing tracks"
msgstr ""
msgid "Listing users"
-msgstr ""
+msgstr "Lista de utilizadores"
msgid "Log in to download a zip file of {{info_request_title}}"
msgstr "Faça o login para baixar o arquivo compactado de {{info_request_title}}"
@@ -1414,6 +1447,9 @@ msgstr "Faça o login para baixar o arquivo compactado de {{info_request_title}}
msgid "Log into the admin interface"
msgstr "Entre na interface administrativa"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Muito atrasado."
@@ -1439,13 +1475,13 @@ msgid "MailServerLog|Order"
msgstr ""
msgid "Make a batch request"
-msgstr ""
+msgstr "Faça um pedido múltiplo"
msgid "Make a new EIR request"
msgstr ""
msgid "Make a new FOI request"
-msgstr ""
+msgstr "Faça um novo Pedido de Informação Pública"
msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>"
msgstr ""
@@ -1457,7 +1493,7 @@ msgid "Make a request"
msgstr "Criar uma solicitação"
msgid "Make a request &raquo;"
-msgstr ""
+msgstr "Para um pedido &raquo;"
msgid "Make a request to these authorities"
msgstr "Faça um pedido a estas entidades"
@@ -1466,7 +1502,7 @@ msgid "Make a request to this authority"
msgstr "Faça um pedido a esta entidade"
msgid "Make an {{law_used_short}} request"
-msgstr ""
+msgstr "Faça um pedido {{law_used_short}}"
msgid "Make an {{law_used_short}} request to '{{public_body_name}}'"
msgstr "Faça um pedido de informação pela {{law_used_short}} para '{{public_body_name}}'"
@@ -1478,13 +1514,13 @@ msgid "Many requests"
msgstr "Vários pedidos"
msgid "Matching authorities"
-msgstr ""
+msgstr "Entidades públicas encontradas"
msgid "Message"
msgstr "Mensagem"
msgid "Message has been removed"
-msgstr ""
+msgstr "A mensagem foi removida"
msgid "Message sent using {{site_name}} contact form, "
msgstr "Mensagem enviada por meio do formulário de contato do {{site_name}},"
@@ -1522,6 +1558,9 @@ msgstr "Nome não pode estar em branco"
msgid "Name is already taken"
msgstr "Nome já foi utilizado"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Novos pedidos de informação"
@@ -1591,6 +1630,12 @@ msgstr "Pedido de acesso à informação inválido"
msgid "Not a valid request"
msgstr "Pedido inválido"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Repare que o requerente não sera notificado sobre suas anotações porque a requisição foi publicada por {{public_body_name}} em outro nome."
@@ -1655,7 +1700,7 @@ msgid "Only the authority can reply to this request, but there is no \"From\" ad
msgstr "Apenas a autoridade pública pode responder a esse pedido, mas não há endereço na área \"De\" para confirmação"
msgid "Or make a <a href=\"{{url}}\">batch request</a> to <strong>multiple authorities</strong> at once."
-msgstr ""
+msgstr "Ou faz um <a href=\"{{url}}\">pedido múltiplo</a> a <strong>várias entidades públicas</strong> ao mesmo tempo."
msgid "Original request sent"
msgstr "Pedido original enviado"
@@ -1690,6 +1735,9 @@ msgstr "OutgoingMessage | Situação"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage | O que fazer"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Concluída parcialmente."
@@ -1737,14 +1785,14 @@ msgstr "Por favor <a href=\"{{url}}\">entre em contato</a> conosco para conserta
msgid "Please <strong>answer the question above</strong> so we know whether the recent response contains useful information."
msgid_plural "Please <strong>answer the question above</strong> so we know whether the recent responses contain useful information."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Por favor, <strong>responda à questão acima</strong> para que saibamos se a resposta recente contém informação útil."
+msgstr[1] "Por favor, <strong>responda à questão acima</strong> para que saibamos se as respostas recentes contêm informação útil."
msgid "Please <strong>go to the following requests</strong>, and let us\\n know if there was information in the recent responses to them."
msgstr "Por favor, <strong>acesse os seguintes pedidos,</strong> e nos avise se há informações nas respostas enviadas para eles recentemente."
msgid "Please <strong>only</strong> write messages directly relating to your request {{request_link}}. If you would like to ask for information that was not in your original request, then <a href=\"{{new_request_link}}\">file a new request</a>."
-msgstr "Por favor envie <strong>apenas</strong> mensagens diretamente relacionadas ao seu pedido {{request_link}}. Se você quiser pedir informações que não estavam no seu pedido original, por favor envie um <a href=\"{{new_request_link}}\">novo pedido</a>."
+msgstr "Por favor envie <strong>apenas</strong> mensagens directamente relacionadas com o seu pedido {{request_link}}. Se você quiser pedir informações que não estavam no seu pedido original, por favor envie um <a href=\"{{new_request_link}}\">novo pedido</a>."
msgid "Please ask for environmental information only"
msgstr "Por favor, solicite apenas informação ambientais"
@@ -1843,7 +1891,7 @@ msgid "Please keep the summary short, like in the subject of an email. You can u
msgstr "Simplifique seu resumo, por favor. Utilize, por exemplo, uma única frase em vez de um parágrafo completo."
msgid "Please only request information that comes under those categories, <strong>do not waste your\\n time</strong> or the time of the public authority by requesting unrelated information."
-msgstr "Por favor, solicitar somente informações referentes às categorias do site, <strong>não perca seu tempo</strong> ou o tempo da autoridade pública, solicitando informações não relacionadas."
+msgstr "Por favor, peça apenas informação relacionada com as categorias do portal, <strong>não perca o seu tempo</strong> ou o tempo da entidade pública pedido informação não relacionada."
msgid "Please pass this on to the person who conducts Freedom of Information reviews."
msgstr "Por favor envie isto à pessoa responsável pela revisão de pedidos de informação."
@@ -1885,7 +1933,7 @@ msgid "Point to <strong>related information</strong>, campaigns or forums which
msgstr "Indique <strong>informações relacionadas,</strong> campanhas, ou fóruns que podem ser úteis."
msgid "Possible related requests"
-msgstr "Possíveis pedidos relacionados ao seu:"
+msgstr "Possíveis pedidos relacionados:"
msgid "Post annotation"
msgstr "Enviar comentário"
@@ -1930,10 +1978,10 @@ msgid "Preview new annotation on '{{info_request_title}}'"
msgstr "Pré-visualizar nova anotação em '{{info_request_title}}'"
msgid "Preview new {{law_used_short}} request"
-msgstr ""
+msgstr "Visualizar o novo pedido {{law_used_short}}"
msgid "Preview new {{law_used_short}} request to '{{public_body_name}}"
-msgstr ""
+msgstr "Visualizar o novo pedido {{law_used_short}} à entidade '{{public_body_name}}'"
msgid "Preview your annotation"
msgstr "Visualize seu comentário"
@@ -1945,7 +1993,7 @@ msgid "Preview your public request"
msgstr "Visualize seu pedido de acesso à informação"
msgid "Preview your request"
-msgstr ""
+msgstr "Visualizar o seu pedido"
msgid "Profile photo"
msgstr "Foto do perfil"
@@ -1966,13 +2014,13 @@ msgid "Public Body Statistics"
msgstr "Estatísticas sobre entidades públicas"
msgid "Public authorities"
-msgstr "Órgãos públicos"
+msgstr "Entidades públicas"
msgid "Public authorities - {{description}}"
-msgstr "Orgãos públicos - {{description}}"
+msgstr "Entidades públicas - {{description}}"
msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}"
-msgstr "Órgão público {{start_count}} para {{end_count}} de {{total_count}}"
+msgstr "Entidades públicas {{start_count}} até {{end_count}} de {{total_count}}"
msgid "Public authority statistics"
msgstr "Estatísticas sobre autoridades públicas"
@@ -2145,9 +2193,12 @@ msgstr "Resultados descritos recentemente primeiro"
msgid "Refused."
msgstr "Recusado."
-msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
+msgid "Rejected"
msgstr ""
+msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
+msgstr "Lembre-se de mim (mantém-te autenticado por mais tempo; não utilizar num computador público)"
+
msgid "Report abuse"
msgstr "Denunciar abuso"
@@ -2164,7 +2215,7 @@ msgid "Reported for administrator attention."
msgstr "Denunciado aos administradores."
msgid "Reporting a request notifies the site administrators. They will respond as soon as possible."
-msgstr ""
+msgstr "Reportar um pedido notifica os administradores da plataforma. Eles irão responder o mais rápido possível."
msgid "Request an internal review"
msgstr "Apresentar recurso"
@@ -2194,25 +2245,25 @@ msgid "Requested on {{date}}"
msgstr "Solicitado em {{date}}"
msgid "Requests are considered overdue if they are in the 'Overdue' or 'Very Overdue' states."
-msgstr ""
+msgstr "Os pedidos são considerados como atrasados se estiverem nos estados 'Atrasado' ou 'Muito Atrasado'"
msgid "Requests are considered successful if they were classified as either 'Successful' or 'Partially Successful'."
-msgstr ""
+msgstr "Os pedidos são considerados bem sucedidos se forem classificados como 'Respondido' ou 'Parcialmente Respondido'."
msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)."
-msgstr "Pedidos de informação pessoal ou constrangedora não são considerados válidos para os propósitos da Lei de Acesso à Informação (<a href=\"/help/about\">saiba mais</a>)."
+msgstr "Pedidos de informação pessoal ou pedidos impróprios não são considerados válidos para os propósitos da Lei de Acesso à Informação (<a href=\"/help/about\">saiba mais</a>)."
msgid "Requests or responses matching your saved search"
msgstr "Pedidos ou respostas que correspondem a sua pesquisa"
msgid "Requests similar to '{{request_title}}'"
-msgstr ""
+msgstr "Pedidos semelhantes a '{{request_title}}'"
msgid "Requests similar to '{{request_title}}' (page {{page}})"
-msgstr ""
+msgstr "Pedidos semelhantes a '{{request_title}}' (página {{page}})"
msgid "Requests will be sent to the following bodies:"
-msgstr ""
+msgstr "Os pedidos serão enviados para as seguintes entidades:"
msgid "Respond by email"
msgstr "Resposta por e-mail"
@@ -2221,7 +2272,7 @@ msgid "Respond to request"
msgstr "Responder a este pedido"
msgid "Respond to the FOI request '{{request}}' made by {{user}}"
-msgstr ""
+msgstr "Responda ao Pedido de Informação Pública '{{request}}' feito por {{user}}"
msgid "Respond using the web"
msgstr "Responder através do site"
@@ -2230,7 +2281,7 @@ msgid "Response"
msgstr "Resposta"
msgid "Response by {{public_body_name}} to {{info_request_user}} on {{date}}."
-msgstr ""
+msgstr "Resposta da entidade {{public_body_name}} para {{info_request_user}} a {{date}}."
msgid "Response from a public authority"
msgstr "Resposta de uma autoridade pública"
@@ -2263,25 +2314,22 @@ msgid "Search"
msgstr "Buscar"
msgid "Search Freedom of Information requests, public authorities and users"
-msgstr "Procurar pedidos de acesso à informação, órgãos públicos e usuários"
+msgstr "Procurar pedidos de acesso à informação, entidades públicas e usuários"
msgid "Search contributions by this person"
msgstr "Busque contribuições feitas por esta pessoa"
msgid "Search for the authorities you'd like information from:"
-msgstr ""
-
-msgid "Search for words in:"
-msgstr "Busca por palavras em:"
+msgstr "Procure as entidades públicas a que quer pedir informação:"
msgid "Search in"
msgstr "Procurar em"
msgid "Search in their website for this information &rarr;"
-msgstr ""
+msgstr "Procure no seu site por este informação &rarr;"
msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>"
-msgstr "Pesquisar <br/> <strong>{{number_of_requests}} pedidos</strong> <span>e</span> <br/> <strong>{{number_of_authorities}} órgãos públicos </strong>"
+msgstr "Pesquisar <br/>\\n <strong>{{number_of_requests}} pedidos</strong> <span>e</span> <br/>\\n <strong>{{number_of_authorities}} entidades públicas </strong>"
msgid "Search queries"
msgstr "Pesquise resultados"
@@ -2296,7 +2344,7 @@ msgid "Search your contributions"
msgstr "Buscar suas contribuições"
msgid "See bounce message"
-msgstr ""
+msgstr "Veja a mensagem de resposta"
msgid "Send a followup"
msgstr "Enviar um mensagem de acompanhamento"
@@ -2325,19 +2373,19 @@ msgstr "Enviar pedido"
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] "Enviado a uma entidade por {{info_request_user}} em{{date}}."
-msgstr[1] "Enviado a {{authority_count}} autoridades por {{info_request_user}} em {{date}}."
+msgstr[1] "Enviado a {{authority_count}} entidades por {{info_request_user}} em {{date}}."
msgid "Set your profile photo"
msgstr "Definir sua foto do perfil"
msgid "Share on Facebook"
-msgstr ""
+msgstr "Partilhe no Facebook"
msgid "Share your batch request"
-msgstr ""
+msgstr "Partilhe o seu pedido"
msgid "Share your request"
-msgstr ""
+msgstr "Partilhe o seu pedido"
msgid "Short name"
msgstr "Nome curto"
@@ -2358,13 +2406,13 @@ msgid "Sign in"
msgstr "Entrar"
msgid "Sign in as the emergency user"
-msgstr ""
+msgstr "Entre como utilizador de emergência"
msgid "Sign in or make a new account"
-msgstr "Entrar ou criar uma nova conta"
+msgstr "Entrar ou criar uma conta nova"
msgid "Sign in or sign up"
-msgstr "Entrar ou se cadastrar"
+msgstr "Entre ou registe-se"
msgid "Sign out"
msgstr "Sair"
@@ -2409,13 +2457,13 @@ msgid "Sorry, we couldn't find that page"
msgstr "Desculpe, não foi possível encontrar essa página"
msgid "Source URL:"
-msgstr ""
+msgstr "Fonte URL:"
msgid "Source:"
-msgstr ""
+msgstr "Fonte:"
msgid "Spam address"
-msgstr ""
+msgstr "Endereço de Spam"
msgid "SpamAddress|Email"
msgstr ""
@@ -2438,6 +2486,9 @@ msgstr "Assunto:"
msgid "Submit"
msgstr "Enviar"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Enviar pedido"
@@ -2453,9 +2504,15 @@ msgstr "Assine o blog"
msgid "Success"
msgstr "Concluído"
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Solicitações de acesso a informação concluídas"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Concluída."
@@ -2508,7 +2565,7 @@ msgid "Thanks for your suggestion to add {{public_body_name}}. It's been added t
msgstr "Agradecemos a sua sugestão para adicionar {{public_body_name}}. Foi adicionado à página aqui:"
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 "Obrigado pela sua sugestão para actualizar o endereço de email da entidade {{public_body_name}} para {{public_body_email}}. A alteração já foi efectuada e os novos pedidos serão enviados para o novo endereço."
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 "Muito obrigado - isto ajudará outros a achar coisas úteis. Se você precisar, nós também recomendaremos sobre o que fazer em seguida com suas requisições."
@@ -2528,7 +2585,7 @@ msgid "The Freedom of Information Act <strong>does not apply</strong> to"
msgstr "A lei de acesso à informação <strong>não se aplica</strong> a"
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 "O URL onde encontrou o endereço email. Este campo é opcional, mas ajudar-nos-ia muito ao facilitaria a confirmação."
msgid "The accounts have been left as they previously were."
msgstr "As contas foram deixadas como estavam anteriormente."
@@ -2549,7 +2606,7 @@ msgid "The authority would like to / has <strong>responded by post</strong> to t
msgstr "A autoridade gostaria de responder/respondeu </strong>por correio</strong> esta requisição."
msgid "The classification of requests (e.g. to say whether they were successful or not) is done manually by users and administrators of the site, which means that they are subject to error."
-msgstr ""
+msgstr "A classificação de pedidos (i.e. dizer se foram respondidos ou não) é feito manualmente pelos utilizadores e administradores do site, o que significa estarem sujeitos a erros."
msgid "The contact email address for FOI requests to the authority."
msgstr "O email de contacto para pedidos de acesso à informação junto da entidade."
@@ -2573,16 +2630,16 @@ msgid "The last outgoing message was created over a day ago"
msgstr "A última mensagem enviada foi criada há mais de um dia."
msgid "The last user was created in the last day"
-msgstr ""
+msgstr "O utilizador mais recente foi registado ontem"
msgid "The last user was created over a day ago"
-msgstr ""
+msgstr "O utilizador mais recente foi registado há mais de um dia"
msgid "The page doesn't exist. Things you can try now:"
msgstr "Esta página não existe. O que você pode tentar agora:"
msgid "The percentages are calculated with respect to the total number of requests, which includes invalid requests; this is a known problem that will be fixed in a later release."
-msgstr ""
+msgstr "As percentagens são calculadas em relação ao número total de pedidos, incluindo os pedidos inválidos; este é um problema conhecido e será revisto numa próxima actualização."
msgid "The public authority does not have the information requested"
msgstr "A autoridade pública não tem a informação solicitada"
@@ -2635,7 +2692,7 @@ msgid "The search index is currently offline, so we can't show the Freedom of In
msgstr "A busca não esta funcionando, então nós não podemos mostrar os pedidos de acesso a informação que essa pessoa fez."
msgid "The {{site_name}} team."
-msgstr ""
+msgstr "A equipa do {{site_name}}."
msgid "Then you can cancel the alert."
msgstr "Então você pode cancelar o alerta."
@@ -2659,7 +2716,7 @@ msgid "Then you can log into the administrative interface"
msgstr "Então você pode entrar na interface administrativa"
msgid "Then you can make a batch request"
-msgstr ""
+msgstr "E depois pode fazer um pedido múltiplo"
msgid "Then you can play the request categorisation game."
msgstr "Então você pode jogar o jogo de categorização do pedido."
@@ -2719,10 +2776,10 @@ msgid "There is <strong>more than one person</strong> who uses this site and has
msgstr "Há <strong>mais de uma pessoa</strong> que utiliza este site e possui este nome.\\n Um deles é exibido abaixo, você deve definir um diferente:"
msgid "There is a limit on the number of requests you can make in a day, because we don’t want public authorities to be bombarded with large numbers of inappropriate requests. If you feel you have a good reason to ask for the limit to be lifted in your case, please <a href='{{help_contact_path}}'>get in touch</a>."
-msgstr "Há um limite de pedidos de informação que você pode fazer em um dia, porque não queremos que as autoridades públicas sejam bombardeadas por um número grande de pedidos inapropriados. Se você considera ter uma boa razão para seu limite ser ampliado, por favor <a href='{{help_contact_path}}'>nos contate</a>."
+msgstr "Há um limite de pedidos de informação que você pode fazer em um dia, porque não queremos que as autoridades públicas sejam bombardeadas por um número grande de pedidos inapropriados. Se você considera ter uma boa razão para seu limite ser ampliado, por favor <a href='{{help_contact_path}}'>contacte-nos</a>."
msgid "There is nothing to display yet."
-msgstr ""
+msgstr "Ainda não existe informação para divulgar."
msgid "There is {{count}} person following this request"
msgid_plural "There are {{count}} people following this request"
@@ -2736,7 +2793,7 @@ msgid "There was an error with the words you entered, please try again."
msgstr "Houve um erro nas palavras que você inseriu, por favor tente novamente."
msgid "There was no data calculated for this graph yet."
-msgstr ""
+msgstr "Ainda não existe dados calculados para este gráfico."
msgid "There were no requests matching your query."
msgstr "Não há pedidos correspondentes à sua consulta."
@@ -2745,7 +2802,7 @@ msgid "There were no results matching your query."
msgstr "Não houve resultados para sua busca."
msgid "These graphs were partly inspired by <a href=\"http://mark.goodge.co.uk/2011/08/number-crunching-whatdotheyknow/\">some statistics that Mark Goodge produced for WhatDoTheyKnow</a>, so thanks are due to him."
-msgstr ""
+msgstr "Estes gráficos foram parcialmente inspirados por <a href=\"http://mark.goodge.co.uk/2011/08/number-crunching-whatdotheyknow/\">algumas estatísticas que o Mark Goodge produziu para o WhatDoTheyKnow</a>, a quem devemos agradecer."
msgid "They are going to reply <strong>by post</strong>"
msgstr "Eles vão responder através de um <strong>post</strong>"
@@ -2797,6 +2854,9 @@ msgstr "Esta é a primeira versão."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Esse é o seu próprio pedido, então você vai receber um email automaticamente quando uma nova resposta chegar."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Esta mensagem foi escondida."
@@ -2804,19 +2864,19 @@ msgid "This message has been hidden. There are various reasons why we might have
msgstr "Esta mensagem foi escondida. Há várias razões para isto, pedimos desculpa por não podermos dar informações mais específicas."
msgid "This message has prominence 'hidden'. You can only see it because you are logged in as a super user."
-msgstr ""
+msgstr "Esta mensagem está marcada como 'escondida'."
msgid "This message has prominence 'hidden'. {{reason}} You can only see it because you are logged in as a super user."
-msgstr ""
+msgstr "Esta mensagem está marcada como 'escondida': {{reason}}"
msgid "This message is hidden, so that only you, the requester, can see it. Please <a href=\"{{url}}\">contact us</a> if you are not sure why."
-msgstr ""
+msgstr "Esta mensagem está escondida para que apenas você, quem a fez, possa ver. <a href=\"{{url}}\">Contacte-nos</a> se não perceber porquê."
msgid "This message is hidden, so that only you, the requester, can see it. {{reason}}"
-msgstr ""
+msgstr "Esta mensagem está escondida para que apenas você, quem a fez, possa ver: {{reason}}"
msgid "This page of public body statistics is currently experimental, so there are some caveats that should be borne in mind:"
-msgstr ""
+msgstr "Esta página de estatísticas de entidades públicas está em fase experimental, portanto deve ter em mente algumas limitações:"
msgid "This particular request is finished:"
msgstr "Esse pedido foi finalizado:"
@@ -2850,10 +2910,10 @@ msgid "This request has been <strong>hidden</strong> from the site, because an a
msgstr "Esse pedido foi <strong>escondido</strong> do site, pois um administrador não considera que ele seja um pedido de acesso à informação."
msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious"
-msgstr "Esta requisição foi <strong>ocultada</strong> do site porque o administrador a considerou constrangedora"
+msgstr "Este pedido foi <strong>ocultado</strong> do site porque o administrador o considerou impróprio"
msgid "This request has been <strong>reported</strong> as needing administrator attention (perhaps because it is vexatious, or a request for personal information)"
-msgstr "Este requirimento foi <strong>indicado</strong> pendente de revisão pelo administrator (talvez porque seja constrangedor ou solicitou informações pessoais)"
+msgstr "Este pedido foi <strong>indicado</strong> como pendente de revisão do administrator (talvez porque seja impróprio ou porque solicitou informações pessoais)"
msgid "This request has been <strong>withdrawn</strong> by the person who made it.\\n There may be an explanation in the correspondence below."
msgstr "Este pedido foi <strong>removido</strong> pela pessoa que o fez. Pode ser que exista uma explicação na troca de emails abaixo."
@@ -2880,15 +2940,13 @@ msgid "This request is still in progress:"
msgstr "Esse pedido ainda não acabou:"
msgid "This request requires administrator attention"
-msgstr ""
+msgstr "Este pedido requer atenção dum administrador"
msgid "This request was not made via {{site_name}}"
msgstr "Este pedido não foi feito através de {{site_name}}"
msgid "This table shows the technical details of the internal events that happened\\nto this request on {{site_name}}. This could be used to generate information about\\nthe speed with which authorities respond to requests, the number of requests\\nwhich require a postal response and much more."
-msgstr ""
-"Esta tabela mostra detalhes técnicos dos eventos internos que\n"
-"aconteceram para esta requisição no {{site_name}}. Isto pode ser usado para gerar informação sobre a velocidade com a qual autoridades respondem às requisições, o número de requisições que requerem uma resposta por correio e muito mais."
+msgstr "Esta tabela mostra detalhes técnicos dos eventos internos que aconteceram\\n para este pedido no {{site_name}}. Isto pode ser usado para gerar informação sobre\\na velocidade com a qual as entidades respondem aos pedidos, o número de pedidos\\n que requerem uma resposta por correio e muito mais."
msgid "This user has been banned from {{site_name}} "
msgstr "Este usuário foi banido do {{site_name}}"
@@ -2897,7 +2955,7 @@ msgid "This was not possible because there is already an account using \\nthe em
msgstr "Isto não foi possível porque já existe uma conta usando o email {{email}}"
msgid "To"
-msgstr ""
+msgstr "Para"
msgid "To cancel these alerts"
msgstr "Cancelar estes alertas"
@@ -2951,7 +3009,7 @@ msgid "To log into the administrative interface"
msgstr "Logar na interface administrativa"
msgid "To make a batch request"
-msgstr ""
+msgstr "Para fazer um pedido múltiplo"
msgid "To play the request categorisation game"
msgstr "Para jogar o jogo de categorização do pedido"
@@ -3023,7 +3081,7 @@ msgid "Turn off email alerts"
msgstr "Desativar alertas por email"
msgid "Tweet it"
-msgstr ""
+msgstr "Tweet!"
msgid "Tweet this request"
msgstr "Enviar um tweet deste pedido"
@@ -3035,7 +3093,7 @@ msgid "URL name can't be blank"
msgstr "A URL não pode estar em branco"
msgid "URL name is already taken"
-msgstr ""
+msgstr "O endereço URL já foi escolhido previamente"
msgid "Unable to change email address on {{site_name}}"
msgstr "Não foi possível mudar o endereço de email no {{site_name}}"
@@ -3047,7 +3105,7 @@ msgid "Unable to send follow up message to {{username}}"
msgstr "Não foi possível mandar uma mensagem de acompanhamento para {{username}}"
msgid "Unclassified or hidden requests are not counted."
-msgstr ""
+msgstr "Os pedidos escondidos ou não classificados não contam."
msgid "Unexpected search result type "
msgstr "Tipo inesperado de resultado da busca "
@@ -3058,14 +3116,20 @@ msgstr ""
"Por favor <a href=\"{{url}}\">entre em contato</a> para corrigirmos isso."
msgid "Unfortunately, we do not have a working address for {{public_body_names}}."
-msgstr ""
+msgstr "Infelizmente, não temos um email funcional para a entidade {{public_body_names}}."
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Infelizmente, nós não temos um email válido de "
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Desinscrever-se"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Outra resposta."
@@ -3103,7 +3167,7 @@ msgid "UserInfoRequestSentAlert|Alert type"
msgstr "UserInfoRequestSentAlert | Tipo de alerta"
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 "Por norma os utilizadores não podem fazer pedidos a várias entidades ao mesmo tempo porque não queremos que as entidades públicas sejam bombardeadas por um número grande de pedidos inapropriados. Se você considera ter uma boa razão para o seu limite ser ampliado, por favor <a href=\"{{url}}\">contacte-nos</a>."
msgid "User|About me"
msgstr "Usuário | Sobre mim"
@@ -3154,7 +3218,7 @@ msgid "User|Url name"
msgstr "Usuário | Url"
msgid "Version {{version}}"
-msgstr ""
+msgstr "Versão {{version}}"
msgid "Vexatious"
msgstr "Impróprio"
@@ -3172,13 +3236,13 @@ msgid "View Freedom of Information requests made by {{user_name}}:"
msgstr "Ver os pedidos de acesso a informação feitos por {{user_name}}:"
msgid "View authorities"
-msgstr "Ver órgãos públicos"
+msgstr "Ver entidades públicas"
msgid "View email"
msgstr "Ver e-mail"
msgid "View other requests to {{public_body}}"
-msgstr ""
+msgstr "Veja outros pedidos à entidade {{public_body}}"
msgid "Waiting clarification."
msgstr "Esperando esclarecimento."
@@ -3208,7 +3272,7 @@ msgid "We do not have a working {{law_used_full}} address for {{public_body_name
msgstr "Nós não temos um email do {{public_body_name}} para fazer pedidos de acesso à informação."
msgid "We don't know whether the most recent response to this request contains\\n information or not\\n &ndash;\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know."
-msgstr "Nós ainda não sabemos se esta última resposta contém ou não a informação que foi pedida. Se você for {{user_link}} por favor <a href=\"{{url}}\">acesse</a> e deixe todos saberem."
+msgstr "Nós ainda não sabemos se esta última resposta contém ou não a informação que foi pedida. Se você for {{user_link}} por favor <a href=\"{{url}}\">entre</a> e deixe todos saberem."
msgid "We will not reveal your email address to anybody unless <a href=\"{{url}}\">you or\\n the law tell us to</a>. "
msgstr "Nós não vamos revelar o seu endereço de e-mail para ninguém, a menos que você ou a Justiça nos mandem fazer isso ( <a href=\"{{url}}\">detalhes</a> )."
@@ -3221,13 +3285,13 @@ msgstr "Nós não iremos revelar o seu endereço de email para ninguém a menos
msgid "We're waiting for someone to read a recent response and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?"
msgid_plural "We're waiting for someone to read recent responses and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Estamos à espera que alguém leia a respostas mais recente e que actualize o estado de acordo. Talvez <strong>tu</strong> possas ajudar ao fazer isso?"
+msgstr[1] "Estamos à espera que alguém leia as respostas recentes e que actualize o estado de acordo. Talvez <strong>tu</strong> possas ajudar ao fazer isso?"
msgid "We're waiting for {{user}} to read a recent response and update the status."
msgid_plural "We're waiting for {{user}} to read recent responses and update the status."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Estamos à espera que o utilizador {{user}} leia a resposta mais recente e que actualize o estado de acordo. "
+msgstr[1] "Estamos à espera que o utilizador {{user}} leia as respostas recentes e que actualize o estado de acordo. "
msgid "We've sent an email to your new email address. You'll need to click the link in\\nit before your email address will be changed."
msgstr "Enviamos um email para o seu novo endereço de email. Você vai precisar clicar no link nele antes da alteração ser efetuada."
@@ -3251,7 +3315,7 @@ msgid "What information has been requested?"
msgstr "Qual informação foi requerida?"
msgid "What next?"
-msgstr ""
+msgstr "E agora?"
msgid "When you get there, please update the status to say if the response \\ncontains any useful information."
msgstr "Quando você chegar lá, favor atualizar a situação se a resposta tiver alguma informação útil."
@@ -3271,6 +3335,15 @@ msgstr "De que órgãos públicos posso solicitar informações?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "Por que razão considera este pedido desadequado?"
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Removida pelo solicitante."
@@ -3296,7 +3369,7 @@ msgid "You"
msgstr "Você"
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 "Já criou os mesmos pedidos no dia {{date}}. Pode ver o <a href=\"{{existing_batch}}\">pedido</a>, ou editar abaixo para fazer um pedido semelhante."
msgid "You are already following new requests"
msgstr "Você já acompanha novas solicitações"
@@ -3344,30 +3417,33 @@ msgid "You are no longer following '{{link_to_user}}', a person."
msgstr "Já não está a seguir '{{link_to_user}}', um utilizador."
msgid "You are no longer following <a href=\"{{new_requests_url}}\">new requests</a>."
-msgstr ""
+msgstr "Deixou de seguir <a href=\"{{new_requests_url}}\">novos pedidos</a>."
msgid "You are no longer following <a href=\"{{search_url}}\">this search</a>."
-msgstr ""
+msgstr "Deixou de seguir <a href=\"{{search_url}}\">esta pesquisa</a>."
msgid "You are no longer following <a href=\"{{successful_requests_url}}\">successful requests</a>."
-msgstr ""
+msgstr "Deixou de seguir <a href=\"{{successful_requests_url}}\">pedidos respondidos</a>."
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_authority}}', a public authority."
-msgstr ""
+msgstr "Está a <a href=\"{{wall_url_user}}\">seguir</a> actualizações sobre '{{link_to_authority}}', uma entidade pública."
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_request}}', a request."
-msgstr ""
+msgstr "Está a <a href=\"{{wall_url_user}}\">seguir</a> actualizações sobre o pedido '{{link_to_request}}'."
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about '{{link_to_user}}', a person."
-msgstr ""
+msgstr "Está a <a href=\"{{wall_url_user}}\">seguir</a> actualizações sobre o utilizador '{{link_to_user}}'."
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{new_requests_url}}\">new requests</a>."
-msgstr ""
+msgstr "Está a <a href=\"{{wall_url_user}}\">seguir</a> actualizações sobre <a href=\"{{new_requests_url}}\">new novos pedidos</a>."
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{search_url}}\">this search</a>."
-msgstr ""
+msgstr "Está a <a href=\"{{wall_url_user}}\">seguir</a> actualizações sobre <a href=\"{{search_url}}\">esta pesquisa</a>."
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
+msgstr "Está a <a href=\"{{wall_url_user}}\">seguir</a> actualizações sobre <a href=\"{{successful_requests_url}}\">pedidos respondidos</a>."
+
+msgid "You are tracking this request"
msgstr ""
msgid "You can <strong>complain</strong> by"
@@ -3402,7 +3478,7 @@ msgstr "Você agora mudou o endereço de e-mail usado no {{site_name}}"
msgid "You just tried to sign up to {{site_name}}, when you\\nalready have an account. Your name and password have been\\nleft as they previously were.\\n\\nPlease click on the link below."
msgstr ""
-"Você acabou de tentar se registrar no {{site_name}}, mas você já tem uma conta. Seu nome e senha continuam os mesmos.\n"
+"Você acabou de se tentar registar no {{site_name}}, mas já tem uma conta. O seu nome e senha continuam os mesmos.\n"
"\n"
"Por favor, clique no link abaixo."
@@ -3413,7 +3489,7 @@ msgid "You may <strong>include attachments</strong>. If you would like to attach
msgstr "Você pode<strong>incluir anexos</strong>. Se preferir adicionar um arquivo \\nmuito grande para emails, use o formulário abaixo."
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 "Poderá encontrar no website, ou telefonando e fazendo a pergunta. Se encontrar, envie-nos:"
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 "Talvez você consiga achar um email no site deles ou telefonando e perguntando. Se você conseguir encontrar, por favor <a href=\"{{url}}\">envie para nós</a>."
@@ -3434,7 +3510,7 @@ msgid "You need to be logged in to edit your profile."
msgstr "Você precisa estar logado para editar seu perfil."
msgid "You need to be logged in to report a request for administrator attention"
-msgstr ""
+msgstr "É preciso estar autenticado para assinalar um pedido para a atenção do administrador"
msgid "You previously submitted that exact follow up message for this request."
msgstr "Você já submeteu uma resposta igual para este pedido."
@@ -3452,28 +3528,28 @@ msgid "You will no longer be emailed updates for those alerts"
msgstr "Você não receberá mais atualizações por e-mail sobre esses alertas"
msgid "You will now be emailed updates about '{{link_to_authority}}', a public authority."
-msgstr ""
+msgstr "Receberá emails com actualizações sobre a entidade '{{link_to_authority}}'."
msgid "You will now be emailed updates about '{{link_to_request}}', a request."
-msgstr ""
+msgstr "Receberá emails com actualizações sobre o pedido '{{link_to_request}}'."
msgid "You will now be emailed updates about '{{link_to_user}}', a person."
-msgstr ""
+msgstr "Receberá emails com actualizações sobre o utilizador '{{link_to_user}}'."
msgid "You will now be emailed updates about <a href=\"{{search_url}}\">this search</a>."
-msgstr ""
+msgstr "Receberá emails com actualizações sobre <a href=\"{{search_url}}\">esta pesquisa</a>."
msgid "You will now be emailed updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
-msgstr ""
+msgstr "Receberá emails com actualizações sobre <a href=\"{{successful_requests_url}}\">pedidos respondidos</a>."
msgid "You will now be emailed updates about any <a href=\"{{new_requests_url}}\">new requests</a>."
-msgstr ""
+msgstr "Receberá emails com actualizações sobre qualquer <a href=\"{{new_requests_url}}\">pedido novo</a>."
msgid "You will only get an answer to your request if you follow up\\nwith the clarification."
msgstr "Você só vai receber uma resposta para o seu pedido se enviar uma mensagem com as explicações adicionais."
msgid "You will still be able to view it while logged in to the site. Please reply to this email if you would like to discuss this decision further."
-msgstr ""
+msgstr "Poderá visualizar enquanto estiver autenticado. Por favor, responda a este email se quiser comentar esta decisão."
msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>"
msgstr "Você está dentro. <a href=\"#\" id=\"send-request\">Continue enviando seu pedido</a>"
@@ -3499,7 +3575,7 @@ msgid "Your annotations"
msgstr "Seus comentários"
msgid "Your batch request \"{{title}}\" has been sent"
-msgstr ""
+msgstr "O seu pedido múltiplo \"{{title}}\" foi enviado"
msgid "Your details, including your email address, have not been given to anyone."
msgstr "Seus dados, incluindo endereço de email (não foram fornecidos a ninguém)"
@@ -3508,6 +3584,9 @@ msgid "Your e-mail:"
msgstr "Seu e-mail:"
msgid "Your email doesn't look like a valid address"
+msgstr "O seu email não parecer ser válido"
+
+msgid "Your email:"
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."
@@ -3555,22 +3634,22 @@ msgstr ""
"em qualquer ação que fizer no {{site_name}}."
msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators."
-msgstr ""
+msgstr "O seu pedido '{{request}}' em {{url}} foi revisto pelos moderadores."
msgid "Your request on {{site_name}} hidden"
-msgstr ""
+msgstr "O seu pedido escondido no {{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 "O seu pedido para adicionar uma entidade pública foi enviado. Obrigado por nos contactar! Responderemos em breve."
msgid "Your request to add {{public_body_name}} to {{site_name}}"
-msgstr ""
+msgstr "O seu pedido para adicionar a entidade {{public_body_name}} ao {{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 ""
+msgstr "O seu pedido para actualizar o endereço da entidade {{public_body_name}} foi enviado. Obrigado por nos contactar! Responderemos em breve."
msgid "Your request to update {{public_body_name}} on {{site_name}}"
-msgstr ""
+msgstr "O seu pedido para actualizar {{public_body_name}} no {{site_name}}"
msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on"
msgstr "Sua requisição foi nomeada {{info_request}}. Permitir que todos saibam onde você obteve a informação irá nos ajudar a manter as abas"
@@ -3579,7 +3658,7 @@ msgid "Your request:"
msgstr "Seu pedido:"
msgid "Your requests will be <strong>sent</strong> shortly!"
-msgstr ""
+msgstr "Os seus pedidos serão <strong>enviados</strong> em breve!"
msgid "Your response to an FOI request was not delivered"
msgstr "Sua resposta a um PAI não foi enviada"
@@ -3588,7 +3667,7 @@ msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{u
msgstr "Sua resposta irá <strong>aparecer na Internet</strong>, <a href=\"{{url}}\">leia por que</a> e respostas para outras perguntas."
msgid "Your selected authorities"
-msgstr ""
+msgstr "As entidades selecionadas"
msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request."
msgstr "Sua opnião sobre o que os <strong>administradores</strong> do {{site_name}} deveriam fazer com o pedido."
@@ -3605,11 +3684,11 @@ msgstr[1] "Seus {{count}} comentários"
msgid "Your {{count}} batch requests"
msgid_plural "Your {{count}} batch requests"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Os seus {{count}} pedidos"
+msgstr[1] "Os seus {{count}} pedidos"
msgid "Your {{law_used_full}} request has been sent"
-msgstr ""
+msgstr "O seu pedido {{law_used_full}} foi enviado"
msgid "Your {{site_name}} email alert"
msgstr "Seu alerta de mensagem do {{site_name}}"
@@ -3624,13 +3703,13 @@ msgid "Yours,"
msgstr "Com os melhores cumprimentos,"
msgid "[Authority URL will be inserted here]"
-msgstr ""
+msgstr "[O URL da entidade pública será introduzido aqui]"
msgid "[FOI #{{request}} email]"
-msgstr ""
+msgstr "[FOI #{{request}} email]"
msgid "[{{public_body}} request email]"
-msgstr ""
+msgstr "[Email para pedidos a {{public_body}}]"
msgid "[{{site_name}} contact email]"
msgstr "[{{site_name}} email de contato]"
@@ -3642,16 +3721,16 @@ msgid "admin"
msgstr "administrador"
msgid "alaveteli_foi:The software that runs {{site_name}}"
-msgstr ""
+msgstr "alaveteli_foi: O software que o {{site_name}} corre"
msgid "all requests"
msgstr "todos os pedidos"
msgid "all requests or comments"
-msgstr ""
+msgstr "todos os pedidos ou comentários"
msgid "all requests or comments matching text '{{query}}'"
-msgstr ""
+msgstr "todos os pedidos ou comentários correspondendo a '{{query}}'"
msgid "also called {{public_body_short_name}}"
msgstr "também conhecido como {{public_body_short_name}}"
@@ -3666,16 +3745,16 @@ msgid "and we'll suggest <strong>what to do next</strong>"
msgstr "e nós vamos sugerir <strong>o que fazer</strong>"
msgid "anything matching text '{{query}}'"
-msgstr ""
+msgstr "tudo o que corresponde ao texto '{{query}}'"
msgid "are long overdue."
msgstr "estouraram bastante o prazo."
msgid "at"
-msgstr ""
+msgstr "em"
msgid "authorities"
-msgstr "órgãos de governo"
+msgstr "entidades públicas"
msgid "beginning with ‘{{first_letter}}’"
msgstr "começando com ‘{{first_letter}}’"
@@ -3708,13 +3787,13 @@ msgid "during term time"
msgstr "durante o período letivo"
msgid "e.g. Ministry of Defence"
-msgstr ""
+msgstr "e.g. Ministério da Defesa"
msgid "edit text about you"
msgstr "altere o texto sobre você"
msgid "email address"
-msgstr ""
+msgstr "endereço de email"
msgid "even during holidays"
msgstr "mesmo durante feriados"
@@ -3762,19 +3841,19 @@ msgid "matching the tag ‘{{tag_name}}’"
msgstr "Casando com a tag ‘{{tag_name}}’"
msgid "messages from authorities"
-msgstr "mensagens de órgãos publicos"
+msgstr "mensagens de entidades públicas"
msgid "messages from users"
msgstr "mensagens de usuários"
msgid "mobile number"
-msgstr ""
+msgstr "número de telemóvel"
msgid "move..."
-msgstr ""
+msgstr "mova..."
msgid "new requests"
-msgstr ""
+msgstr "novos pedidos"
msgid "no later than"
msgstr "até o dia"
@@ -3783,7 +3862,7 @@ msgid "normally"
msgstr " "
msgid "not requestable due to: {{reason}}"
-msgstr ""
+msgstr "não é possível devido a: {{reason}}"
msgid "please sign in as "
msgstr "faça o login como"
@@ -3795,10 +3874,10 @@ msgid "requests"
msgstr "pedidos"
msgid "requests which are successful"
-msgstr ""
+msgstr "pedidos que foram respondidos"
msgid "requests which are successful matching text '{{query}}'"
-msgstr ""
+msgstr "pedidos que foram respondidos correspondendo ao texto '{{query}}'"
msgid "response as needing administrator attention. Take a look, and reply to this\\nemail to let them know what you are going to do about it."
msgstr "esta resposta necessita de atenção do administrador. Responda este e-mail para que eles saibam o que você fará sobre isso."
@@ -3807,7 +3886,7 @@ msgid "send a follow up message"
msgstr "enviar uma mensagem de acompanhamento"
msgid "set to <strong>blank</strong> (empty string) if can't find an address; these emails are <strong>public</strong> as anyone can view with a CAPTCHA"
-msgstr ""
+msgstr "definido como <strong>em branco</strong> (sem texto) se não for possível encontrar um endereço; estes emails são <strong>públicos</strong>, em que qualquer pessoa pode ver após um CAPTCHA"
msgid "show quoted sections"
msgstr "mostrar citações"
@@ -3848,7 +3927,7 @@ msgid "to {{public_body}}"
msgstr "para {{public_body}}"
msgid "type your search term here"
-msgstr ""
+msgstr "introduza os termos de pesquisa aqui"
msgid "unknown reason "
msgstr "razão desconhecida"
@@ -3879,8 +3958,8 @@ msgstr "{{count}} pedidos de acesso a informação encontrados"
msgid "{{count}} follower"
msgid_plural "{{count}} followers"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "{{count}} seguidor"
+msgstr[1] "{{count}} seguidores"
msgid "{{count}} request"
msgid_plural "{{count}} requests"
@@ -3896,7 +3975,7 @@ msgid "{{existing_request_user}} already\\n created the same request
msgstr "{{existing_request_user}} já fez um pedido parecido com o seu em {{date}}. Você pode ver o <a href=\"{{existing_request}}\">pedido existente</a> , ou editar os detalhes abaixo para fazer um pedido semelhante."
msgid "{{foi_law}} requests to '{{public_body_name}}'"
-msgstr ""
+msgstr "{{foi_law}} pedidos para '{{public_body_name}}'"
msgid "{{info_request_user_name}} only:"
msgstr "{{info_request_user_name}} apenas:"
@@ -3920,7 +3999,7 @@ msgid "{{public_body_link}} was sent a request about"
msgstr "{{public_body_link}} enviou um pedido sobre"
msgid "{{public_body_name}} no longer exists. From the request page, try replying to a particular message, rather than sending\\n a general followup. If you need to make a general followup, and know\\n an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>."
-msgstr ""
+msgstr "{{public_body_name}} já não existe. A partir da página do pedido, tente responder a uma mensagem específica, em vez de enviar um pedido de acompanhamento geral. Se precisar de fazer um acompanhamento geral, por favor <a href=\"{{url}}\">contacte-nos</a>."
msgid "{{public_body_name}} only:"
msgstr "{{public_body_name}} apenas:"
@@ -3932,7 +4011,7 @@ msgid "{{public_body}} sent a response to {{user_name}}"
msgstr "{{public_body}} enviou uma resposta para {{user_name}}"
msgid "{{reason}}, create an account or sign in"
-msgstr "{{reason}}, por favor entre ou crie uma nova conta."
+msgstr "{{reason}}, por favor entre ou crie uma conta nova."
msgid "{{search_results}} matching '{{query}}'"
msgstr "{{search_results}} contendo '{{query}}'"
@@ -3941,7 +4020,7 @@ msgid "{{site_name}} blog and tweets"
msgstr "{{site_name}} blog e tweets"
msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:"
-msgstr "{{site_name}} pode fazer pedidos para {{number_of_authorities}} órgãos públicos, incluindo:"
+msgstr "{{site_name}} permite pedidos a {{number_of_authorities}} entidades públicas, incluindo:"
msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> for this authority."
msgstr "{{site_name}} envia novos pedidos para <strong>{{request_email}}</strong> para esse órgão."
@@ -3956,7 +4035,7 @@ msgid "{{title}} - a Freedom of Information request to {{public_body}}"
msgstr "{{title}} - um pedido de acesso à informação para {{public_body}}"
msgid "{{title}} - a batch request"
-msgstr ""
+msgstr "{{title}} - um pedido múltiplo"
msgid "{{user_name}} (Account suspended)"
msgstr "{{user_name}} (Conta suspensa)"
@@ -3983,10 +4062,10 @@ msgid "{{user_name}} sent a request to {{public_body}}"
msgstr "{{user_name}} enviou um pedido para {{public_body}}"
msgid "{{user_name}} would like a new authority added to {{site_name}}"
-msgstr ""
+msgstr "{{user_name}} quer adicionar uma nova entidade pública ao {{site_name}}"
msgid "{{user_name}} would like the email address for {{public_body_name}} to be updated"
-msgstr ""
+msgstr "{{user_name}} quer que o endereço de email da entidade {{public_body_name}} seja actualizado"
msgid "{{username}} left an annotation:"
msgstr "{{username}} escreveu um comentário:"
@@ -3998,4 +4077,4 @@ msgid "{{user}} made this {{law_used_full}} request"
msgstr "{{user}} fez esse pedido de {{law_used_full}}"
msgid "« Back to search results"
-msgstr ""
+msgstr "« Resultados da pesquisa"
diff --git a/locale/ro_RO/app.po b/locale/ro_RO/app.po
index 8c7cd1eec..f72c5ea5b 100644
--- a/locale/ro_RO/app.po
+++ b/locale/ro_RO/app.po
@@ -25,9 +25,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:11+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@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"
@@ -158,8 +158,14 @@ msgstr "Fă o solicitare <strong> la obiect</strong>, va fi mai probabil să ob
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Autentifică-te</a> pentru a-ţi schimba parola şi alte setări, inclusiv cele legate de abonare ({{user_name}} only)"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Dacă dorești să folosești un pseudonim,\\n te rugăm <a href=\"{{url}}\">să citești întâi asta</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Gata! Mulţumim de ajutor.</p><p>Apropo, sunt <a href=\"{{helpus_url}}\">o sumedenie de alte lucruri pe care le poţi face</a> pentru a ajuta {{site_name}}.</p>"
@@ -467,12 +473,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Aşteaptă clasificarea."
msgid "Awaiting internal review."
msgstr "Aşteaptă revizuirea interna."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Aşteaptă răspunsul."
@@ -680,6 +695,9 @@ msgstr "Nu se poate prelua imaginea pe care aţi încarcat-o. PNG, JPEG, GIF și
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -710,6 +728,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Amânare răspuns la cererea ta de acces la informații - "
@@ -1010,6 +1031,9 @@ msgstr "DĂ DETALII DESPRE PLÂNGEREA TA AICI"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Înmânat prin poştă"
@@ -1081,6 +1105,9 @@ msgstr "Cu toate acestea, ai dreptul de a solicita informaţii \\nprivind mediul
msgid "Human health and safety"
msgstr "Sănătate şi asigurări"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Solicit <strong>noi informaţii</strong>"
@@ -1315,6 +1342,12 @@ msgstr "Informaţie nedeţinută"
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Informații legate de emisii și deversări (ex. zgomot, energie, \\n radiații, deșeuri)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Solicitare revizie intrenă"
@@ -1387,6 +1420,9 @@ msgstr "Logaţi-vă pentru a descărca un fişier .zip al {{info_request_title}
msgid "Log into the admin interface"
msgstr "Conectare la interfaţa de administrare"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Aşteptat de mult timp"
@@ -1492,6 +1528,9 @@ msgstr "Campul Nume nu poate fi necompletat"
msgid "Name is already taken"
msgstr "Numele este deja folosit"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "O nouă solicitare de acces la informații"
@@ -1561,6 +1600,12 @@ msgstr "Nu este o solicitare de informații validă"
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Reţine că solicitantul nu va fi notificat cu privire la adnotarea ta deoarece solicitare a fost publicată de către {{public_body_name}} în numele lor."
@@ -1660,6 +1705,9 @@ msgstr "MesajTrimis|Status"
msgid "OutgoingMessage|What doing"
msgstr "MesajTrimis|Ce se întamplă"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Parţial succes."
@@ -2116,6 +2164,9 @@ msgstr "Prima dată rezultatele recent descrise"
msgid "Refused."
msgstr "Refuzat"
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2242,9 +2293,6 @@ msgstr "Caută contribuţii de la această persoană"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "Caută cuvinte în:"
-
msgid "Search in"
msgstr "Caută în"
@@ -2410,6 +2458,9 @@ msgstr "Subiect:"
msgid "Submit"
msgstr "Trimite"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2425,9 +2476,15 @@ msgstr "Înscriere pentru blog"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Solicitări de acces la informații care au fost făcute cu succes"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Succes"
@@ -2764,6 +2821,9 @@ msgstr "Aceasta este prima versiune."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Aceasta este solicitarea proprie, aşa că ți se va comunica automat prin email când va sosi un răspuns."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3028,9 +3088,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Din păcate, nu avem o adresă funcţională {{info_request_law_used_full}}\\npentru"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Dezabonare"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Răspuns neobişnuit."
@@ -3238,6 +3304,15 @@ msgstr "De la cine aş puea cere informaţiile ?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Retras de către solicitant."
@@ -3337,6 +3412,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Vă puteţi <strong> plânge </strong> către"
@@ -3469,6 +3547,9 @@ msgstr "Emailul tău:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Follow up-ul tău nu a fost trimis deoarece acest mesaj a fost stopat de protecţia anti-spam. Te rugăm <a href=\"{{url}}\">să ne contactezi</a> dacă dorești cu adevărat să trimiţi un mesaj de follow up."
diff --git a/locale/rw/app.po b/locale/rw/app.po
index fa6cc14ea..455ba8701 100644
--- a/locale/rw/app.po
+++ b/locale/rw/app.po
@@ -3,16 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Clarisse Umutesi Mwitegereze <clarisse@mediae.org>, 2014
+# Clarisse Umutesi Mwitegereze <clarisse@mediae.org>, 2014-2015
# mySociety <transifex@mysociety.org>, 2015
# Stephen Abbott Pugh <stephendabbott@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:11+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Kinyarwanda (http://www.transifex.com/projects/p/alaveteli/language/rw/)\n"
"Language: rw\n"
"MIME-Version: 1.0\n"
@@ -143,8 +143,13 @@ msgstr "Gerageza kurasa <strong>ku ntego</strong>, birakorohera kubona icyo usha
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Injiramo</a> kugirango uhindure ijambobanga, ibyo wiyandikishijemo n'ibindi ({{user_name}} gusa)"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Niba ushaka gukoresha irindi zina,\\n turagusaba <a href=\"{{url}}\">kubanza gusoma ibi</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Mwarangije! Murakoze cyane ku bufasha bwanyu.</p><p>Hari <a href=\"{{helpus_url}}\">ibindi mushobora gukora</a> byadufasha {{site_name}}.</p>"
@@ -237,7 +242,7 @@ msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking"
msgstr "<strong>Hari ikindi</strong>, urugero nko gusobanuza, gutanga inama, gushimira."
msgid "<strong>By law, they have to respond</strong> (<a href=\"{{url}}\">why?</a>)."
-msgstr ""
+msgstr "<strong>Hakurikijwe amategeko, bagomba gusubiza</strong> (<a href=\"{{url}}\">Kubera iki?</a>)."
msgid "<strong>Caveat emptor!</strong> To use this data in an honourable way, you will need \\na good internal knowledge of user behaviour on {{site_name}}. How, \\nwhy and by whom requests are categorised is not straightforward, and there will\\nbe user error and ambiguity. You will also need to understand FOI law, and the\\nway authorities use it. Plus you'll need to be an elite statistician. Please\\n<a href=\"{{contact_path}}\">contact us</a> with questions."
msgstr "<strong>Icyitonderwa:</strong> Kugirango ukoreshe aya makuru mu buryo bwiza, ugomba kuba \\nusobanukiwe imyifatire y'abakoresha neza uru rubuga {{site_name}}. Uburyo, \\nimpamvu n'abo ibibazo bibazwa ntabwo bikurikiza umurongo umwe, kandi uzabona\\nkwitiranya no kwibeshya kw'abakoresha urubuga. Ugomba no kuba usobanukiwe neza itegeko rigenga ubwisanzure bwo kumenya amakuru, ndetse\\nn'uburyo abayobozi barikoresha. Icyongeyeho, ugomba kuba usobanukiwe imibare. Ushobora \\n<a href=\"{{contact_path}}\">kutwandikira</a> utubaza ibibazo."
@@ -270,10 +275,10 @@ msgid "<strong>Thank</strong> the public authority or "
msgstr "<strong>Shimira</strong> umuyobozi cyangwa "
msgid "<strong>We will email you</strong> when there is a response, or after {{late_number_of_days}} working days if the authority still hasn't replied by then."
-msgstr ""
+msgstr "<strong>Tuzakoherereza imeli</strong> nibagusubiza, cyangwa se nyuma y'iminsi {{late_number_of_days}} y'akazi umuyobozi ni aba atarasubiza."
msgid "<strong>We will email you</strong> when they have been sent. 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 replied by then."
-msgstr ""
+msgstr "<strong>Tuzakoherereza imeli</strong> nibimara kwoherezwa. Tuzanakoherereza imeli nihagira igisubizwa cyangwa se nyuma y'iminsi {{late_number_of_days}} y'akazi abayobozi nibaba batarasubiza."
msgid "<strong>did not have</strong> the information requested."
msgstr "<strong>ntiyari afite</strong> amakuru wasabye."
@@ -333,7 +338,7 @@ msgid "ActsAsXapian::ActsAsXapianJob|Model"
msgstr "ActsAsXapian::ActsAsXapianJob|Model"
msgid "Add an annotation to &ldquo;{{request_title}}&rdquo;"
-msgstr ""
+msgstr "Shyiraho ubusobanuro &ldquo;{{request_title}}&rdquo;"
msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>."
msgstr "Ongera ibisobanuro ku kibazo cyawe hamwe n'ibyo abandi bavuze, cyangwa se\\n incamake <strong>y'igisubizo</strong>."
@@ -452,17 +457,26 @@ msgstr "Imeli y'umuyobozi:"
msgid "Authority:"
msgstr "Umuyobozi"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Gitegereje gushyingurwa."
msgid "Awaiting internal review."
msgstr "Gitegereje isuzuma."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Gitegereje igisubizo"
msgid "Banned users cannot edit their profile"
-msgstr ""
+msgstr "Abantu baciwe ku rubuga ntibashobora guhindura ibibaranga"
msgid "Batch created by {{info_request_user}} on {{date}}."
msgstr "Urutonde rwakozwe na {{info_request_user}} kuwa {{date}}"
@@ -663,6 +677,9 @@ msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and
msgstr "Ntitwabashije kumenya ubwoko bw'ifoto washyizeho. PNG, JPEG, GIF n'izindi zikoreshwa cyane nizo zishobora kujyaho."
msgid "Create a new account"
+msgstr "Fungura indi konti"
+
+msgid "Create a widget for this request"
msgstr ""
msgid "Created by {{info_request_user}} on {{date}}."
@@ -695,6 +712,9 @@ msgstr "Nyakubahwa {{user_name}},"
msgid "Defunct."
msgstr "Ntikora."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Ikibazo cyawe cy'ubwisanzure bwo kumenya amakuru cyatinze gusubizwa -"
@@ -708,7 +728,7 @@ msgid "Destroy {{name}}"
msgstr "Kuraho {{name}}"
msgid "Details of request &ldquo;{{request_title}}&rdquo;"
-msgstr ""
+msgstr "Ibisobanuro by'ikibazo &ldquo;{{request_title}}&rdquo;"
msgid "Did you mean: {{correction}}"
msgstr "Washakaga kuvuga: {{correction}}"
@@ -810,7 +830,7 @@ msgid "FOI email address for {{public_body}}"
msgstr "Aderesi imeli y'ubwisanzure bwo kumenya amakuru ya {{public_body}}"
msgid "FOI law does not apply to this authority."
-msgstr ""
+msgstr "Itegeko ry'ubwisanzure bwo kumenya amakuru ntirireba uyu muyobozi."
msgid "FOI request – {{title}}"
msgstr "Ikibazo cy'ubwisanzure bwo kumenya amakuru – {{title}}"
@@ -846,7 +866,7 @@ msgid "Find an authority"
msgstr "Hitamo umuyobozi wo kwandikira"
msgid "Find the authorities"
-msgstr ""
+msgstr "Shaka abayobozi"
msgid "Find the authorities to write to"
msgstr "Hitamo abayobozi bo kwandikira"
@@ -855,7 +875,7 @@ msgid "First, did your other requests succeed?"
msgstr "Icya mbere, ibindi bibazo byawe byarasubijwe?"
msgid "First, type in the <strong>name of the public authority</strong> you'd\\n like information from."
-msgstr ""
+msgstr "Icya mbere, andika <strong>amazina y'umuyobozi </strong> wifuza\\n ko yaguha amakuru."
msgid "Foi attachment"
msgstr "Umugereka w'ubwisanzure bwo kumenya amakuru"
@@ -939,7 +959,7 @@ msgid "Follow us on twitter"
msgstr "Dukurikire kuri twitter"
msgid "Following"
-msgstr ""
+msgstr "Kurikira"
msgid "Followups cannot be sent for this request, as it was made externally, and published here by {{public_body_name}} on the requester's behalf."
msgstr "Ubutumwa bwo gukurikirana iki kibazo ntibushobora kwoherezwa, kuko cyatangiwe ahandi, hanyuma kigashyirwa hano na {{public_body_name}} mu mwanya w'uwakibajije."
@@ -965,7 +985,7 @@ msgid "Freedom of Information law no longer applies to this authority.Follow up
msgstr "Itegeko ry'ubwisanzure bwo kumenya amakuru ntirikireba uyu muyobozi. Ubutumwa bwo gukurikirana ibibazo byabajijwe mbere bwohererezwa"
msgid "Freedom of Information law no longer applies to {{public_body_name}}."
-msgstr ""
+msgstr "Itegeko ry'ubwisanzure bwo kumenya amakuru ntirikireba {{public_body_name}}."
msgid "Freedom of Information requests made"
msgstr "Ibibazo by'ubwisanzure bwo kumenya amakuru byatanzwe"
@@ -992,6 +1012,9 @@ msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE"
msgstr "TANGA IBISOBANURO KU KIREGO CYAWE HANO"
msgid "Got an account?"
+msgstr "Ufite konti?"
+
+msgid "Handled by post"
msgstr ""
msgid "Handled by post."
@@ -1025,7 +1048,7 @@ msgid "Help"
msgstr "Ubufasha"
msgid "Help us classify requests that haven't been updated"
-msgstr ""
+msgstr "Dufashe gushyira mu byiciro ibibazo bitahinduwe "
msgid "Here <strong>described</strong> means when a user selected a status for the request, and\\nthe most recent event had its status updated to that value. <strong>calculated</strong> is then inferred by\\n{{site_name}} for intermediate events, which weren't given an explicit\\ndescription by a user. See the <a href=\"{{search_path}}\">search tips</a> for description of the states."
msgstr "Ibi <strong>bigaragazwa hano</strong> bivuga ko iyo ukoresha urubuga yahisemo irangamimerere ry'ikibazo, kandi\\nirangamimerere ry'igikorwa giheruka ryahinduwe hakurikijwe ibyo. <strong>Bibazwe</strong> hanyuma bishyirwaho na\\n{{site_name}} ku bikorwa byabaye mo hagati, umukoresharubuga atatangiye \\nibisobanuro bihagije. Reba <a href=\"{{search_path}}\">ibifasha mu gushaka</a> Kugirango uhabwe ibisobanuro by'aho igeze."
@@ -1063,6 +1086,9 @@ msgstr "Nyamara, ufite uburenganzira bwo gusaba amakuru \\n ku biduki
msgid "Human health and safety"
msgstr "Ubuzima n'umutekano w'abantu"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Ndi gusaba <strong>amakuru mashya</strong>"
@@ -1163,10 +1189,10 @@ msgid "If you would like us to lift this ban, then you may politely\\n<a href=\"
msgstr "Niba wifuza ko dukuraho uyu muziro, ushobora\\n<a href=\"/help/contact\">kutwandikira mu kinyabupfura</a> ukaduha n'impamvu.\\n"
msgid "If you write about these requests (for example in a forum or a blog) please link to this page."
-msgstr ""
+msgstr "Ni uramuka wanditse kuri ibi bibazo (urugero nko ku mbuga nkoranyabantu cyangwa urw'amakuru agezweho) uzagaragaze iyi paji. "
msgid "If you write about this request (for example in a forum or a blog) please link to this page, and <a href=\"{{url}}\">add an annotation</a> below telling people about your writing."
-msgstr ""
+msgstr "Ni uramuka wanditse kuri iki kibazo (urugero nko ku rubuga nkoranyabantu cyangwa urw'amakuru agezweho) uzagaragaze iyi paji, ndetse <a href=\"{{url}}\">wongere ibisobanuro </a> aha hakurikira ubwira abantu ibyo wanditse."
msgid "If you're new to {{site_name}}"
msgstr "Niba ari ubwa mbere ukoresheje {{site_name}}"
@@ -1297,6 +1323,12 @@ msgstr "Ntabwo dufite ayo makuru"
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Amakuru ku bihumanya (urugero: urusaku, ibikomoka ku ngufu,\\n ibyuka bihumanya, imyanda)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Gusaba igenzura"
@@ -1325,10 +1357,10 @@ msgid "Just one more thing"
msgstr "Ikindi kintu kimwe gusa"
msgid "Keep your request up to date"
-msgstr ""
+msgstr "Kora ku buryo ikibazo cyawe kidata agaciro ugihindura uko bikwiye"
msgid "Keep your requests up to date"
-msgstr ""
+msgstr "Kora ku buryo ibibazo byawe bidata agaciro ubihindura uko bikwiye"
msgid "Keywords"
msgstr "Amagamboshingiro"
@@ -1369,6 +1401,9 @@ msgstr "Injiramo kugirango ubone dosiye yegeranyije ya {{info_request_title}}"
msgid "Log into the admin interface"
msgstr "Injira mu rubuga rw'abayobozi"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Cyararengeranye cyane."
@@ -1430,7 +1465,7 @@ msgid "Many requests"
msgstr "Ibibazo byinshi"
msgid "Matching authorities"
-msgstr ""
+msgstr "Abayobozi bahuye"
msgid "Message"
msgstr "Ubutumwa"
@@ -1474,6 +1509,9 @@ msgstr "Ugomba gushyiraho izina"
msgid "Name is already taken"
msgstr "Izina ryamaze gufatwa"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Ibindi bibazo bishya ku bwisanzure bwo kumenya amakuru"
@@ -1543,6 +1581,12 @@ msgstr "Si ikibazo cyemewe cy'ubwisanzure bwo kumenya amakuru"
msgid "Not a valid request"
msgstr "Si ikibazo cyemewe"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Icyitonderwa: uwatanze ikibazo ntabwo azamenyeshwa insobanuro yawe, kuberako ikibazo cyashyizwe ahagaragara na {{public_body_name}} mu mwanya w'uwabajije."
@@ -1642,6 +1686,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Hasubijwe igice kimwe."
@@ -1689,8 +1736,8 @@ msgstr "Turagusaba <a href=\"{{url}}\">kutuvugisha</a> kugirango tubikemure."
msgid "Please <strong>answer the question above</strong> so we know whether the recent response contains useful information."
msgid_plural "Please <strong>answer the question above</strong> so we know whether the recent responses contain useful information."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Turagusaba <strong>gusubiza ikibazo kiri haruguru</strong> kugirango tumenye niba igisubizo uherutse guhabwa kirimo amakuru y'ingirakamaro."
+msgstr[1] "Please <strong>answer the question above</strong> so we know whether the recent responses contain useful information."
msgid "Please <strong>go to the following requests</strong>, and let us\\n know if there was information in the recent responses to them."
msgstr "Turagusaba <strong>kureba ibi bibazo bikurikira</strong>, hanyuma utumenyeshe\\n niba hari amakuru mu bisubizo biherutse gutangwa."
@@ -1897,7 +1944,7 @@ msgid "Preview your public request"
msgstr "Reba ikibazo cyawe ugiye gutanga ku mugaragaro"
msgid "Preview your request"
-msgstr ""
+msgstr "Reba ikibazo cyawe"
msgid "Profile photo"
msgstr "Ifoto ikuranga"
@@ -2097,9 +2144,12 @@ msgstr "Banza ibisubizo biherutse gusobanurwa"
msgid "Refused."
msgstr "Bagihakanye."
-msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
+msgid "Rejected"
msgstr ""
+msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
+msgstr "Munyibuke (ituma ukomeza kuba ku murongo igihe kirekire; ntuyikoreshe kuri mudasobwa rusange)"
+
msgid "Report abuse"
msgstr "Erekana ahabaye guhungabanywa"
@@ -2223,14 +2273,11 @@ msgstr "Shaka inyunganizi zatanzwe n'uyu muntu"
msgid "Search for the authorities you'd like information from:"
msgstr "Shaka umuyobozi wifuza kubaza amakuru:"
-msgid "Search for words in:"
-msgstr "Shaka amagambo ari muri:"
-
msgid "Search in"
msgstr "Shaka muri"
msgid "Search in their website for this information &rarr;"
-msgstr ""
+msgstr "Shaka aya makuru ku rubuga rwabo &rarr;"
msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>"
msgstr "Shakisha<br/>\\n Ibibazo bigera kuri <strong>{{number_of_requests}} </strong><br/>\\n <span>Ubuyobozi busaga</span> <strong>{{number_of_authorities}} </strong>"
@@ -2283,13 +2330,13 @@ msgid "Set your profile photo"
msgstr "Shyiraho ifoto ikuranga"
msgid "Share on Facebook"
-msgstr ""
+msgstr "Gusangiza kuri Facebook"
msgid "Share your batch request"
-msgstr ""
+msgstr "Sangiza ikibazo cyawe wabajije abantu benshi"
msgid "Share your request"
-msgstr ""
+msgstr "Sangiza ikibazo cyawe"
msgid "Short name"
msgstr "Izina rigufi"
@@ -2390,6 +2437,9 @@ msgstr "Intego:"
msgid "Submit"
msgstr "Ohereza"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Ohereza ikibazo"
@@ -2405,9 +2455,15 @@ msgstr "Iyandikishe ku rubuga rw'amakuru bwite"
msgid "Success"
msgstr "Byasubijwe"
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Ibibazo by'ubwisanzure bwo kumenya amakuru byasubijwe"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Cyarasubijwe."
@@ -2743,6 +2799,9 @@ msgstr "Iyi ni verisiyo ya mbere"
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Iki kibazo ni wowe wagitanze, rero uzohererezwa imeli nihagira igisubizo gishya uhabwa."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Ubu butumwa bwarahishwe."
@@ -2841,7 +2900,7 @@ msgid "This was not possible because there is already an account using \\nthe em
msgstr "Ibi ntibyashobotse kuko hari indi konti ikoreshwaho \\niyi imeli {{email}}."
msgid "To"
-msgstr ""
+msgstr "Kuri"
msgid "To cancel these alerts"
msgstr "Gukuraho izi mbuzi"
@@ -2967,7 +3026,7 @@ msgid "Turn off email alerts"
msgstr "Funga imbuzi zo kuri imeli"
msgid "Tweet it"
-msgstr ""
+msgstr "Gishyire kuri Twitter"
msgid "Tweet this request"
msgstr "Shyira iki kibazo kuri Twitter"
@@ -3005,9 +3064,15 @@ msgstr "Ku bw'amahirwe make, ntabwo dufite imeli ikora ya {{public_body_names}}.
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Ku bw'amahirwe make, ntabwo dufite {{info_request_law_used_full}}\\naderesi ikora ya"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Kwiyandukuza"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Igisubizo kidasanzwe."
@@ -3120,7 +3185,7 @@ msgid "View email"
msgstr "Reba imeli"
msgid "View other requests to {{public_body}}"
-msgstr ""
+msgstr "Reba ibindi bibazo byabajijwe {{public_body}}"
msgid "Waiting clarification."
msgstr "Gitegereje ibisobanuro."
@@ -3163,13 +3228,13 @@ msgstr "Nta muntu tuzereka imeli aderesi yawe keretse tubibwiwe na we\\ncyangwa
msgid "We're waiting for someone to read a recent response and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?"
msgid_plural "We're waiting for someone to read recent responses and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Dutegereje ko hari umuntu wasoma ibisubizo biherutse gutangwa hanyuma akavugurura irangamimerere uko bikwiye. Mbese <strong>waba</strong> wifuza kudufasha kubikora?"
+msgstr[1] "Dutegereje ko hari umuntu wasoma ibisubizo biherutse gutangwa hanyuma akavugurura irangamimerere uko bikwiye. Mbese <strong>waba</strong> wifuza kudufasha kubikora?"
msgid "We're waiting for {{user}} to read a recent response and update the status."
msgid_plural "We're waiting for {{user}} to read recent responses and update the status."
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Dutegereje ko {{user}} asoma ibisubizo biherutse gutangwa agahindura irangamimerere"
+msgstr[1] "Dutegereje ko {{user}} asoma ibisubizo biherutse gutangwa agahindura irangamimerere"
msgid "We've sent an email to your new email address. You'll need to click the link in\\nit before your email address will be changed."
msgstr "Twakoherereje imeli kuri imeli aderesi yawe nshya. Ubanze ukande ihuza\\nriyirimo mbere y'uko imeli aderesi yawe ihindurwa."
@@ -3193,7 +3258,7 @@ msgid "What information has been requested?"
msgstr "Ni ayahe makuru yasabwe?"
msgid "What next?"
-msgstr ""
+msgstr "Ni iki gikurikira?"
msgid "When you get there, please update the status to say if the response \\ncontains any useful information."
msgstr "Ni uhagera, uvugurure irangamimerere uvuge niba igisubizo \\ngifite amakuru y'ingenzi."
@@ -3213,6 +3278,15 @@ msgstr "Ni inde nasaba amakuru?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "Ni iyihe mpamvu ituma uvuga ko iki kibazo kidakwiye?"
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Byakuweho n'uwabajije"
@@ -3312,6 +3386,9 @@ msgstr "Ubu uri <a href=\"{{wall_url_user}}\">gukurikira</a> amavugurura kuri <a
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr "Ubu uri <a href=\"{{wall_url_user}}\">gukurikira</a> amavugurura ku <a href=\"{{successful_requests_url}}\">bibazo byasubijwe</a>."
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Ushobora <strong>gutanga ikirego</strong> kuri"
@@ -3444,6 +3521,9 @@ msgstr "Imeli yawe:"
msgid "Your email doesn't look like a valid address"
msgstr "Imeli yawe isa nk'itabaho"
+msgid "Your email:"
+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 "Ubutumwa bwawe bwo gukurikirana iki kibazo bwahagaritswe mu rwego rwo kwirinda sipamu. Turagusaba <a href=\"{{url}}\">kutwandikita</a> niba koko wifuza kwohereza ubutumw bwo gukurikirana."
@@ -3511,7 +3591,7 @@ msgid "Your request:"
msgstr "Ikibazo cyawe:"
msgid "Your requests will be <strong>sent</strong> shortly!"
-msgstr ""
+msgstr "Ikibazo cyawe kiraza <strong>kwoherezwa</strong> mukanya!"
msgid "Your response to an FOI request was not delivered"
msgstr "Igisubizo cyawe ku kibazo cy'ubwisanzure bwo kumenya amakuru ntabwo cyagiye"
@@ -3541,7 +3621,7 @@ msgstr[0] "Ibibazo byawe wabajije abayobozi benshi {{count}} "
msgstr[1] "Ibibazo byawe wabajije abayobozi benshi {{count}} "
msgid "Your {{law_used_full}} request has been sent"
-msgstr ""
+msgstr "Ikibazo cyawe {{law_used_full}} cyoherejwe"
msgid "Your {{site_name}} email alert"
msgstr "Imbuzi za {{site_name}} kuri imeli"
@@ -3646,7 +3726,7 @@ msgid "edit text about you"
msgstr "hindura inyandko ikuvuga"
msgid "email address"
-msgstr ""
+msgstr "Imeli aderesi"
msgid "even during holidays"
msgstr "ndetse no mu biruhuko"
@@ -3700,7 +3780,7 @@ msgid "messages from users"
msgstr "ubutumwa bwoherejwe n'abakoresha urubuga"
msgid "mobile number"
-msgstr ""
+msgstr "Nimero ya telefoni igendanwa"
msgid "move..."
msgstr "imuka..."
@@ -3811,8 +3891,8 @@ msgstr "ibibazo {{count}} by'ubwisanzure bwo kumenya amakuru byabonetse "
msgid "{{count}} follower"
msgid_plural "{{count}} followers"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Abantu {{count}} bakurikiye"
+msgstr[1] "Abantu {{count}} bakurikiye"
msgid "{{count}} request"
msgid_plural "{{count}} requests"
@@ -3852,7 +3932,7 @@ msgid "{{public_body_link}} was sent a request about"
msgstr "{{public_body_link}} yohererejwe ikibazo kuri"
msgid "{{public_body_name}} no longer exists. From the request page, try replying to a particular message, rather than sending\\n a general followup. If you need to make a general followup, and know\\n an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>."
-msgstr ""
+msgstr "{{public_body_name}} Nta kibaho. Kuri paji y'ibibazo, gerageza gusubiza ubutumwa bwihariye, aho kwohereza\\n ubutumwa bwo gukurikirana muri rusange. Niba ukeneye kwohereza ubutumwa rusange bwo gukurikirana, kandi ukaba uzi \\n imeli izabugeza aho bukwiye kujya, turagusaba <a href=\"{{url}}\">kuyitwoherereza.</a>."
msgid "{{public_body_name}} only:"
msgstr "{{public_body_name}} gusa:"
@@ -3930,4 +4010,4 @@ msgid "{{user}} made this {{law_used_full}} request"
msgstr "{{user}} yatanze iki {{law_used_full}} kibazo"
msgid "« Back to search results"
-msgstr ""
+msgstr "« Subira ku rutonde rw'ibyavuye mu ishakisha"
diff --git a/locale/se/app.po b/locale/se/app.po
index 34e8ef97d..1340027fa 100644
--- a/locale/se/app.po
+++ b/locale/se/app.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 10:53+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Northern Sami (http://www.transifex.com/projects/p/alaveteli/language/se/)\n"
"Language: se\n"
"MIME-Version: 1.0\n"
@@ -140,9 +140,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -449,12 +454,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -662,6 +676,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -692,6 +709,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -991,6 +1011,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1060,6 +1083,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1294,6 +1320,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1366,6 +1398,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1471,6 +1506,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1540,6 +1578,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1639,6 +1683,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2094,6 +2141,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2220,9 +2270,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2387,6 +2434,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2402,9 +2452,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2740,6 +2796,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3002,9 +3061,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3210,6 +3275,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3309,6 +3383,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3441,6 +3518,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/sl/app.po b/locale/sl/app.po
index 828ccc41c..d9662f7c6 100644
--- a/locale/sl/app.po
+++ b/locale/sl/app.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:14+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/alaveteli/language/sl/)\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
@@ -144,8 +144,15 @@ msgstr "Zahtevo spišite <strong>konkretno</strong>, tako je bolj verjetno, da p
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Prijavite se</a> da spremenite geslo, spremljanja in drugo (zgolj {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Če razmišljate o rabi psevdonima, si najprej preberite <a href=\"{{url}}\">to pojasnilo</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Končano! Hvala za vašo pomoč.</p><p>Če želite pomagati {{site_name}}, lahko to storite na <a href=\"{{helpus_url}}\">več načinov</a>.</p>"
@@ -453,12 +460,21 @@ msgstr "E-poštni naslov organa:"
msgid "Authority:"
msgstr "Organ:"
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Čaka na klasifikacijo."
msgid "Awaiting internal review."
msgstr "Čaka na interno revizijo."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Čaka odgovor."
@@ -666,6 +682,9 @@ msgstr "Slika, ki ste jo naložili, ni prepoznana. Podprti so zapisi PNG, JPEG,
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr "Ustvaril {{info_request_user}} v {{date}}."
@@ -696,6 +715,9 @@ msgstr "S spoštovanjem, {{user_name}},"
msgid "Defunct."
msgstr "Nedelujoče."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Pozen odgovor na vaš zahtevek - "
@@ -997,6 +1019,9 @@ msgstr "PODROBNOSTI O VAŠI PRITOŽBI VPIŠITE TU"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Poslano s pošto."
@@ -1066,6 +1091,9 @@ msgstr "Imate pa pravico zahtevati okoljske informacije po drugem zakonu"
msgid "Human health and safety"
msgstr "Zdravje in varnost"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Sprašujem za <strong>nove informacije</strong>"
@@ -1300,6 +1328,12 @@ msgstr "Teh informacij ni"
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Informacije o emisijah in izpustih (npr. zvok, energija, \\nsevanje, odpadni materiali)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Zahtevek za interno revizijo"
@@ -1372,6 +1406,9 @@ msgstr "Prijavite se, da prenesete arhiv ZIP zahtevka {{info_request_title}}"
msgid "Log into the admin interface"
msgstr "Prijava v administracijski vmesnik"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Rok za odziv pretečen."
@@ -1477,6 +1514,9 @@ msgstr "Ime ne more biti prazno"
msgid "Name is already taken"
msgstr "Ime je že zasedeno"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Nov zahtevek po informacijah javnega značaja"
@@ -1546,6 +1586,12 @@ msgstr "Ni veljaven zahtevek za IJZ"
msgid "Not a valid request"
msgstr "Zahtevek ni veljaven"
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Vedite, da prosilec ne bo obveščen o vašem zaznamku, ker je bil zahtevek objavljen na lastno željo {{public_body_name}}."
@@ -1645,6 +1691,9 @@ msgstr "IzhodnoSporočilo|Status"
msgid "OutgoingMessage|What doing"
msgstr "IzhodnoSporočilo|Cilj"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Delno ugodeno."
@@ -2102,6 +2151,9 @@ msgstr "Nedavno opisani rezultati najprej"
msgid "Refused."
msgstr "Zavrnjeno."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2228,9 +2280,6 @@ msgstr "Iščite prispevke te osebe"
msgid "Search for the authorities you'd like information from:"
msgstr "Iščite za organi, od katerih bi želeli informacije:"
-msgid "Search for words in:"
-msgstr "Iščite za besedami v:"
-
msgid "Search in"
msgstr "Iščite v"
@@ -2397,6 +2446,9 @@ msgstr "Zadeva:"
msgid "Submit"
msgstr "Pošlji"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr "Pošlji zahtevek"
@@ -2412,9 +2464,15 @@ msgstr "Naroči se na blog"
msgid "Success"
msgstr "Uspešno"
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Ugodeni zahtevki za informacije javnega značaja"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Ugodeno."
@@ -2752,6 +2810,9 @@ msgstr "To je prva različica."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "To je vaš zahtevek, zato boste ob spremembah obveščeni po e-pošti"
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "To sporočilo je bilo skrito."
@@ -3018,9 +3079,15 @@ msgstr "Žal nimamo delujočega e-naslova za {{public_body_names}}."
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Žal v bazi nimamo veljavnega naslova za zahtevke {{info_request_law_used_full}} za "
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Ne spremljaj več"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Neobičajen odgovor."
@@ -3230,6 +3297,15 @@ msgstr "Od koga lahko zahtevam informacije?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr "Zakaj se vam zdi ta zahtevek neprimeren?"
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Prosilec je umaknil zahtevo."
@@ -3329,6 +3405,9 @@ msgstr "Sedaj <a href=\"{{wall_url_user}}\">sledite</a> posodobitvam o <a href=\
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr "Sedaj <a href=\"{{wall_url_user}}\">sledite</a> posodobitvam o <a href=\"{{new_requests_url}}\">vseh ugodenih zahtevkih</a>."
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "<strong>Pritožite</strong> se lahko pri"
@@ -3461,6 +3540,9 @@ msgstr "Vaš e-poštni naslov:"
msgid "Your email doesn't look like a valid address"
msgstr "Vaš e-poštni naslov ne izgleda veljaven"
+msgid "Your email:"
+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 "Vaš odziv ni bil poslan, ker je bil ta zahtevek ustavljen, da se prepreči nezaželena pošta. Prosimo, <a href=\"{{url}}\">stopite v stik</a>, če res želite poslati sporočilo."
diff --git a/locale/sq/app.po b/locale/sq/app.po
index 22f3c6460..b698f31e3 100644
--- a/locale/sq/app.po
+++ b/locale/sq/app.po
@@ -19,9 +19,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:14+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Albanian (http://www.transifex.com/projects/p/alaveteli/language/sq/)\n"
"Language: sq\n"
"MIME-Version: 1.0\n"
@@ -171,8 +171,13 @@ msgstr "Mbaje <strong>të fokusuar</strong>, gjasat janë më të mëdha që të
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Kyçu</a> për të ndryshuar fjalëkalimin, abonimet dhe të tjera (vetëm për {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
-msgstr "Nëse je duke mendu me përdor pseudonim, të lutem <a href=\"{{url}}\">lexo këtë së pari</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
+msgstr ""
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Të gjitha u bënë! Shumë faleminderit për ndihmën tënde. </p><p>Ka <a href=\"{{helpus_url}}\">shumë gjëra që ti mund të bësh</a> për të ndihmuar {{site_name}}. </p>"
@@ -509,12 +514,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Në pritje të klasifikimit."
msgid "Awaiting internal review."
msgstr "Në pritje për rishqyrtim intern."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Në pritje të përgjigjes"
@@ -722,6 +736,9 @@ msgstr "Fajlli i imazhit të cilin e ngarkove nuk u kuptua. Llojet që përkrahe
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -752,6 +769,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Përgjigje e vonuar në kërkesën tënde - "
@@ -1064,6 +1084,9 @@ msgstr "JEPI DETAJET PËR ANKESËN TËNDE KËTU"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Do të trajtohet me postë."
@@ -1141,6 +1164,9 @@ msgstr ""
msgid "Human health and safety"
msgstr "Shëndeti dhe siguria e njeriut"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Unë jam duke kërkuar <strong>informacion të ri</strong>"
@@ -1387,6 +1413,12 @@ msgstr "Informata nuk mbahet këtu."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Kërkesë për rishqyrtim intern"
@@ -1459,6 +1491,9 @@ msgstr "Kyçu për të shkarkuar zip fajllin e {{info_request_title}}"
msgid "Log into the admin interface"
msgstr "Kyçu në ndërfaqen administrative"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Tepër e vonuar."
@@ -1568,6 +1603,9 @@ msgstr "Emri nuk mund të jetë i zbrazët"
msgid "Name is already taken"
msgstr "Emri është i zënë"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Kërkesat e reja për informata zyrtare "
@@ -1637,6 +1675,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1736,6 +1780,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|What doing"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Pjesërisht e suksesshme."
@@ -2200,6 +2247,9 @@ msgstr "Rezultatet e përshkruara së fundi radhiti të parat"
msgid "Refused."
msgstr "Refuzuar."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2326,9 +2376,6 @@ msgstr "Kërko për kontribute të bëra nga ky person"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "Kërko fjalë në:"
-
msgid "Search in"
msgstr "Kërko në"
@@ -2498,6 +2545,9 @@ msgstr "Lënda:"
msgid "Submit"
msgstr "Dërgo"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2513,9 +2563,15 @@ msgstr "Abonohu në blog"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Kërkesat e suksesshme për Informata Zyrtare"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Suksesshme."
@@ -2861,6 +2917,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Kjo është kërkesa yte, kështu që ti do të merr email automatikisht kur përgjigjet e reja arrijnë."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3133,9 +3192,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "Për fat të keq, ne nuk kemi një adresë funksionale {{info_request_law_used_full}} për"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Çregjistrohu"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "përgjigje e pazakonshme."
@@ -3349,6 +3414,15 @@ msgstr "Nga kush mund të kërkoj informata?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "E tërhequr nga kërkuesi."
@@ -3448,6 +3522,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Ti mund të <strong>ankohesh</strong> duke"
@@ -3599,6 +3676,9 @@ msgstr "Emaili yt:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Mesazhi yt vazhdues nuk është dërguar përshkak se kërkesa ështe stopuar për të parandaluar spam emailat. Të lutem <a href=\"{{url}}\">na kontakto</a> nëse vërtet dëshiron të dërgosh mesazh vazhdues."
diff --git a/locale/sr@latin/app.po b/locale/sr@latin/app.po
index 56a5bd9d8..e769d6a9d 100644
--- a/locale/sr@latin/app.po
+++ b/locale/sr@latin/app.po
@@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:13+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@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"
@@ -157,10 +157,14 @@ msgstr "Držite se <strong>suštine</strong>, lakše ćete dobiti ono što traž
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Prijavite se</a> da biste promijenili lozinku, praćenje ili druge stvari (samo {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Ako razmišljate o korištenju pseudonima,\n"
-" molimo da<a href=\"{{url}}\">pročitajte prvo ovo</a>."
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Završeno! Hvala Vam na pomoći.</p><p>Postoje <a href=\"{{helpus_url}}\">i druge stvari koje možete da uradite</a> da biste doprineli sajtu {{site_name}}.</p>"
@@ -472,12 +476,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Čeka na klasifikaciju."
msgid "Awaiting internal review."
msgstr "Čeka urgenciju."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Čeka odgovor."
@@ -685,6 +698,9 @@ msgstr "Format datoteke sa slikom nije prepoznat. Podržani su PNG, JPEG, GIF i
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -715,6 +731,9 @@ msgstr ""
msgid "Defunct."
msgstr "Neupotrebljivo."
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Odloženi odgovor na Vaš ZOSPIOJ zahtev - "
@@ -1021,6 +1040,9 @@ msgstr "OVDE IZNESITE DETALJE VAŠE ŽALBE"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Obrađeno poštom."
@@ -1090,6 +1112,9 @@ msgstr "Imate, ipak, pravo da tražite informacije o prirodnoj sredini\\n po dru
msgid "Human health and safety"
msgstr "Zdravlje i bezbednost ljudi"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Molim za <strong>nove informacije</strong>"
@@ -1327,6 +1352,12 @@ msgstr "Informacija nije u posedu."
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr "Informacije o emisijama i otpadima (npr. šum\\n radijacija, otpadni materijali)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Zahtev za urgenciju"
@@ -1399,6 +1430,9 @@ msgstr "Prijavite se da preuzmete {{info_request_title}} u obliku zip arhive"
msgid "Log into the admin interface"
msgstr "Prijavite se na administrativnu aplikaciju"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Davno prošao rok."
@@ -1504,6 +1538,9 @@ msgstr "Ime ne može ostati prazno"
msgid "Name is already taken"
msgstr "Ime je zauzeto"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Novi Zahtevi za slobodan pristup informacijama od javnog značaja"
@@ -1573,6 +1610,12 @@ msgstr "Neispravan zahtev"
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 "Imajte u vidu da podnosilac zahteva neće biti obavešten o Vašem komentaru, zato što je zahtev objavljen od strane ustanove {{public_body_name}} u njegovo/njeno ime."
@@ -1672,6 +1715,9 @@ msgstr "OutgoingMessage|Status"
msgid "OutgoingMessage|What doing"
msgstr "OutgoingMessage|Šta radi"
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Delimično uspešno."
@@ -2139,6 +2185,9 @@ msgstr "Rezultati koji su skoro komentarisani na vrhu"
msgid "Refused."
msgstr "Odbijen."
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2265,9 +2314,6 @@ msgstr "Pretraži doprinose od strane ove osobe"
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr "Traži reči u:"
-
msgid "Search in"
msgstr "Traži u"
@@ -2439,6 +2485,9 @@ msgstr "Predmet:"
msgid "Submit"
msgstr "Pošalji"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2454,9 +2503,15 @@ msgstr "Pretplatiti se na blog"
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Uspešni Zahtevi za slobodan pristup informacijama od javnog značaja"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Uspešan."
@@ -2817,6 +2872,9 @@ msgstr "Ovo je prva verzija."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Ovo je Vaš zahtev, bićete automatski obaveštavani e-mailom kada novi odgovori budu stizali."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "Ova poruka je sakrivena."
@@ -3092,9 +3150,15 @@ msgstr ""
"Nažalost, ne posedujemo ispravnu \n"
"adresu za upite u vezi {{info_request_law_used_full}} za"
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Otkaži praćenje"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Neobičan odgovor."
@@ -3312,6 +3376,15 @@ msgstr "Od koga mogu tražiti informacije?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Povučeno od strane podnosioca zahteva."
@@ -3411,6 +3484,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Možete se <strong>žaliti</strong> tako što"
@@ -3554,6 +3630,9 @@ msgstr "Vaš e-mail:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Vaša reakcija nije poslata zato što je ovaj zahtev blokiran da se spreči spam. Molimo <a href=\"{{url}}\">kontaktirajte nas</a> ako stvarno želite da pošaljete ovu reakciju."
diff --git a/locale/sv/app.po b/locale/sv/app.po
index ccfd82af2..7425ee8dc 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: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 10:53+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/alaveteli/language/sv/)\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
@@ -140,9 +140,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -449,12 +454,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -662,6 +676,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -692,6 +709,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -991,6 +1011,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1060,6 +1083,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1294,6 +1320,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1366,6 +1398,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1471,6 +1506,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1540,6 +1578,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1639,6 +1683,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2094,6 +2141,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2220,9 +2270,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2387,6 +2434,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2402,9 +2452,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2740,6 +2796,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3002,9 +3061,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3210,6 +3275,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3309,6 +3383,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3441,6 +3518,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/sw_KE/app.po b/locale/sw_KE/app.po
index 4cb7d2722..b8ea4c30e 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: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 10:53+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@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"
@@ -140,9 +140,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -449,12 +454,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -662,6 +676,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -692,6 +709,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -991,6 +1011,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1060,6 +1083,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1294,6 +1320,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1366,6 +1398,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1471,6 +1506,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1540,6 +1578,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1639,6 +1683,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2094,6 +2141,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2220,9 +2270,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2387,6 +2434,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2402,9 +2452,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2740,6 +2796,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3002,9 +3061,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3210,6 +3275,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3309,6 +3383,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3441,6 +3518,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/tr/app.po b/locale/tr/app.po
index cf25309d3..0892c5021 100644
--- a/locale/tr/app.po
+++ b/locale/tr/app.po
@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 10:53+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/alaveteli/language/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
@@ -144,9 +144,14 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -453,12 +458,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -666,6 +680,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -696,6 +713,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -995,6 +1015,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1064,6 +1087,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1298,6 +1324,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1370,6 +1402,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1475,6 +1510,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1544,6 +1582,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1643,6 +1687,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2098,6 +2145,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2224,9 +2274,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2391,6 +2438,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2406,9 +2456,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2744,6 +2800,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3006,9 +3065,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3214,6 +3279,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3313,6 +3387,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3445,6 +3522,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/uk/app.po b/locale/uk/app.po
index d6302c37e..526aa53ab 100644
--- a/locale/uk/app.po
+++ b/locale/uk/app.po
@@ -15,9 +15,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:14+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/alaveteli/language/uk/)\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
@@ -160,10 +160,14 @@ msgstr "Конкретизуйте ваш запит, так ви маєте б
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr "<a href=\"{{url}}\">Увійдіть</a>, щоб змінити пароль, підписку тощо (це стосується тільки користувача {{user_name}})"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
-"Якщо ви збираєтесь використати псевдонім,\n"
-" <a href=\"{{url}}\">прочитайте спершу це</a>."
+
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr "<p>Готово! Дякуємо за вашу допомогу.</p><p>За бажання ви можете <a href=\"{{helpus_url}}\">зробити більше</a>, щоб допомогти сайту.</p>"
@@ -500,12 +504,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr "Статус не визначено."
msgid "Awaiting internal review."
msgstr "Очікує на внутрішню перевірку."
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr "Очікує на відповідь"
@@ -715,6 +728,9 @@ msgstr "Неможливо завантажити файл. Підтримють
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -747,6 +763,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr "Відстрочена відповідь на ваш запит - "
@@ -1059,6 +1078,9 @@ msgstr "НАДАЙТЕ ДЕТАЛІ ЩОДО ВАШОЇ СКАРГИ ТУТ"
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr "Надіслано звичайною поштою"
@@ -1134,6 +1156,9 @@ msgstr ""
msgid "Human health and safety"
msgstr "Здоров’я та безпека людей"
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr "Я прошу <strong>нову інформацію</strong>"
@@ -1386,6 +1411,12 @@ msgstr ""
"Information on emissions and discharges (e.g. noise, energy,\n"
" radiation, waste materials)"
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr "Запит на внутрішню перевірку"
@@ -1463,6 +1494,9 @@ msgstr "Увійдіть в систему, щоб завантажити заа
msgid "Log into the admin interface"
msgstr "Увійти як адміністратор"
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr "Прострочений."
@@ -1570,6 +1604,9 @@ msgstr "Ім’я/назва не може бути пустим"
msgid "Name is already taken"
msgstr "Це ім’я/назва вже використано"
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr "Нові запити"
@@ -1639,6 +1676,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1738,6 +1781,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr "Частково успішний."
@@ -2197,6 +2243,9 @@ msgstr ""
msgid "Refused."
msgstr "Відмовлено"
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2323,9 +2372,6 @@ msgstr "Пошук серед написаного цим користуваче
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr "Пошук в"
@@ -2491,6 +2537,9 @@ msgstr "Тема:"
msgid "Submit"
msgstr "Відправити"
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2506,9 +2555,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "Успішні запити"
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr "Успішний."
@@ -2849,6 +2904,9 @@ msgstr "Це перша версія."
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr "Це ваш власний запит, тому вас буде автоматично повідомлено, коли прибуде відповідь."
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3117,9 +3175,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr "На жаль, ми не маємо адреси "
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr "Відписатися"
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr "Незвичайна відповідь."
@@ -3335,6 +3399,15 @@ msgstr "Кому я можу надіслати інформаційний за
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr "Автор запиту відмовився від нього."
@@ -3434,6 +3507,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr "Ви можете поскаржитися таким чином: "
@@ -3586,6 +3662,9 @@ msgstr "Електронна адреса:"
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 "Ваше повідомлення не було надіслано, тому що цей запит не пройшов спам-фільтр."
diff --git a/locale/vi/app.po b/locale/vi/app.po
index 2a99d41fd..8dbefbdc0 100644
--- a/locale/vi/app.po
+++ b/locale/vi/app.po
@@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 10:53+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@mysociety.org>\n"
"Language-Team: Vietnamese (http://www.transifex.com/projects/p/alaveteli/language/vi/)\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
@@ -145,9 +145,13 @@ msgstr ""
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
msgstr ""
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
msgstr ""
@@ -454,12 +458,21 @@ msgstr ""
msgid "Authority:"
msgstr ""
+msgid "Awaiting clarification"
+msgstr ""
+
+msgid "Awaiting classification"
+msgstr ""
+
msgid "Awaiting classification."
msgstr ""
msgid "Awaiting internal review."
msgstr ""
+msgid "Awaiting response"
+msgstr ""
+
msgid "Awaiting response."
msgstr ""
@@ -667,6 +680,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -697,6 +713,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -995,6 +1014,9 @@ msgstr ""
msgid "Got an account?"
msgstr ""
+msgid "Handled by post"
+msgstr ""
+
msgid "Handled by post."
msgstr ""
@@ -1064,6 +1086,9 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
+msgid "I also want to know!"
+msgstr ""
+
msgid "I am asking for <strong>new information</strong>"
msgstr ""
@@ -1298,6 +1323,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1370,6 +1401,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1475,6 +1509,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1544,6 +1581,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1643,6 +1686,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -2097,6 +2143,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2223,9 +2272,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2389,6 +2435,9 @@ msgstr ""
msgid "Submit"
msgstr ""
+msgid "Submit Search"
+msgstr ""
+
msgid "Submit request"
msgstr ""
@@ -2404,9 +2453,15 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr ""
+msgid "Successful requests"
+msgstr ""
+
msgid "Successful."
msgstr ""
@@ -2741,6 +2796,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr ""
@@ -3001,9 +3059,15 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
msgstr ""
+msgid "Unusual response"
+msgstr ""
+
msgid "Unusual response."
msgstr ""
@@ -3207,6 +3271,15 @@ msgstr ""
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3306,6 +3379,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3438,6 +3514,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
diff --git a/locale/zh_HK/app.po b/locale/zh_HK/app.po
index 5b06c84c9..cd2b1a70d 100644
--- a/locale/zh_HK/app.po
+++ b/locale/zh_HK/app.po
@@ -3,15 +3,18 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
+# beckymak <makpowan@gmail.com>, 2015
# caxekis <caxekis@gmail.com>, 2013
# caxekis <caxekis@gmail.com>, 2013
+# beckymak <makpowan@gmail.com>, 2015
+# spions kwong <kwong.mpi@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: alaveteli\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-24 10:21+0000\n"
-"PO-Revision-Date: 2015-03-24 11:09+0000\n"
-"Last-Translator: louisecrow <louise@mysociety.org>\n"
+"POT-Creation-Date: 2015-06-15 16:29+0000\n"
+"PO-Revision-Date: 2015-06-15 16:30+0000\n"
+"Last-Translator: Gareth Rees <gareth@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"
@@ -26,25 +29,25 @@ msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">modera
msgstr ""
msgid " (<strong>patience</strong>, especially for large files, it may take a while!)"
-msgstr ""
+msgstr "(請<strong>耐心等候</strong>,上載大型檔案可能需要一段時間)"
msgid " (you)"
msgstr "(你)"
msgid " - view and make Freedom of Information requests"
-msgstr "— 檢視及索取資料"
+msgstr "— 檢視及提出索取資料要求"
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 ""
+msgstr "我們將會向你發出一封電郵,請按照電郵內的指示更改你的密碼。"
msgid " <strong>Privacy note:</strong> Your email address will be given to"
msgstr "<strong>私隱聲明:</strong> 以下人士將得悉你的電郵地址。"
@@ -53,10 +56,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 ""
@@ -77,22 +80,22 @@ msgid " Offer better ways of <strong>wording the request</strong> to get the inf
msgstr ""
msgid " Say how you've <strong>used the information</strong>, with links if possible."
-msgstr ""
+msgstr "簡述你會如何<strong>使用此資訊</strong>(如有,請附上連結)"
msgid " Suggest <strong>where else</strong> the requester might find the information. "
msgstr ""
msgid " What are you investigating using Freedom of Information? "
-msgstr "你在運用資訊自由調查什麼?"
+msgstr "你透過《公開資料守則》調查甚麼事情?"
msgid " You are already being emailed updates about the request."
-msgstr ""
+msgstr "有關索取資料要求的更新已電郵給你。"
msgid " You will also be emailed updates about the request."
-msgstr ""
+msgstr "你亦將會收到有關索取資料要求的電郵更新。"
msgid " filtered by status: '{{status}}'"
-msgstr ""
+msgstr "根據狀態過濾:'{{status}}'"
msgid " when you send this message."
msgstr "當您傳送此訊息時。"
@@ -104,52 +107,56 @@ msgid "'Pollution levels over time for the River Tyne'"
msgstr ""
msgid "'{{link_to_authority}}', a public authority"
-msgstr ""
+msgstr "'{{link_to_authority}}',一個政府部門或公營機構"
msgid "'{{link_to_request}}', a request"
-msgstr ""
+msgstr "'{{link_to_request}}',一項索取資料要求"
msgid "'{{link_to_user}}', a person"
-msgstr ""
+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 ""
+msgstr "*未知*"
msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}"
-msgstr ""
+msgstr ",\\n\\n\\n\\n你的,\\n\\n{{user_name}}"
msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>."
-msgstr ""
+msgstr "<a href=\"{{browse_url}}\">瀏覽全部</a> 或<a href=\"{{add_url}}\">建議新增</a>。"
msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)"
-msgstr ""
+msgstr "<a href=\"{{url}}\">加入註解</a>(以協助索取資料者及其他人)"
msgid "<a href=\"{{url}}\">Do you want to request private information about yourself?</a>"
-msgstr ""
+msgstr "<a href=\"{{url}}\">你是否希望查詢有關你自己的個人私隱資料?</a>"
msgid "<a href=\"{{url}}\">Keep it <strong>focused</strong></a>, you'll be more likely to get what you want."
-msgstr ""
+msgstr "<a href=\"{{url}}\">請說明 <strong>重點</strong></a>, 你會更易獲得你想要的資料。"
msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)"
-msgstr ""
+msgstr "<a href=\"{{url}}\">登入</a> 以更改密碼,訂閱選項及更多 ({{user_name}} only)"
-msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>."
+msgid "<a href=\"{{url}}\">Thinking of using a pseudonym?</a>"
msgstr ""
+msgid "<div class=\"alaveteli-widget__count\">{{count}}</div> person wants to know"
+msgid_plural "<div class=\"alaveteli-widget__count\">{{count}}</div> people want to know"
+msgstr[0] ""
+
msgid "<p>All done! Thank you very much for your help.</p><p>There are <a href=\"{{helpus_url}}\">more things you can do</a> to help {{site_name}}.</p>"
-msgstr "<p>搞掂,感謝您的協助。</p><p>{{site_name}} 有<a href=\"{{helpus_url}}\">更多事情</a>需要幫忙。</p>"
+msgstr "<p>已經完成!感謝你的協助。</p><p>{{site_name}} <a href=\"{{helpus_url}}\">這裡有更多事情</a>需要你的幫忙。</p>"
msgid "<p>Thank you! Here are some ideas on what to do next:</p>\\n <ul>\\n <li>To send your request to another authority, first copy the text of your request below, then <a href=\"{{find_authority_url}}\">find the other authority</a>.</li>\\n <li>If you would like to contest the authority's claim that they do not hold the information, here is\\n <a href=\"{{complain_url}}\">how to complain</a>.\\n </li>\\n <li>We have <a href=\"{{other_means_url}}\">suggestions</a>\\n on other means to answer your question.\\n </li>\\n </ul>"
-msgstr ""
+msgstr "<p>多謝!你可以作出以下的跟進事項:</p>\\n <ul>\\n <li>如要將你的要求發送予其他機構,請先複製你的索取資料要求,然後<a href=\"{{find_authority_url}}\">搜尋其他部門/機構</a>.</li>\\n <li>。如果你不同意有關部門/機構並不持有相關資料的指稱,你可以\\n <a href=\"{{complain_url}}\">作出投訴</a>。\\n </li>\\n <li>我們亦有 <a href=\"{{other_means_url}}\">其他建議</a>\\n 以回答你的問題。\\n </li>\\n </ul>"
msgid "<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>"
msgstr ""
@@ -278,7 +285,7 @@ msgid "<strong>did not have</strong> the information requested."
msgstr ""
msgid "?"
-msgstr ""
+msgstr "?"
msgid "A <a href=\"{{request_url}}\">follow up</a> to <em>{{request_title}}</em> was sent to {{public_body_name}} by {{info_request_user}} on {{date}}."
msgstr ""
@@ -317,7 +324,7 @@ msgid "A {{site_name}} user"
msgstr ""
msgid "About you:"
-msgstr ""
+msgstr "關於您:"
msgid "Act on what you've learnt"
msgstr ""
@@ -344,7 +351,7 @@ msgid "Add the authority:"
msgstr ""
msgid "Added on {{date}}"
-msgstr ""
+msgstr "新增於 {{date}}"
msgid "Admin level is not included in list"
msgstr ""
@@ -353,10 +360,10 @@ msgid "Administration URL:"
msgstr ""
msgid "Advanced search"
-msgstr ""
+msgstr "進階搜尋"
msgid "Advanced search tips"
-msgstr ""
+msgstr "進階搜尋提示"
msgid "Advise on whether the <strong>refusal is legal</strong>, and how to complain about it if not."
msgstr ""
@@ -365,7 +372,7 @@ msgid "Air, water, soil, land, flora and fauna (including how these effect\\n
msgstr ""
msgid "All of the information requested has been received"
-msgstr ""
+msgstr "已收到所有要求的資料。"
msgid "All the options below can use <strong>status</strong> or <strong>latest_status</strong> before the colon. For example, <strong>status:not_held</strong> will match requests which have <em>ever</em> been marked as not held; <strong>latest_status:not_held</strong> will match only requests that are <em>currently</em> marked as not held."
msgstr ""
@@ -377,10 +384,10 @@ msgid "Also called {{other_name}}."
msgstr ""
msgid "Also send me alerts by email"
-msgstr ""
+msgstr "同時傳送提醒電郵給我"
msgid "Alter your subscription"
-msgstr ""
+msgstr "更改您的訂閱"
msgid "Although all responses are automatically published, we depend on\\nyou, the original requester, to evaluate them."
msgstr ""
@@ -395,13 +402,13 @@ msgid "An Environmental Information Regulations request"
msgstr ""
msgid "An anonymous user"
-msgstr ""
+msgstr "一位匿名用戶"
msgid "Annotation added to request"
-msgstr ""
+msgstr "在要求中加入的註解"
msgid "Annotations"
-msgstr ""
+msgstr "註解"
msgid "Annotations are so anyone, including you, can help the requester with their request. For example:"
msgstr ""
@@ -410,19 +417,19 @@ msgid "Annotations will be posted publicly here, and are\\n <strong>not</
msgstr ""
msgid "Anonymous user"
-msgstr ""
+msgstr "匿名用戶"
msgid "Anyone:"
msgstr ""
msgid "Applies to"
-msgstr ""
+msgstr "適用於"
msgid "Are we missing a public authority?"
-msgstr ""
+msgstr "我們是否遺漏了某個政府部門或公營機構?"
msgid "Are you the owner of any commercial copyright on this page?"
-msgstr ""
+msgstr "你在此頁面是否擁有任何商業版權?"
msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries."
msgstr ""
@@ -440,25 +447,34 @@ msgid "At the bottom of this page, write a reply to them trying to persuade them
msgstr ""
msgid "Attachment (optional):"
-msgstr ""
+msgstr "附件(可選):"
msgid "Attachment:"
-msgstr ""
+msgstr "附件:"
msgid "Authority email:"
-msgstr ""
+msgstr "部門或機構的電郵:"
msgid "Authority:"
+msgstr "政府部門或公營機構:"
+
+msgid "Awaiting clarification"
msgstr ""
-msgid "Awaiting classification."
+msgid "Awaiting classification"
msgstr ""
+msgid "Awaiting classification."
+msgstr "等待分類中。"
+
msgid "Awaiting internal review."
+msgstr "正等待內部審核。"
+
+msgid "Awaiting response"
msgstr ""
msgid "Awaiting response."
-msgstr ""
+msgstr "正等待回應。"
msgid "Banned users cannot edit their profile"
msgstr ""
@@ -479,10 +495,10 @@ msgid "Browse all authorities..."
msgstr "列出所有部門及機構"
msgid "Browse and search requests"
-msgstr ""
+msgstr "瀏覽及搜尋要求"
msgid "Browse requests"
-msgstr ""
+msgstr "瀏覽要求"
msgid "By law, under all circumstances, {{public_body_link}} should have responded by now"
msgstr ""
@@ -542,7 +558,7 @@ msgid "Change your email address used on {{site_name}}"
msgstr ""
msgid "Change your password"
-msgstr ""
+msgstr "更改你的密碼"
msgid "Change your password on {{site_name}}"
msgstr ""
@@ -581,7 +597,7 @@ msgid "Click on the link below to send a message to {{public_body}} reminding th
msgstr ""
msgid "Close"
-msgstr ""
+msgstr "關閉"
msgid "Close the request and respond:"
msgstr ""
@@ -602,10 +618,10 @@ msgid "Comment|Visible"
msgstr ""
msgid "Confirm password:"
-msgstr ""
+msgstr "確認密碼:"
msgid "Confirm you want to follow all successful FOI requests"
-msgstr "你真的要追蹤所有成功案件嗎?"
+msgstr "確認要追蹤所有成功要求嗎?"
msgid "Confirm you want to follow new requests"
msgstr ""
@@ -632,7 +648,7 @@ msgid "Confirm your annotation to {{info_request_title}}"
msgstr ""
msgid "Confirm your email address"
-msgstr ""
+msgstr "確認你的電郵地址"
msgid "Confirm your new email address on {{site_name}}"
msgstr ""
@@ -664,6 +680,9 @@ msgstr ""
msgid "Create a new account"
msgstr ""
+msgid "Create a widget for this request"
+msgstr ""
+
msgid "Created by {{info_request_user}} on {{date}}."
msgstr ""
@@ -677,7 +696,7 @@ msgid "Currently <strong>waiting for a response</strong> from {{public_body_link
msgstr ""
msgid "Date:"
-msgstr ""
+msgstr "日期:"
msgid "Dear [Authority name],"
msgstr ""
@@ -694,6 +713,9 @@ msgstr ""
msgid "Defunct."
msgstr ""
+msgid "Delayed"
+msgstr ""
+
msgid "Delayed response to your FOI request - "
msgstr ""
@@ -731,7 +753,7 @@ msgid "Don't want to address your message to {{person_or_body}}? You can also w
msgstr ""
msgid "Done"
-msgstr ""
+msgstr "完成"
msgid "Done &gt;&gt;"
msgstr ""
@@ -740,7 +762,7 @@ msgid "Download a zip file of all correspondence"
msgstr ""
msgid "Download original attachment"
-msgstr ""
+msgstr "下載原始附件檔"
msgid "EIR"
msgstr ""
@@ -758,7 +780,7 @@ msgid "Edit your request"
msgstr "編輯此要求"
msgid "Either the email or password was not recognised, please try again."
-msgstr ""
+msgstr "你的電郵或密碼未能確認,請再嘗試。"
msgid "Either the email or password was not recognised, please try again. Or create a new account using the form on the right."
msgstr ""
@@ -944,7 +966,7 @@ msgid "Followups cannot be sent for this request, as it was made externally, and
msgstr ""
msgid "Forgotten your password?"
-msgstr ""
+msgstr "忘記您的密碼?"
msgid "Found {{count}} public authority {{description}}"
msgid_plural "Found {{count}} public authorities {{description}}"
@@ -966,30 +988,33 @@ msgid "Freedom of Information law no longer applies to {{public_body_name}}."
msgstr ""
msgid "Freedom of Information requests made"
-msgstr ""
+msgstr "已提出的索取資料要求"
msgid "Freedom of Information requests made by this person"
-msgstr ""
+msgstr "此人曾經提出的索取資料要求"
msgid "Freedom of Information requests made by you"
-msgstr ""
+msgstr "你曾經提出的索取資料要求"
msgid "Freedom of Information requests made using this site"
-msgstr ""
+msgstr "透過此網站提出的索取資料要求"
msgid "From"
-msgstr ""
+msgstr "由"
msgid "From the request page, try replying to a particular message, rather than sending\\n a general followup. If you need to make a general followup, and know\\n an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>."
msgstr ""
msgid "From:"
-msgstr ""
+msgstr "由:"
msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE"
msgstr ""
msgid "Got an account?"
+msgstr "是否已持有帳戶?"
+
+msgid "Handled by post"
msgstr ""
msgid "Handled by post."
@@ -1017,7 +1042,7 @@ msgid "Hello! You can make Freedom of Information requests within {{country_name
msgstr ""
msgid "Hello, {{username}}!"
-msgstr ""
+msgstr "你好,{{username}}!"
msgid "Help"
msgstr "幫助"
@@ -1035,25 +1060,25 @@ msgid "Hi! We need your help. The person who made the following request\\n ha
msgstr ""
msgid "Hide request"
-msgstr ""
+msgstr "隱藏索取資料要求"
msgid "Holiday"
-msgstr ""
+msgstr "假期"
msgid "Holiday|Day"
-msgstr ""
+msgstr "假期|日數"
msgid "Holiday|Description"
-msgstr ""
+msgstr "假期|描述"
msgid "Home"
-msgstr ""
+msgstr "主頁"
msgid "Home page"
-msgstr ""
+msgstr "主頁"
msgid "Home page of authority"
-msgstr ""
+msgstr "部門/機構的主頁"
msgid "However, you have the right to request environmental\\n information under a different law"
msgstr ""
@@ -1061,14 +1086,17 @@ msgstr ""
msgid "Human health and safety"
msgstr ""
-msgid "I am asking for <strong>new information</strong>"
+msgid "I also want to know!"
msgstr ""
+msgid "I am asking for <strong>new information</strong>"
+msgstr "我正在要求<strong>新的資料</strong>"
+
msgid "I am requesting an <strong>internal review</strong>"
-msgstr ""
+msgstr "我要求部門進行<strong>覆檢</strong>"
msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'."
-msgstr ""
+msgstr "本人要求{{public_body_name}}就本人的公開資料要求:「'{{info_request_title}}'」進行覆檢。"
msgid "I don't like these ones &mdash; give me some more!"
msgstr ""
@@ -1077,16 +1105,16 @@ msgid "I don't want to do any more tidying now!"
msgstr ""
msgid "I like this request"
-msgstr ""
+msgstr "我喜歡這項索取資料要求"
msgid "I would like to <strong>withdraw this request</strong>"
-msgstr ""
+msgstr "本人希望<strong>撤回這項公開資料要求</strong>"
msgid "I'm still <strong>waiting</strong> for my information\\n <small>(maybe you got an acknowledgement)</small>"
msgstr ""
msgid "I'm still <strong>waiting</strong> for the internal review"
-msgstr ""
+msgstr "我仍在<strong>等候</strong>覆檢結果"
msgid "I'm waiting for an <strong>internal review</strong> response"
msgstr ""
@@ -1295,6 +1323,12 @@ msgstr ""
msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)"
msgstr ""
+msgid "Internal review"
+msgstr ""
+
+msgid "Internal review of {{email_subject}}"
+msgstr ""
+
msgid "Internal review request"
msgstr ""
@@ -1367,6 +1401,9 @@ msgstr ""
msgid "Log into the admin interface"
msgstr ""
+msgid "Long overdue"
+msgstr ""
+
msgid "Long overdue."
msgstr ""
@@ -1404,7 +1441,7 @@ msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<
msgstr ""
msgid "Make a request"
-msgstr ""
+msgstr "提出要求"
msgid "Make a request &raquo;"
msgstr ""
@@ -1434,7 +1471,7 @@ msgid "Message"
msgstr ""
msgid "Message has been removed"
-msgstr ""
+msgstr "訊息已被移除"
msgid "Message sent using {{site_name}} contact form, "
msgstr ""
@@ -1452,7 +1489,7 @@ msgid "More similar requests"
msgstr ""
msgid "More successful requests..."
-msgstr "更多成功案例"
+msgstr "更多成功個案"
msgid "My profile"
msgstr ""
@@ -1472,6 +1509,9 @@ msgstr ""
msgid "Name is already taken"
msgstr ""
+msgid "Needs admin attention"
+msgstr ""
+
msgid "New Freedom of Information requests"
msgstr ""
@@ -1479,13 +1519,13 @@ msgid "New censor rule"
msgstr ""
msgid "New e-mail:"
-msgstr ""
+msgstr "新電郵地址:"
msgid "New email doesn't look like a valid address"
msgstr ""
msgid "New password:"
-msgstr ""
+msgstr "新密碼:"
msgid "New password: (again)"
msgstr ""
@@ -1541,6 +1581,12 @@ msgstr ""
msgid "Not a valid request"
msgstr ""
+msgid "Not an FOI request"
+msgstr ""
+
+msgid "Not held"
+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 ""
@@ -1560,7 +1606,7 @@ msgid "Now preview your message asking for an internal review"
msgstr ""
msgid "Number of requests"
-msgstr "要求宗數"
+msgstr "索取資料要求的數目"
msgid "OR remove the existing photo"
msgstr ""
@@ -1614,7 +1660,7 @@ msgid "Other"
msgstr ""
msgid "Other:"
-msgstr ""
+msgstr "其他:"
msgid "Outgoing message"
msgstr ""
@@ -1640,6 +1686,9 @@ msgstr ""
msgid "OutgoingMessage|What doing"
msgstr ""
+msgid "Partial success"
+msgstr ""
+
msgid "Partially successful."
msgstr ""
@@ -1647,7 +1696,7 @@ msgid "Password is not correct"
msgstr ""
msgid "Password:"
-msgstr ""
+msgstr "密碼:"
msgid "Paste this link into emails, tweets, and anywhere else:"
msgstr ""
@@ -1735,10 +1784,10 @@ msgid "Please enable \"cookies\" to carry on"
msgstr ""
msgid "Please enter a password"
-msgstr ""
+msgstr "請輸入密碼"
msgid "Please enter a subject"
-msgstr ""
+msgstr "請輸入主題"
msgid "Please enter a summary of your request"
msgstr ""
@@ -1753,7 +1802,7 @@ msgid "Please enter the name of the authority"
msgstr ""
msgid "Please enter the same password twice"
-msgstr ""
+msgstr "請再輸入同一密碼。"
msgid "Please enter your annotation"
msgstr ""
@@ -1777,10 +1826,10 @@ msgid "Please enter your new email address"
msgstr ""
msgid "Please enter your old email address"
-msgstr ""
+msgstr "請輸入你的舊電郵地址"
msgid "Please enter your password"
-msgstr ""
+msgstr "請輸入你的密碼"
msgid "Please give details explaining why you want a review"
msgstr ""
@@ -1861,7 +1910,7 @@ msgid "PostRedirect|Uri"
msgstr ""
msgid "Posted on {{date}} by {{author}}"
-msgstr ""
+msgstr "{{author}} 於 {{date}} 發佈"
msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>"
msgstr ""
@@ -2094,6 +2143,9 @@ msgstr ""
msgid "Refused."
msgstr ""
+msgid "Rejected"
+msgstr ""
+
msgid "Remember me (keeps you signed in longer; do not use on a public computer)"
msgstr ""
@@ -2220,9 +2272,6 @@ msgstr ""
msgid "Search for the authorities you'd like information from:"
msgstr ""
-msgid "Search for words in:"
-msgstr ""
-
msgid "Search in"
msgstr ""
@@ -2360,7 +2409,7 @@ msgid "Source URL:"
msgstr ""
msgid "Source:"
-msgstr ""
+msgstr "來源:"
msgid "Spam address"
msgstr ""
@@ -2384,6 +2433,9 @@ msgid "Subject:"
msgstr ""
msgid "Submit"
+msgstr "提交"
+
+msgid "Submit Search"
msgstr ""
msgid "Submit request"
@@ -2401,12 +2453,18 @@ msgstr ""
msgid "Success"
msgstr ""
+msgid "Successful"
+msgstr ""
+
msgid "Successful Freedom of Information requests"
msgstr "更多成功案例"
-msgid "Successful."
+msgid "Successful requests"
msgstr ""
+msgid "Successful."
+msgstr "成功。"
+
msgid "Suggest how the requester can find the <strong>rest of the information</strong>."
msgstr ""
@@ -2682,10 +2740,10 @@ msgid "There was no data calculated for this graph yet."
msgstr ""
msgid "There were no requests matching your query."
-msgstr ""
+msgstr "沒有符合你查詢的請求。"
msgid "There were no results matching your query."
-msgstr ""
+msgstr "沒有符合你查詢的結果。"
msgid "These graphs were partly inspired by <a href=\"http://mark.goodge.co.uk/2011/08/number-crunching-whatdotheyknow/\">some statistics that Mark Goodge produced for WhatDoTheyKnow</a>, so thanks are due to him."
msgstr ""
@@ -2738,6 +2796,9 @@ msgstr ""
msgid "This is your own request, so you will be automatically emailed when new responses arrive."
msgstr ""
+msgid "This is your request"
+msgstr ""
+
msgid "This message has been hidden."
msgstr "此訊息已被隱藏。"
@@ -2858,7 +2919,7 @@ msgid "To do this, first click on the link below."
msgstr ""
msgid "To download the zip file"
-msgstr ""
+msgstr "下載壓縮檔案"
msgid "To follow all successful requests"
msgstr "追蹤所有成功案件"
@@ -2933,7 +2994,7 @@ msgid "To:"
msgstr ""
msgid "Today"
-msgstr ""
+msgstr "今天"
msgid "Too many requests"
msgstr ""
@@ -2998,7 +3059,13 @@ msgstr ""
msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for"
msgstr ""
+msgid "Unknown"
+msgstr ""
+
msgid "Unsubscribe"
+msgstr "取消訂閱"
+
+msgid "Unusual response"
msgstr ""
msgid "Unusual response."
@@ -3110,7 +3177,7 @@ msgid "View authorities"
msgstr ""
msgid "View email"
-msgstr ""
+msgstr "檢視電郵"
msgid "View other requests to {{public_body}}"
msgstr ""
@@ -3204,6 +3271,15 @@ msgstr "我可以向哪些部門及機構查閱資料?"
msgid "Why specifically do you consider this request unsuitable?"
msgstr ""
+msgid "Widget vote"
+msgstr ""
+
+msgid "WidgetVote|Cookie"
+msgstr ""
+
+msgid "Withdrawn"
+msgstr ""
+
msgid "Withdrawn by the requester."
msgstr ""
@@ -3214,7 +3290,7 @@ msgid "Would you like to see a website like this in your country?"
msgstr ""
msgid "Write a reply"
-msgstr ""
+msgstr "撰寫回覆:"
msgid "Write a reply to "
msgstr ""
@@ -3303,6 +3379,9 @@ msgstr ""
msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about <a href=\"{{successful_requests_url}}\">successful requests</a>."
msgstr ""
+msgid "You are tracking this request"
+msgstr ""
+
msgid "You can <strong>complain</strong> by"
msgstr ""
@@ -3435,6 +3514,9 @@ msgstr ""
msgid "Your email doesn't look like a valid address"
msgstr ""
+msgid "Your email:"
+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 ""
@@ -3463,7 +3545,7 @@ msgid "Your name, request and any responses will appear in <strong>search engine
msgstr ""
msgid "Your name:"
-msgstr ""
+msgstr "你的名字:"
msgid "Your original message is attached."
msgstr ""
@@ -3472,7 +3554,7 @@ msgid "Your password has been changed."
msgstr ""
msgid "Your password:"
-msgstr ""
+msgstr "您的密碼:"
msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}."
msgstr ""
@@ -3499,10 +3581,10 @@ msgid "Your request was called {{info_request}}. Letting everyone know whether y
msgstr ""
msgid "Your request:"
-msgstr ""
+msgstr "你的要求:"
msgid "Your requests will be <strong>sent</strong> shortly!"
-msgstr ""
+msgstr "你的索取資料要求即將 <strong>送出</strong>!"
msgid "Your response to an FOI request was not delivered"
msgstr ""
@@ -3544,43 +3626,43 @@ msgid "Yours,"
msgstr ""
msgid "[Authority URL will be inserted here]"
-msgstr ""
+msgstr "[部門/機構的網址會在這裡加入]"
msgid "[FOI #{{request}} email]"
-msgstr ""
+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 ""
msgid "admin"
-msgstr ""
+msgstr "管理員"
msgid "alaveteli_foi:The software that runs {{site_name}}"
-msgstr ""
+msgstr "alaveteli_foi:運行 {{site_name}} 的軟件程式"
msgid "all requests"
-msgstr ""
+msgstr "所有索取資料要求"
msgid "all requests or comments"
-msgstr ""
+msgstr "所有索取資料要求或留言"
msgid "all requests or comments matching text '{{query}}'"
-msgstr ""
+msgstr "所有符合 '{{query}}' 字眼的索取資料要求或留言"
msgid "also called {{public_body_short_name}}"
-msgstr ""
+msgstr "簡稱 {{public_body_short_name}}"
msgid "an anonymous user"
-msgstr ""
+msgstr "一位匿名用戶"
msgid "and"
-msgstr ""
+msgstr "及"
msgid "and we'll suggest <strong>what to do next</strong>"
msgstr ""
@@ -3589,10 +3671,10 @@ msgid "anything matching text '{{query}}'"
msgstr ""
msgid "are long overdue."
-msgstr ""
+msgstr "已經超過時限。"
msgid "at"
-msgstr ""
+msgstr "於"
msgid "authorities"
msgstr ""
@@ -3613,7 +3695,7 @@ msgid "by {{user_link_absolute}}"
msgstr ""
msgid "comments"
-msgstr ""
+msgstr "意見"
msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them."
msgstr ""
@@ -3712,7 +3794,7 @@ msgid "requesting an internal review"
msgstr ""
msgid "requests"
-msgstr ""
+msgstr "要求"
msgid "requests which are successful"
msgstr ""
@@ -3771,7 +3853,7 @@ msgid "type your search term here"
msgstr ""
msgid "unknown reason "
-msgstr ""
+msgstr "不明原因"
msgid "unknown status "
msgstr ""
@@ -3789,7 +3871,7 @@ msgid "unsuccessful requests"
msgstr "失敗案件"
msgid "users"
-msgstr ""
+msgstr "用戶"
msgid "what's that?"
msgstr ""
@@ -3799,11 +3881,11 @@ msgstr ""
msgid "{{count}} follower"
msgid_plural "{{count}} followers"
-msgstr[0] ""
+msgstr[0] "{{count}} 追隨者"
msgid "{{count}} request"
msgid_plural "{{count}} requests"
-msgstr[0] ""
+msgstr[0] "{{count}} 宗要求"
msgid "{{count}} request made."
msgid_plural "{{count}} requests made."
@@ -3825,7 +3907,7 @@ msgid "{{law_used}} requests at {{public_body}}"
msgstr ""
msgid "{{length_of_time}} ago"
-msgstr ""
+msgstr "{{length_of_time}} 前"
msgid "{{number_of_comments}} comments"
msgstr ""
@@ -3885,7 +3967,7 @@ msgid "{{user_name}} - user profile"
msgstr ""
msgid "{{user_name}} added an annotation"
-msgstr ""
+msgstr "{{user_name}} 新增了一個註解。"
msgid "{{user_name}} has annotated your {{law_used_short}} \\nrequest. Follow this link to see what they wrote."
msgstr ""
@@ -3915,4 +3997,4 @@ msgid "{{user}} made this {{law_used_full}} request"
msgstr ""
msgid "« Back to search results"
-msgstr ""
+msgstr "« 返回搜尋結果"
diff --git a/script/handle-mail-replies b/script/handle-mail-replies
index 15454b311..267ad5632 100755
--- a/script/handle-mail-replies
+++ b/script/handle-mail-replies
@@ -1,4 +1,4 @@
#!/bin/bash
-cd "`dirname "$0"`"
+cd "`dirname "${BASH_SOURCE[0]}"`"
exec bundle exec ./handle-mail-replies.rb "$@"
diff --git a/script/mailin b/script/mailin
index 5f2a9c243..48e236cfe 100755
--- a/script/mailin
+++ b/script/mailin
@@ -8,7 +8,7 @@ OUTPUT=$(mktemp -t foi-mailin-output-XXXXXXXX)
# Read the email message from stdin, and write it to the file $INPUT
cat >"$INPUT"
-cd "$(dirname "$0")"/..
+cd "$(dirname "${BASH_SOURCE[0]}")"/..
source commonlib/shlib/deployfns
read_conf config/general
diff --git a/script/request-creation-graph b/script/request-creation-graph
index f3baa2326..9b91e44b9 100755
--- a/script/request-creation-graph
+++ b/script/request-creation-graph
@@ -17,11 +17,7 @@ cd `dirname $0`
cd ../
source commonlib/shlib/deployfns
-# TODO: this is nasty :)
-OPTION_FOI_DB_HOST=`grep "host:" config/database.yml | head --lines=1 | cut -d ":" -f 2`
-OPTION_FOI_DB_PORT=`grep "port:" config/database.yml | head --lines=1 | cut -d ":" -f 2`
-OPTION_FOI_DB_NAME=`grep "database:" config/database.yml | head --lines=1 | cut -d ":" -f 2`
-OPTION_FOI_DB_USER=`grep "username:" config/database.yml | head --lines=1 | cut -d ":" -f 2`
+read OPTION_FOI_DB_HOST OPTION_FOI_DB_PORT OPTION_FOI_DB_NAME OPTION_FOI_DB_USER <<<$(ruby -r yaml -e 'db = YAML::load(STDIN.read); pr = db["production"]; puts pr["host"], pr["port"], pr["database"], pr["username"]' < config/database.yml)
SOURCEA=/tmp/foi-creation-rate-graph-data-$RANDOM$RANDOM
SOURCEB=/tmp/foi-creation-rate-graph-data-$RANDOM$RANDOM
diff --git a/script/user-use-graph b/script/user-use-graph
index 00eeb36f8..aad471a4b 100755
--- a/script/user-use-graph
+++ b/script/user-use-graph
@@ -16,11 +16,7 @@ cd `dirname $0`
cd ../
source commonlib/shlib/deployfns
-# TODO: this is nasty :)
-OPTION_FOI_DB_HOST=`grep "host:" config/database.yml | head --lines=1 | cut -d ":" -f 2`
-OPTION_FOI_DB_PORT=`grep "port:" config/database.yml | head --lines=1 | cut -d ":" -f 2`
-OPTION_FOI_DB_NAME=`grep "database:" config/database.yml | head --lines=1 | cut -d ":" -f 2`
-OPTION_FOI_DB_USER=`grep "username:" config/database.yml | head --lines=1 | cut -d ":" -f 2`
+read OPTION_FOI_DB_HOST OPTION_FOI_DB_PORT OPTION_FOI_DB_NAME OPTION_FOI_DB_USER <<<$(ruby -r yaml -e 'db = YAML::load(STDIN.read); pr = db["production"]; puts pr["host"], pr["port"], pr["database"], pr["username"]' < config/database.yml)
SOURCEA=/tmp/foi-creation-rate-graph-data-$RANDOM$RANDOM
SOURCEB=/tmp/foi-creation-rate-graph-data-$RANDOM$RANDOM
diff --git a/spec/controllers/admin_public_body_controller_spec.rb b/spec/controllers/admin_public_body_controller_spec.rb
index 1b960ccc3..f7336a6c7 100644
--- a/spec/controllers/admin_public_body_controller_spec.rb
+++ b/spec/controllers/admin_public_body_controller_spec.rb
@@ -129,7 +129,8 @@ describe AdminPublicBodyController, "when creating a public body" do
:last_edit_comment => 'From test code',
:translations_attributes => {
'es' => { :locale => 'es',
- :name => 'Los Quango' }
+ :name => 'Los Quango',
+ :short_name => 'lq' }
} } }
end
@@ -160,6 +161,8 @@ describe AdminPublicBodyController, "when creating a public body" do
I18n.with_locale(:es) do
expect(body.name).to eq('Los Quango')
+ expect(body.url_name).to eq('lq')
+ expect(body.first_letter).to eq('L')
end
end
diff --git a/spec/integration/parameter_stripping_spec.rb b/spec/integration/parameter_stripping_spec.rb
new file mode 100644
index 000000000..7e3c0adc2
--- /dev/null
+++ b/spec/integration/parameter_stripping_spec.rb
@@ -0,0 +1,24 @@
+# -*- encoding : utf-8 -*-
+require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
+
+describe "When handling bad requests" do
+
+ if RUBY_VERSION == '1.9.3'
+
+ it 'should return a 404 for GET requests to a malformed request URL' do
+ get 'request/228%85'
+ response.status.should == 404
+ end
+
+ it 'should redirect a bad UTF-8 POST to a malformed attachment URL' do
+ info_request = FactoryGirl.create(:info_request_with_incoming_attachments)
+ incoming_message = info_request.incoming_messages.first
+ data = { :excerpt => "something\xA3\xA1" }
+ post "/en/request/#{info_request.id}/response/#{incoming_message.id}/attach/2/interesting.pdf/trackback", data
+ response.status.should == 303
+ response.should redirect_to "/en/request/#{info_request.url_title}#incoming-#{incoming_message.id}"
+ end
+
+ end
+
+end
diff --git a/spec/models/public_body_spec.rb b/spec/models/public_body_spec.rb
index d6abf7b5f..3d14127f4 100644
--- a/spec/models/public_body_spec.rb
+++ b/spec/models/public_body_spec.rb
@@ -102,8 +102,44 @@ describe PublicBody do
end
end
end
-end
+ describe :set_api_key do
+
+ it 'generates and sets an API key' do
+ SecureRandom.stub(:base64).and_return('APIKEY')
+ body = PublicBody.new
+ body.set_api_key
+ expect(body.api_key).to eq('APIKEY')
+ end
+
+ it 'does not overwrite an existing API key' do
+ SecureRandom.stub(:base64).and_return('APIKEY')
+ body = PublicBody.new(:api_key => 'EXISTING')
+ body.set_api_key
+ expect(body.api_key).to eq('EXISTING')
+ end
+
+ end
+
+ describe :set_api_key! do
+
+ it 'generates and sets an API key' do
+ SecureRandom.stub(:base64).and_return('APIKEY')
+ body = PublicBody.new
+ body.set_api_key!
+ expect(body.api_key).to eq('APIKEY')
+ end
+
+ it 'overwrites an existing API key' do
+ SecureRandom.stub(:base64).and_return('APIKEY')
+ body = PublicBody.new(:api_key => 'EXISTING')
+ body.set_api_key!
+ expect(body.api_key).to eq('APIKEY')
+ end
+
+ end
+
+end
describe PublicBody, " using tags" do
before do
@@ -282,6 +318,31 @@ describe PublicBody, " when saving" do
pb.first_letter.should == 'Å'
end
+ it 'should save the first letter of a translation' do
+ existing = FactoryGirl.create(:public_body, :first_letter => 'T', :name => 'Test body')
+ I18n.with_locale(:es) { existing.update_attributes :name => 'Prueba body' }
+ PublicBody::Translation.
+ where(:public_body_id => existing.id, :locale => :es).
+ pluck('first_letter').first.should == 'P'
+ end
+
+ it 'should save the first letter of a translation, even when it is the same as the
+ first letter in the default locale' do
+ existing = FactoryGirl.create(:public_body, :first_letter => 'T', :name => 'Test body')
+ I18n.with_locale(:es) { existing.update_attributes :name => existing.name }
+ PublicBody::Translation.
+ where(:public_body_id => existing.id, :locale => :es).
+ pluck('first_letter').first.should == 'T'
+ end
+
+ it 'should create a url_name for a translation' do
+ existing = FactoryGirl.create(:public_body, :first_letter => 'T', :short_name => 'Test body')
+ I18n.with_locale(:es) do
+ existing.update_attributes :short_name => 'Prueba', :name => 'Prueba body'
+ existing.url_name.should == 'prueba'
+ end
+ end
+
it "should not save if the url_name is already taken" do
existing = FactoryGirl.create(:public_body)
pb = PublicBody.new(existing.attributes)